.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #edefeb !important;
}
.bg-success {
  background-color: #a6a99c !important;
}
.bg-info {
  background-color: #a6a99c !important;
}
.bg-warning {
  background-color: #a6a99c !important;
}
.bg-danger {
  background-color: #a6a99c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #edefeb !important;
}
.text-secondary {
  color: #a6a99c !important;
}
.text-success {
  color: #a6a99c !important;
}
.text-info {
  color: #a6a99c !important;
}
.text-warning {
  color: #a6a99c !important;
}
.text-danger {
  color: #a6a99c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bac2b2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #747768 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #747768 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #747768 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #747768 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #747768 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #edefeb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a6a99c;
}
.alert-warning {
  background-color: #a6a99c;
}
.alert-danger {
  background-color: #a6a99c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #edefeb;
  border-color: #edefeb;
  color: #7a886d;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #edefeb;
}
.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: #e3e4e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e3e4e0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e3e4e0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e3e4e0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #edefeb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #edefeb;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #edefeb;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #edefeb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.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: #edefeb !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: #a6a99c !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='%23edefeb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uLEwZgSJ06 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLEwZgSJ06 nav.navbar {
  position: fixed;
}
.cid-uLEwZgSJ06 .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-uLEwZgSJ06 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLEwZgSJ06 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLEwZgSJ06 .dropdown-item:hover,
.cid-uLEwZgSJ06 .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uLEwZgSJ06 .dropdown-item:hover span {
  color: white;
}
.cid-uLEwZgSJ06 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLEwZgSJ06 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLEwZgSJ06 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLEwZgSJ06 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLEwZgSJ06 .nav-link {
  position: relative;
}
.cid-uLEwZgSJ06 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEwZgSJ06 .container {
    flex-wrap: wrap;
  }
}
.cid-uLEwZgSJ06 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEwZgSJ06 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLEwZgSJ06 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLEwZgSJ06 .dropdown-menu,
.cid-uLEwZgSJ06 .navbar.opened {
  background: #ffffff !important;
}
.cid-uLEwZgSJ06 .nav-item:focus,
.cid-uLEwZgSJ06 .nav-link:focus {
  outline: none;
}
.cid-uLEwZgSJ06 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEwZgSJ06 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEwZgSJ06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEwZgSJ06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEwZgSJ06 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEwZgSJ06 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEwZgSJ06 .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: #ffffff;
}
.cid-uLEwZgSJ06 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEwZgSJ06 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLEwZgSJ06 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLEwZgSJ06 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLEwZgSJ06 .navbar.collapsed {
  justify-content: center;
}
.cid-uLEwZgSJ06 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEwZgSJ06 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLEwZgSJ06 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLEwZgSJ06 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEwZgSJ06 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEwZgSJ06 .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-uLEwZgSJ06 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEwZgSJ06 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLEwZgSJ06 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLEwZgSJ06 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEwZgSJ06 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEwZgSJ06 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEwZgSJ06 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLEwZgSJ06 .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-uLEwZgSJ06 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEwZgSJ06 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLEwZgSJ06 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLEwZgSJ06 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLEwZgSJ06 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEwZgSJ06 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLEwZgSJ06 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLEwZgSJ06 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEwZgSJ06 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEwZgSJ06 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEwZgSJ06 .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-uLEwZgSJ06 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLEwZgSJ06 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEwZgSJ06 .dropdown-item.active,
.cid-uLEwZgSJ06 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEwZgSJ06 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEwZgSJ06 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEwZgSJ06 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEwZgSJ06 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLEwZgSJ06 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEwZgSJ06 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEwZgSJ06 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLEwZgSJ06 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEwZgSJ06 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLEwZgSJ06 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLEwZgSJ06 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEwZgSJ06 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEwZgSJ06 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEwZgSJ06 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEwZgSJ06 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEwZgSJ06 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEwZgSJ06 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEwZgSJ06 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEwZgSJ06 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLEwZgSJ06 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLEwZgSJ06 .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-uLEwZgSJ06 .navbar {
    height: 70px;
  }
  .cid-uLEwZgSJ06 .navbar.opened {
    height: auto;
  }
  .cid-uLEwZgSJ06 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLExmW3GTe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uLExmW3GTe .carousel {
  height: 800px;
}
.cid-uLExmW3GTe .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLExmW3GTe .carousel-item,
.cid-uLExmW3GTe .carousel-inner {
  height: 100%;
}
.cid-uLExmW3GTe .carousel-caption {
  bottom: 40px;
}
.cid-uLExmW3GTe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLExmW3GTe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLExmW3GTe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uLExmW3GTe .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uLExmW3GTe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uLExmW3GTe .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uLExmW3GTe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uLExmW3GTe .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uLExmW3GTe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLExmW3GTe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLExmW3GTe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLExmW3GTe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uLExmW3GTe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLExmW3GTe .carousel-indicators li.active,
.cid-uLExmW3GTe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLExmW3GTe .carousel-indicators li::after,
.cid-uLExmW3GTe .carousel-indicators li::before {
  content: none;
}
.cid-uLExmW3GTe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLExmW3GTe .carousel-indicators {
    display: none !important;
  }
}
.cid-uLHKIwXEgL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLHKIwXEgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLHKIwXEgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLHKIwXEgL .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uLHKIwXEgL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLExaHyhnm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLExaHyhnm img,
.cid-uLExaHyhnm .item-img {
  width: 100%;
}
.cid-uLExaHyhnm .item:focus,
.cid-uLExaHyhnm span:focus {
  outline: none;
}
.cid-uLExaHyhnm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLExaHyhnm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLExaHyhnm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLExaHyhnm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLExaHyhnm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLExaHyhnm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLExaHyhnm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLExaHyhnm .mbr-section-title {
  color: #ffffff;
}
.cid-uLExaHyhnm .mbr-text,
.cid-uLExaHyhnm .mbr-section-btn {
  text-align: left;
}
.cid-uLExaHyhnm .item-title {
  text-align: left;
}
.cid-uLExaHyhnm .item-subtitle {
  text-align: left;
}
.cid-uLJjBdFpMH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/academicbgpic12.jpg-2000x1330.jpg");
}
.cid-uLJjBdFpMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJjBdFpMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJjBdFpMH .mbr-section-title {
  color: #f92c50;
}
.cid-uLJjBdFpMH .mbr-text,
.cid-uLJjBdFpMH .link {
  text-align: center;
}
.cid-uLJjBdFpMH .link {
  color: #f92c50;
}
.cid-uLWgxB169F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLWgxB169F .row {
  flex-direction: row-reverse;
}
.cid-uLWgxB169F .justify-content-center {
  align-items: center;
}
.cid-uLWgxB169F .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLWgxB169F .mbr-text,
.cid-uLWgxB169F .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLWgxB169F .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLWgxB169F .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLWgxB169F .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLEy07uIRB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uLEy07uIRB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLEy07uIRB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLEy07uIRB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLEy07uIRB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLEy07uIRB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLEy07uIRB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLEy07uIRB .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-uLEy07uIRB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLEy07uIRB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLEy07uIRB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLEy07uIRB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLEy07uIRB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLEy07uIRB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLEy07uIRB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLEy07uIRB .media-container-row .mbr-text {
  color: #000000;
}
.cid-uLJPlFMnyP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLJPlFMnyP nav.navbar {
  position: fixed;
}
.cid-uLJPlFMnyP .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-uLJPlFMnyP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLJPlFMnyP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLJPlFMnyP .dropdown-item:hover,
.cid-uLJPlFMnyP .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uLJPlFMnyP .dropdown-item:hover span {
  color: white;
}
.cid-uLJPlFMnyP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLJPlFMnyP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLJPlFMnyP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLJPlFMnyP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJPlFMnyP .nav-link {
  position: relative;
}
.cid-uLJPlFMnyP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJPlFMnyP .container {
    flex-wrap: wrap;
  }
}
.cid-uLJPlFMnyP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJPlFMnyP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLJPlFMnyP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLJPlFMnyP .dropdown-menu,
.cid-uLJPlFMnyP .navbar.opened {
  background: #ffffff !important;
}
.cid-uLJPlFMnyP .nav-item:focus,
.cid-uLJPlFMnyP .nav-link:focus {
  outline: none;
}
.cid-uLJPlFMnyP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJPlFMnyP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJPlFMnyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJPlFMnyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJPlFMnyP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJPlFMnyP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJPlFMnyP .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: #ffffff;
}
.cid-uLJPlFMnyP .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJPlFMnyP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJPlFMnyP .navbar .navbar-logo img {
  width: auto;
}
.cid-uLJPlFMnyP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLJPlFMnyP .navbar.collapsed {
  justify-content: center;
}
.cid-uLJPlFMnyP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJPlFMnyP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJPlFMnyP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLJPlFMnyP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJPlFMnyP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJPlFMnyP .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-uLJPlFMnyP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJPlFMnyP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJPlFMnyP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLJPlFMnyP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJPlFMnyP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJPlFMnyP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJPlFMnyP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJPlFMnyP .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-uLJPlFMnyP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLJPlFMnyP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJPlFMnyP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJPlFMnyP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJPlFMnyP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJPlFMnyP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLJPlFMnyP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLJPlFMnyP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLJPlFMnyP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLJPlFMnyP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLJPlFMnyP .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-uLJPlFMnyP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJPlFMnyP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJPlFMnyP .dropdown-item.active,
.cid-uLJPlFMnyP .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJPlFMnyP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJPlFMnyP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJPlFMnyP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJPlFMnyP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJPlFMnyP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJPlFMnyP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJPlFMnyP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJPlFMnyP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJPlFMnyP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJPlFMnyP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLJPlFMnyP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJPlFMnyP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJPlFMnyP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJPlFMnyP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJPlFMnyP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJPlFMnyP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJPlFMnyP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJPlFMnyP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJPlFMnyP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLJPlFMnyP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJPlFMnyP .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-uLJPlFMnyP .navbar {
    height: 70px;
  }
  .cid-uLJPlFMnyP .navbar.opened {
    height: auto;
  }
  .cid-uLJPlFMnyP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLK2hLSX3u {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLK2hLSX3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK2hLSX3u .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-uLK2hLSX3u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLK2hLSX3u .row {
  flex-direction: row-reverse;
}
.cid-uLK2hLSX3u img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLK2hLSX3u .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLK2hLSX3u .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLK2hLSX3u .mbr-text {
  text-align: left;
}
.cid-uMo08Kk3q0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLKdHNIayB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLKdHNIayB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKdHNIayB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKdHNIayB .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLKdHNIayB .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLKdHNIayB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLKdHNIayB .link-wrap {
    align-items: center;
  }
}
.cid-uLKdHNIayB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLKdHNIayB .card-title,
.cid-uLKdHNIayB .card-box {
  color: #d71e00;
  text-align: center;
}
.cid-uLKhE0wE49 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLKhE0wE49 img,
.cid-uLKhE0wE49 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLKhE0wE49 .item:focus,
.cid-uLKhE0wE49 span:focus {
  outline: none;
}
.cid-uLKhE0wE49 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLKhE0wE49 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLKhE0wE49 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLKhE0wE49 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLKhE0wE49 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLKhE0wE49 .mbr-section-title {
  color: #ffffff;
}
.cid-uLKhE0wE49 .mbr-text,
.cid-uLKhE0wE49 .mbr-section-btn {
  text-align: center;
}
.cid-uLKhE0wE49 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLKhE0wE49 .item-subtitle {
  text-align: left;
}
.cid-v4vvZpHzsu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-v4vvZpHzsu iframe,
.cid-v4vvZpHzsu img,
.cid-v4vvZpHzsu video {
  width: 100%;
}
.cid-v4vvZpHzsu .mbr-media {
  position: relative;
}
.cid-v4vvZpHzsu .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-v4vvZpHzsu .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v4vvZpHzsu .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-v4vvZpHzsu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v4vvZpHzsu .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-v4vvZpHzsu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v4vvZpHzsu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v4vvZpHzsu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4vvZpHzsu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4vvZpHzsu .mbr-section-title {
  color: #000000;
}
.cid-v4voRmyjxz .main_wrapper {
  position: relative;
  height: 800px;
  width: 100%;
}
.cid-v4voRmyjxz .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-v4voRmyjxz .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-v4voRmyjxz .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v4voRmyjxz .container-fluid {
    padding: 0;
  }
}
.cid-v4voRmyjxz ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4voRmyjxz .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4voRmyjxz .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-v4voRmyjxz .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-v4voRmyjxz .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v4voRmyjxz .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-v4voRmyjxz .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-v4voRmyjxz .google-map [data-state-details] {
  color: #edefeb;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v4voRmyjxz .google-map[data-state] {
  background: #edefeb;
}
.cid-v4voRmyjxz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-v4voRmyjxz .google-map {
    position: static;
  }
}
.cid-v4voRmyjxz .list,
.cid-v4voRmyjxz .item-wrap {
  color: #000000;
}
.cid-uLJPlGMuR4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLJPlGMuR4 img,
.cid-uLJPlGMuR4 .item-img {
  width: 100%;
}
.cid-uLJPlGMuR4 .item:focus,
.cid-uLJPlGMuR4 span:focus {
  outline: none;
}
.cid-uLJPlGMuR4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLJPlGMuR4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLJPlGMuR4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLJPlGMuR4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLJPlGMuR4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLJPlGMuR4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLJPlGMuR4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLJPlGMuR4 .mbr-section-title {
  color: #ffffff;
}
.cid-uLJPlGMuR4 .mbr-text,
.cid-uLJPlGMuR4 .mbr-section-btn {
  text-align: left;
}
.cid-uLJPlGMuR4 .item-title {
  text-align: left;
}
.cid-uLJPlGMuR4 .item-subtitle {
  text-align: left;
}
.cid-uLWjNYDGg3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLWjNYDGg3 .row {
  flex-direction: row-reverse;
}
.cid-uLWjNYDGg3 .justify-content-center {
  align-items: center;
}
.cid-uLWjNYDGg3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLWjNYDGg3 .mbr-text,
.cid-uLWjNYDGg3 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLWjNYDGg3 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLWjNYDGg3 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLWjNYDGg3 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLJPlHOxKu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uLJPlHOxKu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJPlHOxKu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLJPlHOxKu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLJPlHOxKu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLJPlHOxKu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLJPlHOxKu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLJPlHOxKu .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-uLJPlHOxKu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLJPlHOxKu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLJPlHOxKu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLJPlHOxKu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLJPlHOxKu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLJPlHOxKu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLJPlHOxKu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLJPlHOxKu .media-container-row .mbr-text {
  color: #000000;
}
.cid-uLJPI20KR9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLJPI20KR9 nav.navbar {
  position: fixed;
}
.cid-uLJPI20KR9 .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-uLJPI20KR9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLJPI20KR9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLJPI20KR9 .dropdown-item:hover,
.cid-uLJPI20KR9 .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uLJPI20KR9 .dropdown-item:hover span {
  color: white;
}
.cid-uLJPI20KR9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLJPI20KR9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLJPI20KR9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLJPI20KR9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJPI20KR9 .nav-link {
  position: relative;
}
.cid-uLJPI20KR9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJPI20KR9 .container {
    flex-wrap: wrap;
  }
}
.cid-uLJPI20KR9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJPI20KR9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLJPI20KR9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLJPI20KR9 .dropdown-menu,
.cid-uLJPI20KR9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uLJPI20KR9 .nav-item:focus,
.cid-uLJPI20KR9 .nav-link:focus {
  outline: none;
}
.cid-uLJPI20KR9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJPI20KR9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJPI20KR9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJPI20KR9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJPI20KR9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJPI20KR9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJPI20KR9 .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: #ffffff;
}
.cid-uLJPI20KR9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJPI20KR9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJPI20KR9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLJPI20KR9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLJPI20KR9 .navbar.collapsed {
  justify-content: center;
}
.cid-uLJPI20KR9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJPI20KR9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJPI20KR9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLJPI20KR9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJPI20KR9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJPI20KR9 .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-uLJPI20KR9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJPI20KR9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJPI20KR9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLJPI20KR9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJPI20KR9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJPI20KR9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJPI20KR9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJPI20KR9 .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-uLJPI20KR9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLJPI20KR9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJPI20KR9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJPI20KR9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJPI20KR9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJPI20KR9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLJPI20KR9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLJPI20KR9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLJPI20KR9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLJPI20KR9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLJPI20KR9 .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-uLJPI20KR9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJPI20KR9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJPI20KR9 .dropdown-item.active,
.cid-uLJPI20KR9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJPI20KR9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJPI20KR9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJPI20KR9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJPI20KR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJPI20KR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJPI20KR9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJPI20KR9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJPI20KR9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJPI20KR9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJPI20KR9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLJPI20KR9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJPI20KR9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJPI20KR9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJPI20KR9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJPI20KR9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJPI20KR9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJPI20KR9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJPI20KR9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJPI20KR9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLJPI20KR9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJPI20KR9 .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-uLJPI20KR9 .navbar {
    height: 70px;
  }
  .cid-uLJPI20KR9 .navbar.opened {
    height: auto;
  }
  .cid-uLJPI20KR9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLKIwckXY9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLKIwckXY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKIwckXY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKIwckXY9 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLKIwckXY9 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLKIwckXY9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLKIwckXY9 .link-wrap {
    align-items: center;
  }
}
.cid-uLKIwckXY9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLKIwckXY9 .card-title,
.cid-uLKIwckXY9 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uLKIwckXY9 .mbr-text,
.cid-uLKIwckXY9 .link-wrap,
.cid-uLKIwckXY9 .mbr-section-btn {
  text-align: left;
}
.cid-uLKL9Gb8rj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLKL9Gb8rj img,
.cid-uLKL9Gb8rj .item-img {
  width: 100%;
}
.cid-uLKL9Gb8rj .item:focus,
.cid-uLKL9Gb8rj span:focus {
  outline: none;
}
.cid-uLKL9Gb8rj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLKL9Gb8rj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLKL9Gb8rj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLKL9Gb8rj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLKL9Gb8rj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLKL9Gb8rj .mbr-section-title {
  color: #232323;
}
.cid-uLKL9Gb8rj .mbr-text,
.cid-uLKL9Gb8rj .mbr-section-btn {
  text-align: left;
}
.cid-uLKL9Gb8rj .item-title {
  text-align: center;
}
.cid-uLKL9Gb8rj .item-subtitle {
  text-align: left;
}
.cid-v54igUZiBm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v54igUZiBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54igUZiBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v54igUZiBm .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v54igUZiBm .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v54igUZiBm .google-map {
  height: 100%;
  position: relative;
}
.cid-v54igUZiBm .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v54igUZiBm .google-map iframe {
    min-height: 350px;
  }
}
.cid-v54igUZiBm .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v54igUZiBm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v54igUZiBm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v54igUZiBm .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v54igUZiBm .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v54igUZiBm .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v54igUZiBm ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v54igUZiBm .content-head {
  max-width: 800px;
}
.cid-uLJPI33Lx3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLJPI33Lx3 img,
.cid-uLJPI33Lx3 .item-img {
  width: 100%;
}
.cid-uLJPI33Lx3 .item:focus,
.cid-uLJPI33Lx3 span:focus {
  outline: none;
}
.cid-uLJPI33Lx3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLJPI33Lx3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLJPI33Lx3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLJPI33Lx3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLJPI33Lx3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLJPI33Lx3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLJPI33Lx3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLJPI33Lx3 .mbr-section-title {
  color: #ffffff;
}
.cid-uLJPI33Lx3 .mbr-text,
.cid-uLJPI33Lx3 .mbr-section-btn {
  text-align: left;
}
.cid-uLJPI33Lx3 .item-title {
  text-align: left;
}
.cid-uLJPI33Lx3 .item-subtitle {
  text-align: left;
}
.cid-uLWktkpstN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLWktkpstN .row {
  flex-direction: row-reverse;
}
.cid-uLWktkpstN .justify-content-center {
  align-items: center;
}
.cid-uLWktkpstN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLWktkpstN .mbr-text,
.cid-uLWktkpstN .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLWktkpstN .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLWktkpstN .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLWktkpstN .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLJPI3XNRg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uLJPI3XNRg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJPI3XNRg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLJPI3XNRg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLJPI3XNRg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLJPI3XNRg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLJPI3XNRg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLJPI3XNRg .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-uLJPI3XNRg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLJPI3XNRg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLJPI3XNRg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLJPI3XNRg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLJPI3XNRg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLJPI3XNRg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLJPI3XNRg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLJPI3XNRg .media-container-row .mbr-text {
  color: #000000;
}
.cid-uLJQahXHJh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLJQahXHJh nav.navbar {
  position: fixed;
}
.cid-uLJQahXHJh .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-uLJQahXHJh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLJQahXHJh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLJQahXHJh .dropdown-item:hover,
.cid-uLJQahXHJh .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uLJQahXHJh .dropdown-item:hover span {
  color: white;
}
.cid-uLJQahXHJh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLJQahXHJh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLJQahXHJh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLJQahXHJh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJQahXHJh .nav-link {
  position: relative;
}
.cid-uLJQahXHJh .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJQahXHJh .container {
    flex-wrap: wrap;
  }
}
.cid-uLJQahXHJh .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJQahXHJh .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLJQahXHJh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLJQahXHJh .dropdown-menu,
.cid-uLJQahXHJh .navbar.opened {
  background: #ffffff !important;
}
.cid-uLJQahXHJh .nav-item:focus,
.cid-uLJQahXHJh .nav-link:focus {
  outline: none;
}
.cid-uLJQahXHJh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJQahXHJh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJQahXHJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJQahXHJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJQahXHJh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJQahXHJh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJQahXHJh .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: #ffffff;
}
.cid-uLJQahXHJh .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJQahXHJh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJQahXHJh .navbar .navbar-logo img {
  width: auto;
}
.cid-uLJQahXHJh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLJQahXHJh .navbar.collapsed {
  justify-content: center;
}
.cid-uLJQahXHJh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJQahXHJh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJQahXHJh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLJQahXHJh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJQahXHJh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJQahXHJh .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-uLJQahXHJh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJQahXHJh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJQahXHJh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLJQahXHJh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJQahXHJh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJQahXHJh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJQahXHJh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJQahXHJh .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-uLJQahXHJh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLJQahXHJh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJQahXHJh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJQahXHJh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJQahXHJh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJQahXHJh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLJQahXHJh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLJQahXHJh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLJQahXHJh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLJQahXHJh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLJQahXHJh .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-uLJQahXHJh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJQahXHJh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJQahXHJh .dropdown-item.active,
.cid-uLJQahXHJh .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJQahXHJh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJQahXHJh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJQahXHJh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJQahXHJh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJQahXHJh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJQahXHJh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJQahXHJh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJQahXHJh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJQahXHJh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJQahXHJh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLJQahXHJh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJQahXHJh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJQahXHJh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJQahXHJh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJQahXHJh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJQahXHJh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJQahXHJh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJQahXHJh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJQahXHJh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLJQahXHJh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJQahXHJh .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-uLJQahXHJh .navbar {
    height: 70px;
  }
  .cid-uLJQahXHJh .navbar.opened {
    height: auto;
  }
  .cid-uLJQahXHJh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOyrA80YNj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOyrA80YNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyrA80YNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyrA80YNj .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uOyrA80YNj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOyrA80YNj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uOyrA80YNj .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uOyrA80YNj .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOyrA80YNj .mbr-text,
