.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: Bacasime Antique;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 88px;
  letter-spacing: -0.005em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3rem;
  line-height: 58px;
  letter-spacing: .005em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.5rem;
  line-height: 110%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.375rem;
  line-height: 46px;
  letter-spacing: .005em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f2ac2b !important;
}
.bg-success {
  background-color: #171827 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8d5ef1 !important;
}
.bg-danger {
  background-color: #4d1760 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #171827 !important;
  border-color: #171827 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e2189 !important;
  border-color: #6e2189 !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: #f2ac2b;
  color: #f2ac2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb7d0b !important;
  background-color: transparent !important;
  border-color: #bb7d0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec8c39;
  color: #ec8c39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc6112 !important;
  background-color: transparent !important;
  border-color: #bc6112 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #171827;
  color: #171827;
}
.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: #171827 !important;
  border-color: #171827 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8d5ef1;
  color: #8d5ef1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5714e4 !important;
  background-color: transparent !important;
  border-color: #5714e4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4d1760;
  color: #4d1760;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15061a !important;
  background-color: transparent !important;
  border-color: #15061a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d1760 !important;
  border-color: #4d1760 !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: #f2ac2b !important;
}
.text-secondary {
  color: #ec8c39 !important;
}
.text-success {
  color: #171827 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8d5ef1 !important;
}
.text-danger {
  color: #4d1760 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac730b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae5a11 !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: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5113d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b030e !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: #f2ac2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8d5ef1;
}
.alert-danger {
  background-color: #4d1760;
}
.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: #f2ac2b;
  border-color: #f2ac2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2ac2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7eb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6c7dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a030c7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f2ac2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f2ac2b;
}
/* 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: #f2ac2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2ac2b;
}
.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: #f2ac2b;
  border-bottom-color: #f2ac2b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f2ac2b !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: #ec8c39 !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='%23f2ac2b' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border-width: 1px;
  border-radius: 6px !important;
  padding: 14px 26px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  background-image: linear-gradient(94.47deg, #f2ac2b 0, #ec8c39 75%);
  color: #171827 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #f2ac2b !important;
  background-image: initial;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  background-image: linear-gradient(94.47deg, #ec8c39 0, #f2ac2b 75%);
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #ec8c39 !important;
  background-image: initial;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  background-image: linear-gradient(94.47deg, #171827 0, #ec8c39 75%);
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #171827 !important;
  background-image: initial;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  background-image: linear-gradient(94.47deg, #ffffff 0, #ec8c39 75%);
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  background-image: linear-gradient(94.47deg, #8d5ef1 0, #ec8c39 75%);
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #8d5ef1 !important;
  background-image: initial;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  background-image: linear-gradient(94.47deg, #4d1760 0, #ec8c39 75%);
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #4d1760 !important;
  background-image: initial;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: #000000 !important;
  background-image: initial;
}
img {
  border-radius: 12px !important;
}
.cid-uMv7xYg3ev .navbar-dropdown {
  position: relative !important;
}
.cid-uMv7xYg3ev .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-uMv7xYg3ev .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMv7xYg3ev .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMv7xYg3ev .dropdown-item:hover,
.cid-uMv7xYg3ev .dropdown-item:focus {
  background: #f2ac2b !important;
  color: white !important;
}
.cid-uMv7xYg3ev .dropdown-item:hover span {
  color: white;
}
.cid-uMv7xYg3ev .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMv7xYg3ev .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMv7xYg3ev .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uMv7xYg3ev .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uMv7xYg3ev .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMv7xYg3ev .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMv7xYg3ev .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uMv7xYg3ev .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uMv7xYg3ev .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uMv7xYg3ev .container {
  display: flex;
  margin: auto;
}
.cid-uMv7xYg3ev .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMv7xYg3ev .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-uMv7xYg3ev .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-uMv7xYg3ev .dropdown-menu,
.cid-uMv7xYg3ev .navbar.opened {
  background: #fffdf7 !important;
}
.cid-uMv7xYg3ev .nav-item:focus,
.cid-uMv7xYg3ev .nav-link:focus {
  outline: none;
}
.cid-uMv7xYg3ev .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uMv7xYg3ev .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMv7xYg3ev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMv7xYg3ev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMv7xYg3ev .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMv7xYg3ev .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMv7xYg3ev .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uMv7xYg3ev .navbar.opened {
  transition: all 0.3s;
}
.cid-uMv7xYg3ev .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMv7xYg3ev .navbar .navbar-logo img {
  width: auto;
}
.cid-uMv7xYg3ev .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMv7xYg3ev .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMv7xYg3ev .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMv7xYg3ev .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMv7xYg3ev .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMv7xYg3ev .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-uMv7xYg3ev .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMv7xYg3ev .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMv7xYg3ev .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMv7xYg3ev .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMv7xYg3ev .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMv7xYg3ev .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMv7xYg3ev .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMv7xYg3ev .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMv7xYg3ev .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uMv7xYg3ev .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uMv7xYg3ev .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMv7xYg3ev .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMv7xYg3ev .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uMv7xYg3ev .dropdown-item.active,
.cid-uMv7xYg3ev .dropdown-item:active {
  background-color: transparent;
}
.cid-uMv7xYg3ev .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMv7xYg3ev .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMv7xYg3ev .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMv7xYg3ev .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-uMv7xYg3ev .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMv7xYg3ev .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMv7xYg3ev ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMv7xYg3ev .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMv7xYg3ev button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMv7xYg3ev button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMv7xYg3ev button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMv7xYg3ev button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMv7xYg3ev button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMv7xYg3ev button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMv7xYg3ev nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMv7xYg3ev nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMv7xYg3ev nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMv7xYg3ev nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMv7xYg3ev .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMv7xYg3ev a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMv7xYg3ev .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-uMv7xYg3ev .navbar {
    height: 70px;
  }
  .cid-uMv7xYg3ev .navbar.opened {
    height: auto;
  }
  .cid-uMv7xYg3ev .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMv7xYg3ev .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uMv7xYg3ev .container-fluid {
    padding: 0 40px;
  }
}
.cid-uMv7xYg3ev .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uMv7xYg3ev .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uMv7xYg3ev .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMv7xYg3ev .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uMv7xYg3ev .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uMv7xYg3ev .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uMv7xYg3ev .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uMv7xYg3ev .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uMv7xYg3ev .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uMv7xYg3ev .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uMv7xYg3ev .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uMv7xYg3ev .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tROHvnO7p6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHvnO7p6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHvnO7p6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .container {
    padding: 0 15px;
  }
}
.cid-tROHvnO7p6 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROHvnO7p6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tROHvnO7p6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tROHvnO7p6 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-tROHvnO7p6 .mbr-section-title {
  color: #ffffff;
}
.cid-tROHvnO7p6 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-tROHvnO7p6 .mbr-text {
  color: #ffffff;
}
.cid-tROI4QT8h2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROI4QT8h2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROI4QT8h2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .container {
    padding: 0 15px;
  }
}
.cid-tROI4QT8h2 .row {
  justify-content: center;
}
.cid-tROI4QT8h2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tROI4QT8h2 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-tROI4QT8h2 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tROI4QT8h2 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-tROI4QT8h2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROI4QT8h2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tROI4QT8h2 .list {
  color: #ffffff;
}
.cid-uMva7JCIqX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMva7JCIqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMva7JCIqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMva7JCIqX .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMva7JCIqX .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMva7JCIqX .container {
    padding: 0 15px;
  }
}
.cid-uMva7JCIqX .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uMva7JCIqX .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uMva7JCIqX .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMva7JCIqX .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uMva7JCIqX .mbr-section-title {
  color: #ffffff;
}
.cid-uMva7JCIqX .mbr-text {
  color: #ffffff;
}
.cid-uMva7JCIqX .mbr-name {
  color: #f2ac2b;
}
.cid-uMvamgjEyG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvamgjEyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvamgjEyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvamgjEyG .row {
  justify-content: center;
}
.cid-uMvamgjEyG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvamgjEyG .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvamgjEyG .container {
    padding: 0 15px;
  }
}
.cid-uMvamgjEyG .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvamgjEyG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvamgjEyG .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvamgjEyG .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvamgjEyG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvamgjEyG .item {
  margin-bottom: 32px;
}
.cid-uMvamgjEyG .item:hover .item-wrapper::before,
.cid-uMvamgjEyG .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uMvamgjEyG .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uMvamgjEyG .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uMvamgjEyG .item .item-wrapper::before {
    display: none;
  }
}
.cid-uMvamgjEyG .item .item-wrapper .card-box {
  position: relative;
}
.cid-uMvamgjEyG .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uMvamgjEyG .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uMvamgjEyG .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uMvamgjEyG .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uMvamgjEyG .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uMvamgjEyG .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uMvamgjEyG .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uMvamgjEyG .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uMvamgjEyG .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uMvamgjEyG .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uMvamgjEyG .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uMvamgjEyG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvamgjEyG .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uMvamgjEyG .mbr-date {
  color: #ffffff;
}
.cid-uMvamgjEyG .mbr-tag {
  color: #ffffff;
}
.cid-uMvamgjEyG .mbr-card-title {
  color: #f2ac2b;
}
.cid-uMvamgjEyG .mbr-card-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uMvamgjEyG .mbr-card-title,
.cid-uMvamgjEyG .mbr-section-btn {
  text-align: center;
}
.cid-uMvaqAPG6r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvaqAPG6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvaqAPG6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvaqAPG6r .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvaqAPG6r .container {
    padding: 0 15px;
  }
}
.cid-uMvaqAPG6r .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uMvaqAPG6r .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uMvaqAPG6r .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMvaqAPG6r .image-wrapper img {
    height: 400px;
  }
}
.cid-uMvaqAPG6r .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvaqAPG6r .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvaqAPG6r .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMvaqAPG6r .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uMvaqAPG6r .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvaqAPG6r .mbr-section-title {
  color: #ffffff;
}
.cid-uMvaqAPG6r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMvaqAPG6r .mbr-text {
  color: #ffffff;
}
.cid-tROHCn2Twe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHCn2Twe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHCn2Twe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHCn2Twe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .container {
    padding: 0 15px;
  }
}
.cid-tROHCn2Twe .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tROHCn2Twe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tROHCn2Twe .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .items-wrapper {
    display: block;
  }
}
.cid-tROHCn2Twe .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-tROHCn2Twe .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .text-wrapper {
    margin-top: 40px;
  }
}
.cid-tROHCn2Twe .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHCn2Twe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROHCn2Twe .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-tROHCn2Twe .item-text {
  color: #d2d2df;
}
.cid-tROHCn2Twe .item-text,
.cid-tROHCn2Twe .icon-wrapper {
  text-align: center;
}
.cid-tROHPboWa8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHPboWa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHPboWa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHPboWa8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHPboWa8 .container {
    padding: 0 15px;
  }
}
.cid-tROHPboWa8 .image-wrapper {
  margin-right: 48px;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-tROHPboWa8 .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tROHPboWa8 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-tROHPboWa8 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tROHPboWa8 .image-wrapper img {
    height: 400px;
  }
}
.cid-tROHPboWa8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROHPboWa8 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROHPboWa8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tROHPboWa8 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tROHPboWa8 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tROHPboWa8 .mbr-section-title {
  color: #ffffff;
}
.cid-tROHPboWa8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tROHPboWa8 .mbr-text {
  color: #ffffff;
}
.cid-uMvnqf4ajQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvnqf4ajQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvnqf4ajQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvnqf4ajQ .row {
  justify-content: center;
}
.cid-uMvnqf4ajQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvnqf4ajQ .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvnqf4ajQ .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvnqf4ajQ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvnqf4ajQ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvnqf4ajQ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMvnqf4ajQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvnqf4ajQ .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvnqf4ajQ .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uMvnqf4ajQ .content-wrapper .list .item-wrap:hover,
.cid-uMvnqf4ajQ .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uMvnqf4ajQ .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uMvnqf4ajQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvnqf4ajQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMvnqf4ajQ .list {
  color: #d2d2df;
}
.cid-uMvlV5c29k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvlV5c29k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvlV5c29k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvlV5c29k .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvlV5c29k .container {
    padding: 0 15px;
  }
}
.cid-uMvlV5c29k .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uMvlV5c29k .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvlV5c29k .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvlV5c29k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvlV5c29k .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvlV5c29k .mbr-section-title {
  color: #ffffff;
}
.cid-uMvlV5c29k .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uMvlV5c29k .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMvlV5c29k .mbr-section-title,
.cid-uMvlV5c29k .mbr-section-btn {
  text-align: center;
}
.cid-tROHM6USBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHM6USBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHM6USBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHM6USBC .row {
  justify-content: center;
}
.cid-tROHM6USBC .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tROHM6USBC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tROHM6USBC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHM6USBC .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-tROHM6USBC .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-tROHM6USBC .content-wrapper .list .item-wrap:hover,
.cid-tROHM6USBC .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-tROHM6USBC .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-tROHM6USBC .mbr-section-title {
  color: #ffffff;
}
.cid-tROHM6USBC .mbr-text {
  color: #ffffff;
}
.cid-tROHM6USBC .list {
  color: #d2d2df;
}
.cid-uMvp3DgJUq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1311.jpg");
}
.cid-uMvp3DgJUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvp3DgJUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvp3DgJUq .container {
    padding: 0 20px;
  }
}
.cid-uMvp3DgJUq .row {
  margin: 0;
}
.cid-uMvp3DgJUq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvp3DgJUq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvp3DgJUq .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMvp3DgJUq .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMvp3DgJUq .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMvp3DgJUq .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMvp3DgJUq .mbr-section-title {
  color: #ffffff;
}
.cid-uMvoMNq60M {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvoMNq60M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvoMNq60M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvoMNq60M .container {
    padding: 0 15px;
  }
}
.cid-uMvoMNq60M .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uMvoMNq60M .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uMvoMNq60M .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMvoMNq60M .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uMvoMNq60M .mbr-section-title {
  color: #ffffff;
}
.cid-uMvoMNq60M .mbr-text {
  color: #ffffff;
}
.cid-uMvoMNq60M .mbr-name {
  color: #f2ac2b;
}
.cid-uMvqHrRgBP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uMvqHrRgBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvqHrRgBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvqHrRgBP .row {
  justify-content: center;
}
.cid-uMvqHrRgBP .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uMvqHrRgBP .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMvqHrRgBP .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uMvqHrRgBP .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uMvqHrRgBP .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uMvqHrRgBP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMvqHrRgBP .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMvqHrRgBP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uMvqHrRgBP .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uMvqHrRgBP .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMvqHrRgBP .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uMvqHrRgBP .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #fff7ee;
}
@media (max-width: 992px) {
  .cid-uMvqHrRgBP .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uMvqHrRgBP .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMvqHrRgBP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMvqHrRgBP .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMvqHrRgBP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMvqHrRgBP .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMvqHrRgBP .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uMvqHrRgBP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #151e11;
}
.cid-uMvqHrRgBP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uMvqHrRgBP .panel-group .card .panel-collapse .panel-body {
  margin: 80px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uMvqHrRgBP .panel-group .card .panel-collapse .panel-body {
    margin: 30px 0 0 0;
  }
}
.cid-uMvqHrRgBP .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvqHrRgBP .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uMvqHrRgBP .mbr-label,
.cid-uMvqHrRgBP .label-wrapper {
  color: #FFBE0D;
  text-align: right;
}
.cid-uMvqHrRgBP .mbr-section-title {
  color: #fff7ee;
}
.cid-uMvqHrRgBP .mbr-text,
.cid-uMvqHrRgBP .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uMvqHrRgBP .panel-title-edit {
  color: #151e11;
}
.cid-uMvqHrRgBP .panel-text {
  color: #151e11;
}
.cid-uMvrCVqaWv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvrCVqaWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvrCVqaWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvrCVqaWv .container {
    padding: 0 15px;
  }
}
.cid-uMvrCVqaWv .row {
  justify-content: center;
}
.cid-uMvrCVqaWv .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uMvrCVqaWv .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uMvrCVqaWv .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uMvrCVqaWv .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMvrCVqaWv .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uMvrCVqaWv .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uMvrCVqaWv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvrCVqaWv .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvrCVqaWv .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvrCVqaWv .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-uMvrCVqaWv .mbr-section-title {
  color: #f2ac2b;
}
.cid-uMvrCVqaWv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMvrCVqaWv .mbr-section-title,
.cid-uMvrCVqaWv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMvsa6kUPU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1311.jpg");
}
.cid-uMvsa6kUPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvsa6kUPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvsa6kUPU .card-wrapper {
  background-color: #000000;
  padding: 1rem 2rem;
}
.cid-uMvsa6kUPU .google-map {
  height: 35rem;
  position: relative;
}
.cid-uMvsa6kUPU .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uMvsa6kUPU .google-map [data-state-details] {
  color: #b4b4b4;
  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-uMvsa6kUPU .google-map[data-state] {
  background: #fffff5;
}
.cid-uMvsa6kUPU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMvsa6kUPU .content-head {
  max-width: 800px;
}
.cid-uMvsa6kUPU .card-title,
.cid-uMvsa6kUPU .iconfont-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uMvsa6kUPU .card-text,
.cid-uMvsa6kUPU .mbr-section-btn {
  color: #fdfde1;
  text-align: center;
}
.cid-uMvsa6kUPU .mbr-desc,
.cid-uMvsa6kUPU .desc-wrapper {
  color: #fdfde1;
}
.cid-uMvsa6kUPU .mbr-section-title {
  color: #ffffff;
}
.cid-uMvtb9G9ce {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uMvtb9G9ce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvtb9G9ce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvtb9G9ce .row {
  justify-content: center;
}
.cid-uMvtb9G9ce .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvtb9G9ce .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvtb9G9ce .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvtb9G9ce .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMvtb9G9ce .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvtb9G9ce .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uMvtb9G9ce .nav-wrapper .list .item-wrap:hover,
.cid-uMvtb9G9ce .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMvtb9G9ce .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMvtb9G9ce .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMvtb9G9ce .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uMvtb9G9ce .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvtb9G9ce .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMvtb9G9ce .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMvtb9G9ce .mbr-section-title {
  color: #ffffff;
}
.cid-uMvtb9G9ce .list {
  color: #ffffff;
}
.cid-uMvxPQHAis .navbar-dropdown {
  position: relative !important;
}
.cid-uMvxPQHAis .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-uMvxPQHAis .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMvxPQHAis .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMvxPQHAis .dropdown-item:hover,
.cid-uMvxPQHAis .dropdown-item:focus {
  background: #f2ac2b !important;
  color: white !important;
}
.cid-uMvxPQHAis .dropdown-item:hover span {
  color: white;
}
.cid-uMvxPQHAis .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMvxPQHAis .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMvxPQHAis .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uMvxPQHAis .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uMvxPQHAis .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMvxPQHAis .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMvxPQHAis .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uMvxPQHAis .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uMvxPQHAis .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uMvxPQHAis .container {
  display: flex;
  margin: auto;
}
.cid-uMvxPQHAis .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMvxPQHAis .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-uMvxPQHAis .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-uMvxPQHAis .dropdown-menu,
.cid-uMvxPQHAis .navbar.opened {
  background: #fffdf7 !important;
}
.cid-uMvxPQHAis .nav-item:focus,
.cid-uMvxPQHAis .nav-link:focus {
  outline: none;
}
.cid-uMvxPQHAis .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uMvxPQHAis .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMvxPQHAis .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMvxPQHAis .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMvxPQHAis .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMvxPQHAis .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMvxPQHAis .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uMvxPQHAis .navbar.opened {
  transition: all 0.3s;
}
.cid-uMvxPQHAis .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMvxPQHAis .navbar .navbar-logo img {
  width: auto;
}
.cid-uMvxPQHAis .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMvxPQHAis .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMvxPQHAis .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMvxPQHAis .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMvxPQHAis .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMvxPQHAis .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-uMvxPQHAis .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMvxPQHAis .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMvxPQHAis .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMvxPQHAis .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMvxPQHAis .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMvxPQHAis .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMvxPQHAis .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMvxPQHAis .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMvxPQHAis .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uMvxPQHAis .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uMvxPQHAis .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMvxPQHAis .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMvxPQHAis .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uMvxPQHAis .dropdown-item.active,
.cid-uMvxPQHAis .dropdown-item:active {
  background-color: transparent;
}
.cid-uMvxPQHAis .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMvxPQHAis .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMvxPQHAis .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMvxPQHAis .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-uMvxPQHAis .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMvxPQHAis .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMvxPQHAis ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMvxPQHAis .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMvxPQHAis button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMvxPQHAis button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMvxPQHAis button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMvxPQHAis button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvxPQHAis button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvxPQHAis button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMvxPQHAis nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvxPQHAis nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMvxPQHAis nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMvxPQHAis nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvxPQHAis .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMvxPQHAis a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMvxPQHAis .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-uMvxPQHAis .navbar {
    height: 70px;
  }
  .cid-uMvxPQHAis .navbar.opened {
    height: auto;
  }
  .cid-uMvxPQHAis .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMvxPQHAis .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uMvxPQHAis .container-fluid {
    padding: 0 40px;
  }
}
.cid-uMvxPQHAis .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uMvxPQHAis .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uMvxPQHAis .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMvxPQHAis .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uMvxPQHAis .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uMvxPQHAis .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uMvxPQHAis .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uMvxPQHAis .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uMvxPQHAis .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uMvxPQHAis .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uMvxPQHAis .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uMvxPQHAis .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMvxPS5bBY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvxPS5bBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvxPS5bBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvxPS5bBY .container {
    padding: 0 15px;
  }
}
.cid-uMvxPS5bBY .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMvxPS5bBY .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMvxPS5bBY .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uMvxPS5bBY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uMvxPS5bBY .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvxPS5bBY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvxPS5bBY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvxPS5bBY .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvxPS5bBY .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uMvxPS5bBY .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uMvxPS5bBY .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uMvxPS5bBY .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uMvxPS5bBY .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uMvxPS5bBY .mbr-section-title {
  color: #ffffff;
}
.cid-uMvxPS5bBY .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMvxPS5bBY .mbr-text {
  color: #ffffff;
}
.cid-uMvxPS5bBY .mbr-section-title,
.cid-uMvxPS5bBY .mbr-section-btn {
  text-align: center;
}
.cid-uMvxPTtOx0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvxPTtOx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvxPTtOx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvxPTtOx0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvxPTtOx0 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvxPTtOx0 .container {
    padding: 0 15px;
  }
}
.cid-uMvxPTtOx0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uMvxPTtOx0 .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uMvxPTtOx0 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMvxPTtOx0 .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uMvxPTtOx0 .mbr-section-title {
  color: #ffffff;
}
.cid-uMvxPTtOx0 .mbr-text {
  color: #ffffff;
}
.cid-uMvxPTtOx0 .mbr-name {
  color: #f2ac2b;
}
.cid-uMvxQ3474V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1311.jpg");
}
.cid-uMvxQ3474V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvxQ3474V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvxQ3474V .card-wrapper {
  background-color: #000000;
  padding: 1rem 2rem;
}
.cid-uMvxQ3474V .google-map {
  height: 35rem;
  position: relative;
}
.cid-uMvxQ3474V .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uMvxQ3474V .google-map [data-state-details] {
  color: #b4b4b4;
  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-uMvxQ3474V .google-map[data-state] {
  background: #fffff5;
}
.cid-uMvxQ3474V .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMvxQ3474V .content-head {
  max-width: 800px;
}
.cid-uMvxQ3474V .card-title,
.cid-uMvxQ3474V .iconfont-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uMvxQ3474V .card-text,
.cid-uMvxQ3474V .mbr-section-btn {
  color: #fdfde1;
  text-align: center;
}
.cid-uMvxQ3474V .mbr-desc,
.cid-uMvxQ3474V .desc-wrapper {
  color: #fdfde1;
}
.cid-uMvxQ3474V .mbr-section-title {
  color: #ffffff;
}
.cid-uMvxQ3YlbI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uMvxQ3YlbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvxQ3YlbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvxQ3YlbI .row {
  justify-content: center;
}
.cid-uMvxQ3YlbI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvxQ3YlbI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvxQ3YlbI .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvxQ3YlbI .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMvxQ3YlbI .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvxQ3YlbI .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uMvxQ3YlbI .nav-wrapper .list .item-wrap:hover,
.cid-uMvxQ3YlbI .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMvxQ3YlbI .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMvxQ3YlbI .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMvxQ3YlbI .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uMvxQ3YlbI .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvxQ3YlbI .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMvxQ3YlbI .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMvxQ3YlbI .mbr-section-title {
  color: #ffffff;
}
.cid-uMvxQ3YlbI .list {
  color: #ffffff;
}
.cid-uMvyATMfa0 .navbar-dropdown {
  position: relative !important;
}
.cid-uMvyATMfa0 .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-uMvyATMfa0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMvyATMfa0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMvyATMfa0 .dropdown-item:hover,
.cid-uMvyATMfa0 .dropdown-item:focus {
  background: #f2ac2b !important;
  color: white !important;
}
.cid-uMvyATMfa0 .dropdown-item:hover span {
  color: white;
}
.cid-uMvyATMfa0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMvyATMfa0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMvyATMfa0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uMvyATMfa0 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uMvyATMfa0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMvyATMfa0 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMvyATMfa0 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uMvyATMfa0 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uMvyATMfa0 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uMvyATMfa0 .container {
  display: flex;
  margin: auto;
}
.cid-uMvyATMfa0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMvyATMfa0 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-uMvyATMfa0 .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-uMvyATMfa0 .dropdown-menu,
.cid-uMvyATMfa0 .navbar.opened {
  background: #fffdf7 !important;
}
.cid-uMvyATMfa0 .nav-item:focus,
.cid-uMvyATMfa0 .nav-link:focus {
  outline: none;
}
.cid-uMvyATMfa0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uMvyATMfa0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMvyATMfa0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMvyATMfa0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMvyATMfa0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMvyATMfa0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMvyATMfa0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uMvyATMfa0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMvyATMfa0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMvyATMfa0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMvyATMfa0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMvyATMfa0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMvyATMfa0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMvyATMfa0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMvyATMfa0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMvyATMfa0 .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-uMvyATMfa0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMvyATMfa0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMvyATMfa0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMvyATMfa0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMvyATMfa0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMvyATMfa0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMvyATMfa0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMvyATMfa0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMvyATMfa0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uMvyATMfa0 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uMvyATMfa0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMvyATMfa0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMvyATMfa0 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uMvyATMfa0 .dropdown-item.active,
.cid-uMvyATMfa0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMvyATMfa0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMvyATMfa0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMvyATMfa0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMvyATMfa0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-uMvyATMfa0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMvyATMfa0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMvyATMfa0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMvyATMfa0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMvyATMfa0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMvyATMfa0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMvyATMfa0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMvyATMfa0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvyATMfa0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvyATMfa0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMvyATMfa0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvyATMfa0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMvyATMfa0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMvyATMfa0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvyATMfa0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMvyATMfa0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMvyATMfa0 .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-uMvyATMfa0 .navbar {
    height: 70px;
  }
  .cid-uMvyATMfa0 .navbar.opened {
    height: auto;
  }
  .cid-uMvyATMfa0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMvyATMfa0 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uMvyATMfa0 .container-fluid {
    padding: 0 40px;
  }
}
.cid-uMvyATMfa0 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uMvyATMfa0 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uMvyATMfa0 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMvyATMfa0 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uMvyATMfa0 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uMvyATMfa0 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uMvyATMfa0 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uMvyATMfa0 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uMvyATMfa0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uMvyATMfa0 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uMvyATMfa0 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uMvyATMfa0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMvyAV1VQa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvyAV1VQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvyAV1VQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvyAV1VQa .container {
    padding: 0 15px;
  }
}
.cid-uMvyAV1VQa .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMvyAV1VQa .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMvyAV1VQa .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uMvyAV1VQa .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uMvyAV1VQa .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvyAV1VQa .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvyAV1VQa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvyAV1VQa .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvyAV1VQa .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uMvyAV1VQa .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uMvyAV1VQa .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uMvyAV1VQa .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uMvyAV1VQa .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uMvyAV1VQa .mbr-section-title {
  color: #ffffff;
}
.cid-uMvyAV1VQa .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMvyAV1VQa .mbr-text {
  color: #ffffff;
}
.cid-uMvyAV1VQa .mbr-section-title,
.cid-uMvyAV1VQa .mbr-section-btn {
  text-align: center;
}
.cid-uMvyAVMG5m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvyAVMG5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvyAVMG5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvyAVMG5m .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvyAVMG5m .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvyAVMG5m .container {
    padding: 0 15px;
  }
}
.cid-uMvyAVMG5m .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uMvyAVMG5m .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uMvyAVMG5m .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMvyAVMG5m .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uMvyAVMG5m .mbr-section-title {
  color: #ffffff;
}
.cid-uMvyAVMG5m .mbr-text {
  color: #ffffff;
}
.cid-uMvyAVMG5m .mbr-name {
  color: #f2ac2b;
}
.cid-uMvyAWix30 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1311.jpg");
}
.cid-uMvyAWix30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvyAWix30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvyAWix30 .card-wrapper {
  background-color: #000000;
  padding: 1rem 2rem;
}
.cid-uMvyAWix30 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uMvyAWix30 .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uMvyAWix30 .google-map [data-state-details] {
  color: #b4b4b4;
  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-uMvyAWix30 .google-map[data-state] {
  background: #fffff5;
}
.cid-uMvyAWix30 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMvyAWix30 .content-head {
  max-width: 800px;
}
.cid-uMvyAWix30 .card-title,
.cid-uMvyAWix30 .iconfont-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uMvyAWix30 .card-text,
.cid-uMvyAWix30 .mbr-section-btn {
  color: #fdfde1;
  text-align: center;
}
.cid-uMvyAWix30 .mbr-desc,
.cid-uMvyAWix30 .desc-wrapper {
  color: #fdfde1;
}
.cid-uMvyAWix30 .mbr-section-title {
  color: #ffffff;
}
.cid-uMvyAX0Ay6 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uMvyAX0Ay6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvyAX0Ay6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvyAX0Ay6 .row {
  justify-content: center;
}
.cid-uMvyAX0Ay6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvyAX0Ay6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvyAX0Ay6 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvyAX0Ay6 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMvyAX0Ay6 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvyAX0Ay6 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uMvyAX0Ay6 .nav-wrapper .list .item-wrap:hover,
.cid-uMvyAX0Ay6 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMvyAX0Ay6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMvyAX0Ay6 .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMvyAX0Ay6 .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uMvyAX0Ay6 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvyAX0Ay6 .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMvyAX0Ay6 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMvyAX0Ay6 .mbr-section-title {
  color: #ffffff;
}
.cid-uMvyAX0Ay6 .list {
  color: #ffffff;
}
.cid-uMvzbRfRTg .navbar-dropdown {
  position: relative !important;
}
.cid-uMvzbRfRTg .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-uMvzbRfRTg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMvzbRfRTg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMvzbRfRTg .dropdown-item:hover,
.cid-uMvzbRfRTg .dropdown-item:focus {
  background: #f2ac2b !important;
  color: white !important;
}
.cid-uMvzbRfRTg .dropdown-item:hover span {
  color: white;
}
.cid-uMvzbRfRTg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMvzbRfRTg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMvzbRfRTg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uMvzbRfRTg .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uMvzbRfRTg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMvzbRfRTg .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMvzbRfRTg .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uMvzbRfRTg .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uMvzbRfRTg .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uMvzbRfRTg .container {
  display: flex;
  margin: auto;
}
.cid-uMvzbRfRTg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMvzbRfRTg .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-uMvzbRfRTg .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-uMvzbRfRTg .dropdown-menu,
.cid-uMvzbRfRTg .navbar.opened {
  background: #fffdf7 !important;
}
.cid-uMvzbRfRTg .nav-item:focus,
.cid-uMvzbRfRTg .nav-link:focus {
  outline: none;
}
.cid-uMvzbRfRTg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uMvzbRfRTg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMvzbRfRTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMvzbRfRTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMvzbRfRTg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMvzbRfRTg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMvzbRfRTg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uMvzbRfRTg .navbar.opened {
  transition: all 0.3s;
}
.cid-uMvzbRfRTg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMvzbRfRTg .navbar .navbar-logo img {
  width: auto;
}
.cid-uMvzbRfRTg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMvzbRfRTg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMvzbRfRTg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMvzbRfRTg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMvzbRfRTg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMvzbRfRTg .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-uMvzbRfRTg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMvzbRfRTg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMvzbRfRTg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMvzbRfRTg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMvzbRfRTg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMvzbRfRTg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMvzbRfRTg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMvzbRfRTg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMvzbRfRTg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uMvzbRfRTg .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uMvzbRfRTg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMvzbRfRTg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMvzbRfRTg .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uMvzbRfRTg .dropdown-item.active,
.cid-uMvzbRfRTg .dropdown-item:active {
  background-color: transparent;
}
.cid-uMvzbRfRTg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMvzbRfRTg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMvzbRfRTg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMvzbRfRTg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-uMvzbRfRTg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMvzbRfRTg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMvzbRfRTg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMvzbRfRTg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMvzbRfRTg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMvzbRfRTg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMvzbRfRTg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMvzbRfRTg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvzbRfRTg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvzbRfRTg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMvzbRfRTg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvzbRfRTg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMvzbRfRTg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMvzbRfRTg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvzbRfRTg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMvzbRfRTg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMvzbRfRTg .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-uMvzbRfRTg .navbar {
    height: 70px;
  }
  .cid-uMvzbRfRTg .navbar.opened {
    height: auto;
  }
  .cid-uMvzbRfRTg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMvzbRfRTg .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uMvzbRfRTg .container-fluid {
    padding: 0 40px;
  }
}
.cid-uMvzbRfRTg .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uMvzbRfRTg .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uMvzbRfRTg .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMvzbRfRTg .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uMvzbRfRTg .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uMvzbRfRTg .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uMvzbRfRTg .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uMvzbRfRTg .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uMvzbRfRTg .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uMvzbRfRTg .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uMvzbRfRTg .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uMvzbRfRTg .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMvzbT8oig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvzbT8oig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzbT8oig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvzbT8oig .container {
    padding: 0 15px;
  }
}
.cid-uMvzbT8oig .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMvzbT8oig .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMvzbT8oig .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uMvzbT8oig .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uMvzbT8oig .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvzbT8oig .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvzbT8oig .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvzbT8oig .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvzbT8oig .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uMvzbT8oig .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uMvzbT8oig .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uMvzbT8oig .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uMvzbT8oig .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uMvzbT8oig .mbr-section-title {
  color: #ffffff;
}
.cid-uMvzbT8oig .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMvzbT8oig .mbr-text {
  color: #ffffff;
}
.cid-uMvzbTRJYi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvzbTRJYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzbTRJYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvzbTRJYi .container {
    padding: 0 15px;
  }
}
.cid-uMvzbTRJYi .row {
  justify-content: center;
}
.cid-uMvzbTRJYi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvzbTRJYi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMvzbTRJYi .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uMvzbTRJYi .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uMvzbTRJYi .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvzbTRJYi .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMvzbTRJYi .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uMvzbTRJYi .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uMvzbTRJYi .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uMvzbTRJYi .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMvzbTRJYi .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uMvzbTRJYi .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uMvzbTRJYi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvzbTRJYi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMvzbTRJYi .list {
  color: #ffffff;
}
.cid-uMvzbUsQWm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvzbUsQWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzbUsQWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvzbUsQWm .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvzbUsQWm .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvzbUsQWm .container {
    padding: 0 15px;
  }
}
.cid-uMvzbUsQWm .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uMvzbUsQWm .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uMvzbUsQWm .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMvzbUsQWm .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uMvzbUsQWm .mbr-section-title {
  color: #ffffff;
}
.cid-uMvzbUsQWm .mbr-text {
  color: #ffffff;
}
.cid-uMvzbUsQWm .mbr-name {
  color: #f2ac2b;
}
.cid-uMvzbVhwBH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvzbVhwBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzbVhwBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvzbVhwBH .row {
  justify-content: center;
}
.cid-uMvzbVhwBH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvzbVhwBH .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvzbVhwBH .container {
    padding: 0 15px;
  }
}
.cid-uMvzbVhwBH .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvzbVhwBH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvzbVhwBH .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvzbVhwBH .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvzbVhwBH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvzbVhwBH .item {
  margin-bottom: 32px;
}
.cid-uMvzbVhwBH .item:hover .item-wrapper::before,
.cid-uMvzbVhwBH .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uMvzbVhwBH .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uMvzbVhwBH .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uMvzbVhwBH .item .item-wrapper::before {
    display: none;
  }
}
.cid-uMvzbVhwBH .item .item-wrapper .card-box {
  position: relative;
}
.cid-uMvzbVhwBH .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uMvzbVhwBH .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uMvzbVhwBH .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uMvzbVhwBH .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uMvzbVhwBH .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uMvzbVhwBH .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uMvzbVhwBH .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uMvzbVhwBH .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uMvzbVhwBH .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uMvzbVhwBH .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uMvzbVhwBH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvzbVhwBH .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uMvzbVhwBH .mbr-date {
  color: #ffffff;
}
.cid-uMvzbVhwBH .mbr-tag {
  color: #ffffff;
}
.cid-uMvzbVhwBH .mbr-card-title {
  color: #f2ac2b;
}
.cid-uMvzbVhwBH .mbr-card-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uMvzbVhwBH .mbr-card-title,
.cid-uMvzbVhwBH .mbr-section-btn {
  text-align: center;
}
.cid-uMvzbWxfJQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvzbWxfJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzbWxfJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvzbWxfJQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvzbWxfJQ .container {
    padding: 0 15px;
  }
}
.cid-uMvzbWxfJQ .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uMvzbWxfJQ .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uMvzbWxfJQ .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMvzbWxfJQ .image-wrapper img {
    height: 400px;
  }
}
.cid-uMvzbWxfJQ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvzbWxfJQ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvzbWxfJQ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMvzbWxfJQ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uMvzbWxfJQ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvzbWxfJQ .mbr-section-title {
  color: #ffffff;
}
.cid-uMvzbWxfJQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMvzbWxfJQ .mbr-text {
  color: #ffffff;
}
.cid-uMvzbXxv6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvzbXxv6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzbXxv6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvzbXxv6J .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvzbXxv6J .container {
    padding: 0 15px;
  }
}
.cid-uMvzbXxv6J .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvzbXxv6J .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvzbXxv6J .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMvzbXxv6J .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uMvzbXxv6J .items-wrapper {
    display: block;
  }
}
.cid-uMvzbXxv6J .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uMvzbXxv6J .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-uMvzbXxv6J .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-uMvzbXxv6J .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-uMvzbXxv6J .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-uMvzbXxv6J .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-uMvzbXxv6J .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-uMvzbXxv6J .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-uMvzbXxv6J .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-uMvzbXxv6J .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uMvzbXxv6J .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uMvzbXxv6J .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvzbXxv6J .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvzbXxv6J .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uMvzbXxv6J .item-text {
  color: #d2d2df;
}
.cid-uMvzbXxv6J .item-text,
.cid-uMvzbXxv6J .icon-wrapper {
  text-align: center;
}
.cid-uMvzbYJw6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvzbYJw6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzbYJw6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvzbYJw6Y .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvzbYJw6Y .container {
    padding: 0 15px;
  }
}
.cid-uMvzbYJw6Y .image-wrapper {
  margin-right: 48px;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uMvzbYJw6Y .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMvzbYJw6Y .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uMvzbYJw6Y .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMvzbYJw6Y .image-wrapper img {
    height: 400px;
  }
}
.cid-uMvzbYJw6Y .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvzbYJw6Y .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvzbYJw6Y .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMvzbYJw6Y .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uMvzbYJw6Y .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvzbYJw6Y .mbr-section-title {
  color: #ffffff;
}
.cid-uMvzbYJw6Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMvzbYJw6Y .mbr-text {
  color: #ffffff;
}
.cid-uMvzbZDthL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvzbZDthL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzbZDthL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvzbZDthL .row {
  justify-content: center;
}
.cid-uMvzbZDthL .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvzbZDthL .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvzbZDthL .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvzbZDthL .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvzbZDthL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvzbZDthL .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMvzbZDthL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvzbZDthL .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvzbZDthL .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uMvzbZDthL .content-wrapper .list .item-wrap:hover,
.cid-uMvzbZDthL .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uMvzbZDthL .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uMvzbZDthL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvzbZDthL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMvzbZDthL .list {
  color: #d2d2df;
}
.cid-uMvzc0EpAt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvzc0EpAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzc0EpAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvzc0EpAt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvzc0EpAt .container {
    padding: 0 15px;
  }
}
.cid-uMvzc0EpAt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uMvzc0EpAt .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvzc0EpAt .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvzc0EpAt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvzc0EpAt .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvzc0EpAt .mbr-section-title {
  color: #ffffff;
}
.cid-uMvzc0EpAt .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-uMvzc0EpAt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMvzc0EpAt .mbr-section-title,
.cid-uMvzc0EpAt .mbr-section-btn {
  text-align: center;
}
.cid-uMvzc1CFCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvzc1CFCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzc1CFCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvzc1CFCH .row {
  justify-content: center;
}
.cid-uMvzc1CFCH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvzc1CFCH .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvzc1CFCH .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvzc1CFCH .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvzc1CFCH .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvzc1CFCH .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMvzc1CFCH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvzc1CFCH .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvzc1CFCH .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uMvzc1CFCH .content-wrapper .list .item-wrap:hover,
.cid-uMvzc1CFCH .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uMvzc1CFCH .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uMvzc1CFCH .mbr-section-title {
  color: #ffffff;
}
.cid-uMvzc1CFCH .mbr-text {
  color: #ffffff;
}
.cid-uMvzc1CFCH .list {
  color: #d2d2df;
}
.cid-uMvzc2Aeq5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1311.jpg");
}
.cid-uMvzc2Aeq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzc2Aeq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvzc2Aeq5 .container {
    padding: 0 20px;
  }
}
.cid-uMvzc2Aeq5 .row {
  margin: 0;
}
.cid-uMvzc2Aeq5 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvzc2Aeq5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvzc2Aeq5 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMvzc2Aeq5 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMvzc2Aeq5 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMvzc2Aeq5 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMvzc2Aeq5 .mbr-section-title {
  color: #ffffff;
}
.cid-uMvzc3vv83 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvzc3vv83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzc3vv83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvzc3vv83 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvzc3vv83 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvzc3vv83 .container {
    padding: 0 15px;
  }
}
.cid-uMvzc3vv83 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uMvzc3vv83 .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uMvzc3vv83 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMvzc3vv83 .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uMvzc3vv83 .mbr-section-title {
  color: #ffffff;
}
.cid-uMvzc3vv83 .mbr-text {
  color: #ffffff;
}
.cid-uMvzc3vv83 .mbr-name {
  color: #f2ac2b;
}
.cid-uMvzc4qSpl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uMvzc4qSpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzc4qSpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvzc4qSpl .row {
  justify-content: center;
}
.cid-uMvzc4qSpl .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uMvzc4qSpl .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMvzc4qSpl .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uMvzc4qSpl .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uMvzc4qSpl .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uMvzc4qSpl .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMvzc4qSpl .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMvzc4qSpl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uMvzc4qSpl .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uMvzc4qSpl .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMvzc4qSpl .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uMvzc4qSpl .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #fff7ee;
}
@media (max-width: 992px) {
  .cid-uMvzc4qSpl .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uMvzc4qSpl .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMvzc4qSpl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMvzc4qSpl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMvzc4qSpl .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMvzc4qSpl .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMvzc4qSpl .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uMvzc4qSpl .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #151e11;
}
.cid-uMvzc4qSpl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uMvzc4qSpl .panel-group .card .panel-collapse .panel-body {
  margin: 80px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uMvzc4qSpl .panel-group .card .panel-collapse .panel-body {
    margin: 30px 0 0 0;
  }
}
.cid-uMvzc4qSpl .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvzc4qSpl .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uMvzc4qSpl .mbr-label,
.cid-uMvzc4qSpl .label-wrapper {
  color: #FFBE0D;
  text-align: right;
}
.cid-uMvzc4qSpl .mbr-section-title {
  color: #fff7ee;
}
.cid-uMvzc4qSpl .mbr-text,
.cid-uMvzc4qSpl .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uMvzc4qSpl .panel-title-edit {
  color: #151e11;
}
.cid-uMvzc4qSpl .panel-text {
  color: #151e11;
}
.cid-uMvzc5DLNk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvzc5DLNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzc5DLNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvzc5DLNk .container {
    padding: 0 15px;
  }
}
.cid-uMvzc5DLNk .row {
  justify-content: center;
}
.cid-uMvzc5DLNk .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uMvzc5DLNk .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uMvzc5DLNk .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uMvzc5DLNk .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMvzc5DLNk .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uMvzc5DLNk .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uMvzc5DLNk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvzc5DLNk .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvzc5DLNk .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvzc5DLNk .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-uMvzc5DLNk .mbr-section-title {
  color: #f2ac2b;
}
.cid-uMvzc5DLNk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMvzc5DLNk .mbr-section-title,
.cid-uMvzc5DLNk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMvCQdpRDD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvCQdpRDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvCQdpRDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvCQdpRDD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvCQdpRDD .container {
    padding: 0 15px;
  }
}
.cid-uMvCQdpRDD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvCQdpRDD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMvCQdpRDD .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-uMvCQdpRDD .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uMvCQdpRDD .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uMvCQdpRDD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uMvCQdpRDD .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uMvCQdpRDD .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uMvCQdpRDD .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMvCQdpRDD .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uMvCQdpRDD .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uMvCQdpRDD .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-uMvCQdpRDD .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-uMvCQdpRDD .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uMvCQdpRDD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvCQdpRDD .panel-title {
  color: #ffffff;
}
.cid-uMvCQdpRDD .panel-text {
  color: #d2d2df;
}
.cid-uMvzc6DD6Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1311.jpg");
}
.cid-uMvzc6DD6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzc6DD6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvzc6DD6Y .card-wrapper {
  background-color: #000000;
  padding: 1rem 2rem;
}
.cid-uMvzc6DD6Y .google-map {
  height: 35rem;
  position: relative;
}
.cid-uMvzc6DD6Y .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uMvzc6DD6Y .google-map [data-state-details] {
  color: #b4b4b4;
  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-uMvzc6DD6Y .google-map[data-state] {
  background: #fffff5;
}
.cid-uMvzc6DD6Y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMvzc6DD6Y .content-head {
  max-width: 800px;
}
.cid-uMvzc6DD6Y .card-title,
.cid-uMvzc6DD6Y .iconfont-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uMvzc6DD6Y .card-text,
.cid-uMvzc6DD6Y .mbr-section-btn {
  color: #fdfde1;
  text-align: center;
}
.cid-uMvzc6DD6Y .mbr-desc,
.cid-uMvzc6DD6Y .desc-wrapper {
  color: #fdfde1;
}
.cid-uMvzc6DD6Y .mbr-section-title {
  color: #ffffff;
}
.cid-uMvzc7Rd3R {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uMvzc7Rd3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvzc7Rd3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvzc7Rd3R .row {
  justify-content: center;
}
.cid-uMvzc7Rd3R .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvzc7Rd3R .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvzc7Rd3R .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvzc7Rd3R .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMvzc7Rd3R .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvzc7Rd3R .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uMvzc7Rd3R .nav-wrapper .list .item-wrap:hover,
.cid-uMvzc7Rd3R .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMvzc7Rd3R .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMvzc7Rd3R .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMvzc7Rd3R .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uMvzc7Rd3R .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvzc7Rd3R .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMvzc7Rd3R .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMvzc7Rd3R .mbr-section-title {
  color: #ffffff;
}
.cid-uMvzc7Rd3R .list {
  color: #ffffff;
}
.cid-uMvE34BP6p .navbar-dropdown {
  position: relative !important;
}
.cid-uMvE34BP6p .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-uMvE34BP6p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMvE34BP6p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMvE34BP6p .dropdown-item:hover,
.cid-uMvE34BP6p .dropdown-item:focus {
  background: #f2ac2b !important;
  color: white !important;
}
.cid-uMvE34BP6p .dropdown-item:hover span {
  color: white;
}
.cid-uMvE34BP6p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMvE34BP6p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMvE34BP6p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uMvE34BP6p .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uMvE34BP6p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMvE34BP6p .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMvE34BP6p .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uMvE34BP6p .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uMvE34BP6p .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uMvE34BP6p .container {
  display: flex;
  margin: auto;
}
.cid-uMvE34BP6p .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMvE34BP6p .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-uMvE34BP6p .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-uMvE34BP6p .dropdown-menu,
.cid-uMvE34BP6p .navbar.opened {
  background: #fffdf7 !important;
}
.cid-uMvE34BP6p .nav-item:focus,
.cid-uMvE34BP6p .nav-link:focus {
  outline: none;
}
.cid-uMvE34BP6p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uMvE34BP6p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMvE34BP6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMvE34BP6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMvE34BP6p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMvE34BP6p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMvE34BP6p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uMvE34BP6p .navbar.opened {
  transition: all 0.3s;
}
.cid-uMvE34BP6p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMvE34BP6p .navbar .navbar-logo img {
  width: auto;
}
.cid-uMvE34BP6p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMvE34BP6p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMvE34BP6p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMvE34BP6p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMvE34BP6p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMvE34BP6p .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-uMvE34BP6p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMvE34BP6p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMvE34BP6p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMvE34BP6p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMvE34BP6p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMvE34BP6p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMvE34BP6p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMvE34BP6p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMvE34BP6p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uMvE34BP6p .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uMvE34BP6p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMvE34BP6p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMvE34BP6p .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uMvE34BP6p .dropdown-item.active,
.cid-uMvE34BP6p .dropdown-item:active {
  background-color: transparent;
}
.cid-uMvE34BP6p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMvE34BP6p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMvE34BP6p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMvE34BP6p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-uMvE34BP6p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMvE34BP6p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMvE34BP6p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMvE34BP6p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMvE34BP6p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMvE34BP6p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMvE34BP6p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMvE34BP6p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvE34BP6p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvE34BP6p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMvE34BP6p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvE34BP6p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMvE34BP6p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMvE34BP6p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvE34BP6p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMvE34BP6p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMvE34BP6p .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-uMvE34BP6p .navbar {
    height: 70px;
  }
  .cid-uMvE34BP6p .navbar.opened {
    height: auto;
  }
  .cid-uMvE34BP6p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMvE34BP6p .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uMvE34BP6p .container-fluid {
    padding: 0 40px;
  }
}
.cid-uMvE34BP6p .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uMvE34BP6p .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uMvE34BP6p .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMvE34BP6p .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uMvE34BP6p .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uMvE34BP6p .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uMvE34BP6p .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uMvE34BP6p .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uMvE34BP6p .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uMvE34BP6p .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uMvE34BP6p .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uMvE34BP6p .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMvE35V7bp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvE35V7bp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE35V7bp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvE35V7bp .container {
    padding: 0 15px;
  }
}
.cid-uMvE35V7bp .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMvE35V7bp .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMvE35V7bp .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uMvE35V7bp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uMvE35V7bp .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvE35V7bp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvE35V7bp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvE35V7bp .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvE35V7bp .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uMvE35V7bp .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uMvE35V7bp .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uMvE35V7bp .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uMvE35V7bp .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uMvE35V7bp .mbr-section-title {
  color: #ffffff;
}
.cid-uMvE35V7bp .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMvE35V7bp .mbr-text {
  color: #ffffff;
}
.cid-uMvE36vNNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvE36vNNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE36vNNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvE36vNNh .container {
    padding: 0 15px;
  }
}
.cid-uMvE36vNNh .row {
  justify-content: center;
}
.cid-uMvE36vNNh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvE36vNNh .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMvE36vNNh .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uMvE36vNNh .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uMvE36vNNh .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvE36vNNh .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMvE36vNNh .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uMvE36vNNh .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uMvE36vNNh .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uMvE36vNNh .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMvE36vNNh .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uMvE36vNNh .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uMvE36vNNh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvE36vNNh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMvE36vNNh .list {
  color: #ffffff;
}
.cid-uMvE371TT2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvE371TT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE371TT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvE371TT2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvE371TT2 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvE371TT2 .container {
    padding: 0 15px;
  }
}
.cid-uMvE371TT2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uMvE371TT2 .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uMvE371TT2 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMvE371TT2 .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uMvE371TT2 .mbr-section-title {
  color: #ffffff;
}
.cid-uMvE371TT2 .mbr-text {
  color: #ffffff;
}
.cid-uMvE371TT2 .mbr-name {
  color: #f2ac2b;
}
.cid-uMvE37wQhp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvE37wQhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE37wQhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvE37wQhp .row {
  justify-content: center;
}
.cid-uMvE37wQhp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvE37wQhp .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvE37wQhp .container {
    padding: 0 15px;
  }
}
.cid-uMvE37wQhp .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvE37wQhp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvE37wQhp .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvE37wQhp .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvE37wQhp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvE37wQhp .item {
  margin-bottom: 32px;
}
.cid-uMvE37wQhp .item:hover .item-wrapper::before,
.cid-uMvE37wQhp .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uMvE37wQhp .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uMvE37wQhp .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uMvE37wQhp .item .item-wrapper::before {
    display: none;
  }
}
.cid-uMvE37wQhp .item .item-wrapper .card-box {
  position: relative;
}
.cid-uMvE37wQhp .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uMvE37wQhp .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uMvE37wQhp .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uMvE37wQhp .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uMvE37wQhp .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uMvE37wQhp .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uMvE37wQhp .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uMvE37wQhp .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uMvE37wQhp .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uMvE37wQhp .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uMvE37wQhp .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uMvE37wQhp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvE37wQhp .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uMvE37wQhp .mbr-date {
  color: #ffffff;
}
.cid-uMvE37wQhp .mbr-tag {
  color: #ffffff;
}
.cid-uMvE37wQhp .mbr-card-title {
  color: #f2ac2b;
}
.cid-uMvE37wQhp .mbr-card-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uMvE37wQhp .mbr-card-title,
.cid-uMvE37wQhp .mbr-section-btn {
  text-align: center;
}
.cid-uMvE38f2z9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvE38f2z9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE38f2z9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvE38f2z9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvE38f2z9 .container {
    padding: 0 15px;
  }
}
.cid-uMvE38f2z9 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uMvE38f2z9 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uMvE38f2z9 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMvE38f2z9 .image-wrapper img {
    height: 400px;
  }
}
.cid-uMvE38f2z9 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvE38f2z9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvE38f2z9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMvE38f2z9 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uMvE38f2z9 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvE38f2z9 .mbr-section-title {
  color: #ffffff;
}
.cid-uMvE38f2z9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMvE38f2z9 .mbr-text {
  color: #ffffff;
}
.cid-uMvE38VSFm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvE38VSFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE38VSFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvE38VSFm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvE38VSFm .container {
    padding: 0 15px;
  }
}
.cid-uMvE38VSFm .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvE38VSFm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvE38VSFm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMvE38VSFm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uMvE38VSFm .items-wrapper {
    display: block;
  }
}
.cid-uMvE38VSFm .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uMvE38VSFm .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-uMvE38VSFm .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-uMvE38VSFm .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-uMvE38VSFm .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-uMvE38VSFm .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-uMvE38VSFm .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-uMvE38VSFm .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-uMvE38VSFm .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-uMvE38VSFm .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uMvE38VSFm .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uMvE38VSFm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvE38VSFm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvE38VSFm .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uMvE38VSFm .item-text {
  color: #d2d2df;
}
.cid-uMvE38VSFm .item-text,
.cid-uMvE38VSFm .icon-wrapper {
  text-align: center;
}
.cid-uMvE39NIyq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvE39NIyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE39NIyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvE39NIyq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvE39NIyq .container {
    padding: 0 15px;
  }
}
.cid-uMvE39NIyq .image-wrapper {
  margin-right: 48px;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uMvE39NIyq .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMvE39NIyq .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uMvE39NIyq .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMvE39NIyq .image-wrapper img {
    height: 400px;
  }
}
.cid-uMvE39NIyq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvE39NIyq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvE39NIyq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMvE39NIyq .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uMvE39NIyq .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvE39NIyq .mbr-section-title {
  color: #ffffff;
}
.cid-uMvE39NIyq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMvE39NIyq .mbr-text {
  color: #ffffff;
}
.cid-uMvE3apxJf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvE3apxJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE3apxJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvE3apxJf .row {
  justify-content: center;
}
.cid-uMvE3apxJf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvE3apxJf .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvE3apxJf .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvE3apxJf .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvE3apxJf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvE3apxJf .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMvE3apxJf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvE3apxJf .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvE3apxJf .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uMvE3apxJf .content-wrapper .list .item-wrap:hover,
.cid-uMvE3apxJf .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uMvE3apxJf .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uMvE3apxJf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvE3apxJf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMvE3apxJf .list {
  color: #d2d2df;
}
.cid-uMvE3b4rUh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvE3b4rUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE3b4rUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvE3b4rUh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvE3b4rUh .container {
    padding: 0 15px;
  }
}
.cid-uMvE3b4rUh .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uMvE3b4rUh .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvE3b4rUh .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvE3b4rUh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvE3b4rUh .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvE3b4rUh .mbr-section-title {
  color: #ffffff;
}
.cid-uMvE3b4rUh .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uMvE3b4rUh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMvE3b4rUh .mbr-section-title,
.cid-uMvE3b4rUh .mbr-section-btn {
  text-align: center;
}
.cid-uMvE3bLjB7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvE3bLjB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE3bLjB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvE3bLjB7 .row {
  justify-content: center;
}
.cid-uMvE3bLjB7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvE3bLjB7 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvE3bLjB7 .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvE3bLjB7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvE3bLjB7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvE3bLjB7 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMvE3bLjB7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvE3bLjB7 .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvE3bLjB7 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uMvE3bLjB7 .content-wrapper .list .item-wrap:hover,
.cid-uMvE3bLjB7 .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uMvE3bLjB7 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uMvE3bLjB7 .mbr-section-title {
  color: #ffffff;
}
.cid-uMvE3bLjB7 .mbr-text {
  color: #ffffff;
}
.cid-uMvE3bLjB7 .list {
  color: #d2d2df;
}
.cid-uMvE3cmJix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1311.jpg");
}
.cid-uMvE3cmJix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE3cmJix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvE3cmJix .container {
    padding: 0 20px;
  }
}
.cid-uMvE3cmJix .row {
  margin: 0;
}
.cid-uMvE3cmJix .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvE3cmJix .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvE3cmJix .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMvE3cmJix .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMvE3cmJix .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMvE3cmJix .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMvE3cmJix .mbr-section-title {
  color: #ffffff;
}
.cid-uMvE3d1KUz {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvE3d1KUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE3d1KUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvE3d1KUz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvE3d1KUz .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvE3d1KUz .container {
    padding: 0 15px;
  }
}
.cid-uMvE3d1KUz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uMvE3d1KUz .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uMvE3d1KUz .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMvE3d1KUz .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uMvE3d1KUz .mbr-section-title {
  color: #ffffff;
}
.cid-uMvE3d1KUz .mbr-text {
  color: #ffffff;
}
.cid-uMvE3d1KUz .mbr-name {
  color: #f2ac2b;
}
.cid-uMvE3dLJ7C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uMvE3dLJ7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE3dLJ7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvE3dLJ7C .row {
  justify-content: center;
}
.cid-uMvE3dLJ7C .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uMvE3dLJ7C .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMvE3dLJ7C .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uMvE3dLJ7C .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uMvE3dLJ7C .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uMvE3dLJ7C .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMvE3dLJ7C .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMvE3dLJ7C .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uMvE3dLJ7C .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uMvE3dLJ7C .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMvE3dLJ7C .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uMvE3dLJ7C .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #fff7ee;
}
@media (max-width: 992px) {
  .cid-uMvE3dLJ7C .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uMvE3dLJ7C .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMvE3dLJ7C .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMvE3dLJ7C .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMvE3dLJ7C .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMvE3dLJ7C .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMvE3dLJ7C .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uMvE3dLJ7C .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #151e11;
}
.cid-uMvE3dLJ7C .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uMvE3dLJ7C .panel-group .card .panel-collapse .panel-body {
  margin: 80px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uMvE3dLJ7C .panel-group .card .panel-collapse .panel-body {
    margin: 30px 0 0 0;
  }
}
.cid-uMvE3dLJ7C .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvE3dLJ7C .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uMvE3dLJ7C .mbr-label,
.cid-uMvE3dLJ7C .label-wrapper {
  color: #FFBE0D;
  text-align: right;
}
.cid-uMvE3dLJ7C .mbr-section-title {
  color: #fff7ee;
}
.cid-uMvE3dLJ7C .mbr-text,
.cid-uMvE3dLJ7C .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uMvE3dLJ7C .panel-title-edit {
  color: #151e11;
}
.cid-uMvE3dLJ7C .panel-text {
  color: #151e11;
}
.cid-uMvE3eOr67 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvE3eOr67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE3eOr67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvE3eOr67 .container {
    padding: 0 15px;
  }
}
.cid-uMvE3eOr67 .row {
  justify-content: center;
}
.cid-uMvE3eOr67 .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uMvE3eOr67 .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uMvE3eOr67 .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uMvE3eOr67 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMvE3eOr67 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uMvE3eOr67 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uMvE3eOr67 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvE3eOr67 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvE3eOr67 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvE3eOr67 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-uMvE3eOr67 .mbr-section-title {
  color: #f2ac2b;
}
.cid-uMvE3eOr67 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMvE3eOr67 .mbr-section-title,
.cid-uMvE3eOr67 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMvE3fvJJ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvE3fvJJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE3fvJJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvE3fvJJ1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvE3fvJJ1 .container {
    padding: 0 15px;
  }
}
.cid-uMvE3fvJJ1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvE3fvJJ1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMvE3fvJJ1 .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-uMvE3fvJJ1 .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uMvE3fvJJ1 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uMvE3fvJJ1 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uMvE3fvJJ1 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uMvE3fvJJ1 .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uMvE3fvJJ1 .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMvE3fvJJ1 .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uMvE3fvJJ1 .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uMvE3fvJJ1 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-uMvE3fvJJ1 .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-uMvE3fvJJ1 .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uMvE3fvJJ1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvE3fvJJ1 .panel-title {
  color: #ffffff;
}
.cid-uMvE3fvJJ1 .panel-text {
  color: #d2d2df;
}
.cid-uMvE3gjz63 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1311.jpg");
}
.cid-uMvE3gjz63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE3gjz63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvE3gjz63 .card-wrapper {
  background-color: #000000;
  padding: 1rem 2rem;
}
.cid-uMvE3gjz63 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uMvE3gjz63 .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uMvE3gjz63 .google-map [data-state-details] {
  color: #b4b4b4;
  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-uMvE3gjz63 .google-map[data-state] {
  background: #fffff5;
}
.cid-uMvE3gjz63 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMvE3gjz63 .content-head {
  max-width: 800px;
}
.cid-uMvE3gjz63 .card-title,
.cid-uMvE3gjz63 .iconfont-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uMvE3gjz63 .card-text,
.cid-uMvE3gjz63 .mbr-section-btn {
  color: #fdfde1;
  text-align: center;
}
.cid-uMvE3gjz63 .mbr-desc,
.cid-uMvE3gjz63 .desc-wrapper {
  color: #fdfde1;
}
.cid-uMvE3gjz63 .mbr-section-title {
  color: #ffffff;
}
.cid-uMvE3hkttf {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uMvE3hkttf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvE3hkttf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvE3hkttf .row {
  justify-content: center;
}
.cid-uMvE3hkttf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvE3hkttf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvE3hkttf .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvE3hkttf .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMvE3hkttf .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvE3hkttf .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uMvE3hkttf .nav-wrapper .list .item-wrap:hover,
.cid-uMvE3hkttf .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMvE3hkttf .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMvE3hkttf .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMvE3hkttf .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uMvE3hkttf .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvE3hkttf .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMvE3hkttf .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMvE3hkttf .mbr-section-title {
  color: #ffffff;
}
.cid-uMvE3hkttf .list {
  color: #ffffff;
}
.cid-uMvHlg4Ff8 .navbar-dropdown {
  position: relative !important;
}
.cid-uMvHlg4Ff8 .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-uMvHlg4Ff8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMvHlg4Ff8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMvHlg4Ff8 .dropdown-item:hover,
.cid-uMvHlg4Ff8 .dropdown-item:focus {
  background: #f2ac2b !important;
  color: white !important;
}
.cid-uMvHlg4Ff8 .dropdown-item:hover span {
  color: white;
}
.cid-uMvHlg4Ff8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMvHlg4Ff8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMvHlg4Ff8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uMvHlg4Ff8 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uMvHlg4Ff8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMvHlg4Ff8 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMvHlg4Ff8 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uMvHlg4Ff8 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uMvHlg4Ff8 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uMvHlg4Ff8 .container {
  display: flex;
  margin: auto;
}
.cid-uMvHlg4Ff8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMvHlg4Ff8 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-uMvHlg4Ff8 .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-uMvHlg4Ff8 .dropdown-menu,
.cid-uMvHlg4Ff8 .navbar.opened {
  background: #fffdf7 !important;
}
.cid-uMvHlg4Ff8 .nav-item:focus,
.cid-uMvHlg4Ff8 .nav-link:focus {
  outline: none;
}
.cid-uMvHlg4Ff8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uMvHlg4Ff8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMvHlg4Ff8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMvHlg4Ff8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMvHlg4Ff8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMvHlg4Ff8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMvHlg4Ff8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uMvHlg4Ff8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMvHlg4Ff8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMvHlg4Ff8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMvHlg4Ff8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMvHlg4Ff8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMvHlg4Ff8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMvHlg4Ff8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMvHlg4Ff8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMvHlg4Ff8 .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-uMvHlg4Ff8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMvHlg4Ff8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMvHlg4Ff8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMvHlg4Ff8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMvHlg4Ff8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMvHlg4Ff8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMvHlg4Ff8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMvHlg4Ff8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMvHlg4Ff8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uMvHlg4Ff8 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uMvHlg4Ff8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMvHlg4Ff8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMvHlg4Ff8 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uMvHlg4Ff8 .dropdown-item.active,
.cid-uMvHlg4Ff8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMvHlg4Ff8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMvHlg4Ff8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMvHlg4Ff8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMvHlg4Ff8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-uMvHlg4Ff8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMvHlg4Ff8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMvHlg4Ff8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMvHlg4Ff8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMvHlg4Ff8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMvHlg4Ff8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMvHlg4Ff8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMvHlg4Ff8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvHlg4Ff8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvHlg4Ff8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMvHlg4Ff8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvHlg4Ff8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMvHlg4Ff8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMvHlg4Ff8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvHlg4Ff8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMvHlg4Ff8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMvHlg4Ff8 .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-uMvHlg4Ff8 .navbar {
    height: 70px;
  }
  .cid-uMvHlg4Ff8 .navbar.opened {
    height: auto;
  }
  .cid-uMvHlg4Ff8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMvHlg4Ff8 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uMvHlg4Ff8 .container-fluid {
    padding: 0 40px;
  }
}
.cid-uMvHlg4Ff8 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uMvHlg4Ff8 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uMvHlg4Ff8 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMvHlg4Ff8 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uMvHlg4Ff8 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uMvHlg4Ff8 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uMvHlg4Ff8 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uMvHlg4Ff8 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uMvHlg4Ff8 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uMvHlg4Ff8 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uMvHlg4Ff8 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uMvHlg4Ff8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMvHlhYeWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvHlhYeWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHlhYeWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvHlhYeWS .container {
    padding: 0 15px;
  }
}
.cid-uMvHlhYeWS .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMvHlhYeWS .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMvHlhYeWS .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uMvHlhYeWS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uMvHlhYeWS .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvHlhYeWS .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvHlhYeWS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvHlhYeWS .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvHlhYeWS .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uMvHlhYeWS .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uMvHlhYeWS .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uMvHlhYeWS .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uMvHlhYeWS .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uMvHlhYeWS .mbr-section-title {
  color: #ffffff;
}
.cid-uMvHlhYeWS .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMvHlhYeWS .mbr-text {
  color: #ffffff;
}
.cid-uMvHliDBNg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvHliDBNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHliDBNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvHliDBNg .container {
    padding: 0 15px;
  }
}
.cid-uMvHliDBNg .row {
  justify-content: center;
}
.cid-uMvHliDBNg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvHliDBNg .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMvHliDBNg .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uMvHliDBNg .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uMvHliDBNg .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvHliDBNg .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMvHliDBNg .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uMvHliDBNg .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uMvHliDBNg .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uMvHliDBNg .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMvHliDBNg .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uMvHliDBNg .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uMvHliDBNg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvHliDBNg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMvHliDBNg .list {
  color: #ffffff;
}
.cid-uMvHljahnN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvHljahnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHljahnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvHljahnN .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvHljahnN .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvHljahnN .container {
    padding: 0 15px;
  }
}
.cid-uMvHljahnN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uMvHljahnN .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uMvHljahnN .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMvHljahnN .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uMvHljahnN .mbr-section-title {
  color: #ffffff;
}
.cid-uMvHljahnN .mbr-text {
  color: #ffffff;
}
.cid-uMvHljahnN .mbr-name {
  color: #f2ac2b;
}
.cid-uMvHljIs39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvHljIs39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHljIs39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvHljIs39 .row {
  justify-content: center;
}
.cid-uMvHljIs39 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvHljIs39 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvHljIs39 .container {
    padding: 0 15px;
  }
}
.cid-uMvHljIs39 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvHljIs39 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvHljIs39 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvHljIs39 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvHljIs39 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvHljIs39 .item {
  margin-bottom: 32px;
}
.cid-uMvHljIs39 .item:hover .item-wrapper::before,
.cid-uMvHljIs39 .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uMvHljIs39 .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uMvHljIs39 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uMvHljIs39 .item .item-wrapper::before {
    display: none;
  }
}
.cid-uMvHljIs39 .item .item-wrapper .card-box {
  position: relative;
}
.cid-uMvHljIs39 .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uMvHljIs39 .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uMvHljIs39 .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uMvHljIs39 .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uMvHljIs39 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uMvHljIs39 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uMvHljIs39 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uMvHljIs39 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uMvHljIs39 .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uMvHljIs39 .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uMvHljIs39 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uMvHljIs39 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvHljIs39 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uMvHljIs39 .mbr-date {
  color: #ffffff;
}
.cid-uMvHljIs39 .mbr-tag {
  color: #ffffff;
}
.cid-uMvHljIs39 .mbr-card-title {
  color: #f2ac2b;
}
.cid-uMvHljIs39 .mbr-card-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uMvHljIs39 .mbr-card-title,
.cid-uMvHljIs39 .mbr-section-btn {
  text-align: center;
}
.cid-uMvHlkA1R7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvHlkA1R7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHlkA1R7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvHlkA1R7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvHlkA1R7 .container {
    padding: 0 15px;
  }
}
.cid-uMvHlkA1R7 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uMvHlkA1R7 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uMvHlkA1R7 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMvHlkA1R7 .image-wrapper img {
    height: 400px;
  }
}
.cid-uMvHlkA1R7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvHlkA1R7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvHlkA1R7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMvHlkA1R7 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uMvHlkA1R7 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvHlkA1R7 .mbr-section-title {
  color: #ffffff;
}
.cid-uMvHlkA1R7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMvHlkA1R7 .mbr-text {
  color: #ffffff;
}
.cid-uMvHlldnO4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvHlldnO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHlldnO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvHlldnO4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvHlldnO4 .container {
    padding: 0 15px;
  }
}
.cid-uMvHlldnO4 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvHlldnO4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvHlldnO4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMvHlldnO4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uMvHlldnO4 .items-wrapper {
    display: block;
  }
}
.cid-uMvHlldnO4 .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uMvHlldnO4 .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-uMvHlldnO4 .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-uMvHlldnO4 .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-uMvHlldnO4 .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-uMvHlldnO4 .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-uMvHlldnO4 .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-uMvHlldnO4 .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-uMvHlldnO4 .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-uMvHlldnO4 .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uMvHlldnO4 .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uMvHlldnO4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvHlldnO4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvHlldnO4 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uMvHlldnO4 .item-text {
  color: #d2d2df;
}
.cid-uMvHlldnO4 .item-text,
.cid-uMvHlldnO4 .icon-wrapper {
  text-align: center;
}
.cid-uMvHlmb11y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvHlmb11y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHlmb11y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvHlmb11y .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvHlmb11y .container {
    padding: 0 15px;
  }
}
.cid-uMvHlmb11y .image-wrapper {
  margin-right: 48px;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uMvHlmb11y .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMvHlmb11y .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uMvHlmb11y .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMvHlmb11y .image-wrapper img {
    height: 400px;
  }
}
.cid-uMvHlmb11y .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvHlmb11y .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvHlmb11y .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMvHlmb11y .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uMvHlmb11y .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvHlmb11y .mbr-section-title {
  color: #ffffff;
}
.cid-uMvHlmb11y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMvHlmb11y .mbr-text {
  color: #ffffff;
}
.cid-uMvHlmVSLU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvHlmVSLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHlmVSLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvHlmVSLU .row {
  justify-content: center;
}
.cid-uMvHlmVSLU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvHlmVSLU .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvHlmVSLU .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvHlmVSLU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvHlmVSLU .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvHlmVSLU .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMvHlmVSLU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvHlmVSLU .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvHlmVSLU .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uMvHlmVSLU .content-wrapper .list .item-wrap:hover,
.cid-uMvHlmVSLU .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uMvHlmVSLU .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uMvHlmVSLU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvHlmVSLU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMvHlmVSLU .list {
  color: #d2d2df;
}
.cid-uMvHlnVe9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvHlnVe9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHlnVe9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvHlnVe9x .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvHlnVe9x .container {
    padding: 0 15px;
  }
}
.cid-uMvHlnVe9x .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uMvHlnVe9x .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvHlnVe9x .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvHlnVe9x .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvHlnVe9x .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMvHlnVe9x .mbr-section-title {
  color: #ffffff;
}
.cid-uMvHlnVe9x .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uMvHlnVe9x .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMvHlnVe9x .mbr-section-title,
.cid-uMvHlnVe9x .mbr-section-btn {
  text-align: center;
}
.cid-uMvHloCiTV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvHloCiTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHloCiTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvHloCiTV .row {
  justify-content: center;
}
.cid-uMvHloCiTV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvHloCiTV .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvHloCiTV .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvHloCiTV .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMvHloCiTV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvHloCiTV .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMvHloCiTV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvHloCiTV .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvHloCiTV .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uMvHloCiTV .content-wrapper .list .item-wrap:hover,
.cid-uMvHloCiTV .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uMvHloCiTV .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uMvHloCiTV .mbr-section-title {
  color: #ffffff;
}
.cid-uMvHloCiTV .mbr-text {
  color: #ffffff;
}
.cid-uMvHloCiTV .list {
  color: #d2d2df;
}
.cid-uMvHlpqIif {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1311.jpg");
}
.cid-uMvHlpqIif .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHlpqIif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvHlpqIif .container {
    padding: 0 20px;
  }
}
.cid-uMvHlpqIif .row {
  margin: 0;
}
.cid-uMvHlpqIif .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvHlpqIif .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvHlpqIif .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMvHlpqIif .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMvHlpqIif .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMvHlpqIif .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMvHlpqIif .mbr-section-title {
  color: #ffffff;
}
.cid-uMvHlqctYm {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvHlqctYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHlqctYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvHlqctYm .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMvHlqctYm .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uMvHlqctYm .container {
    padding: 0 15px;
  }
}
.cid-uMvHlqctYm .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uMvHlqctYm .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uMvHlqctYm .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMvHlqctYm .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uMvHlqctYm .mbr-section-title {
  color: #ffffff;
}
.cid-uMvHlqctYm .mbr-text {
  color: #ffffff;
}
.cid-uMvHlqctYm .mbr-name {
  color: #f2ac2b;
}
.cid-uMvHlqRzUT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uMvHlqRzUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHlqRzUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvHlqRzUT .row {
  justify-content: center;
}
.cid-uMvHlqRzUT .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uMvHlqRzUT .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMvHlqRzUT .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uMvHlqRzUT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uMvHlqRzUT .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uMvHlqRzUT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMvHlqRzUT .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMvHlqRzUT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uMvHlqRzUT .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uMvHlqRzUT .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMvHlqRzUT .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uMvHlqRzUT .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #fff7ee;
}
@media (max-width: 992px) {
  .cid-uMvHlqRzUT .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uMvHlqRzUT .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMvHlqRzUT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMvHlqRzUT .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMvHlqRzUT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMvHlqRzUT .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMvHlqRzUT .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uMvHlqRzUT .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #151e11;
}
.cid-uMvHlqRzUT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uMvHlqRzUT .panel-group .card .panel-collapse .panel-body {
  margin: 80px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uMvHlqRzUT .panel-group .card .panel-collapse .panel-body {
    margin: 30px 0 0 0;
  }
}
.cid-uMvHlqRzUT .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMvHlqRzUT .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uMvHlqRzUT .mbr-label,
.cid-uMvHlqRzUT .label-wrapper {
  color: #FFBE0D;
  text-align: right;
}
.cid-uMvHlqRzUT .mbr-section-title {
  color: #fff7ee;
}
.cid-uMvHlqRzUT .mbr-text,
.cid-uMvHlqRzUT .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uMvHlqRzUT .panel-title-edit {
  color: #151e11;
}
.cid-uMvHlqRzUT .panel-text {
  color: #151e11;
}
.cid-uMvHlrUVsr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvHlrUVsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHlrUVsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMvHlrUVsr .container {
    padding: 0 15px;
  }
}
.cid-uMvHlrUVsr .row {
  justify-content: center;
}
.cid-uMvHlrUVsr .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uMvHlrUVsr .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uMvHlrUVsr .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uMvHlrUVsr .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMvHlrUVsr .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uMvHlrUVsr .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uMvHlrUVsr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMvHlrUVsr .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMvHlrUVsr .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMvHlrUVsr .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-uMvHlrUVsr .mbr-section-title {
  color: #f2ac2b;
}
.cid-uMvHlrUVsr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMvHlrUVsr .mbr-section-title,
.cid-uMvHlrUVsr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMvHlsEsvl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMvHlsEsvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHlsEsvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvHlsEsvl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMvHlsEsvl .container {
    padding: 0 15px;
  }
}
.cid-uMvHlsEsvl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMvHlsEsvl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMvHlsEsvl .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-uMvHlsEsvl .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uMvHlsEsvl .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uMvHlsEsvl .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uMvHlsEsvl .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uMvHlsEsvl .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uMvHlsEsvl .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMvHlsEsvl .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uMvHlsEsvl .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uMvHlsEsvl .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-uMvHlsEsvl .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-uMvHlsEsvl .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uMvHlsEsvl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMvHlsEsvl .panel-title {
  color: #ffffff;
}
.cid-uMvHlsEsvl .panel-text {
  color: #d2d2df;
}
.cid-uMvHltsw1B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1311.jpg");
}
.cid-uMvHltsw1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHltsw1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvHltsw1B .card-wrapper {
  background-color: #000000;
  padding: 1rem 2rem;
}
.cid-uMvHltsw1B .google-map {
  height: 35rem;
  position: relative;
}
.cid-uMvHltsw1B .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uMvHltsw1B .google-map [data-state-details] {
  color: #b4b4b4;
  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-uMvHltsw1B .google-map[data-state] {
  background: #fffff5;
}
.cid-uMvHltsw1B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMvHltsw1B .content-head {
  max-width: 800px;
}
.cid-uMvHltsw1B .card-title,
.cid-uMvHltsw1B .iconfont-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uMvHltsw1B .card-text,
.cid-uMvHltsw1B .mbr-section-btn {
  color: #fdfde1;
  text-align: center;
}
.cid-uMvHltsw1B .mbr-desc,
.cid-uMvHltsw1B .desc-wrapper {
  color: #fdfde1;
}
.cid-uMvHltsw1B .mbr-section-title {
  color: #ffffff;
}
.cid-uMvHlul3EH {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uMvHlul3EH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvHlul3EH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvHlul3EH .row {
  justify-content: center;
}
.cid-uMvHlul3EH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvHlul3EH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMvHlul3EH .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvHlul3EH .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMvHlul3EH .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMvHlul3EH .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uMvHlul3EH .nav-wrapper .list .item-wrap:hover,
.cid-uMvHlul3EH .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uMvHlul3EH .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMvHlul3EH .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMvHlul3EH .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uMvHlul3EH .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvHlul3EH .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMvHlul3EH .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMvHlul3EH .mbr-section-title {
  color: #ffffff;
}
.cid-uMvHlul3EH .list {
  color: #ffffff;
}
