.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: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Jost', 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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #08265f !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #049b82 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #08265f !important;
  border-color: #08265f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0c398e !important;
  border-color: #0c398e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c398e !important;
  border-color: #0c398e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #049b82 !important;
  border-color: #049b82 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #05cdac !important;
  border-color: #05cdac !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #05cdac !important;
  border-color: #05cdac !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #08265f;
  color: #08265f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #01060f !important;
  background-color: transparent !important;
  border-color: #01060f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #08265f !important;
  border-color: #08265f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #049b82;
  color: #049b82;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #02463b !important;
  background-color: transparent !important;
  border-color: #02463b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #049b82 !important;
  border-color: #049b82 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #08265f !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #049b82 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #01382f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #08265f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #049b82;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #08265f;
  border-color: #08265f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #08265f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1255d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #25f9d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.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: #08265f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #08265f;
}
/* 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: #08265f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #08265f;
}
.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: #08265f;
  border-bottom-color: #08265f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #08265f !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: #ffd7ef !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='%2308265f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u9jifwzXSZ {
  z-index: 1000;
  width: 100%;
}
.cid-u9jifwzXSZ nav.navbar {
  position: fixed;
}
.cid-u9jifwzXSZ .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-u9jifwzXSZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9jifwzXSZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9jifwzXSZ .dropdown-item:hover,
.cid-u9jifwzXSZ .dropdown-item:focus {
  background: #08265f !important;
  color: white !important;
}
.cid-u9jifwzXSZ .dropdown-item:hover span {
  color: white;
}
.cid-u9jifwzXSZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9jifwzXSZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9jifwzXSZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9jifwzXSZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9jifwzXSZ .nav-link {
  position: relative;
}
.cid-u9jifwzXSZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9jifwzXSZ .container {
    flex-wrap: wrap;
  }
}
.cid-u9jifwzXSZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9jifwzXSZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u9jifwzXSZ .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9jifwzXSZ .dropdown-menu,
.cid-u9jifwzXSZ .navbar.opened {
  background: #edefeb !important;
}
.cid-u9jifwzXSZ .nav-item:focus,
.cid-u9jifwzXSZ .nav-link:focus {
  outline: none;
}
.cid-u9jifwzXSZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9jifwzXSZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9jifwzXSZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9jifwzXSZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9jifwzXSZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9jifwzXSZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9jifwzXSZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(237, 239, 235, 0.3);
}
.cid-u9jifwzXSZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u9jifwzXSZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9jifwzXSZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u9jifwzXSZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9jifwzXSZ .navbar.collapsed {
  justify-content: center;
}
.cid-u9jifwzXSZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9jifwzXSZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9jifwzXSZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u9jifwzXSZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9jifwzXSZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9jifwzXSZ .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-u9jifwzXSZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9jifwzXSZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9jifwzXSZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9jifwzXSZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9jifwzXSZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9jifwzXSZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9jifwzXSZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9jifwzXSZ .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-u9jifwzXSZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9jifwzXSZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9jifwzXSZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9jifwzXSZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9jifwzXSZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9jifwzXSZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9jifwzXSZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9jifwzXSZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9jifwzXSZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9jifwzXSZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9jifwzXSZ .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-u9jifwzXSZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9jifwzXSZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9jifwzXSZ .dropdown-item.active,
.cid-u9jifwzXSZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u9jifwzXSZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9jifwzXSZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9jifwzXSZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9jifwzXSZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-u9jifwzXSZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9jifwzXSZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9jifwzXSZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9jifwzXSZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9jifwzXSZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9jifwzXSZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #08265f;
}
.cid-u9jifwzXSZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9jifwzXSZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9jifwzXSZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9jifwzXSZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9jifwzXSZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9jifwzXSZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9jifwzXSZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9jifwzXSZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9jifwzXSZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9jifwzXSZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9jifwzXSZ .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-u9jifwzXSZ .navbar {
    height: 70px;
  }
  .cid-u9jifwzXSZ .navbar.opened {
    height: auto;
  }
  .cid-u9jifwzXSZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ullVUKDURa {
  display: flex;
  background-image: url("../../../assets/images/low-resolution-2.jpg");
}
.cid-ullVUKDURa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.1;
}
.cid-ullVUKDURa .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-ullVUKDURa {
    align-items: flex-end;
  }
  .cid-ullVUKDURa .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ullVUKDURa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ullVUKDURa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ullVUKDURa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ullVUKDURa .content-wrap {
    width: 100%;
  }
}
.cid-ullVUKDURa .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ullVUKDURa .mbr-text,
.cid-ullVUKDURa .mbr-section-btn {
  text-align: center;
}
.cid-ulmkpcNHbk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulmkpcNHbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulmkpcNHbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulmkpcNHbk .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ulmkpcNHbk .icon-box {
  background: #042055;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulmkpcNHbk .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ulmkpcNHbk .card {
    margin-bottom: 2rem;
  }
  .cid-ulmkpcNHbk .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ulmkpcNHbk .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulmkpcNHbk .icon-text {
  color: #042055;
}
.cid-ulmkpcNHbk .icon-title {
  color: #042055;
}
.cid-ulmkpcNHbk .mbr-text,
.cid-ulmkpcNHbk .mbr-section-btn {
  color: #042055;
}
.cid-ulmkpcNHbk .card-title,
.cid-ulmkpcNHbk .card-box {
  color: #042055;
}
.cid-ulmhWuokT0 {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/istock-803146876.jpg");
}
.cid-ulmhWuokT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulmhWuokT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulmhWuokT0 .mbr-section-title {
  color: #ffffff;
}
.cid-ulmHLljkPw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ulmHLljkPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulmHLljkPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulmHLljkPw .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ulmHLljkPw .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulmHLljkPw .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-ulmjCmFiEt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #072660;
}
.cid-ulmjCmFiEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulmjCmFiEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulmjCmFiEt .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulmjCmFiEt .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulmjCmFiEt .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ulmjCmFiEt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ulmjCmFiEt .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #edefeb;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #072660;
  height: 80px;
  border-radius: 50%;
}
.cid-ulmjCmFiEt .mbr-section-title {
  color: #edefeb;
}
.cid-ulmjCmFiEt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulmjCmFiEt .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulmjCmFiEt .card-box .item-footer {
  margin-top: auto;
}
.cid-ulmjCmFiEt .content-head {
  max-width: 800px;
}
.cid-ulmjCmFiEt .card-text {
  color: #042055;
}
.cid-ulmjCmFiEt .card-title,
.cid-ulmjCmFiEt .iconfont-wrapper {
  color: #042055;
}
.cid-ulmMkxyeGR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulmMkxyeGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulmMkxyeGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulmMkxyeGR .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-ulmMkxyeGR .item .icon-wrap {
  text-align: center;
}
.cid-ulmMkxyeGR .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-ulmMkxyeGR .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #072660;
}
.cid-ulmMkxyeGR .item.first:before {
  display: none;
}
.cid-ulmMkxyeGR .item.five:before {
  display: none;
}
.cid-ulmMkxyeGR .icon-box {
  background: #072660;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-ulmMkxyeGR .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-ulmMkxyeGR .mbr-iconfont {
  color: #08265f !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ulmMkxyeGR .item:before {
    display: none;
  }
  .cid-ulmMkxyeGR .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulmMkxyeGR .text-box .mbr-text DIV {
  text-align: left;
}
.cid-ulmMkxyeGR .text-box .mbr-text {
  text-align: left;
  color: #072660;
}
.cid-ulmMkxyeGR .card-title,
.cid-ulmMkxyeGR .card-box {
  color: #072660;
}
.cid-ulmLH3ZDdf {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/istock-1358946700.jpeg");
}
.cid-ulmLH3ZDdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulmLH3ZDdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulmLH3ZDdf .mbr-text,
.cid-ulmLH3ZDdf .mbr-section-btn {
  color: #232323;
}
.cid-ulmLH3ZDdf .card-title,
.cid-ulmLH3ZDdf .card-box {
  color: #ffffff;
}
.cid-ulmLH3ZDdf .mbr-text,
.cid-ulmLH3ZDdf .link-wrap {
  color: #ffffff;
}
.cid-ulmOsCjUAT {
  background-color: #ffffff;
}
.cid-ulmOsCjUAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulmOsCjUAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulmOsCjUAT .mbr-section-title {
  text-align: center;
  color: #072660;
}
.cid-ulmOsCjUAT .mbr-section-subtitle {
  text-align: center;
  color: #072660;
}
.cid-ulmOsCjUAT .card-text {
  color: #072660;
}
.cid-ulmOsCjUAT .card-title,
.cid-ulmOsCjUAT .iconfont-wrapper {
  color: #072660;
}
.cid-ulmQNMNdKk {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulmQNMNdKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulmQNMNdKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulmQNMNdKk .mbr-text,
.cid-ulmQNMNdKk .mbr-section-btn {
  color: #232323;
}
.cid-ulmQNMNdKk .card-title,
.cid-ulmQNMNdKk .card-box {
  color: #ffffff;
}
.cid-ulmQNMNdKk .mbr-text,
.cid-ulmQNMNdKk .link-wrap {
  color: #ffffff;
}
.cid-ulmSXVJd2d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163266;
}
.cid-ulmSXVJd2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulmSXVJd2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulmSXVJd2d [class^="socicon-"]:before,
.cid-ulmSXVJd2d [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ulmSXVJd2d .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #c1923b;
  border-width: 2px;
  transition: all .3s;
  border-color: #c1923b;
}
.cid-ulmSXVJd2d .btn-social:hover {
  background: #c1923b;
}
.cid-ulmSXVJd2d .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ulmSXVJd2d .mbr-section-title,
.cid-ulmSXVJd2d .mbr-social-likes {
  color: #c1923b;
}
.cid-ulmT2735wV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-ulmT2735wV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulmT2735wV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulmT2735wV .row {
  justify-content: center;
}
.cid-ulmT2735wV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulmT2735wV .item {
    margin-bottom: 1rem;
  }
}
.cid-ulmT2735wV .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ulmT2735wV .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ulmT2735wV .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-ulmT2735wV .content-head {
  max-width: 800px;
}
.cid-ulmT2735wV .mbr-section-title {
  color: #08265f;
}
.cid-ulmT2735wV .card-title {
  color: #08265f;
}
.cid-ulmC41HzVF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/ncr-image-2.png");
}
.cid-ulmC41HzVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulmC41HzVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulmC41HzVF .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ulmC41HzVF .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulmC41HzVF .mbr-iconfont {
  font-size: 2rem;
  color: #2bdbbe;
  padding-right: 1.5rem;
}
.cid-ulmC41HzVF .card-text {
  text-align: left;
}
.cid-u5GnTfBnFU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-u5GnTfBnFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GnTfBnFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GnTfBnFU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u5GnTfBnFU .footer-col {
    flex-direction: column;
  }
}
.cid-u5GnTfBnFU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u5GnTfBnFU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u5GnTfBnFU .mbr-section-btn {
    text-align: center;
  }
}
.cid-u5GnTfBnFU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u5GnTfBnFU .soc-item {
  margin: 8px;
}
.cid-u5GnTfBnFU .soc-item a:hover .mbr-iconfont,
.cid-u5GnTfBnFU .soc-item a:focus .mbr-iconfont {
  background-color: #08265f;
}
.cid-u5GnTfBnFU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #c1923b;
  color: #f7f7f7;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u5GnTfBnFU .row {
    text-align: center;
  }
  .cid-u5GnTfBnFU .social-row {
    justify-content: center;
  }
}
.cid-u5GnTfBnFU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-u5GnTfBnFU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5GnTfBnFU .list {
    margin-bottom: 0rem;
  }
}
.cid-u5GnTfBnFU .mbr-text {
  color: #bbbbbb;
}
.cid-u5GnTfBnFU .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-u5GnTfBnFU .list,
.cid-u5GnTfBnFU .item-wrap {
  color: #f7f7f7;
}
.cid-u5GnTfBnFU .copyright {
  color: #f7f7f7;
}
.cid-uleQbcRfvw {
  z-index: 1000;
  width: 100%;
}
.cid-uleQbcRfvw nav.navbar {
  position: fixed;
}
.cid-uleQbcRfvw .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-uleQbcRfvw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uleQbcRfvw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uleQbcRfvw .dropdown-item:hover,
.cid-uleQbcRfvw .dropdown-item:focus {
  background: #08265f !important;
  color: white !important;
}
.cid-uleQbcRfvw .dropdown-item:hover span {
  color: white;
}
.cid-uleQbcRfvw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uleQbcRfvw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uleQbcRfvw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uleQbcRfvw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uleQbcRfvw .nav-link {
  position: relative;
}
.cid-uleQbcRfvw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uleQbcRfvw .container {
    flex-wrap: wrap;
  }
}
.cid-uleQbcRfvw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uleQbcRfvw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uleQbcRfvw .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uleQbcRfvw .dropdown-menu,
.cid-uleQbcRfvw .navbar.opened {
  background: #edefeb !important;
}
.cid-uleQbcRfvw .nav-item:focus,
.cid-uleQbcRfvw .nav-link:focus {
  outline: none;
}
.cid-uleQbcRfvw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uleQbcRfvw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uleQbcRfvw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uleQbcRfvw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uleQbcRfvw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uleQbcRfvw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uleQbcRfvw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(237, 239, 235, 0.3);
}
.cid-uleQbcRfvw .navbar.opened {
  transition: all 0.3s;
}
.cid-uleQbcRfvw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uleQbcRfvw .navbar .navbar-logo img {
  width: auto;
}
.cid-uleQbcRfvw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uleQbcRfvw .navbar.collapsed {
  justify-content: center;
}
.cid-uleQbcRfvw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uleQbcRfvw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uleQbcRfvw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uleQbcRfvw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uleQbcRfvw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uleQbcRfvw .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-uleQbcRfvw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uleQbcRfvw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uleQbcRfvw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uleQbcRfvw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uleQbcRfvw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uleQbcRfvw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uleQbcRfvw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uleQbcRfvw .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-uleQbcRfvw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uleQbcRfvw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uleQbcRfvw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uleQbcRfvw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uleQbcRfvw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uleQbcRfvw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uleQbcRfvw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uleQbcRfvw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uleQbcRfvw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uleQbcRfvw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uleQbcRfvw .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-uleQbcRfvw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uleQbcRfvw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uleQbcRfvw .dropdown-item.active,
.cid-uleQbcRfvw .dropdown-item:active {
  background-color: transparent;
}
.cid-uleQbcRfvw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uleQbcRfvw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uleQbcRfvw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uleQbcRfvw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uleQbcRfvw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uleQbcRfvw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uleQbcRfvw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uleQbcRfvw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uleQbcRfvw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uleQbcRfvw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #08265f;
}
.cid-uleQbcRfvw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uleQbcRfvw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uleQbcRfvw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uleQbcRfvw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uleQbcRfvw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uleQbcRfvw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uleQbcRfvw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uleQbcRfvw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uleQbcRfvw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uleQbcRfvw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uleQbcRfvw .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-uleQbcRfvw .navbar {
    height: 70px;
  }
  .cid-uleQbcRfvw .navbar.opened {
    height: auto;
  }
  .cid-uleQbcRfvw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulrhVreMbi {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrhVreMbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrhVreMbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrhVreMbi .mbr-text,
.cid-ulrhVreMbi .mbr-section-btn {
  color: #232323;
}
.cid-ulrhVreMbi .card-title,
.cid-ulrhVreMbi .card-box {
  color: #ffffff;
}
.cid-ulrhVreMbi .mbr-text,
.cid-ulrhVreMbi .link-wrap {
  color: #ffffff;
}
.cid-ulrhYix57t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/istock-1358946700.jpeg");
}
.cid-ulrhYix57t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrhYix57t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrhYix57t .mbr-text,
.cid-ulrhYix57t .mbr-section-btn {
  color: #232323;
}
.cid-ulrhYix57t .card-title,
.cid-ulrhYix57t .card-box {
  color: #ffffff;
}
.cid-ulrhYix57t .mbr-text,
.cid-ulrhYix57t .link-wrap {
  color: #ffffff;
}
.cid-ulrj9pa3qA {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrj9pa3qA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrj9pa3qA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrj9pa3qA .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrj9pa3qA .mbr-section-subtitle {
  text-align: left;
}
.cid-ulrkerQLO3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-ulrkerQLO3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulrkerQLO3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ulrkerQLO3 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ulrkerQLO3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ulrkerQLO3 .content-head {
  max-width: 800px;
}
.cid-ulrkerQLO3 .mbr-section-title {
  color: #08265f;
}
.cid-ulrpOjNzKc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ulrpOjNzKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrpOjNzKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uleQbfrfMI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uleQbfrfMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleQbfrfMI .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-uleQbfrfMI .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uleQbfrfMI .google-map {
  height: 100%;
  position: relative;
}
.cid-uleQbfrfMI .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uleQbfrfMI .google-map iframe {
    min-height: 350px;
  }
}
.cid-uleQbfrfMI .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-uleQbfrfMI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleQbfrfMI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uleQbfrfMI .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uleQbfrfMI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uleQbfrfMI .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uleQbfrfMI .text-wrapper {
  padding: 0 1rem;
}
.cid-uleQbfrfMI ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uleQbfrfMI .content-head {
  max-width: 800px;
}
.cid-uleQbfrfMI .list,
.cid-uleQbfrfMI .item-wrap {
  color: #08265f;
}
.cid-uleQbfrfMI .cardTitle {
  color: #08265f;
}
.cid-uleQbfrfMI .mbr-section-title {
  color: #08265f;
}
.cid-ulrq8DNnPf {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrq8DNnPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrq8DNnPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrntptyfA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ncr-image-2.png");
}
.cid-ulrntptyfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrntptyfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrntptyfA .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ulrntptyfA .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulrntptyfA .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uleQbgp8NP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uleQbgp8NP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleQbgp8NP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uleQbgp8NP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uleQbgp8NP .footer-col {
    flex-direction: column;
  }
}
.cid-uleQbgp8NP .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uleQbgp8NP .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uleQbgp8NP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uleQbgp8NP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uleQbgp8NP .soc-item {
  margin: 8px;
}
.cid-uleQbgp8NP .soc-item a:hover .mbr-iconfont,
.cid-uleQbgp8NP .soc-item a:focus .mbr-iconfont {
  background-color: #08265f;
}
.cid-uleQbgp8NP .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #c1923b;
  color: #f7f7f7;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uleQbgp8NP .row {
    text-align: center;
  }
  .cid-uleQbgp8NP .social-row {
    justify-content: center;
  }
}
.cid-uleQbgp8NP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uleQbgp8NP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uleQbgp8NP .list {
    margin-bottom: 0rem;
  }
}
.cid-uleQbgp8NP .mbr-text {
  color: #bbbbbb;
}
.cid-uleQbgp8NP .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uleQbgp8NP .list,
.cid-uleQbgp8NP .item-wrap {
  color: #f7f7f7;
}
.cid-uleQbgp8NP .copyright {
  color: #f7f7f7;
}
.cid-ulrrWrfzbU {
  z-index: 1000;
  width: 100%;
}
.cid-ulrrWrfzbU nav.navbar {
  position: fixed;
}
.cid-ulrrWrfzbU .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-ulrrWrfzbU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulrrWrfzbU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulrrWrfzbU .dropdown-item:hover,
.cid-ulrrWrfzbU .dropdown-item:focus {
  background: #08265f !important;
  color: white !important;
}
.cid-ulrrWrfzbU .dropdown-item:hover span {
  color: white;
}
.cid-ulrrWrfzbU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulrrWrfzbU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulrrWrfzbU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulrrWrfzbU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulrrWrfzbU .nav-link {
  position: relative;
}
.cid-ulrrWrfzbU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulrrWrfzbU .container {
    flex-wrap: wrap;
  }
}
.cid-ulrrWrfzbU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulrrWrfzbU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulrrWrfzbU .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulrrWrfzbU .dropdown-menu,
.cid-ulrrWrfzbU .navbar.opened {
  background: #edefeb !important;
}
.cid-ulrrWrfzbU .nav-item:focus,
.cid-ulrrWrfzbU .nav-link:focus {
  outline: none;
}
.cid-ulrrWrfzbU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulrrWrfzbU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulrrWrfzbU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulrrWrfzbU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulrrWrfzbU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulrrWrfzbU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulrrWrfzbU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(237, 239, 235, 0.3);
}
.cid-ulrrWrfzbU .navbar.opened {
  transition: all 0.3s;
}
.cid-ulrrWrfzbU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulrrWrfzbU .navbar .navbar-logo img {
  width: auto;
}
.cid-ulrrWrfzbU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulrrWrfzbU .navbar.collapsed {
  justify-content: center;
}
.cid-ulrrWrfzbU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulrrWrfzbU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulrrWrfzbU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ulrrWrfzbU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulrrWrfzbU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulrrWrfzbU .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-ulrrWrfzbU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulrrWrfzbU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulrrWrfzbU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulrrWrfzbU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulrrWrfzbU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulrrWrfzbU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulrrWrfzbU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulrrWrfzbU .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-ulrrWrfzbU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulrrWrfzbU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulrrWrfzbU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulrrWrfzbU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulrrWrfzbU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulrrWrfzbU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulrrWrfzbU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulrrWrfzbU .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulrrWrfzbU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulrrWrfzbU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulrrWrfzbU .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-ulrrWrfzbU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulrrWrfzbU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulrrWrfzbU .dropdown-item.active,
.cid-ulrrWrfzbU .dropdown-item:active {
  background-color: transparent;
}
.cid-ulrrWrfzbU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulrrWrfzbU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulrrWrfzbU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulrrWrfzbU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-ulrrWrfzbU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulrrWrfzbU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulrrWrfzbU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulrrWrfzbU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulrrWrfzbU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulrrWrfzbU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #08265f;
}
.cid-ulrrWrfzbU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulrrWrfzbU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrrWrfzbU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrrWrfzbU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulrrWrfzbU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrrWrfzbU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulrrWrfzbU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulrrWrfzbU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrrWrfzbU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulrrWrfzbU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulrrWrfzbU .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-ulrrWrfzbU .navbar {
    height: 70px;
  }
  .cid-ulrrWrfzbU .navbar.opened {
    height: auto;
  }
  .cid-ulrrWrfzbU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulrrWs8srp {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrrWs8srp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrrWs8srp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrrWs8srp .mbr-text,
.cid-ulrrWs8srp .mbr-section-btn {
  color: #232323;
}
.cid-ulrrWs8srp .card-title,
.cid-ulrrWs8srp .card-box {
  color: #ffffff;
}
.cid-ulrrWs8srp .mbr-text,
.cid-ulrrWs8srp .link-wrap {
  color: #ffffff;
}
.cid-ulrrWsqGjt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/istock-1358946700.jpeg");
}
.cid-ulrrWsqGjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrrWsqGjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrrWsqGjt .mbr-text,
.cid-ulrrWsqGjt .mbr-section-btn {
  color: #232323;
}
.cid-ulrrWsqGjt .card-title,
.cid-ulrrWsqGjt .card-box {
  color: #ffffff;
}
.cid-ulrrWsqGjt .mbr-text,
.cid-ulrrWsqGjt .link-wrap {
  color: #ffffff;
}
.cid-ulrrWsNTbH {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulrrWsNTbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrrWsNTbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrrWsNTbH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrrWsNTbH .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ulrrWsNTbH .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ulrto4gZR0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulrto4gZR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrto4gZR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrto4gZR0 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrto4gZR0 .mbr-section-subtitle {
  text-align: left;
}
.cid-ulrto4gZR0 .mbr-section-title {
  text-align: left;
}
.cid-ulrtWYjf7v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulrtWYjf7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrtWYjf7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrtWYjf7v .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrtWYjf7v .mbr-section-subtitle {
  text-align: left;
}
.cid-ulrtWYjf7v .mbr-section-title {
  text-align: left;
}
.cid-ulrtYgPWs2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulrtYgPWs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrtYgPWs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrtYgPWs2 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrtYgPWs2 .mbr-section-title {
  text-align: left;
}
.cid-ulrtZ2ixu8 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrtZ2ixu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrtZ2ixu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrtZ2ixu8 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrtZ2ixu8 .mbr-section-title {
  text-align: left;
}
.cid-ulrrWt4OUW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-ulrrWt4OUW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulrrWt4OUW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ulrrWt4OUW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ulrrWt4OUW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ulrrWt4OUW .content-head {
  max-width: 800px;
}
.cid-ulrrWt4OUW .mbr-section-title {
  color: #08265f;
}
.cid-ulrrWtry35 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ulrrWtry35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrrWtry35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrrWtH6JY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-ulrrWtH6JY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrrWtH6JY .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-ulrrWtH6JY .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ulrrWtH6JY .google-map {
  height: 100%;
  position: relative;
}
.cid-ulrrWtH6JY .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ulrrWtH6JY .google-map iframe {
    min-height: 350px;
  }
}
.cid-ulrrWtH6JY .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-ulrrWtH6JY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulrrWtH6JY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulrrWtH6JY .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ulrrWtH6JY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ulrrWtH6JY .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-ulrrWtH6JY .text-wrapper {
  padding: 0 1rem;
}
.cid-ulrrWtH6JY ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ulrrWtH6JY .content-head {
  max-width: 800px;
}
.cid-ulrrWtH6JY .list,
.cid-ulrrWtH6JY .item-wrap {
  color: #08265f;
}
.cid-ulrrWtH6JY .cardTitle {
  color: #08265f;
}
.cid-ulrrWtH6JY .mbr-section-title {
  color: #08265f;
}
.cid-ulrrWuG8GI {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrrWuG8GI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrrWuG8GI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrrWuZoqf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ncr-image-2.png");
}
.cid-ulrrWuZoqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrrWuZoqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrrWuZoqf .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ulrrWuZoqf .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulrrWuZoqf .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-ulrrWvd5Ju {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ulrrWvd5Ju .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrrWvd5Ju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrrWvd5Ju .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulrrWvd5Ju .footer-col {
    flex-direction: column;
  }
}
.cid-ulrrWvd5Ju .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulrrWvd5Ju .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrrWvd5Ju .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulrrWvd5Ju .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulrrWvd5Ju .soc-item {
  margin: 8px;
}
.cid-ulrrWvd5Ju .soc-item a:hover .mbr-iconfont,
.cid-ulrrWvd5Ju .soc-item a:focus .mbr-iconfont {
  background-color: #08265f;
}
.cid-ulrrWvd5Ju .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #c1923b;
  color: #f7f7f7;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulrrWvd5Ju .row {
    text-align: center;
  }
  .cid-ulrrWvd5Ju .social-row {
    justify-content: center;
  }
}
.cid-ulrrWvd5Ju .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulrrWvd5Ju .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulrrWvd5Ju .list {
    margin-bottom: 0rem;
  }
}
.cid-ulrrWvd5Ju .mbr-text {
  color: #bbbbbb;
}
.cid-ulrrWvd5Ju .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-ulrrWvd5Ju .list,
.cid-ulrrWvd5Ju .item-wrap {
  color: #f7f7f7;
}
.cid-ulrrWvd5Ju .copyright {
  color: #f7f7f7;
}
.cid-ulrx6uBbxu {
  z-index: 1000;
  width: 100%;
}
.cid-ulrx6uBbxu nav.navbar {
  position: fixed;
}
.cid-ulrx6uBbxu .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-ulrx6uBbxu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulrx6uBbxu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulrx6uBbxu .dropdown-item:hover,
.cid-ulrx6uBbxu .dropdown-item:focus {
  background: #08265f !important;
  color: white !important;
}
.cid-ulrx6uBbxu .dropdown-item:hover span {
  color: white;
}
.cid-ulrx6uBbxu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulrx6uBbxu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulrx6uBbxu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulrx6uBbxu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulrx6uBbxu .nav-link {
  position: relative;
}
.cid-ulrx6uBbxu .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulrx6uBbxu .container {
    flex-wrap: wrap;
  }
}
.cid-ulrx6uBbxu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulrx6uBbxu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulrx6uBbxu .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulrx6uBbxu .dropdown-menu,
.cid-ulrx6uBbxu .navbar.opened {
  background: #edefeb !important;
}
.cid-ulrx6uBbxu .nav-item:focus,
.cid-ulrx6uBbxu .nav-link:focus {
  outline: none;
}
.cid-ulrx6uBbxu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulrx6uBbxu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulrx6uBbxu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulrx6uBbxu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulrx6uBbxu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulrx6uBbxu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulrx6uBbxu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(237, 239, 235, 0.3);
}
.cid-ulrx6uBbxu .navbar.opened {
  transition: all 0.3s;
}
.cid-ulrx6uBbxu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulrx6uBbxu .navbar .navbar-logo img {
  width: auto;
}
.cid-ulrx6uBbxu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulrx6uBbxu .navbar.collapsed {
  justify-content: center;
}
.cid-ulrx6uBbxu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulrx6uBbxu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulrx6uBbxu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ulrx6uBbxu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulrx6uBbxu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulrx6uBbxu .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-ulrx6uBbxu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulrx6uBbxu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulrx6uBbxu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulrx6uBbxu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulrx6uBbxu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulrx6uBbxu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulrx6uBbxu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulrx6uBbxu .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-ulrx6uBbxu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulrx6uBbxu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulrx6uBbxu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulrx6uBbxu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulrx6uBbxu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulrx6uBbxu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulrx6uBbxu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulrx6uBbxu .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulrx6uBbxu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulrx6uBbxu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulrx6uBbxu .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-ulrx6uBbxu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulrx6uBbxu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulrx6uBbxu .dropdown-item.active,
.cid-ulrx6uBbxu .dropdown-item:active {
  background-color: transparent;
}
.cid-ulrx6uBbxu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulrx6uBbxu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulrx6uBbxu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulrx6uBbxu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-ulrx6uBbxu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulrx6uBbxu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulrx6uBbxu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulrx6uBbxu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulrx6uBbxu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulrx6uBbxu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #08265f;
}
.cid-ulrx6uBbxu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulrx6uBbxu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrx6uBbxu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrx6uBbxu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulrx6uBbxu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrx6uBbxu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulrx6uBbxu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulrx6uBbxu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrx6uBbxu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulrx6uBbxu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulrx6uBbxu .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-ulrx6uBbxu .navbar {
    height: 70px;
  }
  .cid-ulrx6uBbxu .navbar.opened {
    height: auto;
  }
  .cid-ulrx6uBbxu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulrx6vu6wd {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrx6vu6wd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrx6vu6wd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrx6vu6wd .mbr-text,
.cid-ulrx6vu6wd .mbr-section-btn {
  color: #232323;
}
.cid-ulrx6vu6wd .card-title,
.cid-ulrx6vu6wd .card-box {
  color: #ffffff;
}
.cid-ulrx6vu6wd .mbr-text,
.cid-ulrx6vu6wd .link-wrap {
  color: #ffffff;
}
.cid-ulrx6w7xvk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/istock-1358946700.jpeg");
}
.cid-ulrx6w7xvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrx6w7xvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrx6w7xvk .mbr-text,
.cid-ulrx6w7xvk .mbr-section-btn {
  color: #232323;
}
.cid-ulrx6w7xvk .card-title,
.cid-ulrx6w7xvk .card-box {
  color: #ffffff;
}
.cid-ulrx6w7xvk .mbr-text,
.cid-ulrx6w7xvk .link-wrap {
  color: #ffffff;
}
.cid-ulrx6wlXzh {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulrx6wlXzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrx6wlXzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrx6wlXzh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrx6wlXzh .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ulrx6wlXzh .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ulrx6wBXom {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulrx6wBXom .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrx6wBXom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrx6wBXom .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrx6wBXom .mbr-section-subtitle {
  text-align: left;
}
.cid-ulrx6wBXom .mbr-section-title {
  text-align: left;
}
.cid-ulrx6wUvy9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulrx6wUvy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrx6wUvy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrx6wUvy9 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrx6wUvy9 .mbr-section-subtitle {
  text-align: left;
}
.cid-ulrx6wUvy9 .mbr-section-title {
  text-align: left;
}
.cid-ulrx6x9rKg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulrx6x9rKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrx6x9rKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrx6x9rKg .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrx6x9rKg .mbr-section-title {
  text-align: left;
}
.cid-ulrx6xn1YR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulrx6xn1YR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrx6xn1YR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrx6xn1YR .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrx6xn1YR .mbr-section-title {
  text-align: left;
}
.cid-ulrz2jxVCc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulrz2jxVCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrz2jxVCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrz2jxVCc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrz2jxVCc .mbr-section-title {
  text-align: left;
}
.cid-ulrz30gpHM {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrz30gpHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrz30gpHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrz30gpHM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrz30gpHM .mbr-section-title {
  text-align: left;
}
.cid-ulrx6xLLMV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-ulrx6xLLMV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulrx6xLLMV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ulrx6xLLMV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ulrx6xLLMV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ulrx6xLLMV .content-head {
  max-width: 800px;
}
.cid-ulrx6xLLMV .mbr-section-title {
  color: #08265f;
}
.cid-ulrx6y84VW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ulrx6y84VW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrx6y84VW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrx6yrnnf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-ulrx6yrnnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrx6yrnnf .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-ulrx6yrnnf .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ulrx6yrnnf .google-map {
  height: 100%;
  position: relative;
}
.cid-ulrx6yrnnf .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ulrx6yrnnf .google-map iframe {
    min-height: 350px;
  }
}
.cid-ulrx6yrnnf .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-ulrx6yrnnf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulrx6yrnnf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulrx6yrnnf .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ulrx6yrnnf .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ulrx6yrnnf .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-ulrx6yrnnf .text-wrapper {
  padding: 0 1rem;
}
.cid-ulrx6yrnnf ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ulrx6yrnnf .content-head {
  max-width: 800px;
}
.cid-ulrx6yrnnf .list,
.cid-ulrx6yrnnf .item-wrap {
  color: #08265f;
}
.cid-ulrx6yrnnf .cardTitle {
  color: #08265f;
}
.cid-ulrx6yrnnf .mbr-section-title {
  color: #08265f;
}
.cid-ulrx6z4Zc3 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrx6z4Zc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrx6z4Zc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrx6znq1m {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ncr-image-2.png");
}
.cid-ulrx6znq1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrx6znq1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrx6znq1m .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ulrx6znq1m .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulrx6znq1m .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-ulrx6zCdQ1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ulrx6zCdQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrx6zCdQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrx6zCdQ1 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulrx6zCdQ1 .footer-col {
    flex-direction: column;
  }
}
.cid-ulrx6zCdQ1 .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulrx6zCdQ1 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrx6zCdQ1 .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulrx6zCdQ1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulrx6zCdQ1 .soc-item {
  margin: 8px;
}
.cid-ulrx6zCdQ1 .soc-item a:hover .mbr-iconfont,
.cid-ulrx6zCdQ1 .soc-item a:focus .mbr-iconfont {
  background-color: #08265f;
}
.cid-ulrx6zCdQ1 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #c1923b;
  color: #f7f7f7;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulrx6zCdQ1 .row {
    text-align: center;
  }
  .cid-ulrx6zCdQ1 .social-row {
    justify-content: center;
  }
}
.cid-ulrx6zCdQ1 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulrx6zCdQ1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulrx6zCdQ1 .list {
    margin-bottom: 0rem;
  }
}
.cid-ulrx6zCdQ1 .mbr-text {
  color: #bbbbbb;
}
.cid-ulrx6zCdQ1 .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-ulrx6zCdQ1 .list,
.cid-ulrx6zCdQ1 .item-wrap {
  color: #f7f7f7;
}
.cid-ulrx6zCdQ1 .copyright {
  color: #f7f7f7;
}
.cid-ulrzVh5VjC {
  z-index: 1000;
  width: 100%;
}
.cid-ulrzVh5VjC nav.navbar {
  position: fixed;
}
.cid-ulrzVh5VjC .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-ulrzVh5VjC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulrzVh5VjC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulrzVh5VjC .dropdown-item:hover,
.cid-ulrzVh5VjC .dropdown-item:focus {
  background: #08265f !important;
  color: white !important;
}
.cid-ulrzVh5VjC .dropdown-item:hover span {
  color: white;
}
.cid-ulrzVh5VjC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulrzVh5VjC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulrzVh5VjC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulrzVh5VjC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulrzVh5VjC .nav-link {
  position: relative;
}
.cid-ulrzVh5VjC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulrzVh5VjC .container {
    flex-wrap: wrap;
  }
}
.cid-ulrzVh5VjC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulrzVh5VjC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulrzVh5VjC .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulrzVh5VjC .dropdown-menu,
.cid-ulrzVh5VjC .navbar.opened {
  background: #edefeb !important;
}
.cid-ulrzVh5VjC .nav-item:focus,
.cid-ulrzVh5VjC .nav-link:focus {
  outline: none;
}
.cid-ulrzVh5VjC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulrzVh5VjC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulrzVh5VjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulrzVh5VjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulrzVh5VjC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulrzVh5VjC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulrzVh5VjC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(237, 239, 235, 0.3);
}
.cid-ulrzVh5VjC .navbar.opened {
  transition: all 0.3s;
}
.cid-ulrzVh5VjC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulrzVh5VjC .navbar .navbar-logo img {
  width: auto;
}
.cid-ulrzVh5VjC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulrzVh5VjC .navbar.collapsed {
  justify-content: center;
}
.cid-ulrzVh5VjC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulrzVh5VjC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulrzVh5VjC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ulrzVh5VjC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulrzVh5VjC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulrzVh5VjC .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-ulrzVh5VjC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulrzVh5VjC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulrzVh5VjC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulrzVh5VjC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulrzVh5VjC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulrzVh5VjC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulrzVh5VjC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulrzVh5VjC .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-ulrzVh5VjC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulrzVh5VjC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulrzVh5VjC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulrzVh5VjC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulrzVh5VjC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulrzVh5VjC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulrzVh5VjC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulrzVh5VjC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulrzVh5VjC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulrzVh5VjC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulrzVh5VjC .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-ulrzVh5VjC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulrzVh5VjC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulrzVh5VjC .dropdown-item.active,
.cid-ulrzVh5VjC .dropdown-item:active {
  background-color: transparent;
}
.cid-ulrzVh5VjC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulrzVh5VjC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulrzVh5VjC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulrzVh5VjC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-ulrzVh5VjC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulrzVh5VjC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulrzVh5VjC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulrzVh5VjC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulrzVh5VjC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulrzVh5VjC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #08265f;
}
.cid-ulrzVh5VjC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulrzVh5VjC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrzVh5VjC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrzVh5VjC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulrzVh5VjC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrzVh5VjC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulrzVh5VjC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulrzVh5VjC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrzVh5VjC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulrzVh5VjC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulrzVh5VjC .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-ulrzVh5VjC .navbar {
    height: 70px;
  }
  .cid-ulrzVh5VjC .navbar.opened {
    height: auto;
  }
  .cid-ulrzVh5VjC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulrzVi5bRF {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrzVi5bRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzVi5bRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzVi5bRF .mbr-text,
.cid-ulrzVi5bRF .mbr-section-btn {
  color: #232323;
}
.cid-ulrzVi5bRF .card-title,
.cid-ulrzVi5bRF .card-box {
  color: #ffffff;
}
.cid-ulrzVi5bRF .mbr-text,
.cid-ulrzVi5bRF .link-wrap {
  color: #ffffff;
}
.cid-ulrzVil8Km {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/istock-1358946700.jpeg");
}
.cid-ulrzVil8Km .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzVil8Km .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzVil8Km .mbr-text,
.cid-ulrzVil8Km .mbr-section-btn {
  color: #232323;
}
.cid-ulrzVil8Km .card-title,
.cid-ulrzVil8Km .card-box {
  color: #ffffff;
}
.cid-ulrzVil8Km .mbr-text,
.cid-ulrzVil8Km .link-wrap {
  color: #ffffff;
}
.cid-ulrzViyCtZ {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulrzViyCtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzViyCtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzViyCtZ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrzViyCtZ .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ulrzViyCtZ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ulrzViOeYg {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulrzViOeYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzViOeYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzViOeYg .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrzViOeYg .mbr-section-subtitle {
  text-align: left;
}
.cid-ulrzViOeYg .mbr-section-title {
  text-align: left;
}
.cid-ulrzVj5DRz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ulrzVj5DRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzVj5DRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzVj5DRz .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrzVj5DRz .mbr-section-subtitle {
  text-align: left;
}
.cid-ulrzVj5DRz .mbr-section-title {
  text-align: left;
}
.cid-ulrzVjlYcp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulrzVjlYcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzVjlYcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzVjlYcp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrzVjlYcp .mbr-section-title {
  text-align: left;
}
.cid-ulrzVjB6zD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulrzVjB6zD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzVjB6zD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzVjB6zD .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrzVjB6zD .mbr-section-title {
  text-align: left;
}
.cid-ulrzVjS91V {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulrzVjS91V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzVjS91V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzVjS91V .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrzVjS91V .mbr-section-title {
  text-align: left;
}
.cid-ulrzVk4dsy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulrzVk4dsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzVk4dsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzVk4dsy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrzVk4dsy .mbr-section-title {
  text-align: left;
}
.cid-ulrC8v4yYz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulrC8v4yYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrC8v4yYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrC8v4yYz .mbr-section-title {
  text-align: left;
}
.cid-ulrC8v4yYz .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrC9kYWTl {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrC9kYWTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrC9kYWTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrC9kYWTl .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ulrC9kYWTl .mbr-section-title {
  text-align: left;
}
.cid-ulrzVkhVMV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-ulrzVkhVMV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulrzVkhVMV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ulrzVkhVMV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ulrzVkhVMV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ulrzVkhVMV .content-head {
  max-width: 800px;
}
.cid-ulrzVkhVMV .mbr-section-title {
  color: #08265f;
}
.cid-ulrzVkx33Y {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ulrzVkx33Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzVkx33Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzVkM4gM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-ulrzVkM4gM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzVkM4gM .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-ulrzVkM4gM .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ulrzVkM4gM .google-map {
  height: 100%;
  position: relative;
}
.cid-ulrzVkM4gM .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ulrzVkM4gM .google-map iframe {
    min-height: 350px;
  }
}
.cid-ulrzVkM4gM .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-ulrzVkM4gM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulrzVkM4gM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulrzVkM4gM .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ulrzVkM4gM .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ulrzVkM4gM .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-ulrzVkM4gM .text-wrapper {
  padding: 0 1rem;
}
.cid-ulrzVkM4gM ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ulrzVkM4gM .content-head {
  max-width: 800px;
}
.cid-ulrzVkM4gM .list,
.cid-ulrzVkM4gM .item-wrap {
  color: #08265f;
}
.cid-ulrzVkM4gM .cardTitle {
  color: #08265f;
}
.cid-ulrzVkM4gM .mbr-section-title {
  color: #08265f;
}
.cid-ulrzVlFgIn {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrzVlFgIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzVlFgIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzVm6ZHc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ncr-image-2.png");
}
.cid-ulrzVm6ZHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzVm6ZHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzVm6ZHc .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ulrzVm6ZHc .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulrzVm6ZHc .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-ulrzVmri6h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ulrzVmri6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzVmri6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzVmri6h .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulrzVmri6h .footer-col {
    flex-direction: column;
  }
}
.cid-ulrzVmri6h .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulrzVmri6h .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrzVmri6h .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulrzVmri6h .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulrzVmri6h .soc-item {
  margin: 8px;
}
.cid-ulrzVmri6h .soc-item a:hover .mbr-iconfont,
.cid-ulrzVmri6h .soc-item a:focus .mbr-iconfont {
  background-color: #08265f;
}
.cid-ulrzVmri6h .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #c1923b;
  color: #f7f7f7;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulrzVmri6h .row {
    text-align: center;
  }
  .cid-ulrzVmri6h .social-row {
    justify-content: center;
  }
}
.cid-ulrzVmri6h .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulrzVmri6h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulrzVmri6h .list {
    margin-bottom: 0rem;
  }
}
.cid-ulrzVmri6h .mbr-text {
  color: #bbbbbb;
}
.cid-ulrzVmri6h .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-ulrzVmri6h .list,
.cid-ulrzVmri6h .item-wrap {
  color: #f7f7f7;
}
.cid-ulrzVmri6h .copyright {
  color: #f7f7f7;
}
.cid-ulrDvtwFgB {
  z-index: 1000;
  width: 100%;
}
.cid-ulrDvtwFgB nav.navbar {
  position: fixed;
}
.cid-ulrDvtwFgB .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-ulrDvtwFgB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulrDvtwFgB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulrDvtwFgB .dropdown-item:hover,
.cid-ulrDvtwFgB .dropdown-item:focus {
  background: #08265f !important;
  color: white !important;
}
.cid-ulrDvtwFgB .dropdown-item:hover span {
  color: white;
}
.cid-ulrDvtwFgB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulrDvtwFgB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulrDvtwFgB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulrDvtwFgB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulrDvtwFgB .nav-link {
  position: relative;
}
.cid-ulrDvtwFgB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulrDvtwFgB .container {
    flex-wrap: wrap;
  }
}
.cid-ulrDvtwFgB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulrDvtwFgB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulrDvtwFgB .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulrDvtwFgB .dropdown-menu,
.cid-ulrDvtwFgB .navbar.opened {
  background: #edefeb !important;
}
.cid-ulrDvtwFgB .nav-item:focus,
.cid-ulrDvtwFgB .nav-link:focus {
  outline: none;
}
.cid-ulrDvtwFgB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulrDvtwFgB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulrDvtwFgB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulrDvtwFgB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulrDvtwFgB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulrDvtwFgB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulrDvtwFgB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(237, 239, 235, 0.3);
}
.cid-ulrDvtwFgB .navbar.opened {
  transition: all 0.3s;
}
.cid-ulrDvtwFgB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulrDvtwFgB .navbar .navbar-logo img {
  width: auto;
}
.cid-ulrDvtwFgB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulrDvtwFgB .navbar.collapsed {
  justify-content: center;
}
.cid-ulrDvtwFgB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulrDvtwFgB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulrDvtwFgB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ulrDvtwFgB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulrDvtwFgB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulrDvtwFgB .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-ulrDvtwFgB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulrDvtwFgB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulrDvtwFgB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulrDvtwFgB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulrDvtwFgB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulrDvtwFgB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulrDvtwFgB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulrDvtwFgB .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-ulrDvtwFgB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulrDvtwFgB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulrDvtwFgB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulrDvtwFgB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulrDvtwFgB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulrDvtwFgB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulrDvtwFgB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulrDvtwFgB .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulrDvtwFgB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulrDvtwFgB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulrDvtwFgB .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-ulrDvtwFgB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulrDvtwFgB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulrDvtwFgB .dropdown-item.active,
.cid-ulrDvtwFgB .dropdown-item:active {
  background-color: transparent;
}
.cid-ulrDvtwFgB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulrDvtwFgB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulrDvtwFgB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulrDvtwFgB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-ulrDvtwFgB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulrDvtwFgB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulrDvtwFgB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulrDvtwFgB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulrDvtwFgB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulrDvtwFgB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #08265f;
}
.cid-ulrDvtwFgB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulrDvtwFgB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrDvtwFgB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrDvtwFgB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulrDvtwFgB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrDvtwFgB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulrDvtwFgB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulrDvtwFgB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrDvtwFgB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulrDvtwFgB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulrDvtwFgB .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-ulrDvtwFgB .navbar {
    height: 70px;
  }
  .cid-ulrDvtwFgB .navbar.opened {
    height: auto;
  }
  .cid-ulrDvtwFgB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulrDvuVAaZ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrDvuVAaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrDvuVAaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrDvuVAaZ .mbr-text,
.cid-ulrDvuVAaZ .mbr-section-btn {
  color: #232323;
}
.cid-ulrDvuVAaZ .card-title,
.cid-ulrDvuVAaZ .card-box {
  color: #ffffff;
}
.cid-ulrDvuVAaZ .mbr-text,
.cid-ulrDvuVAaZ .link-wrap {
  color: #ffffff;
}
.cid-ulrDvvb67k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/istock-1358946700.jpeg");
}
.cid-ulrDvvb67k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrDvvb67k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrDvvb67k .mbr-text,
.cid-ulrDvvb67k .mbr-section-btn {
  color: #232323;
}
.cid-ulrDvvb67k .card-title,
.cid-ulrDvvb67k .card-box {
  color: #ffffff;
}
.cid-ulrDvvb67k .mbr-text,
.cid-ulrDvvb67k .link-wrap {
  color: #ffffff;
}
.cid-ulrFHRlKtM {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulrFHRlKtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrFHRlKtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrFHRlKtM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ulrFHRlKtM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ulrFHRlKtM .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #08265f;
}
.cid-ulrFHRlKtM .panel-body,
.cid-ulrFHRlKtM .card-header {
  padding: 1rem 0;
}
.cid-ulrFHRlKtM .panel-title-edit {
  color: #000000;
}
.cid-ulrG2qvFRr {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrG2qvFRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrG2qvFRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrG2qvFRr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ulrG2qvFRr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ulrG2qvFRr .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #08265f;
}
.cid-ulrG2qvFRr .panel-body,
.cid-ulrG2qvFRr .card-header {
  padding: 1rem 0;
}
.cid-ulrG2qvFRr .panel-title-edit {
  color: #000000;
}
.cid-ulrG7PWruS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulrG7PWruS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrG7PWruS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrG7PWruS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ulrG7PWruS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ulrG7PWruS .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #08265f;
}
.cid-ulrG7PWruS .panel-body,
.cid-ulrG7PWruS .card-header {
  padding: 1rem 0;
}
.cid-ulrG7PWruS .panel-title-edit {
  color: #000000;
}
.cid-ulrG8CTUU9 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrG8CTUU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrG8CTUU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrG8CTUU9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ulrG8CTUU9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ulrG8CTUU9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #08265f;
}
.cid-ulrG8CTUU9 .panel-body,
.cid-ulrG8CTUU9 .card-header {
  padding: 1rem 0;
}
.cid-ulrG8CTUU9 .panel-title-edit {
  color: #000000;
}
.cid-ulrDvvz4oX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-ulrDvvz4oX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulrDvvz4oX form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ulrDvvz4oX form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ulrDvvz4oX form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ulrDvvz4oX .content-head {
  max-width: 800px;
}
.cid-ulrDvvz4oX .mbr-section-title {
  color: #08265f;
}
.cid-ulrDvvPDHi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ulrDvvPDHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrDvvPDHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrDvw2HL8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-ulrDvw2HL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrDvw2HL8 .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-ulrDvw2HL8 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ulrDvw2HL8 .google-map {
  height: 100%;
  position: relative;
}
.cid-ulrDvw2HL8 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ulrDvw2HL8 .google-map iframe {
    min-height: 350px;
  }
}
.cid-ulrDvw2HL8 .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-ulrDvw2HL8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulrDvw2HL8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulrDvw2HL8 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ulrDvw2HL8 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ulrDvw2HL8 .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-ulrDvw2HL8 .text-wrapper {
  padding: 0 1rem;
}
.cid-ulrDvw2HL8 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ulrDvw2HL8 .content-head {
  max-width: 800px;
}
.cid-ulrDvw2HL8 .list,
.cid-ulrDvw2HL8 .item-wrap {
  color: #08265f;
}
.cid-ulrDvw2HL8 .cardTitle {
  color: #08265f;
}
.cid-ulrDvw2HL8 .mbr-section-title {
  color: #08265f;
}
.cid-ulrDvwFHEb {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrDvwFHEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrDvwFHEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrDvwXjx2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ncr-image-2.png");
}
.cid-ulrDvwXjx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrDvwXjx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrDvwXjx2 .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ulrDvwXjx2 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulrDvwXjx2 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-ulrDvxaYIe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ulrDvxaYIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrDvxaYIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrDvxaYIe .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulrDvxaYIe .footer-col {
    flex-direction: column;
  }
}
.cid-ulrDvxaYIe .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulrDvxaYIe .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrDvxaYIe .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulrDvxaYIe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulrDvxaYIe .soc-item {
  margin: 8px;
}
.cid-ulrDvxaYIe .soc-item a:hover .mbr-iconfont,
.cid-ulrDvxaYIe .soc-item a:focus .mbr-iconfont {
  background-color: #08265f;
}
.cid-ulrDvxaYIe .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #c1923b;
  color: #f7f7f7;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulrDvxaYIe .row {
    text-align: center;
  }
  .cid-ulrDvxaYIe .social-row {
    justify-content: center;
  }
}
.cid-ulrDvxaYIe .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulrDvxaYIe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulrDvxaYIe .list {
    margin-bottom: 0rem;
  }
}
.cid-ulrDvxaYIe .mbr-text {
  color: #bbbbbb;
}
.cid-ulrDvxaYIe .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-ulrDvxaYIe .list,
.cid-ulrDvxaYIe .item-wrap {
  color: #f7f7f7;
}
.cid-ulrDvxaYIe .copyright {
  color: #f7f7f7;
}
.cid-uls8gx2NZX {
  z-index: 1000;
  width: 100%;
}
.cid-uls8gx2NZX nav.navbar {
  position: fixed;
}
.cid-uls8gx2NZX .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-uls8gx2NZX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uls8gx2NZX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uls8gx2NZX .dropdown-item:hover,
.cid-uls8gx2NZX .dropdown-item:focus {
  background: #08265f !important;
  color: white !important;
}
.cid-uls8gx2NZX .dropdown-item:hover span {
  color: white;
}
.cid-uls8gx2NZX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uls8gx2NZX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uls8gx2NZX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uls8gx2NZX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uls8gx2NZX .nav-link {
  position: relative;
}
.cid-uls8gx2NZX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uls8gx2NZX .container {
    flex-wrap: wrap;
  }
}
.cid-uls8gx2NZX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uls8gx2NZX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uls8gx2NZX .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uls8gx2NZX .dropdown-menu,
.cid-uls8gx2NZX .navbar.opened {
  background: #edefeb !important;
}
.cid-uls8gx2NZX .nav-item:focus,
.cid-uls8gx2NZX .nav-link:focus {
  outline: none;
}
.cid-uls8gx2NZX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uls8gx2NZX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uls8gx2NZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uls8gx2NZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uls8gx2NZX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uls8gx2NZX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uls8gx2NZX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(237, 239, 235, 0.3);
}
.cid-uls8gx2NZX .navbar.opened {
  transition: all 0.3s;
}
.cid-uls8gx2NZX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uls8gx2NZX .navbar .navbar-logo img {
  width: auto;
}
.cid-uls8gx2NZX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uls8gx2NZX .navbar.collapsed {
  justify-content: center;
}
.cid-uls8gx2NZX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uls8gx2NZX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uls8gx2NZX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uls8gx2NZX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uls8gx2NZX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uls8gx2NZX .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-uls8gx2NZX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uls8gx2NZX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uls8gx2NZX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uls8gx2NZX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uls8gx2NZX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uls8gx2NZX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uls8gx2NZX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uls8gx2NZX .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-uls8gx2NZX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uls8gx2NZX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uls8gx2NZX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uls8gx2NZX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uls8gx2NZX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uls8gx2NZX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uls8gx2NZX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uls8gx2NZX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uls8gx2NZX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uls8gx2NZX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uls8gx2NZX .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-uls8gx2NZX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uls8gx2NZX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uls8gx2NZX .dropdown-item.active,
.cid-uls8gx2NZX .dropdown-item:active {
  background-color: transparent;
}
.cid-uls8gx2NZX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uls8gx2NZX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uls8gx2NZX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uls8gx2NZX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uls8gx2NZX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uls8gx2NZX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uls8gx2NZX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uls8gx2NZX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uls8gx2NZX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uls8gx2NZX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #08265f;
}
.cid-uls8gx2NZX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uls8gx2NZX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uls8gx2NZX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uls8gx2NZX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uls8gx2NZX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uls8gx2NZX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uls8gx2NZX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uls8gx2NZX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uls8gx2NZX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uls8gx2NZX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uls8gx2NZX .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-uls8gx2NZX .navbar {
    height: 70px;
  }
  .cid-uls8gx2NZX .navbar.opened {
    height: auto;
  }
  .cid-uls8gx2NZX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uls8gy27OD {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uls8gy27OD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gy27OD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gy27OD .mbr-text,
.cid-uls8gy27OD .mbr-section-btn {
  color: #232323;
}
.cid-uls8gy27OD .card-title,
.cid-uls8gy27OD .card-box {
  color: #ffffff;
}
.cid-uls8gy27OD .mbr-text,
.cid-uls8gy27OD .link-wrap {
  color: #ffffff;
}
.cid-uls8gynWXY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/istock-1358946700.jpeg");
}
.cid-uls8gynWXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gynWXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gynWXY .mbr-text,
.cid-uls8gynWXY .mbr-section-btn {
  color: #232323;
}
.cid-uls8gynWXY .card-title,
.cid-uls8gynWXY .card-box {
  color: #ffffff;
}
.cid-uls8gynWXY .mbr-text,
.cid-uls8gynWXY .link-wrap {
  color: #ffffff;
}
.cid-uls8gyEyYd {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uls8gyEyYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gyEyYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gyEyYd .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uls8gyEyYd .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uls8gyEyYd .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uls8gyRSia {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uls8gyRSia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gyRSia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gyRSia .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uls8gyRSia .mbr-section-subtitle {
  text-align: left;
}
.cid-uls8gyRSia .mbr-section-title {
  text-align: left;
}
.cid-uls8gz60Iv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uls8gz60Iv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gz60Iv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gz60Iv .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uls8gz60Iv .mbr-section-subtitle {
  text-align: left;
}
.cid-uls8gz60Iv .mbr-section-title {
  text-align: left;
}
.cid-uls8gzjw6k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uls8gzjw6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gzjw6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gzjw6k .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uls8gzjw6k .mbr-section-title {
  text-align: left;
}
.cid-uls8gzuPHK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uls8gzuPHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gzuPHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gzuPHK .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uls8gzuPHK .mbr-section-title {
  text-align: left;
}
.cid-uls8gzKUxB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uls8gzKUxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gzKUxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gzKUxB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uls8gzKUxB .mbr-section-title {
  text-align: left;
}
.cid-uls8gzZzsp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uls8gzZzsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gzZzsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gzZzsp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uls8gzZzsp .mbr-section-title {
  text-align: left;
}
.cid-uls8gAcHH9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uls8gAcHH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gAcHH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gAcHH9 .mbr-section-title {
  text-align: left;
}
.cid-uls8gAcHH9 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uls8gAnSTJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uls8gAnSTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gAnSTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gAnSTJ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uls8gAnSTJ .mbr-section-title {
  text-align: left;
}
.cid-uls8gAD0M6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uls8gAD0M6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uls8gAD0M6 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uls8gAD0M6 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uls8gAD0M6 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uls8gAD0M6 .content-head {
  max-width: 800px;
}
.cid-uls8gAD0M6 .mbr-section-title {
  color: #08265f;
}
.cid-uls8gAQfOe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uls8gAQfOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gAQfOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gB2xJ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}
.cid-uls8gB2xJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gB2xJ6 .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-uls8gB2xJ6 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uls8gB2xJ6 .google-map {
  height: 100%;
  position: relative;
}
.cid-uls8gB2xJ6 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uls8gB2xJ6 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uls8gB2xJ6 .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-uls8gB2xJ6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uls8gB2xJ6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uls8gB2xJ6 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uls8gB2xJ6 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uls8gB2xJ6 .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uls8gB2xJ6 .text-wrapper {
  padding: 0 1rem;
}
.cid-uls8gB2xJ6 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uls8gB2xJ6 .content-head {
  max-width: 800px;
}
.cid-uls8gB2xJ6 .list,
.cid-uls8gB2xJ6 .item-wrap {
  color: #08265f;
}
.cid-uls8gB2xJ6 .cardTitle {
  color: #08265f;
}
.cid-uls8gB2xJ6 .mbr-section-title {
  color: #08265f;
}
.cid-uls8gCuYxz {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uls8gCuYxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gCuYxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gCLWub {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ncr-image-2.png");
}
.cid-uls8gCLWub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gCLWub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gCLWub .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uls8gCLWub .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uls8gCLWub .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uls8gCZdYD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uls8gCZdYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls8gCZdYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls8gCZdYD .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uls8gCZdYD .footer-col {
    flex-direction: column;
  }
}
.cid-uls8gCZdYD .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uls8gCZdYD .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uls8gCZdYD .mbr-section-btn {
    text-align: center;
  }
}
.cid-uls8gCZdYD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uls8gCZdYD .soc-item {
  margin: 8px;
}
.cid-uls8gCZdYD .soc-item a:hover .mbr-iconfont,
.cid-uls8gCZdYD .soc-item a:focus .mbr-iconfont {
  background-color: #08265f;
}
.cid-uls8gCZdYD .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #c1923b;
  color: #f7f7f7;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uls8gCZdYD .row {
    text-align: center;
  }
  .cid-uls8gCZdYD .social-row {
    justify-content: center;
  }
}
.cid-uls8gCZdYD .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uls8gCZdYD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uls8gCZdYD .list {
    margin-bottom: 0rem;
  }
}
.cid-uls8gCZdYD .mbr-text {
  color: #bbbbbb;
}
.cid-uls8gCZdYD .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uls8gCZdYD .list,
.cid-uls8gCZdYD .item-wrap {
  color: #f7f7f7;
}
.cid-uls8gCZdYD .copyright {
  color: #f7f7f7;
}