.cid-uOyrA80YNj .mbr-section-btn {
  text-align: left;
}
.cid-uM7yv6LGbU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f7f7;
}
.cid-uM7yv6LGbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7yv6LGbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uM7yv6LGbU .row {
    flex-direction: column-reverse;
  }
  .cid-uM7yv6LGbU .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uM7yv6LGbU .google-map {
  height: 100%;
  position: relative;
}
.cid-uM7yv6LGbU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uM7yv6LGbU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uM7yv6LGbU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uM7yv6LGbU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uM7yv6LGbU .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uM7yv6LGbU .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uM7yv6LGbU .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uM7yv6LGbU .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uM7yv6LGbU .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uM7yv6LGbU .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #edefeb;
}
.cid-uLJQaiP56c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLJQaiP56c img,
.cid-uLJQaiP56c .item-img {
  width: 100%;
}
.cid-uLJQaiP56c .item:focus,
.cid-uLJQaiP56c span:focus {
  outline: none;
}
.cid-uLJQaiP56c .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLJQaiP56c .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLJQaiP56c .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLJQaiP56c .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLJQaiP56c .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLJQaiP56c .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLJQaiP56c .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLJQaiP56c .mbr-section-title {
  color: #ffffff;
}
.cid-uLJQaiP56c .mbr-text,
.cid-uLJQaiP56c .mbr-section-btn {
  text-align: left;
}
.cid-uLJQaiP56c .item-title {
  text-align: left;
}
.cid-uLJQaiP56c .item-subtitle {
  text-align: left;
}
.cid-uLWlqzY6R2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLWlqzY6R2 .row {
  flex-direction: row-reverse;
}
.cid-uLWlqzY6R2 .justify-content-center {
  align-items: center;
}
.cid-uLWlqzY6R2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLWlqzY6R2 .mbr-text,
.cid-uLWlqzY6R2 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLWlqzY6R2 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLWlqzY6R2 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLWlqzY6R2 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLJQajEag1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uLJQajEag1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJQajEag1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLJQajEag1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLJQajEag1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLJQajEag1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLJQajEag1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLJQajEag1 .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-uLJQajEag1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLJQajEag1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLJQajEag1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLJQajEag1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLJQajEag1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLJQajEag1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLJQajEag1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLJQajEag1 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uLJQsqNKm1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLJQsqNKm1 nav.navbar {
  position: fixed;
}
.cid-uLJQsqNKm1 .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-uLJQsqNKm1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLJQsqNKm1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLJQsqNKm1 .dropdown-item:hover,
.cid-uLJQsqNKm1 .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uLJQsqNKm1 .dropdown-item:hover span {
  color: white;
}
.cid-uLJQsqNKm1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLJQsqNKm1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLJQsqNKm1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLJQsqNKm1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJQsqNKm1 .nav-link {
  position: relative;
}
.cid-uLJQsqNKm1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJQsqNKm1 .container {
    flex-wrap: wrap;
  }
}
.cid-uLJQsqNKm1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJQsqNKm1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLJQsqNKm1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLJQsqNKm1 .dropdown-menu,
.cid-uLJQsqNKm1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uLJQsqNKm1 .nav-item:focus,
.cid-uLJQsqNKm1 .nav-link:focus {
  outline: none;
}
.cid-uLJQsqNKm1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJQsqNKm1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJQsqNKm1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJQsqNKm1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJQsqNKm1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJQsqNKm1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJQsqNKm1 .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: #ffffff;
}
.cid-uLJQsqNKm1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJQsqNKm1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJQsqNKm1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLJQsqNKm1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLJQsqNKm1 .navbar.collapsed {
  justify-content: center;
}
.cid-uLJQsqNKm1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJQsqNKm1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJQsqNKm1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLJQsqNKm1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJQsqNKm1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJQsqNKm1 .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-uLJQsqNKm1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJQsqNKm1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJQsqNKm1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLJQsqNKm1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJQsqNKm1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJQsqNKm1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJQsqNKm1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJQsqNKm1 .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-uLJQsqNKm1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLJQsqNKm1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJQsqNKm1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJQsqNKm1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJQsqNKm1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJQsqNKm1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLJQsqNKm1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLJQsqNKm1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLJQsqNKm1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLJQsqNKm1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLJQsqNKm1 .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-uLJQsqNKm1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJQsqNKm1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJQsqNKm1 .dropdown-item.active,
.cid-uLJQsqNKm1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJQsqNKm1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJQsqNKm1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJQsqNKm1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJQsqNKm1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJQsqNKm1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJQsqNKm1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJQsqNKm1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJQsqNKm1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJQsqNKm1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJQsqNKm1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLJQsqNKm1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJQsqNKm1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJQsqNKm1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJQsqNKm1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJQsqNKm1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJQsqNKm1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJQsqNKm1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJQsqNKm1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJQsqNKm1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLJQsqNKm1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJQsqNKm1 .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-uLJQsqNKm1 .navbar {
    height: 70px;
  }
  .cid-uLJQsqNKm1 .navbar.opened {
    height: auto;
  }
  .cid-uLJQsqNKm1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLNpHHPbtv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLNpHHPbtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLNpHHPbtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLNpHHPbtv .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uLNpHHPbtv .card {
    margin-bottom: 2rem!important;
  }
  .cid-uLNpHHPbtv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLNpHHPbtv .link-wrap {
    align-items: center;
  }
}
.cid-uLNpHHPbtv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLNpHHPbtv .card-title,
.cid-uLNpHHPbtv .card-box {
  text-align: left;
}
.cid-uLNpTqnWXf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLNpTqnWXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLNpTqnWXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLNpTqnWXf .item {
  padding-bottom: 2rem;
}
.cid-uLNpTqnWXf .item-wrapper {
  position: relative;
}
.cid-uLNpTqnWXf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uLNpTqnWXf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uLNpTqnWXf .carousel-control,
.cid-uLNpTqnWXf .close {
  background: #1b1b1b;
}
.cid-uLNpTqnWXf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uLNpTqnWXf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uLNpTqnWXf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uLNpTqnWXf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uLNpTqnWXf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uLNpTqnWXf .close::before {
  content: '\e91a';
}
.cid-uLNpTqnWXf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uLNpTqnWXf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uLNpTqnWXf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLNpTqnWXf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLNpTqnWXf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLNpTqnWXf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uLNpTqnWXf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLNpTqnWXf .carousel-indicators li.active,
.cid-uLNpTqnWXf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLNpTqnWXf .carousel-indicators li::after,
.cid-uLNpTqnWXf .carousel-indicators li::before {
  content: none;
}
.cid-uLNpTqnWXf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLNpTqnWXf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uLNpTqnWXf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLNpTqnWXf .carousel-indicators {
    display: none;
  }
}
.cid-uLNpTqnWXf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uLNpTqnWXf .carousel-inner > .active {
  display: block;
}
.cid-uLNpTqnWXf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLNpTqnWXf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLNpTqnWXf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uLNpTqnWXf .carousel-control,
  .cid-uLNpTqnWXf .carousel-indicators,
  .cid-uLNpTqnWXf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uLNpTqnWXf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uLNpTqnWXf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uLNpTqnWXf .carousel-indicators .active,
.cid-uLNpTqnWXf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uLNpTqnWXf .carousel-indicators .active {
  background: #fff;
}
.cid-uLNpTqnWXf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uLNpTqnWXf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uLNpTqnWXf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uLNpTqnWXf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uLNpTqnWXf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uLNpTqnWXf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uLNpTqnWXf .carousel {
  width: 100%;
}
.cid-uLNpTqnWXf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uLNpTqnWXf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uLNpTqnWXf .modal.fade .modal-dialog,
.cid-uLNpTqnWXf .modal.in .modal-dialog {
  transform: none;
}
.cid-uLNpTqnWXf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uLNpTqnWXf H6 {
  text-align: center;
}
.cid-v5DhM9lN7Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v5DhM9lN7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DhM9lN7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5DhM9lN7Z .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5DhM9lN7Z .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v5DhM9lN7Z .google-map {
  height: 100%;
  position: relative;
}
.cid-v5DhM9lN7Z .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5DhM9lN7Z .google-map iframe {
    min-height: 350px;
  }
}
.cid-v5DhM9lN7Z .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5DhM9lN7Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5DhM9lN7Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5DhM9lN7Z .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5DhM9lN7Z .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5DhM9lN7Z .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v5DhM9lN7Z ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v5DhM9lN7Z .content-head {
  max-width: 800px;
}
.cid-uLJQsrEAyW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLJQsrEAyW img,
.cid-uLJQsrEAyW .item-img {
  width: 100%;
}
.cid-uLJQsrEAyW .item:focus,
.cid-uLJQsrEAyW span:focus {
  outline: none;
}
.cid-uLJQsrEAyW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLJQsrEAyW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLJQsrEAyW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLJQsrEAyW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLJQsrEAyW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLJQsrEAyW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLJQsrEAyW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLJQsrEAyW .mbr-section-title {
  color: #ffffff;
}
.cid-uLJQsrEAyW .mbr-text,
.cid-uLJQsrEAyW .mbr-section-btn {
  text-align: left;
}
.cid-uLJQsrEAyW .item-title {
  text-align: left;
}
.cid-uLJQsrEAyW .item-subtitle {
  text-align: left;
}
.cid-uLWmaFyb5O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLWmaFyb5O .row {
  flex-direction: row-reverse;
}
.cid-uLWmaFyb5O .justify-content-center {
  align-items: center;
}
.cid-uLWmaFyb5O .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLWmaFyb5O .mbr-text,
.cid-uLWmaFyb5O .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLWmaFyb5O .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLWmaFyb5O .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLWmaFyb5O .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLJQssud2H {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uLJQssud2H .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJQssud2H .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLJQssud2H .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLJQssud2H .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLJQssud2H .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLJQssud2H .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLJQssud2H .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-uLJQssud2H .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLJQssud2H .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLJQssud2H .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLJQssud2H .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLJQssud2H .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLJQssud2H .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLJQssud2H .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLJQssud2H .media-container-row .mbr-text {
  color: #000000;
}
.cid-uLJTVW1kQU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLJTVW1kQU nav.navbar {
  position: fixed;
}
.cid-uLJTVW1kQU .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-uLJTVW1kQU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLJTVW1kQU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLJTVW1kQU .dropdown-item:hover,
.cid-uLJTVW1kQU .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uLJTVW1kQU .dropdown-item:hover span {
  color: white;
}
.cid-uLJTVW1kQU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLJTVW1kQU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLJTVW1kQU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLJTVW1kQU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJTVW1kQU .nav-link {
  position: relative;
}
.cid-uLJTVW1kQU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJTVW1kQU .container {
    flex-wrap: wrap;
  }
}
.cid-uLJTVW1kQU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJTVW1kQU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLJTVW1kQU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLJTVW1kQU .dropdown-menu,
.cid-uLJTVW1kQU .navbar.opened {
  background: #ffffff !important;
}
.cid-uLJTVW1kQU .nav-item:focus,
.cid-uLJTVW1kQU .nav-link:focus {
  outline: none;
}
.cid-uLJTVW1kQU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJTVW1kQU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJTVW1kQU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJTVW1kQU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJTVW1kQU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJTVW1kQU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJTVW1kQU .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: #ffffff;
}
.cid-uLJTVW1kQU .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJTVW1kQU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJTVW1kQU .navbar .navbar-logo img {
  width: auto;
}
.cid-uLJTVW1kQU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLJTVW1kQU .navbar.collapsed {
  justify-content: center;
}
.cid-uLJTVW1kQU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJTVW1kQU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJTVW1kQU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLJTVW1kQU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJTVW1kQU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJTVW1kQU .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-uLJTVW1kQU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJTVW1kQU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJTVW1kQU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLJTVW1kQU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJTVW1kQU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJTVW1kQU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJTVW1kQU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJTVW1kQU .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-uLJTVW1kQU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLJTVW1kQU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJTVW1kQU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJTVW1kQU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJTVW1kQU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJTVW1kQU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLJTVW1kQU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLJTVW1kQU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLJTVW1kQU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLJTVW1kQU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLJTVW1kQU .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-uLJTVW1kQU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJTVW1kQU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJTVW1kQU .dropdown-item.active,
.cid-uLJTVW1kQU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJTVW1kQU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJTVW1kQU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJTVW1kQU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJTVW1kQU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJTVW1kQU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJTVW1kQU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJTVW1kQU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJTVW1kQU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJTVW1kQU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJTVW1kQU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLJTVW1kQU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJTVW1kQU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJTVW1kQU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJTVW1kQU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJTVW1kQU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJTVW1kQU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJTVW1kQU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJTVW1kQU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJTVW1kQU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLJTVW1kQU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJTVW1kQU .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-uLJTVW1kQU .navbar {
    height: 70px;
  }
  .cid-uLJTVW1kQU .navbar.opened {
    height: auto;
  }
  .cid-uLJTVW1kQU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLQiYrr0gy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLQiYrr0gy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQiYrr0gy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQiYrr0gy .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uLQiYrr0gy .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #a6a99c;
}
@media (max-width: 991px) {
  .cid-uLQiYrr0gy .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLQiYrr0gy .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uLQiYrr0gy .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #edefeb;
}
.cid-uLQiYrr0gy P {
  color: #ffffff;
}
.cid-uLQj0jCfbT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uLQj0jCfbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQj0jCfbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQj0jCfbT .google-map {
  height: 30rem;
  position: relative;
}
.cid-uLQj0jCfbT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLQj0jCfbT .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uLQj0jCfbT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLQj0jCfbT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLJTVWW2SQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLJTVWW2SQ img,
.cid-uLJTVWW2SQ .item-img {
  width: 100%;
}
.cid-uLJTVWW2SQ .item:focus,
.cid-uLJTVWW2SQ span:focus {
  outline: none;
}
.cid-uLJTVWW2SQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLJTVWW2SQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLJTVWW2SQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLJTVWW2SQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLJTVWW2SQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLJTVWW2SQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLJTVWW2SQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLJTVWW2SQ .mbr-section-title {
  color: #ffffff;
}
.cid-uLJTVWW2SQ .mbr-text,
.cid-uLJTVWW2SQ .mbr-section-btn {
  text-align: left;
}
.cid-uLJTVWW2SQ .item-title {
  text-align: left;
}
.cid-uLJTVWW2SQ .item-subtitle {
  text-align: left;
}
.cid-uLJTVXgKud {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/academicbgpic12.jpg-2000x1330.jpg");
}
.cid-uLJTVXgKud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJTVXgKud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJTVXgKud .mbr-section-title {
  color: #f92c50;
}
.cid-uLJTVXgKud .mbr-text,
.cid-uLJTVXgKud .link {
  text-align: center;
}
.cid-uLJTVXgKud .link {
  color: #f92c50;
}
.cid-uLWmKv835t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLWmKv835t .row {
  flex-direction: row-reverse;
}
.cid-uLWmKv835t .justify-content-center {
  align-items: center;
}
.cid-uLWmKv835t .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLWmKv835t .mbr-text,
.cid-uLWmKv835t .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLWmKv835t .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLWmKv835t .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLWmKv835t .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLJTVXO7vd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uLJTVXO7vd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJTVXO7vd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLJTVXO7vd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLJTVXO7vd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLJTVXO7vd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLJTVXO7vd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLJTVXO7vd .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-uLJTVXO7vd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLJTVXO7vd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLJTVXO7vd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLJTVXO7vd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLJTVXO7vd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLJTVXO7vd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLJTVXO7vd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLJTVXO7vd .media-container-row .mbr-text {
  color: #000000;
}
.cid-uLJU3CLBj3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLJU3CLBj3 nav.navbar {
  position: fixed;
}
.cid-uLJU3CLBj3 .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-uLJU3CLBj3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLJU3CLBj3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLJU3CLBj3 .dropdown-item:hover,
.cid-uLJU3CLBj3 .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uLJU3CLBj3 .dropdown-item:hover span {
  color: white;
}
.cid-uLJU3CLBj3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLJU3CLBj3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLJU3CLBj3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLJU3CLBj3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJU3CLBj3 .nav-link {
  position: relative;
}
.cid-uLJU3CLBj3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJU3CLBj3 .container {
    flex-wrap: wrap;
  }
}
.cid-uLJU3CLBj3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJU3CLBj3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLJU3CLBj3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLJU3CLBj3 .dropdown-menu,
.cid-uLJU3CLBj3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uLJU3CLBj3 .nav-item:focus,
.cid-uLJU3CLBj3 .nav-link:focus {
  outline: none;
}
.cid-uLJU3CLBj3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJU3CLBj3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJU3CLBj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJU3CLBj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJU3CLBj3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJU3CLBj3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJU3CLBj3 .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: #ffffff;
}
.cid-uLJU3CLBj3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJU3CLBj3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJU3CLBj3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLJU3CLBj3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLJU3CLBj3 .navbar.collapsed {
  justify-content: center;
}
.cid-uLJU3CLBj3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJU3CLBj3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJU3CLBj3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLJU3CLBj3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJU3CLBj3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJU3CLBj3 .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-uLJU3CLBj3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJU3CLBj3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJU3CLBj3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLJU3CLBj3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJU3CLBj3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJU3CLBj3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJU3CLBj3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJU3CLBj3 .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-uLJU3CLBj3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLJU3CLBj3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJU3CLBj3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJU3CLBj3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJU3CLBj3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJU3CLBj3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLJU3CLBj3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLJU3CLBj3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLJU3CLBj3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLJU3CLBj3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLJU3CLBj3 .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-uLJU3CLBj3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJU3CLBj3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJU3CLBj3 .dropdown-item.active,
.cid-uLJU3CLBj3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJU3CLBj3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJU3CLBj3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJU3CLBj3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJU3CLBj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJU3CLBj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJU3CLBj3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJU3CLBj3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJU3CLBj3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJU3CLBj3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJU3CLBj3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLJU3CLBj3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJU3CLBj3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJU3CLBj3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJU3CLBj3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJU3CLBj3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJU3CLBj3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJU3CLBj3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJU3CLBj3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJU3CLBj3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLJU3CLBj3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJU3CLBj3 .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-uLJU3CLBj3 .navbar {
    height: 70px;
  }
  .cid-uLJU3CLBj3 .navbar.opened {
    height: auto;
  }
  .cid-uLJU3CLBj3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLJU3E3m3O {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-20250618-wa0011.jpg-1024x522.jpg");
}
.cid-uLJU3E3m3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJU3E3m3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJU3E3m3O .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uLJU3E3m3O .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMYGCZto7y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uMYGCZto7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYGCZto7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYGCZto7y .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uMYGCZto7y .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMYGCZto7y .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uMYGCZto7y .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uMYGCZto7y .row .row {
    flex-direction: column-reverse;
  }
  .cid-uMYGCZto7y .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uMYGCZto7y .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMYGCZto7y .card-subtitle {
  color: #0095ff;
}
.cid-uMYGCZto7y .mbr-text {
  color: #555555;
}
.cid-uOLoBxIB3M {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uOLoBxIB3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLoBxIB3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLoBxIB3M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uOLoBxIB3M .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOLoBxIB3M .embla__button--next,
.cid-uOLoBxIB3M .embla__button--prev {
  display: flex;
}
.cid-uOLoBxIB3M .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uOLoBxIB3M .embla__button {
    display: none;
  }
}
.cid-uOLoBxIB3M .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOLoBxIB3M .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uOLoBxIB3M .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOLoBxIB3M .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uOLoBxIB3M .embla__button {
    top: auto;
  }
}
.cid-uOLoBxIB3M .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uOLoBxIB3M .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uOLoBxIB3M .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uOLoBxIB3M .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uOLoBxIB3M .embla {
  position: relative;
  width: 100%;
}
.cid-uOLoBxIB3M .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uOLoBxIB3M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOLoBxIB3M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOLoBxIB3M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLJU3ECUpf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLJU3ECUpf img,
.cid-uLJU3ECUpf .item-img {
  width: 100%;
}
.cid-uLJU3ECUpf .item:focus,
.cid-uLJU3ECUpf span:focus {
  outline: none;
}
.cid-uLJU3ECUpf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLJU3ECUpf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLJU3ECUpf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLJU3ECUpf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLJU3ECUpf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLJU3ECUpf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLJU3ECUpf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLJU3ECUpf .mbr-section-title {
  color: #ffffff;
}
.cid-uLJU3ECUpf .mbr-text,
.cid-uLJU3ECUpf .mbr-section-btn {
  text-align: left;
}
.cid-uLJU3ECUpf .item-title {
  text-align: left;
}
.cid-uLJU3ECUpf .item-subtitle {
  text-align: left;
}
.cid-uLJU3F4Y4E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/academicbgpic12.jpg-2000x1330.jpg");
}
.cid-uLJU3F4Y4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJU3F4Y4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJU3F4Y4E .mbr-section-title {
  color: #f92c50;
}
.cid-uLJU3F4Y4E .mbr-text,
.cid-uLJU3F4Y4E .link {
  text-align: center;
}
.cid-uLJU3F4Y4E .link {
  color: #f92c50;
}
.cid-uLWnQqJC1q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLWnQqJC1q .row {
  flex-direction: row-reverse;
}
.cid-uLWnQqJC1q .justify-content-center {
  align-items: center;
}
.cid-uLWnQqJC1q .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLWnQqJC1q .mbr-text,
.cid-uLWnQqJC1q .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLWnQqJC1q .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLWnQqJC1q .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLWnQqJC1q .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLJU3FC2U5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uLJU3FC2U5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJU3FC2U5 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLJU3FC2U5 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLJU3FC2U5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLJU3FC2U5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLJU3FC2U5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLJU3FC2U5 .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-uLJU3FC2U5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLJU3FC2U5 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLJU3FC2U5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLJU3FC2U5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLJU3FC2U5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLJU3FC2U5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLJU3FC2U5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLJU3FC2U5 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uLJUu4x0GW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLJUu4x0GW nav.navbar {
  position: fixed;
}
.cid-uLJUu4x0GW .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-uLJUu4x0GW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLJUu4x0GW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLJUu4x0GW .dropdown-item:hover,
.cid-uLJUu4x0GW .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uLJUu4x0GW .dropdown-item:hover span {
  color: white;
}
.cid-uLJUu4x0GW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLJUu4x0GW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLJUu4x0GW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLJUu4x0GW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJUu4x0GW .nav-link {
  position: relative;
}
.cid-uLJUu4x0GW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJUu4x0GW .container {
    flex-wrap: wrap;
  }
}
.cid-uLJUu4x0GW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJUu4x0GW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLJUu4x0GW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLJUu4x0GW .dropdown-menu,
.cid-uLJUu4x0GW .navbar.opened {
  background: #ffffff !important;
}
.cid-uLJUu4x0GW .nav-item:focus,
.cid-uLJUu4x0GW .nav-link:focus {
  outline: none;
}
.cid-uLJUu4x0GW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJUu4x0GW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJUu4x0GW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJUu4x0GW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJUu4x0GW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJUu4x0GW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJUu4x0GW .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: #ffffff;
}
.cid-uLJUu4x0GW .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJUu4x0GW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJUu4x0GW .navbar .navbar-logo img {
  width: auto;
}
.cid-uLJUu4x0GW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLJUu4x0GW .navbar.collapsed {
  justify-content: center;
}
.cid-uLJUu4x0GW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJUu4x0GW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJUu4x0GW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLJUu4x0GW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJUu4x0GW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJUu4x0GW .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-uLJUu4x0GW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJUu4x0GW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJUu4x0GW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLJUu4x0GW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJUu4x0GW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJUu4x0GW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJUu4x0GW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJUu4x0GW .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-uLJUu4x0GW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLJUu4x0GW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJUu4x0GW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJUu4x0GW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJUu4x0GW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJUu4x0GW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLJUu4x0GW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLJUu4x0GW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLJUu4x0GW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLJUu4x0GW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLJUu4x0GW .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-uLJUu4x0GW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJUu4x0GW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJUu4x0GW .dropdown-item.active,
.cid-uLJUu4x0GW .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJUu4x0GW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJUu4x0GW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJUu4x0GW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJUu4x0GW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJUu4x0GW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJUu4x0GW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJUu4x0GW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJUu4x0GW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJUu4x0GW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJUu4x0GW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLJUu4x0GW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJUu4x0GW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJUu4x0GW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJUu4x0GW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJUu4x0GW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJUu4x0GW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJUu4x0GW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJUu4x0GW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJUu4x0GW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLJUu4x0GW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJUu4x0GW .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-uLJUu4x0GW .navbar {
    height: 70px;
  }
  .cid-uLJUu4x0GW .navbar.opened {
    height: auto;
  }
  .cid-uLJUu4x0GW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM76JxW1qJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uM76JxW1qJ img,
.cid-uM76JxW1qJ .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uM76JxW1qJ .item:focus,
.cid-uM76JxW1qJ span:focus {
  outline: none;
}
.cid-uM76JxW1qJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uM76JxW1qJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #a6a99c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uM76JxW1qJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uM76JxW1qJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uM76JxW1qJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uM76JxW1qJ .mbr-section-title {
  color: #ffffff;
}
.cid-uM76JxW1qJ .mbr-text,
.cid-uM76JxW1qJ .mbr-section-btn {
  text-align: center;
}
.cid-uM76JxW1qJ .item-title {
  text-align: center;
}
.cid-uM76JxW1qJ .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uM76JxW1qJ .mbr-section-subtitle {
  color: #a6a99c;
}
.cid-v7rus89M1g {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v7rus89M1g .mbr-media {
  position: relative;
}
.cid-v7rus89M1g .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-v7rus89M1g a:hover {
  background-image: none !important;
}
.cid-v7rus89M1g .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v7rus89M1g .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-v7rus89M1g .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v7rus89M1g .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v7rus89M1g .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v7rus89M1g .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v7rus89M1g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7rus89M1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7rus89M1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7rus89M1g .content-head {
  max-width: 800px;
}
.cid-v7rus89M1g .mbr-section-title {
  color: #f92c50;
}
.cid-uLJUu5pTnw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLJUu5pTnw img,
.cid-uLJUu5pTnw .item-img {
  width: 100%;
}
.cid-uLJUu5pTnw .item:focus,
.cid-uLJUu5pTnw span:focus {
  outline: none;
}
.cid-uLJUu5pTnw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLJUu5pTnw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLJUu5pTnw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLJUu5pTnw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLJUu5pTnw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLJUu5pTnw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLJUu5pTnw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLJUu5pTnw .mbr-section-title {
  color: #ffffff;
}
.cid-uLJUu5pTnw .mbr-text,
.cid-uLJUu5pTnw .mbr-section-btn {
  text-align: left;
}
.cid-uLJUu5pTnw .item-title {
  text-align: left;
}
.cid-uLJUu5pTnw .item-subtitle {
  text-align: left;
}
.cid-uLJUu5JUW6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/academicbgpic12.jpg-2000x1330.jpg");
}
.cid-uLJUu5JUW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJUu5JUW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJUu5JUW6 .mbr-section-title {
  color: #f92c50;
}
.cid-uLJUu5JUW6 .mbr-text,
.cid-uLJUu5JUW6 .link {
  text-align: center;
}
.cid-uLJUu5JUW6 .link {
  color: #f92c50;
}
.cid-uLWot7DdQF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLWot7DdQF .row {
  flex-direction: row-reverse;
}
.cid-uLWot7DdQF .justify-content-center {
  align-items: center;
}
.cid-uLWot7DdQF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLWot7DdQF .mbr-text,
.cid-uLWot7DdQF .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLWot7DdQF .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLWot7DdQF .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLWot7DdQF .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLJUu6j3T4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uLJUu6j3T4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJUu6j3T4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLJUu6j3T4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLJUu6j3T4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLJUu6j3T4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLJUu6j3T4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLJUu6j3T4 .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-uLJUu6j3T4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLJUu6j3T4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLJUu6j3T4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLJUu6j3T4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLJUu6j3T4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLJUu6j3T4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLJUu6j3T4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLJUu6j3T4 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uLJUAHv0qF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLJUAHv0qF nav.navbar {
  position: fixed;
}
.cid-uLJUAHv0qF .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-uLJUAHv0qF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLJUAHv0qF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLJUAHv0qF .dropdown-item:hover,
.cid-uLJUAHv0qF .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uLJUAHv0qF .dropdown-item:hover span {
  color: white;
}
.cid-uLJUAHv0qF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLJUAHv0qF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLJUAHv0qF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLJUAHv0qF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJUAHv0qF .nav-link {
  position: relative;
}
.cid-uLJUAHv0qF .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJUAHv0qF .container {
    flex-wrap: wrap;
  }
}
.cid-uLJUAHv0qF .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJUAHv0qF .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLJUAHv0qF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLJUAHv0qF .dropdown-menu,
.cid-uLJUAHv0qF .navbar.opened {
  background: #ffffff !important;
}
.cid-uLJUAHv0qF .nav-item:focus,
.cid-uLJUAHv0qF .nav-link:focus {
  outline: none;
}
.cid-uLJUAHv0qF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJUAHv0qF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJUAHv0qF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJUAHv0qF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJUAHv0qF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJUAHv0qF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJUAHv0qF .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: #ffffff;
}
.cid-uLJUAHv0qF .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJUAHv0qF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJUAHv0qF .navbar .navbar-logo img {
  width: auto;
}
.cid-uLJUAHv0qF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLJUAHv0qF .navbar.collapsed {
  justify-content: center;
}
.cid-uLJUAHv0qF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJUAHv0qF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJUAHv0qF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLJUAHv0qF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJUAHv0qF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJUAHv0qF .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-uLJUAHv0qF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJUAHv0qF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJUAHv0qF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLJUAHv0qF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJUAHv0qF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJUAHv0qF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJUAHv0qF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJUAHv0qF .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-uLJUAHv0qF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLJUAHv0qF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJUAHv0qF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJUAHv0qF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJUAHv0qF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJUAHv0qF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLJUAHv0qF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLJUAHv0qF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLJUAHv0qF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLJUAHv0qF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLJUAHv0qF .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-uLJUAHv0qF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJUAHv0qF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJUAHv0qF .dropdown-item.active,
.cid-uLJUAHv0qF .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJUAHv0qF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJUAHv0qF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJUAHv0qF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJUAHv0qF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJUAHv0qF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJUAHv0qF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJUAHv0qF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJUAHv0qF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJUAHv0qF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJUAHv0qF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLJUAHv0qF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJUAHv0qF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJUAHv0qF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJUAHv0qF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJUAHv0qF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJUAHv0qF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJUAHv0qF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJUAHv0qF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJUAHv0qF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLJUAHv0qF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJUAHv0qF .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-uLJUAHv0qF .navbar {
    height: 70px;
  }
  .cid-uLJUAHv0qF .navbar.opened {
    height: auto;
  }
  .cid-uLJUAHv0qF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM1h1H54Lu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM1h1H54Lu .carousel {
  height: 800px;
}
.cid-uM1h1H54Lu .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uM1h1H54Lu .carousel-item,
.cid-uM1h1H54Lu .carousel-inner {
  height: 100%;
}
.cid-uM1h1H54Lu .carousel-caption {
  bottom: 40px;
}
.cid-uM1h1H54Lu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uM1h1H54Lu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uM1h1H54Lu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uM1h1H54Lu .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uM1h1H54Lu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uM1h1H54Lu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uM1h1H54Lu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uM1h1H54Lu .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uM1h1H54Lu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uM1h1H54Lu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uM1h1H54Lu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uM1h1H54Lu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uM1h1H54Lu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uM1h1H54Lu .carousel-indicators li.active,
.cid-uM1h1H54Lu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uM1h1H54Lu .carousel-indicators li::after,
.cid-uM1h1H54Lu .carousel-indicators li::before {
  content: none;
}
.cid-uM1h1H54Lu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uM1h1H54Lu .carousel-indicators {
    display: none !important;
  }
}
.cid-uLJUAIlQyJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLJUAIlQyJ img,
.cid-uLJUAIlQyJ .item-img {
  width: 100%;
}
.cid-uLJUAIlQyJ .item:focus,
.cid-uLJUAIlQyJ span:focus {
  outline: none;
}
.cid-uLJUAIlQyJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLJUAIlQyJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLJUAIlQyJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLJUAIlQyJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLJUAIlQyJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLJUAIlQyJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLJUAIlQyJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLJUAIlQyJ .mbr-section-title {
  color: #ffffff;
}
.cid-uLJUAIlQyJ .mbr-text,
.cid-uLJUAIlQyJ .mbr-section-btn {
  text-align: left;
}
.cid-uLJUAIlQyJ .item-title {
  text-align: left;
}
.cid-uLJUAIlQyJ .item-subtitle {
  text-align: left;
}
.cid-uLJUAIEET8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/academicbgpic12.jpg-2000x1330.jpg");
}
.cid-uLJUAIEET8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJUAIEET8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJUAIEET8 .mbr-section-title {
  color: #f92c50;
}
.cid-uLJUAIEET8 .mbr-text,
.cid-uLJUAIEET8 .link {
  text-align: center;
}
.cid-uLJUAIEET8 .link {
  color: #f92c50;
}
.cid-uLWpfXzd0z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLWpfXzd0z .row {
  flex-direction: row-reverse;
}
.cid-uLWpfXzd0z .justify-content-center {
  align-items: center;
}
.cid-uLWpfXzd0z .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLWpfXzd0z .mbr-text,
.cid-uLWpfXzd0z .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLWpfXzd0z .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLWpfXzd0z .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLWpfXzd0z .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLJUAJb19k {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uLJUAJb19k .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJUAJb19k .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLJUAJb19k .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLJUAJb19k .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLJUAJb19k .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLJUAJb19k .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLJUAJb19k .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-uLJUAJb19k .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLJUAJb19k .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLJUAJb19k .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLJUAJb19k .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLJUAJb19k .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLJUAJb19k .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLJUAJb19k .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLJUAJb19k .media-container-row .mbr-text {
  color: #000000;
}
.cid-uLJZ5OsJrN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLJZ5OsJrN nav.navbar {
  position: fixed;
}
.cid-uLJZ5OsJrN .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-uLJZ5OsJrN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLJZ5OsJrN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLJZ5OsJrN .dropdown-item:hover,
.cid-uLJZ5OsJrN .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uLJZ5OsJrN .dropdown-item:hover span {
  color: white;
}
.cid-uLJZ5OsJrN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLJZ5OsJrN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLJZ5OsJrN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLJZ5OsJrN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJZ5OsJrN .nav-link {
  position: relative;
}
.cid-uLJZ5OsJrN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJZ5OsJrN .container {
    flex-wrap: wrap;
  }
}
.cid-uLJZ5OsJrN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJZ5OsJrN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLJZ5OsJrN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLJZ5OsJrN .dropdown-menu,
.cid-uLJZ5OsJrN .navbar.opened {
  background: #ffffff !important;
}
.cid-uLJZ5OsJrN .nav-item:focus,
.cid-uLJZ5OsJrN .nav-link:focus {
  outline: none;
}
.cid-uLJZ5OsJrN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJZ5OsJrN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJZ5OsJrN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJZ5OsJrN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJZ5OsJrN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJZ5OsJrN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJZ5OsJrN .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: #ffffff;
}
.cid-uLJZ5OsJrN .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJZ5OsJrN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJZ5OsJrN .navbar .navbar-logo img {
  width: auto;
}
.cid-uLJZ5OsJrN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLJZ5OsJrN .navbar.collapsed {
  justify-content: center;
}
.cid-uLJZ5OsJrN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJZ5OsJrN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJZ5OsJrN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLJZ5OsJrN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJZ5OsJrN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJZ5OsJrN .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-uLJZ5OsJrN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJZ5OsJrN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJZ5OsJrN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLJZ5OsJrN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJZ5OsJrN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJZ5OsJrN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJZ5OsJrN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJZ5OsJrN .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-uLJZ5OsJrN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLJZ5OsJrN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJZ5OsJrN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJZ5OsJrN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJZ5OsJrN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJZ5OsJrN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLJZ5OsJrN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLJZ5OsJrN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLJZ5OsJrN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLJZ5OsJrN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLJZ5OsJrN .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-uLJZ5OsJrN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJZ5OsJrN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJZ5OsJrN .dropdown-item.active,
.cid-uLJZ5OsJrN .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJZ5OsJrN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJZ5OsJrN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJZ5OsJrN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJZ5OsJrN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJZ5OsJrN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJZ5OsJrN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJZ5OsJrN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJZ5OsJrN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJZ5OsJrN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJZ5OsJrN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLJZ5OsJrN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJZ5OsJrN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJZ5OsJrN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJZ5OsJrN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJZ5OsJrN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJZ5OsJrN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJZ5OsJrN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJZ5OsJrN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJZ5OsJrN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLJZ5OsJrN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJZ5OsJrN .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-uLJZ5OsJrN .navbar {
    height: 70px;
  }
  .cid-uLJZ5OsJrN .navbar.opened {
    height: auto;
  }
  .cid-uLJZ5OsJrN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLOWo2DvKY {
  background-image: url("../../../assets/images/sshl-hotel-dev.png-1500x1500.png");
}
.cid-uLOWo2DvKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOWo2DvKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOWo2DvKY .mbr-text,
.cid-uLOWo2DvKY .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uLOWo2DvKY .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uLOWo2DvKY .mbr-section-title {
  color: #ffffff;
}
.cid-uLP9mTpRl3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uLP9mTpRl3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLP9mTpRl3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLP9mTpRl3 .mbr-text,
.cid-uLP9mTpRl3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLP9mTpRl3 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLJZ5POgy4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/academicbgpic12.jpg-2000x1330.jpg");
}
.cid-uLJZ5POgy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJZ5POgy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJZ5POgy4 .mbr-section-title {
  color: #f92c50;
}
.cid-uLJZ5POgy4 .mbr-text,
.cid-uLJZ5POgy4 .link {
  text-align: center;
}
.cid-uLJZ5POgy4 .link {
  color: #f92c50;
}
.cid-uLWpSoAiAD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLWpSoAiAD .row {
  flex-direction: row-reverse;
}
.cid-uLWpSoAiAD .justify-content-center {
  align-items: center;
}
.cid-uLWpSoAiAD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLWpSoAiAD .mbr-text,
.cid-uLWpSoAiAD .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLWpSoAiAD .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLWpSoAiAD .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLWpSoAiAD .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLJZ5Qnu9z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uLJZ5Qnu9z .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJZ5Qnu9z .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLJZ5Qnu9z .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLJZ5Qnu9z .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLJZ5Qnu9z .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLJZ5Qnu9z .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLJZ5Qnu9z .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-uLJZ5Qnu9z .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLJZ5Qnu9z .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLJZ5Qnu9z .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLJZ5Qnu9z .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLJZ5Qnu9z .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLJZ5Qnu9z .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLJZ5Qnu9z .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLJZ5Qnu9z .media-container-row .mbr-text {
  color: #000000;
}
.cid-uLJZixIk19 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLJZixIk19 nav.navbar {
  position: fixed;
}
.cid-uLJZixIk19 .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-uLJZixIk19 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLJZixIk19 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLJZixIk19 .dropdown-item:hover,
.cid-uLJZixIk19 .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uLJZixIk19 .dropdown-item:hover span {
  color: white;
}
.cid-uLJZixIk19 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLJZixIk19 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLJZixIk19 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLJZixIk19 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJZixIk19 .nav-link {
  position: relative;
}
.cid-uLJZixIk19 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJZixIk19 .container {
    flex-wrap: wrap;
  }
}
.cid-uLJZixIk19 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJZixIk19 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLJZixIk19 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLJZixIk19 .dropdown-menu,
.cid-uLJZixIk19 .navbar.opened {
  background: #ffffff !important;
}
.cid-uLJZixIk19 .nav-item:focus,
.cid-uLJZixIk19 .nav-link:focus {
  outline: none;
}
.cid-uLJZixIk19 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJZixIk19 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJZixIk19 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJZixIk19 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJZixIk19 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJZixIk19 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJZixIk19 .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: #ffffff;
}
.cid-uLJZixIk19 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJZixIk19 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJZixIk19 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLJZixIk19 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLJZixIk19 .navbar.collapsed {
  justify-content: center;
}
.cid-uLJZixIk19 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJZixIk19 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJZixIk19 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLJZixIk19 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJZixIk19 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJZixIk19 .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-uLJZixIk19 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJZixIk19 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJZixIk19 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLJZixIk19 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJZixIk19 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJZixIk19 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJZixIk19 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJZixIk19 .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-uLJZixIk19 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLJZixIk19 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJZixIk19 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJZixIk19 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJZixIk19 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJZixIk19 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLJZixIk19 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLJZixIk19 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLJZixIk19 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLJZixIk19 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLJZixIk19 .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-uLJZixIk19 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJZixIk19 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJZixIk19 .dropdown-item.active,
.cid-uLJZixIk19 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJZixIk19 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJZixIk19 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJZixIk19 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJZixIk19 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJZixIk19 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJZixIk19 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJZixIk19 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJZixIk19 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJZixIk19 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJZixIk19 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLJZixIk19 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJZixIk19 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJZixIk19 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJZixIk19 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJZixIk19 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJZixIk19 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJZixIk19 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJZixIk19 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJZixIk19 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLJZixIk19 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJZixIk19 .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-uLJZixIk19 .navbar {
    height: 70px;
  }
  .cid-uLJZixIk19 .navbar.opened {
    height: auto;
  }
  .cid-uLJZixIk19 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLPl7vvw9i {
  background-image: url("../../../assets/images/haaa.jpg-1500x1500.jpg");
}
.cid-uLPl7vvw9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPl7vvw9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLPl7vvw9i .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uLPl7vvw9i .mbr-text,
.cid-uLPl7vvw9i .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uLPylmJK9X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLPylmJK9X img,
.cid-uLPylmJK9X .item-img {
  width: 100%;
}
.cid-uLPylmJK9X .item:focus,
.cid-uLPylmJK9X span:focus {
  outline: none;
}
.cid-uLPylmJK9X .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLPylmJK9X .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLPylmJK9X .item {
  padding: 0;
  margin: 0;
}
.cid-uLPylmJK9X .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLPylmJK9X .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLPylmJK9X .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLPylmJK9X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLPylmJK9X .mbr-section-title {
  color: #232323;
}
.cid-uLJZiyVjjb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/academicbgpic12.jpg-2000x1330.jpg");
}
.cid-uLJZiyVjjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJZiyVjjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJZiyVjjb .mbr-section-title {
  color: #f92c50;
}
.cid-uLJZiyVjjb .mbr-text,
.cid-uLJZiyVjjb .link {
  text-align: center;
}
.cid-uLJZiyVjjb .link {
  color: #f92c50;
}
.cid-uLWqp9c32w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLWqp9c32w .row {
  flex-direction: row-reverse;
}
.cid-uLWqp9c32w .justify-content-center {
  align-items: center;
}
.cid-uLWqp9c32w .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLWqp9c32w .mbr-text,
.cid-uLWqp9c32w .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLWqp9c32w .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLWqp9c32w .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLWqp9c32w .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLJZizt6jG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uLJZizt6jG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJZizt6jG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLJZizt6jG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLJZizt6jG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLJZizt6jG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLJZizt6jG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLJZizt6jG .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-uLJZizt6jG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLJZizt6jG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLJZizt6jG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLJZizt6jG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLJZizt6jG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLJZizt6jG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLJZizt6jG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLJZizt6jG .media-container-row .mbr-text {
  color: #000000;
}
.cid-uLJZuB0rZL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLJZuB0rZL nav.navbar {
  position: fixed;
}
.cid-uLJZuB0rZL .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-uLJZuB0rZL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLJZuB0rZL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLJZuB0rZL .dropdown-item:hover,
.cid-uLJZuB0rZL .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uLJZuB0rZL .dropdown-item:hover span {
  color: white;
}
.cid-uLJZuB0rZL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLJZuB0rZL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLJZuB0rZL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLJZuB0rZL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJZuB0rZL .nav-link {
  position: relative;
}
.cid-uLJZuB0rZL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJZuB0rZL .container {
    flex-wrap: wrap;
  }
}
.cid-uLJZuB0rZL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLJZuB0rZL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLJZuB0rZL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLJZuB0rZL .dropdown-menu,
.cid-uLJZuB0rZL .navbar.opened {
  background: #ffffff !important;
}
.cid-uLJZuB0rZL .nav-item:focus,
.cid-uLJZuB0rZL .nav-link:focus {
  outline: none;
}
.cid-uLJZuB0rZL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJZuB0rZL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJZuB0rZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJZuB0rZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJZuB0rZL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJZuB0rZL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJZuB0rZL .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: #ffffff;
}
.cid-uLJZuB0rZL .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJZuB0rZL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJZuB0rZL .navbar .navbar-logo img {
  width: auto;
}
.cid-uLJZuB0rZL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLJZuB0rZL .navbar.collapsed {
  justify-content: center;
}
.cid-uLJZuB0rZL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJZuB0rZL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJZuB0rZL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLJZuB0rZL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJZuB0rZL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJZuB0rZL .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-uLJZuB0rZL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJZuB0rZL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJZuB0rZL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLJZuB0rZL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJZuB0rZL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJZuB0rZL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJZuB0rZL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJZuB0rZL .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-uLJZuB0rZL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLJZuB0rZL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJZuB0rZL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJZuB0rZL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJZuB0rZL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJZuB0rZL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLJZuB0rZL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLJZuB0rZL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLJZuB0rZL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLJZuB0rZL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLJZuB0rZL .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-uLJZuB0rZL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJZuB0rZL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJZuB0rZL .dropdown-item.active,
.cid-uLJZuB0rZL .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJZuB0rZL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJZuB0rZL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJZuB0rZL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJZuB0rZL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJZuB0rZL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJZuB0rZL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJZuB0rZL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJZuB0rZL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJZuB0rZL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJZuB0rZL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLJZuB0rZL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJZuB0rZL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJZuB0rZL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJZuB0rZL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJZuB0rZL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJZuB0rZL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJZuB0rZL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJZuB0rZL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJZuB0rZL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLJZuB0rZL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJZuB0rZL .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-uLJZuB0rZL .navbar {
    height: 70px;
  }
  .cid-uLJZuB0rZL .navbar.opened {
    height: auto;
  }
  .cid-uLJZuB0rZL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLPQVP5b2q {
  background-image: url("../../../assets/images/franchise1.webp");
}
.cid-uLPQVP5b2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPQVP5b2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLPQVP5b2q .mbr-text,
.cid-uLPQVP5b2q .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uLPQVP5b2q .mbr-section-title {
  color: #000000;
}
.cid-uLJZuC8eM8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/academicbgpic12.jpg-2000x1330.jpg");
}
.cid-uLJZuC8eM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJZuC8eM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJZuC8eM8 .mbr-section-title {
  color: #f92c50;
}
.cid-uLJZuC8eM8 .mbr-text,
.cid-uLJZuC8eM8 .link {
  text-align: center;
}
.cid-uLJZuC8eM8 .link {
  color: #f92c50;
}
.cid-uLWr0Ojj2c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLWr0Ojj2c .row {
  flex-direction: row-reverse;
}
.cid-uLWr0Ojj2c .justify-content-center {
  align-items: center;
}
.cid-uLWr0Ojj2c .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLWr0Ojj2c .mbr-text,
.cid-uLWr0Ojj2c .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLWr0Ojj2c .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLWr0Ojj2c .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLWr0Ojj2c .item-wrapper {
    padding: 4rem;
  }
}
.cid-uLJZuCDVVg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uLJZuCDVVg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJZuCDVVg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLJZuCDVVg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLJZuCDVVg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLJZuCDVVg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLJZuCDVVg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLJZuCDVVg .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-uLJZuCDVVg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLJZuCDVVg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLJZuCDVVg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLJZuCDVVg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLJZuCDVVg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLJZuCDVVg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLJZuCDVVg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLJZuCDVVg .media-container-row .mbr-text {
  color: #000000;
}
.cid-uM0trODcof {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uM0trODcof nav.navbar {
  position: fixed;
}
.cid-uM0trODcof .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-uM0trODcof .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uM0trODcof .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uM0trODcof .dropdown-item:hover,
.cid-uM0trODcof .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uM0trODcof .dropdown-item:hover span {
  color: white;
}
.cid-uM0trODcof .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uM0trODcof .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uM0trODcof .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uM0trODcof .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uM0trODcof .nav-link {
  position: relative;
}
.cid-uM0trODcof .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uM0trODcof .container {
    flex-wrap: wrap;
  }
}
.cid-uM0trODcof .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uM0trODcof .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uM0trODcof .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uM0trODcof .dropdown-menu,
.cid-uM0trODcof .navbar.opened {
  background: #ffffff !important;
}
.cid-uM0trODcof .nav-item:focus,
.cid-uM0trODcof .nav-link:focus {
  outline: none;
}
.cid-uM0trODcof .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM0trODcof .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM0trODcof .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM0trODcof .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM0trODcof .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM0trODcof .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM0trODcof .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: #ffffff;
}
.cid-uM0trODcof .navbar.opened {
  transition: all 0.3s;
}
.cid-uM0trODcof .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uM0trODcof .navbar .navbar-logo img {
  width: auto;
}
.cid-uM0trODcof .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uM0trODcof .navbar.collapsed {
  justify-content: center;
}
.cid-uM0trODcof .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM0trODcof .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uM0trODcof .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uM0trODcof .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM0trODcof .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM0trODcof .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-uM0trODcof .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM0trODcof .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uM0trODcof .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uM0trODcof .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM0trODcof .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM0trODcof .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM0trODcof .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uM0trODcof .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-uM0trODcof .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uM0trODcof .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uM0trODcof .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uM0trODcof .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uM0trODcof .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM0trODcof .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uM0trODcof .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uM0trODcof .navbar.navbar-short {
  min-height: 60px;
}
.cid-uM0trODcof .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uM0trODcof .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uM0trODcof .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-uM0trODcof .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uM0trODcof .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM0trODcof .dropdown-item.active,
.cid-uM0trODcof .dropdown-item:active {
  background-color: transparent;
}
.cid-uM0trODcof .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM0trODcof .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM0trODcof .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM0trODcof .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uM0trODcof .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uM0trODcof .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uM0trODcof ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uM0trODcof .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uM0trODcof button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uM0trODcof button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uM0trODcof button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM0trODcof button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM0trODcof button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM0trODcof button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM0trODcof nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM0trODcof nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM0trODcof nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM0trODcof nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM0trODcof .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uM0trODcof a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM0trODcof .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-uM0trODcof .navbar {
    height: 70px;
  }
  .cid-uM0trODcof .navbar.opened {
    height: auto;
  }
  .cid-uM0trODcof .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM0IHAr8hU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM0IHAr8hU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM0IHAr8hU .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-uM0IHAr8hU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uM0IHAr8hU .row {
  flex-direction: row-reverse;
}
.cid-uM0IHAr8hU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uM0IHAr8hU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uM0IHAr8hU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM0IHAr8hU .mbr-section-title {
  color: #000000;
}
.cid-uM0IHAr8hU .mbr-text,
.cid-uM0IHAr8hU .mbr-section-btn {
  color: #000000;
}
.cid-uM0IMuTewR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM0IMuTewR h6 {
  line-height: 1.2;
}
.cid-uM0IMuTewR img,
.cid-uM0IMuTewR .item-img {
  width: 100%;
  height: 100%;
}
.cid-uM0IMuTewR .item:focus,
.cid-uM0IMuTewR span:focus {
  outline: none;
}
.cid-uM0IMuTewR .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uM0IMuTewR .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uM0IMuTewR .mbr-section-title {
  color: #000000;
}
.cid-uM0IMuTewR .mbr-text,
.cid-uM0IMuTewR .mbr-section-btn {
  color: #000000;
}
.cid-uM0IMuTewR .item-title {
  color: #000000;
  text-align: center;
}
.cid-uM0IMuTewR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uM0IMuTewR .item-text {
  color: #000000;
  text-align: center;
}
.cid-uM0IMuTewR .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uM0IMuTewR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4NUmppKIN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v4NUmppKIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NUmppKIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4NUmppKIN .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4NUmppKIN .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v4NUmppKIN .google-map {
  height: 100%;
  position: relative;
}
.cid-v4NUmppKIN .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v4NUmppKIN .google-map iframe {
    min-height: 350px;
  }
}
.cid-v4NUmppKIN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v4NUmppKIN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v4NUmppKIN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v4NUmppKIN .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4NUmppKIN .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4NUmppKIN .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v4NUmppKIN ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4NUmppKIN .content-head {
  max-width: 800px;
}
.cid-uM0trPy1BB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uM0trPy1BB img,
.cid-uM0trPy1BB .item-img {
  width: 100%;
}
.cid-uM0trPy1BB .item:focus,
.cid-uM0trPy1BB span:focus {
  outline: none;
}
.cid-uM0trPy1BB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uM0trPy1BB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uM0trPy1BB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uM0trPy1BB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uM0trPy1BB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uM0trPy1BB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uM0trPy1BB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uM0trPy1BB .mbr-section-title {
  color: #ffffff;
}
.cid-uM0trPy1BB .mbr-text,
.cid-uM0trPy1BB .mbr-section-btn {
  text-align: left;
}
.cid-uM0trPy1BB .item-title {
  text-align: left;
}
.cid-uM0trPy1BB .item-subtitle {
  text-align: left;
}
.cid-uM0trQasxh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM0trQasxh .row {
  flex-direction: row-reverse;
}
.cid-uM0trQasxh .justify-content-center {
  align-items: center;
}
.cid-uM0trQasxh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uM0trQasxh .mbr-text,
.cid-uM0trQasxh .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uM0trQasxh .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uM0trQasxh .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uM0trQasxh .item-wrapper {
    padding: 4rem;
  }
}
.cid-uM0trQrCqX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uM0trQrCqX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uM0trQrCqX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uM0trQrCqX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uM0trQrCqX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uM0trQrCqX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uM0trQrCqX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uM0trQrCqX .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-uM0trQrCqX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uM0trQrCqX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uM0trQrCqX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uM0trQrCqX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uM0trQrCqX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uM0trQrCqX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uM0trQrCqX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uM0trQrCqX .media-container-row .mbr-text {
  color: #000000;
}
.cid-uM0tBp3gTb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uM0tBp3gTb nav.navbar {
  position: fixed;
}
.cid-uM0tBp3gTb .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-uM0tBp3gTb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uM0tBp3gTb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uM0tBp3gTb .dropdown-item:hover,
.cid-uM0tBp3gTb .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uM0tBp3gTb .dropdown-item:hover span {
  color: white;
}
.cid-uM0tBp3gTb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uM0tBp3gTb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uM0tBp3gTb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uM0tBp3gTb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uM0tBp3gTb .nav-link {
  position: relative;
}
.cid-uM0tBp3gTb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uM0tBp3gTb .container {
    flex-wrap: wrap;
  }
}
.cid-uM0tBp3gTb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uM0tBp3gTb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uM0tBp3gTb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uM0tBp3gTb .dropdown-menu,
.cid-uM0tBp3gTb .navbar.opened {
  background: #ffffff !important;
}
.cid-uM0tBp3gTb .nav-item:focus,
.cid-uM0tBp3gTb .nav-link:focus {
  outline: none;
}
.cid-uM0tBp3gTb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM0tBp3gTb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM0tBp3gTb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM0tBp3gTb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM0tBp3gTb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM0tBp3gTb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM0tBp3gTb .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: #ffffff;
}
.cid-uM0tBp3gTb .navbar.opened {
  transition: all 0.3s;
}
.cid-uM0tBp3gTb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uM0tBp3gTb .navbar .navbar-logo img {
  width: auto;
}
.cid-uM0tBp3gTb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uM0tBp3gTb .navbar.collapsed {
  justify-content: center;
}
.cid-uM0tBp3gTb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM0tBp3gTb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uM0tBp3gTb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uM0tBp3gTb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM0tBp3gTb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM0tBp3gTb .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-uM0tBp3gTb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM0tBp3gTb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uM0tBp3gTb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uM0tBp3gTb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM0tBp3gTb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM0tBp3gTb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM0tBp3gTb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uM0tBp3gTb .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-uM0tBp3gTb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uM0tBp3gTb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uM0tBp3gTb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uM0tBp3gTb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uM0tBp3gTb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM0tBp3gTb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uM0tBp3gTb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uM0tBp3gTb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uM0tBp3gTb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uM0tBp3gTb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uM0tBp3gTb .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-uM0tBp3gTb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uM0tBp3gTb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM0tBp3gTb .dropdown-item.active,
.cid-uM0tBp3gTb .dropdown-item:active {
  background-color: transparent;
}
.cid-uM0tBp3gTb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM0tBp3gTb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM0tBp3gTb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM0tBp3gTb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uM0tBp3gTb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uM0tBp3gTb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uM0tBp3gTb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uM0tBp3gTb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uM0tBp3gTb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uM0tBp3gTb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uM0tBp3gTb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM0tBp3gTb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM0tBp3gTb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM0tBp3gTb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM0tBp3gTb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM0tBp3gTb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM0tBp3gTb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM0tBp3gTb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM0tBp3gTb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uM0tBp3gTb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM0tBp3gTb .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-uM0tBp3gTb .navbar {
    height: 70px;
  }
  .cid-uM0tBp3gTb .navbar.opened {
    height: auto;
  }
  .cid-uM0tBp3gTb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMBj0JERCp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMBj0JERCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBj0JERCp .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-uMBj0JERCp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMBj0JERCp .row {
  flex-direction: row-reverse;
}
.cid-uMBj0JERCp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMBj0JERCp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMBj0JERCp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMBj0JERCp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMBj0JERCp .mbr-text,
.cid-uMBj0JERCp .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMBqyMGbbb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMBqyMGbbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBqyMGbbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBqyMGbbb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uMBqyMGbbb .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uMBqyMGbbb .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uMBqyMGbbb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uMBqyMGbbb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uMBqyMGbbb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uMBqyMGbbb .carousel-control,
.cid-uMBqyMGbbb .close {
  background: #1b1b1b;
}
.cid-uMBqyMGbbb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMBqyMGbbb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uMBqyMGbbb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMBqyMGbbb .carousel-control-next span {
  margin-left: 5px;
}
.cid-uMBqyMGbbb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uMBqyMGbbb .close::before {
  content: '\e91a';
}
.cid-uMBqyMGbbb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMBqyMGbbb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMBqyMGbbb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMBqyMGbbb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMBqyMGbbb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMBqyMGbbb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uMBqyMGbbb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMBqyMGbbb .carousel-indicators li.active,
.cid-uMBqyMGbbb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMBqyMGbbb .carousel-indicators li::after,
.cid-uMBqyMGbbb .carousel-indicators li::before {
  content: none;
}
.cid-uMBqyMGbbb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMBqyMGbbb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMBqyMGbbb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMBqyMGbbb .carousel-indicators {
    display: none;
  }
}
.cid-uMBqyMGbbb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMBqyMGbbb .carousel-inner > .active {
  display: block;
}
.cid-uMBqyMGbbb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMBqyMGbbb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMBqyMGbbb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMBqyMGbbb .carousel-control,
  .cid-uMBqyMGbbb .carousel-indicators,
  .cid-uMBqyMGbbb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMBqyMGbbb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMBqyMGbbb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMBqyMGbbb .carousel-indicators .active,
.cid-uMBqyMGbbb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uMBqyMGbbb .carousel-indicators .active {
  background: #fff;
}
.cid-uMBqyMGbbb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMBqyMGbbb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMBqyMGbbb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMBqyMGbbb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMBqyMGbbb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMBqyMGbbb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMBqyMGbbb .carousel {
  width: 100%;
}
.cid-uMBqyMGbbb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMBqyMGbbb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uMBqyMGbbb .modal.fade .modal-dialog,
.cid-uMBqyMGbbb .modal.in .modal-dialog {
  transform: none;
}
.cid-uMBqyMGbbb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMBqyMGbbb H6 {
  text-align: center;
}
.cid-v4ZCWMCaFi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v4ZCWMCaFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZCWMCaFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4ZCWMCaFi .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZCWMCaFi .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v4ZCWMCaFi .google-map {
  height: 100%;
  position: relative;
}
.cid-v4ZCWMCaFi .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v4ZCWMCaFi .google-map iframe {
    min-height: 350px;
  }
}
.cid-v4ZCWMCaFi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v4ZCWMCaFi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v4ZCWMCaFi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v4ZCWMCaFi .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4ZCWMCaFi .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4ZCWMCaFi .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v4ZCWMCaFi ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4ZCWMCaFi .content-head {
  max-width: 800px;
}
.cid-uM0tBpUC7E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uM0tBpUC7E img,
.cid-uM0tBpUC7E .item-img {
  width: 100%;
}
.cid-uM0tBpUC7E .item:focus,
.cid-uM0tBpUC7E span:focus {
  outline: none;
}
.cid-uM0tBpUC7E .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uM0tBpUC7E .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uM0tBpUC7E .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uM0tBpUC7E .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uM0tBpUC7E .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uM0tBpUC7E .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uM0tBpUC7E .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uM0tBpUC7E .mbr-section-title {
  color: #ffffff;
}
.cid-uM0tBpUC7E .mbr-text,
.cid-uM0tBpUC7E .mbr-section-btn {
  text-align: left;
}
.cid-uM0tBpUC7E .item-title {
  text-align: left;
}
.cid-uM0tBpUC7E .item-subtitle {
  text-align: left;
}
.cid-uM0tBqyBrj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM0tBqyBrj .row {
  flex-direction: row-reverse;
}
.cid-uM0tBqyBrj .justify-content-center {
  align-items: center;
}
.cid-uM0tBqyBrj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uM0tBqyBrj .mbr-text,
.cid-uM0tBqyBrj .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uM0tBqyBrj .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uM0tBqyBrj .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uM0tBqyBrj .item-wrapper {
    padding: 4rem;
  }
}
.cid-uM0tBqM8yO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uM0tBqM8yO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uM0tBqM8yO .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uM0tBqM8yO .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uM0tBqM8yO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uM0tBqM8yO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uM0tBqM8yO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uM0tBqM8yO .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-uM0tBqM8yO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uM0tBqM8yO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uM0tBqM8yO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uM0tBqM8yO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uM0tBqM8yO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uM0tBqM8yO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uM0tBqM8yO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uM0tBqM8yO .media-container-row .mbr-text {
  color: #000000;
}
.cid-uOyjAKavNq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOyjAKavNq nav.navbar {
  position: fixed;
}
.cid-uOyjAKavNq .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-uOyjAKavNq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOyjAKavNq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOyjAKavNq .dropdown-item:hover,
.cid-uOyjAKavNq .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uOyjAKavNq .dropdown-item:hover span {
  color: white;
}
.cid-uOyjAKavNq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOyjAKavNq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOyjAKavNq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOyjAKavNq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOyjAKavNq .nav-link {
  position: relative;
}
.cid-uOyjAKavNq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOyjAKavNq .container {
    flex-wrap: wrap;
  }
}
.cid-uOyjAKavNq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOyjAKavNq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uOyjAKavNq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOyjAKavNq .dropdown-menu,
.cid-uOyjAKavNq .navbar.opened {
  background: #ffffff !important;
}
.cid-uOyjAKavNq .nav-item:focus,
.cid-uOyjAKavNq .nav-link:focus {
  outline: none;
}
.cid-uOyjAKavNq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOyjAKavNq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOyjAKavNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOyjAKavNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOyjAKavNq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOyjAKavNq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOyjAKavNq .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: #ffffff;
}
.cid-uOyjAKavNq .navbar.opened {
  transition: all 0.3s;
}
.cid-uOyjAKavNq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOyjAKavNq .navbar .navbar-logo img {
  width: auto;
}
.cid-uOyjAKavNq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOyjAKavNq .navbar.collapsed {
  justify-content: center;
}
.cid-uOyjAKavNq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOyjAKavNq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOyjAKavNq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uOyjAKavNq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOyjAKavNq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOyjAKavNq .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-uOyjAKavNq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOyjAKavNq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOyjAKavNq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOyjAKavNq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOyjAKavNq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOyjAKavNq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOyjAKavNq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOyjAKavNq .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-uOyjAKavNq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOyjAKavNq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOyjAKavNq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOyjAKavNq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOyjAKavNq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOyjAKavNq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOyjAKavNq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uOyjAKavNq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOyjAKavNq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOyjAKavNq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOyjAKavNq .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-uOyjAKavNq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOyjAKavNq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOyjAKavNq .dropdown-item.active,
.cid-uOyjAKavNq .dropdown-item:active {
  background-color: transparent;
}
.cid-uOyjAKavNq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOyjAKavNq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOyjAKavNq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOyjAKavNq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOyjAKavNq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOyjAKavNq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOyjAKavNq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOyjAKavNq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOyjAKavNq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOyjAKavNq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOyjAKavNq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOyjAKavNq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOyjAKavNq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOyjAKavNq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOyjAKavNq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOyjAKavNq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOyjAKavNq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOyjAKavNq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOyjAKavNq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOyjAKavNq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOyjAKavNq .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-uOyjAKavNq .navbar {
    height: 70px;
  }
  .cid-uOyjAKavNq .navbar.opened {
    height: auto;
  }
  .cid-uOyjAKavNq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOyjAKFYxh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-20250618-wa0011.jpg-1024x522.jpg");
}
.cid-uOyjAKFYxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyjAKFYxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyjAKFYxh .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uOyjAKFYxh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOyjAL7Yjg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uOyjAL7Yjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyjAL7Yjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyjAL7Yjg .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uOyjAL7Yjg .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOyjAL7Yjg .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uOyjAL7Yjg .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uOyjAL7Yjg .row .row {
    flex-direction: column-reverse;
  }
  .cid-uOyjAL7Yjg .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOyjAL7Yjg .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOyjAL7Yjg .card-subtitle {
  color: #0095ff;
}
.cid-uOyjAL7Yjg .mbr-text {
  color: #555555;
}
.cid-uTbhn0fExp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTbhn0fExp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbhn0fExp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbhn0fExp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTbhn0fExp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTbhn0fExp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOyjAMJ2Vh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/academicbgpic12.jpg-2000x1330.jpg");
}
.cid-uOyjAMJ2Vh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyjAMJ2Vh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyjAMJ2Vh .mbr-section-title {
  color: #f92c50;
}
.cid-uOyjAMJ2Vh .mbr-text,
.cid-uOyjAMJ2Vh .link {
  text-align: center;
}
.cid-uOyjAMJ2Vh .link {
  color: #f92c50;
}
.cid-uOyjAMdl78 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOyjAMdl78 img,
.cid-uOyjAMdl78 .item-img {
  width: 100%;
}
.cid-uOyjAMdl78 .item:focus,
.cid-uOyjAMdl78 span:focus {
  outline: none;
}
.cid-uOyjAMdl78 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOyjAMdl78 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOyjAMdl78 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uOyjAMdl78 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOyjAMdl78 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uOyjAMdl78 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uOyjAMdl78 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOyjAMdl78 .mbr-section-title {
  color: #ffffff;
}
.cid-uOyjAMdl78 .mbr-text,
.cid-uOyjAMdl78 .mbr-section-btn {
  text-align: left;
}
.cid-uOyjAMdl78 .item-title {
  text-align: left;
}
.cid-uOyjAMdl78 .item-subtitle {
  text-align: left;
}
.cid-uOyjANi0IV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOyjANi0IV .row {
  flex-direction: row-reverse;
}
.cid-uOyjANi0IV .justify-content-center {
  align-items: center;
}
.cid-uOyjANi0IV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uOyjANi0IV .mbr-text,
.cid-uOyjANi0IV .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uOyjANi0IV .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOyjANi0IV .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOyjANi0IV .item-wrapper {
    padding: 4rem;
  }
}
.cid-uOyjANLzz2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uOyjANLzz2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOyjANLzz2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uOyjANLzz2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uOyjANLzz2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOyjANLzz2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOyjANLzz2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uOyjANLzz2 .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-uOyjANLzz2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uOyjANLzz2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uOyjANLzz2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uOyjANLzz2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOyjANLzz2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOyjANLzz2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uOyjANLzz2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uOyjANLzz2 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uRzCH8uSbG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRzCH8uSbG nav.navbar {
  position: fixed;
}
.cid-uRzCH8uSbG .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-uRzCH8uSbG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRzCH8uSbG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRzCH8uSbG .dropdown-item:hover,
.cid-uRzCH8uSbG .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uRzCH8uSbG .dropdown-item:hover span {
  color: white;
}
.cid-uRzCH8uSbG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRzCH8uSbG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRzCH8uSbG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRzCH8uSbG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRzCH8uSbG .nav-link {
  position: relative;
}
.cid-uRzCH8uSbG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRzCH8uSbG .container {
    flex-wrap: wrap;
  }
}
.cid-uRzCH8uSbG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRzCH8uSbG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uRzCH8uSbG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRzCH8uSbG .dropdown-menu,
.cid-uRzCH8uSbG .navbar.opened {
  background: #ffffff !important;
}
.cid-uRzCH8uSbG .nav-item:focus,
.cid-uRzCH8uSbG .nav-link:focus {
  outline: none;
}
.cid-uRzCH8uSbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRzCH8uSbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRzCH8uSbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRzCH8uSbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRzCH8uSbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRzCH8uSbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRzCH8uSbG .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: #ffffff;
}
.cid-uRzCH8uSbG .navbar.opened {
  transition: all 0.3s;
}
.cid-uRzCH8uSbG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRzCH8uSbG .navbar .navbar-logo img {
  width: auto;
}
.cid-uRzCH8uSbG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRzCH8uSbG .navbar.collapsed {
  justify-content: center;
}
.cid-uRzCH8uSbG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRzCH8uSbG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRzCH8uSbG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRzCH8uSbG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRzCH8uSbG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRzCH8uSbG .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-uRzCH8uSbG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRzCH8uSbG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRzCH8uSbG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRzCH8uSbG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRzCH8uSbG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRzCH8uSbG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRzCH8uSbG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRzCH8uSbG .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-uRzCH8uSbG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRzCH8uSbG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRzCH8uSbG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRzCH8uSbG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRzCH8uSbG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRzCH8uSbG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRzCH8uSbG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRzCH8uSbG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRzCH8uSbG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRzCH8uSbG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRzCH8uSbG .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-uRzCH8uSbG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRzCH8uSbG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRzCH8uSbG .dropdown-item.active,
.cid-uRzCH8uSbG .dropdown-item:active {
  background-color: transparent;
}
.cid-uRzCH8uSbG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRzCH8uSbG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRzCH8uSbG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRzCH8uSbG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRzCH8uSbG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRzCH8uSbG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRzCH8uSbG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRzCH8uSbG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRzCH8uSbG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRzCH8uSbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRzCH8uSbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRzCH8uSbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRzCH8uSbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRzCH8uSbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRzCH8uSbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRzCH8uSbG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRzCH8uSbG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRzCH8uSbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRzCH8uSbG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRzCH8uSbG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRzCH8uSbG .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-uRzCH8uSbG .navbar {
    height: 70px;
  }
  .cid-uRzCH8uSbG .navbar.opened {
    height: auto;
  }
  .cid-uRzCH8uSbG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRzCH8YZ6Z {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pic14-edited.png-2000x1333.png");
}
.cid-uRzCH8YZ6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRzCH8YZ6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRzCH8YZ6Z .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uRzCH8YZ6Z .card {
    margin-bottom: 2rem!important;
  }
  .cid-uRzCH8YZ6Z .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRzCH8YZ6Z .link-wrap {
    align-items: center;
  }
}
.cid-uRzCH8YZ6Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRzCH8YZ6Z .card-title,
.cid-uRzCH8YZ6Z .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRzCH8YZ6Z .mbr-text,
.cid-uRzCH8YZ6Z .link-wrap,
.cid-uRzCH8YZ6Z .mbr-section-btn {
  text-align: left;
}
.cid-uRzCH9u33T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRzCH9u33T img,
.cid-uRzCH9u33T .item-img {
  width: 100%;
}
.cid-uRzCH9u33T .item:focus,
.cid-uRzCH9u33T span:focus {
  outline: none;
}
.cid-uRzCH9u33T .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRzCH9u33T .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRzCH9u33T .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRzCH9u33T .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uRzCH9u33T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRzCH9u33T .mbr-section-title {
  color: #232323;
}
.cid-uRzCH9u33T .mbr-text,
.cid-uRzCH9u33T .mbr-section-btn {
  text-align: left;
}
.cid-uRzCH9u33T .item-title {
  text-align: center;
}
.cid-uRzCH9u33T .item-subtitle {
  text-align: left;
}
.cid-uRzCHa0vgd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRzCHa0vgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRzCHa0vgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uRzCHa0vgd .row {
    flex-direction: column-reverse;
  }
  .cid-uRzCHa0vgd .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRzCHa0vgd .google-map {
  height: 100%;
  position: relative;
}
.cid-uRzCHa0vgd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRzCHa0vgd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRzCHa0vgd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRzCHa0vgd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRzCHa0vgd .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRzCHa0vgd .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-uRzCHa0vgd .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uRzCHa0vgd .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRzCHa0vgd .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uRzCHa0vgd .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #edefeb;
}
.cid-uRzCHast3b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRzCHast3b img,
.cid-uRzCHast3b .item-img {
  width: 100%;
}
.cid-uRzCHast3b .item:focus,
.cid-uRzCHast3b span:focus {
  outline: none;
}
.cid-uRzCHast3b .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRzCHast3b .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRzCHast3b .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uRzCHast3b .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRzCHast3b .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uRzCHast3b .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uRzCHast3b .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRzCHast3b .mbr-section-title {
  color: #ffffff;
}
.cid-uRzCHast3b .mbr-text,
.cid-uRzCHast3b .mbr-section-btn {
  text-align: left;
}
.cid-uRzCHast3b .item-title {
  text-align: left;
}
.cid-uRzCHast3b .item-subtitle {
  text-align: left;
}
.cid-uRzCHaU1jE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRzCHaU1jE .row {
  flex-direction: row-reverse;
}
.cid-uRzCHaU1jE .justify-content-center {
  align-items: center;
}
.cid-uRzCHaU1jE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uRzCHaU1jE .mbr-text,
.cid-uRzCHaU1jE .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRzCHaU1jE .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRzCHaU1jE .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRzCHaU1jE .item-wrapper {
    padding: 4rem;
  }
}
.cid-uRzCHbiXST {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uRzCHbiXST .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRzCHbiXST .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uRzCHbiXST .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uRzCHbiXST .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRzCHbiXST .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRzCHbiXST .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uRzCHbiXST .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-uRzCHbiXST .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uRzCHbiXST .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uRzCHbiXST .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uRzCHbiXST .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uRzCHbiXST .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uRzCHbiXST .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uRzCHbiXST .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uRzCHbiXST .media-container-row .mbr-text {
  color: #000000;
}
.cid-uRL7hf1O7A {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRL7hf1O7A nav.navbar {
  position: fixed;
}
.cid-uRL7hf1O7A .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-uRL7hf1O7A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRL7hf1O7A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRL7hf1O7A .dropdown-item:hover,
.cid-uRL7hf1O7A .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-uRL7hf1O7A .dropdown-item:hover span {
  color: white;
}
.cid-uRL7hf1O7A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRL7hf1O7A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRL7hf1O7A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRL7hf1O7A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRL7hf1O7A .nav-link {
  position: relative;
}
.cid-uRL7hf1O7A .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRL7hf1O7A .container {
    flex-wrap: wrap;
  }
}
.cid-uRL7hf1O7A .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRL7hf1O7A .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uRL7hf1O7A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRL7hf1O7A .dropdown-menu,
.cid-uRL7hf1O7A .navbar.opened {
  background: #ffffff !important;
}
.cid-uRL7hf1O7A .nav-item:focus,
.cid-uRL7hf1O7A .nav-link:focus {
  outline: none;
}
.cid-uRL7hf1O7A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRL7hf1O7A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRL7hf1O7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRL7hf1O7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRL7hf1O7A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRL7hf1O7A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRL7hf1O7A .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: #ffffff;
}
.cid-uRL7hf1O7A .navbar.opened {
  transition: all 0.3s;
}
.cid-uRL7hf1O7A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRL7hf1O7A .navbar .navbar-logo img {
  width: auto;
}
.cid-uRL7hf1O7A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRL7hf1O7A .navbar.collapsed {
  justify-content: center;
}
.cid-uRL7hf1O7A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRL7hf1O7A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRL7hf1O7A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRL7hf1O7A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRL7hf1O7A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRL7hf1O7A .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-uRL7hf1O7A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRL7hf1O7A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRL7hf1O7A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRL7hf1O7A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRL7hf1O7A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRL7hf1O7A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRL7hf1O7A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRL7hf1O7A .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-uRL7hf1O7A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRL7hf1O7A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRL7hf1O7A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRL7hf1O7A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRL7hf1O7A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRL7hf1O7A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRL7hf1O7A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRL7hf1O7A .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRL7hf1O7A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRL7hf1O7A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRL7hf1O7A .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-uRL7hf1O7A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRL7hf1O7A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRL7hf1O7A .dropdown-item.active,
.cid-uRL7hf1O7A .dropdown-item:active {
  background-color: transparent;
}
.cid-uRL7hf1O7A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRL7hf1O7A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRL7hf1O7A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRL7hf1O7A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRL7hf1O7A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRL7hf1O7A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRL7hf1O7A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRL7hf1O7A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRL7hf1O7A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRL7hf1O7A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRL7hf1O7A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRL7hf1O7A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRL7hf1O7A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRL7hf1O7A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRL7hf1O7A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRL7hf1O7A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRL7hf1O7A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRL7hf1O7A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRL7hf1O7A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRL7hf1O7A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRL7hf1O7A .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-uRL7hf1O7A .navbar {
    height: 70px;
  }
  .cid-uRL7hf1O7A .navbar.opened {
    height: auto;
  }
  .cid-uRL7hf1O7A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRL7hfwOY7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRL7hfwOY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRL7hfwOY7 .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-uRL7hfwOY7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRL7hfwOY7 .row {
  flex-direction: row-reverse;
}
.cid-uRL7hfwOY7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRL7hfwOY7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRL7hfwOY7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRL7hfwOY7 .mbr-section-title {
  color: #000000;
}
.cid-uRL7hfwOY7 .mbr-text,
.cid-uRL7hfwOY7 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v4jAuhSqta {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4jAuhSqta img,
.cid-v4jAuhSqta .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4jAuhSqta .item:focus,
.cid-v4jAuhSqta span:focus {
  outline: none;
}
.cid-v4jAuhSqta .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-v4jAuhSqta .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v4jAuhSqta .item {
  padding: 0;
  margin: 0;
}
.cid-v4jAuhSqta .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4jAuhSqta .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4jAuhSqta .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v4jAuhSqta .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4jAuhSqta .mbr-section-title {
  color: #ffffff;
}
.cid-v4jAuhSqta .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v4SA3gBCGa .main_wrapper {
  position: relative;
  height: 800px;
  width: 100%;
}
.cid-v4SA3gBCGa .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-v4SA3gBCGa .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-v4SA3gBCGa .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v4SA3gBCGa .container-fluid {
    padding: 0;
  }
}
.cid-v4SA3gBCGa ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4SA3gBCGa .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4SA3gBCGa .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-v4SA3gBCGa .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-v4SA3gBCGa .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v4SA3gBCGa .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-v4SA3gBCGa .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-v4SA3gBCGa .google-map [data-state-details] {
  color: #edefeb;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v4SA3gBCGa .google-map[data-state] {
  background: #edefeb;
}
.cid-v4SA3gBCGa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-v4SA3gBCGa .google-map {
    position: static;
  }
}
.cid-v4SA3gBCGa .cardTitle {
  text-align: left;
}
.cid-uRL7hgU091 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRL7hgU091 img,
.cid-uRL7hgU091 .item-img {
  width: 100%;
}
.cid-uRL7hgU091 .item:focus,
.cid-uRL7hgU091 span:focus {
  outline: none;
}
.cid-uRL7hgU091 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRL7hgU091 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRL7hgU091 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uRL7hgU091 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRL7hgU091 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uRL7hgU091 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uRL7hgU091 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRL7hgU091 .mbr-section-title {
  color: #ffffff;
}
.cid-uRL7hgU091 .mbr-text,
.cid-uRL7hgU091 .mbr-section-btn {
  text-align: left;
}
.cid-uRL7hgU091 .item-title {
  text-align: left;
}
.cid-uRL7hgU091 .item-subtitle {
  text-align: left;
}
.cid-uRL7hhm0DH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRL7hhm0DH .row {
  flex-direction: row-reverse;
}
.cid-uRL7hhm0DH .justify-content-center {
  align-items: center;
}
.cid-uRL7hhm0DH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uRL7hhm0DH .mbr-text,
.cid-uRL7hhm0DH .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRL7hhm0DH .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRL7hhm0DH .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRL7hhm0DH .item-wrapper {
    padding: 4rem;
  }
}
.cid-uRL7hhKVEO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uRL7hhKVEO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRL7hhKVEO .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uRL7hhKVEO .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uRL7hhKVEO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRL7hhKVEO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRL7hhKVEO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uRL7hhKVEO .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-uRL7hhKVEO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uRL7hhKVEO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uRL7hhKVEO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uRL7hhKVEO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uRL7hhKVEO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uRL7hhKVEO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uRL7hhKVEO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uRL7hhKVEO .media-container-row .mbr-text {
  color: #000000;
}
.cid-v3ERgpVmxG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v3ERgpVmxG nav.navbar {
  position: fixed;
}
.cid-v3ERgpVmxG .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-v3ERgpVmxG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3ERgpVmxG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3ERgpVmxG .dropdown-item:hover,
.cid-v3ERgpVmxG .dropdown-item:focus {
  background: #edefeb !important;
  color: white !important;
}
.cid-v3ERgpVmxG .dropdown-item:hover span {
  color: white;
}
.cid-v3ERgpVmxG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3ERgpVmxG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3ERgpVmxG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3ERgpVmxG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3ERgpVmxG .nav-link {
  position: relative;
}
.cid-v3ERgpVmxG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3ERgpVmxG .container {
    flex-wrap: wrap;
  }
}
.cid-v3ERgpVmxG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3ERgpVmxG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v3ERgpVmxG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3ERgpVmxG .dropdown-menu,
.cid-v3ERgpVmxG .navbar.opened {
  background: #ffffff !important;
}
.cid-v3ERgpVmxG .nav-item:focus,
.cid-v3ERgpVmxG .nav-link:focus {
  outline: none;
}
.cid-v3ERgpVmxG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3ERgpVmxG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3ERgpVmxG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3ERgpVmxG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3ERgpVmxG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3ERgpVmxG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3ERgpVmxG .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: #ffffff;
}
.cid-v3ERgpVmxG .navbar.opened {
  transition: all 0.3s;
}
.cid-v3ERgpVmxG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3ERgpVmxG .navbar .navbar-logo img {
  width: auto;
}
.cid-v3ERgpVmxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3ERgpVmxG .navbar.collapsed {
  justify-content: center;
}
.cid-v3ERgpVmxG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3ERgpVmxG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3ERgpVmxG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v3ERgpVmxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3ERgpVmxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3ERgpVmxG .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-v3ERgpVmxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3ERgpVmxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3ERgpVmxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3ERgpVmxG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3ERgpVmxG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3ERgpVmxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3ERgpVmxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3ERgpVmxG .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-v3ERgpVmxG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3ERgpVmxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3ERgpVmxG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3ERgpVmxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3ERgpVmxG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3ERgpVmxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3ERgpVmxG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v3ERgpVmxG .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3ERgpVmxG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3ERgpVmxG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3ERgpVmxG .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-v3ERgpVmxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3ERgpVmxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3ERgpVmxG .dropdown-item.active,
.cid-v3ERgpVmxG .dropdown-item:active {
  background-color: transparent;
}
.cid-v3ERgpVmxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3ERgpVmxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3ERgpVmxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3ERgpVmxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3ERgpVmxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3ERgpVmxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3ERgpVmxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3ERgpVmxG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3ERgpVmxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3ERgpVmxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3ERgpVmxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3ERgpVmxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3ERgpVmxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3ERgpVmxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3ERgpVmxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3ERgpVmxG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3ERgpVmxG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3ERgpVmxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3ERgpVmxG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3ERgpVmxG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3ERgpVmxG .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-v3ERgpVmxG .navbar {
    height: 70px;
  }
  .cid-v3ERgpVmxG .navbar.opened {
    height: auto;
  }
  .cid-v3ERgpVmxG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3ERgqPm7q {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3ERgqPm7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ERgqPm7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ERgqPm7q .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3ERgqPm7q .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #a6a99c;
}
@media (max-width: 991px) {
  .cid-v3ERgqPm7q .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3ERgqPm7q .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3ERgqPm7q .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #edefeb;
}
.cid-v3ERgqPm7q P {
  color: #ffffff;
}
.cid-v3ERgrSaXE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3ERgrSaXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ERgrSaXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ERgrSaXE .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3ERgrSaXE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3ERgrSaXE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v3ERgrSaXE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3ERgrSaXE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3ERgsrSvj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3ERgsrSvj img,
.cid-v3ERgsrSvj .item-img {
  width: 100%;
}
.cid-v3ERgsrSvj .item:focus,
.cid-v3ERgsrSvj span:focus {
  outline: none;
}
.cid-v3ERgsrSvj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3ERgsrSvj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3ERgsrSvj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v3ERgsrSvj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3ERgsrSvj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v3ERgsrSvj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v3ERgsrSvj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3ERgsrSvj .mbr-section-title {
  color: #ffffff;
}
.cid-v3ERgsrSvj .mbr-text,
.cid-v3ERgsrSvj .mbr-section-btn {
  text-align: left;
}
.cid-v3ERgsrSvj .item-title {
  text-align: left;
}
.cid-v3ERgsrSvj .item-subtitle {
  text-align: left;
}
.cid-v3ERgtaL4f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/academicbgpic12.jpg-2000x1330.jpg");
}
.cid-v3ERgtaL4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ERgtaL4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ERgtaL4f .mbr-section-title {
  color: #f92c50;
}
.cid-v3ERgtaL4f .mbr-text,
.cid-v3ERgtaL4f .link {
  text-align: center;
}
.cid-v3ERgtaL4f .link {
  color: #f92c50;
}
.cid-v3ERgu2EzO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3ERgu2EzO .row {
  flex-direction: row-reverse;
}
.cid-v3ERgu2EzO .justify-content-center {
  align-items: center;
}
.cid-v3ERgu2EzO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3ERgu2EzO .mbr-text,
.cid-v3ERgu2EzO .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3ERgu2EzO .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3ERgu2EzO .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3ERgu2EzO .item-wrapper {
    padding: 4rem;
  }
}
.cid-v3ERguMGIE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-v3ERguMGIE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v3ERguMGIE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v3ERguMGIE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v3ERguMGIE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v3ERguMGIE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v3ERguMGIE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v3ERguMGIE .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-v3ERguMGIE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v3ERguMGIE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v3ERguMGIE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v3ERguMGIE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v3ERguMGIE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v3ERguMGIE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v3ERguMGIE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v3ERguMGIE .media-container-row .mbr-text {
  color: #000000;
}
