body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #72487d !important;
}
.bg-success {
  background-color: #22a5e5 !important;
}
.bg-info {
  background-color: #3b8ab0 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #72487d !important;
  border-color: #72487d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #402846 !important;
  border-color: #402846 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #402846 !important;
  border-color: #402846 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3fe44b !important;
  border-color: #3fe44b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #19b324 !important;
  border-color: #19b324 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #19b324 !important;
  border-color: #19b324 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3b8ab0 !important;
  border-color: #3b8ab0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #25576f !important;
  border-color: #25576f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #25576f !important;
  border-color: #25576f !important;
}
.btn-success,
.btn-success:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #72487d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #402846 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #72487d !important;
  border-color: #72487d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3fe44b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #19b324 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3fe44b !important;
  border-color: #3fe44b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3b8ab0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #25576f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3b8ab0 !important;
  border-color: #3b8ab0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22a5e5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #72487d !important;
}
.text-secondary {
  color: #3fe44b !important;
}
.text-success {
  color: #22a5e5 !important;
}
.text-info {
  color: #3b8ab0 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #37233c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #17a622 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #116690 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #214e64 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #72487d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3b8ab0;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #72487d;
  border-color: #72487d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #72487d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b189bb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d9effa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #91c2da;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #72487d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #72487d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #72487d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #72487d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #72487d;
  border-bottom-color: #72487d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #72487d !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: #3fe44b !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='%2372487d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #000000 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGzlAXw3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIDUqb0uJf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uIDUqb0uJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDUqb0uJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDUqb0uJf .mbr-text,
.cid-uIDUqb0uJf .mbr-section-btn {
  color: #232323;
}
.cid-uIDUqb0uJf .card-title,
.cid-uIDUqb0uJf .card-box {
  color: #ffffff;
}
.cid-uIDUqb0uJf .mbr-text,
.cid-uIDUqb0uJf .link-wrap {
  color: #ffffff;
}
.cid-uIDZk5AkbV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uIDZk5AkbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDZk5AkbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDZk5AkbV .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uIDZk5AkbV .container {
    max-width: 1400px;
  }
}
.cid-uIDZk5AkbV .card {
  margin: auto;
}
.cid-uIDZk5AkbV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uIDZk5AkbV .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIDZk5AkbV .row {
  justify-content: center;
}
.cid-uIDZk5AkbV .card-title,
.cid-uIDZk5AkbV .card-box {
  color: #ffffff;
}
.cid-uIDdYfc9G8 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/screen21rj.png-1906x867.png");
}
.cid-uIDdYfc9G8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDdYfc9G8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDdYfc9G8 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uIDdYfc9G8 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uIDdYfc9G8 .mbr-text,
.cid-uIDdYfc9G8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uIEfgkRbw4 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uIEfgkRbw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIEfgkRbw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIEfgkRbw4 .mbr-text,
.cid-uIEfgkRbw4 .mbr-section-btn {
  color: #232323;
}
.cid-uIEfgkRbw4 .card-title,
.cid-uIEfgkRbw4 .card-box {
  color: #ffffff;
}
.cid-uIEfgkRbw4 .mbr-text,
.cid-uIEfgkRbw4 .link-wrap {
  color: #ffffff;
}
.cid-uIEqxzp5Ft {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1a0a36;
}
.cid-uIEqxzp5Ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIEqxzp5Ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIEqxzp5Ft .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uIEqxzp5Ft .container {
    max-width: 1400px;
  }
}
.cid-uIEqxzp5Ft .card {
  margin: auto;
}
.cid-uIEqxzp5Ft .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uIEqxzp5Ft .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIEqxzp5Ft .row {
  justify-content: center;
}
.cid-uIEqxzp5Ft .card-title,
.cid-uIEqxzp5Ft .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-uIEqxzp5Ft H3 {
  color: #ffffff;
}
.cid-uIDVDZn3nT {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1076.jpg");
}
.cid-uIDVDZn3nT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDVDZn3nT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDVDZn3nT .mbr-text,
.cid-uIDVDZn3nT .mbr-section-btn {
  color: #232323;
}
.cid-uIDVDZn3nT .card-title,
.cid-uIDVDZn3nT .card-box {
  color: #ffffff;
}
.cid-uIDVDZn3nT .mbr-text,
.cid-uIDVDZn3nT .link-wrap {
  color: #ffffff;
}
.cid-uIy776Patv {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uIy776Patv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy776Patv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy776Patv .mbr-text,
.cid-uIy776Patv .mbr-section-btn {
  color: #232323;
}
.cid-uIy776Patv .card-title,
.cid-uIy776Patv .card-box {
  color: #ffffff;
}
.cid-uIy776Patv .mbr-text,
.cid-uIy776Patv .link-wrap {
  color: #ffffff;
}
.cid-uIy776Patv .card-box .mbr-text,
.cid-uIy776Patv .mbr-section-btn {
  color: #ffffff;
}
.cid-uIDKUONJs6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIDKUONJs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDKUONJs6 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uIDKUONJs6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDKUONJs6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIDKUONJs6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIDKUONJs6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uIDKUONJs6 .card-title,
.cid-uIDKUONJs6 .iconfont-wrapper {
  color: #000000;
}
.cid-uIDKUONJs6 .card-text {
  color: #000000;
}
.cid-uIDKUONJs6 .content-head {
  max-width: 800px;
}
.cid-uIDKUONJs6 .mbr-section-title {
  color: #ffffff;
}
.cid-uIDKYSclua {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uIDKYSclua .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDKYSclua .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uIDKYSclua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDKYSclua .item-wrapper {
  background: #fafafa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uIDKYSclua .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIDKYSclua .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uIDKYSclua .card-title,
.cid-uIDKYSclua .iconfont-wrapper {
  color: #000000;
}
.cid-uIDKYSclua .card-text {
  color: #000000;
}
.cid-uIDKYSclua .content-head {
  max-width: 800px;
}
.cid-uIDKYSclua .mbr-section-title {
  color: #000000;
}
.cid-uIDKYSclua .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIDKYSclua .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNQpJLLPNA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uNQpJLLPNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQpJLLPNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQpJLLPNA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNQpJLLPNA .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uNQpJLLPNA .mbr-section-title {
  color: #ffffff;
}
.cid-uNQpJLLPNA .mbr-text,
.cid-uNQpJLLPNA .mbr-section-btn {
  color: #ffffff;
}
.cid-uIEif51Ffe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uIEif51Ffe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIEif51Ffe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIEif51Ffe .mbr-text,
.cid-uIEif51Ffe .mbr-section-btn {
  color: #232323;
}
.cid-uIEif51Ffe .card-title,
.cid-uIEif51Ffe .card-box {
  color: #ffffff;
}
.cid-uIEif51Ffe .mbr-text,
.cid-uIEif51Ffe .link-wrap {
  color: #ffffff;
}
.cid-uIyz2gJMvP {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1909.png");
}
.cid-uIyz2gJMvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyz2gJMvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyz2gJMvP .mbr-text,
.cid-uIyz2gJMvP .mbr-section-btn {
  color: #232323;
}
.cid-uIyz2gJMvP .card-title,
.cid-uIyz2gJMvP .card-box {
  color: #ffffff;
}
.cid-uIyz2gJMvP .mbr-text,
.cid-uIyz2gJMvP .link-wrap {
  color: #ffffff;
}
.cid-uID59KXRhi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uID59KXRhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uID59KXRhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uID59KXRhi .card-wrapper {
  background: #d4bff9;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uID59KXRhi .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uID59KXRhi .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uID59KXRhi .row {
  justify-content: space-between;
}
.cid-uID59KXRhi .mbr-section-title {
  color: #ffffff;
}
.cid-uID59KXRhi .mbr-text,
.cid-uID59KXRhi .mbr-section-btn {
  color: #ffffff;
}
.cid-uIE94ghNE1 {
  padding-top: 1rem;
  padding-bottom: 11rem;
  background-color: #000000;
}
.cid-uIE94ghNE1 input {
  padding: 1.5rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uIE94ghNE1 input:hover {
  border: none !important;
}
.cid-uIE94ghNE1 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uIE94ghNE1 .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-uIE94ghNE1 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIE94ghNE1 .row {
    justify-content: center;
  }
}
.cid-uIE94ghNE1 .mbr-section-btn {
  display: flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uIE94ghNE1 .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-uIE94ghNE1 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uIE94ghNE1 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uIE94ghNE1 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uIE94ghNE1 .justify-content-center {
  align-items: center;
}
.cid-uIE94ghNE1 .mbr-section-title {
  color: #ffffff;
}
.cid-uIE94ghNE1 .mbr-text {
  color: #ffffff;
}
.cid-sFGzrhlvIh {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-sFGzrhlvIh .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sFGzrhlvIh .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sFGzrhlvIh .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sFGzrhlvIh .mbr-text {
  color: #ffffff;
}
.cid-sFGzrhlvIh .card {
  padding-bottom: 1.5rem;
}
.cid-sFGzrhlvIh .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFGzrhlvIh .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sFGzrhlvIh .card-wrapper .card-title {
  color: #ffffff;
}
.cid-sFGzrhlvIh H1 {
  color: #ffffff;
}
.cid-sFGzrhlvIh .mbr-text,
.cid-sFGzrhlvIh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sFGzrhlvIh .card-wrapper .card-title,
.cid-sFGzrhlvIh .card-box {
  color: #ffffff;
}
.cid-sFGBGm1Q33 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-sFGBGm1Q33 .card-wrapper {
  background-color: #000000;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sFGBGm1Q33 .mbr-section-title,
.cid-sFGBGm1Q33 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sFGBGm1Q33 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGBGm1Q33 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sFGBGm1Q33 .card-title {
  color: #ffffff;
}
.cid-sFGBGm1Q33 .mbr-text {
  color: #ffffff;
}
.cid-sFGBGm1Q33 .price {
  color: #3fe44b;
}
.cid-sFGBGm1Q33 .mbr-section-title {
  color: #ffffff;
}
.cid-sFGBGm1Q33 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIyAeLnfpL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1078.jpg");
}
.cid-uIyAeLnfpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyAeLnfpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyAeLnfpL .mbr-text,
.cid-uIyAeLnfpL .mbr-section-btn {
  color: #232323;
}
.cid-uIyAeLnfpL .card-title,
.cid-uIyAeLnfpL .card-box {
  color: #ffffff;
}
.cid-uIyAeLnfpL .mbr-text,
.cid-uIyAeLnfpL .link-wrap {
  color: #ffffff;
}
.cid-uNRsKV4jta {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uNRsKV4jta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNRsKV4jta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNRsKV4jta .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNRsKV4jta .item-mb {
    margin-bottom: 0;
  }
}
.cid-uNRsKV4jta .item-wrapper {
  background: #000000;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNRsKV4jta .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uNRsKV4jta .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNRsKV4jta .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #3fe44b;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #000000;
  height: 80px;
  border-radius: 50%;
}
.cid-uNRsKV4jta .mbr-section-title {
  color: #ffffff;
}
.cid-uNRsKV4jta .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNRsKV4jta .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNRsKV4jta .card-box .item-footer {
  margin-top: auto;
}
.cid-uNRsKV4jta .content-head {
  max-width: 800px;
}
.cid-uNRsKV4jta .card-title,
.cid-uNRsKV4jta .iconfont-wrapper {
  color: #e3ebe4;
}
.cid-uNRsKV4jta .card-text {
  color: #ffffff;
}
.cid-uIxRftw5p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-16-1920x1280.jpg");
}
.cid-uIxRftw5p9 .mbr-overlay {
  background-color: #9fe870;
  opacity: 0.4;
}
.cid-uIxRftw5p9 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uIxRftw5p9 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIxRftw5p9 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uIxRftw5p9 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uIxRftw5p9 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uIxRftw5p9 .mbr-section-title {
  color: #000000;
}
.cid-uIy9gpnfHX {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uIy9gpnfHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy9gpnfHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy9gpnfHX .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-uIy9gpnfHX .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uIy9gpnfHX .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uIy9gpnfHX .wrapper {
  padding: 30px 0;
}
.cid-uIy9gpnfHX .mbr-section-title {
  color: #fafafa;
}
.cid-uIy9gpnfHX .mbr-text,
.cid-uIy9gpnfHX .mbr-section-btn {
  color: #ffffff;
}
.cid-uIy9gpnfHX H3 {
  color: #3fe44b;
}
.cid-uGsJiw6fK5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGsJiw6fK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsJiw6fK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsJiw6fK5 .mbr-text,
.cid-uGsJiw6fK5 .mbr-section-btn {
  color: #232323;
}
.cid-uGsJiw6fK5 .card-title,
.cid-uGsJiw6fK5 .card-box {
  color: #232323;
}
.cid-uGsJiw6fK5 .mbr-text,
.cid-uGsJiw6fK5 .link-wrap {
  color: #ffffff;
}
.cid-uGsJiw6fK5 .card-box .mbr-text,
.cid-uGsJiw6fK5 .mbr-section-btn {
  color: #232323;
}
.cid-uIDL7lTzOy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/about-us-main1p-2-299x181.png");
}
.cid-uIDL7lTzOy .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uIDL7lTzOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDL7lTzOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDL7lTzOy .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uIDL7lTzOy .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIDL7lTzOy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uIDL7lTzOy .card-title,
.cid-uIDL7lTzOy .iconfont-wrapper {
  color: #000000;
}
.cid-uIDL7lTzOy .content-head {
  max-width: 800px;
}
.cid-uIDL7lTzOy .mbr-section-title {
  color: #000000;
}
.cid-uIDL7lTzOy .mbr-section-subtitle {
  color: #000000;
}
.cid-uIDL7lTzOy .card-text {
  color: #000000;
}
.cid-uIDL7lTzOy .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIDL7lTzOy .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uIyimkXQfS {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uIyimkXQfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyimkXQfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyimkXQfS ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uIyimkXQfS li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uIyimkXQfS ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uIzWrXMLgg {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-17-1920x1280.jpg");
}
.cid-uIzWrXMLgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzWrXMLgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzWrXMLgg .mbr-text,
.cid-uIzWrXMLgg .mbr-section-btn {
  color: #232323;
}
.cid-uIzWrXMLgg .card-title,
.cid-uIzWrXMLgg .card-box {
  color: #ffffff;
}
.cid-uIzWrXMLgg .mbr-text,
.cid-uIzWrXMLgg .link-wrap {
  color: #ffffff;
}
.cid-uIy3Vn2jgv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uIy3Vn2jgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy3Vn2jgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy3Vn2jgv .mbr-text,
.cid-uIy3Vn2jgv .mbr-section-btn {
  color: #232323;
}
.cid-uIy3Vn2jgv .btn {
  width: 100%;
}
.cid-uIy3Vn2jgv .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uIy3Vn2jgv H1 {
  text-align: center;
}
.cid-uGsQp3lUhW {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uGsQp3lUhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsQp3lUhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsQp3lUhW .card-wrapper {
  background: #ffea35;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uGsQp3lUhW .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGsQp3lUhW .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGsQp3lUhW .card-wrapper {
    padding: 4rem;
  }
}
.cid-uGsQp3lUhW .mbr-text,
.cid-uGsQp3lUhW .mbr-section-btn {
  color: #000000;
}
.cid-uGsQp3lUhW .card-title,
.cid-uGsQp3lUhW .card-box {
  text-align: left;
  color: #000000;
}
.cid-uIykVWohLW {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1196.jpg");
}
.cid-uIykVWohLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIykVWohLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIykVWohLW .mbr-text,
.cid-uIykVWohLW .mbr-section-btn {
  color: #232323;
}
.cid-uIykVWohLW .card-title,
.cid-uIykVWohLW .card-box {
  color: #ffffff;
}
.cid-uIykVWohLW .mbr-text,
.cid-uIykVWohLW .link-wrap {
  color: #ffffff;
}
.cid-uIDLbcfJMS {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIDLbcfJMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDLbcfJMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDLbcfJMS .mbr-description {
  text-align: left;
}
.cid-uIDLbcfJMS .item-wrapper {
  background: #fafafa;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uIDLbcfJMS .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIDLbcfJMS .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uIDLbcfJMS .card-title,
.cid-uIDLbcfJMS .iconfont-wrapper {
  color: #000000;
}
.cid-uIDLbcfJMS .card-text {
  color: #000000;
}
.cid-uIDLbcfJMS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIDLbcfJMS .mbr-number {
  color: #9fe870;
}
.cid-uIDLbcfJMS .mbr-text,
.cid-uIDLbcfJMS .mbr-section-btn {
  text-align: center;
}
.cid-uIDLbcfJMS .card-text,
.cid-uIDLbcfJMS .item .mbr-section-btn {
  text-align: left;
}
.cid-uIDLbcfJMS .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uIDLbcfJMS .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uIDLbcfJMS .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIDLbcfJMS .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uIDLbcfJMS .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uIDLbcfJMS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIDLbcfJMS .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uIDLbcfJMS .card-title {
  text-align: left;
}
.cid-uIDLbcfJMS .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uIDLbcfJMS .item-content .item-footer {
  margin-top: auto;
}
.cid-uIy4nL6HmT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uIy4nL6HmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy4nL6HmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy4nL6HmT .mbr-text,
.cid-uIy4nL6HmT .mbr-section-btn {
  color: #232323;
}
.cid-uIy4nL6HmT .btn {
  width: 100%;
}
.cid-uIy4nL6HmT .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uIy4nL6HmT H1 {
  text-align: center;
}
.cid-uagh7ag9Fe {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uagh7ag9Fe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uagh7ag9Fe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uagh7ag9Fe .mbr-text,
.cid-uagh7ag9Fe .mbr-section-btn {
  color: #232323;
}
.cid-uagh7ag9Fe .card-title,
.cid-uagh7ag9Fe .card-box {
  color: #ffffff;
}
.cid-uagh7ag9Fe .mbr-text,
.cid-uagh7ag9Fe .link-wrap {
  color: #ffffff;
}
.cid-uIyeKQ6UIA {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1057x705.jpg");
}
.cid-uIyeKQ6UIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyeKQ6UIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyeKQ6UIA .mbr-text,
.cid-uIyeKQ6UIA .mbr-section-btn {
  color: #232323;
}
.cid-uIyeKQ6UIA .card-title,
.cid-uIyeKQ6UIA .card-box {
  color: #ffffff;
}
.cid-uIyeKQ6UIA .mbr-text,
.cid-uIyeKQ6UIA .link-wrap {
  color: #ffffff;
}
.cid-uebHWpNkmt {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uebHWpNkmt img,
.cid-uebHWpNkmt .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uebHWpNkmt .item:focus,
.cid-uebHWpNkmt span:focus {
  outline: none;
}
.cid-uebHWpNkmt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uebHWpNkmt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uebHWpNkmt .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uebHWpNkmt .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uebHWpNkmt .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uebHWpNkmt .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uebHWpNkmt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uebHWpNkmt .mbr-section-title {
  color: #232323;
}
.cid-uebHWpNkmt .mbr-text,
.cid-uebHWpNkmt .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uebHWpNkmt .item-title {
  text-align: left;
  color: #000000;
}
.cid-uebHWpNkmt .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uebHeEJBhn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uebHeEJBhn img,
.cid-uebHeEJBhn .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uebHeEJBhn .item:focus,
.cid-uebHeEJBhn span:focus {
  outline: none;
}
.cid-uebHeEJBhn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uebHeEJBhn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uebHeEJBhn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uebHeEJBhn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uebHeEJBhn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uebHeEJBhn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uebHeEJBhn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uebHeEJBhn .mbr-section-title {
  color: #232323;
}
.cid-uebHeEJBhn .mbr-text,
.cid-uebHeEJBhn .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uebHeEJBhn .item-title {
  text-align: left;
  color: #000000;
}
.cid-uebHeEJBhn .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uavyK39wNn {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/demo-1.jpg");
}
.cid-uavyK39wNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uavyK39wNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uavyK39wNn .mbr-text,
.cid-uavyK39wNn .mbr-section-btn {
  color: #232323;
}
.cid-uavyK39wNn .card-title,
.cid-uavyK39wNn .card-box {
  color: #e43f3f;
}
.cid-uavyK39wNn .mbr-text,
.cid-uavyK39wNn .link-wrap {
  color: #ffffff;
}
.cid-uavyA0Y5IX {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uavyA0Y5IX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uavyA0Y5IX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uavyA0Y5IX .mbr-section-title {
  color: #000000;
}
.cid-uebEDt6R89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uebEDt6R89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uebEDt6R89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uebEDt6R89 .mbr-text,
.cid-uebEDt6R89 .mbr-section-btn {
  color: #232323;
}
.cid-uebEDt6R89 .btn {
  width: 100%;
}
.cid-uebEDt6R89 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uebEDt6R89 H1 {
  text-align: center;
  color: #000000;
}
.cid-uaxwEbt5Ep {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uaxwEbt5Ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaxwEbt5Ep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaxwEbt5Ep .mbr-text,
.cid-uaxwEbt5Ep .mbr-section-btn {
  color: #232323;
}
.cid-uaxwEbt5Ep .card-title,
.cid-uaxwEbt5Ep .card-box {
  color: #ffffff;
}
.cid-uaxwEbt5Ep .mbr-text,
.cid-uaxwEbt5Ep .link-wrap {
  color: #ffffff;
}
.cid-sFGGDvi61Z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFGGDvi61Z img,
.cid-sFGGDvi61Z .item-img {
  width: 100%;
}
.cid-sFGGDvi61Z .item:focus,
.cid-sFGGDvi61Z span:focus {
  outline: none;
}
.cid-sFGGDvi61Z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGGDvi61Z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGGDvi61Z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGGDvi61Z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFGGDvi61Z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGGDvi61Z .mbr-section-title {
  color: #000000;
}
.cid-sFGGDvi61Z .mbr-text,
.cid-sFGGDvi61Z .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sFGGDvi61Z .item-title {
  text-align: left;
  color: #000000;
}
.cid-sFGGDvi61Z .item-subtitle {
  text-align: left;
}
.cid-sFGGxz3b6J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sFGGxz3b6J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFGGxz3b6J .row {
    flex-direction: column-reverse;
  }
  .cid-sFGGxz3b6J .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFGGxz3b6J .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFGGxz3b6J .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sFGGxz3b6J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGGxz3b6J .mbr-text,
.cid-sFGGxz3b6J .mbr-section-btn {
  color: #000000;
}
.cid-sFGGxz3b6J .card-title {
  color: #000000;
}
.cid-sFGBbGYuTc {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFGBbGYuTc .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-sFGBbGYuTc .item {
    margin-bottom: 4rem;
  }
}
.cid-sFGBbGYuTc .item:last-child .icon-box:before {
  display: none;
}
.cid-sFGBbGYuTc .item.last .icon-box:before {
  display: none;
}
.cid-sFGBbGYuTc .step-number {
  padding-top: 6px;
}
.cid-sFGBbGYuTc .icon-box {
  background: #72487d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sFGBbGYuTc .icon-box {
    margin-right: 1rem;
  }
}
.cid-sFGBbGYuTc .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #72487d;
  transform: translate(-50%, 0);
}
.cid-sFGBbGYuTc span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFGBbGYuTc .card {
    margin-bottom: 2rem;
  }
  .cid-sFGBbGYuTc .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFGBbGYuTc .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sFGBbGYuTc .icon-box::before {
    top: 114%;
  }
}
.cid-sFGBbGYuTc .card-title,
.cid-sFGBbGYuTc .card-box {
  color: #000000;
}
.cid-sFGBbGYuTc .icon-text {
  color: #000000;
}
.cid-sFGBbGYuTc .mbr-text,
.cid-sFGBbGYuTc .mbr-section-btn {
  color: #000000;
}
.cid-sFGBbGYuTc .icon-title {
  color: #000000;
}
.cid-uIaN63Nc2B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIaN63Nc2B .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIaN63Nc2B .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uIaN63Nc2B .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uIaN63Nc2B .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uIaN63Nc2B .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uIaN63Nc2B .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uIaN63Nc2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaN63Nc2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaN63Nc2B .mbr-description {
  text-align: left;
}
.cid-uIaN63Nc2B .card-title,
.cid-uIaN63Nc2B .iconfont-wrapper {
  color: #000000;
}
.cid-uIaN63Nc2B .card-text {
  color: #000000;
}
.cid-uIaN63Nc2B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIaN63Nc2B .mbr-number {
  color: #9fe870;
}
.cid-uIaN63Nc2B .mbr-text,
.cid-uIaN63Nc2B .mbr-section-btn {
  text-align: center;
}
.cid-uIaN63Nc2B .card-text,
.cid-uIaN63Nc2B .item .mbr-section-btn {
  text-align: left;
}
.cid-uIaN63Nc2B .smallImage {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIaN63Nc2B .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uIaN63Nc2B .largeImage {
  width: 100%;
  height: 432px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIaN63Nc2B .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uIyDEuFjv6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uIyDEuFjv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyDEuFjv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyDEuFjv6 .mbr-text,
.cid-uIyDEuFjv6 .mbr-section-btn {
  color: #232323;
}
.cid-uIyDEuFjv6 .card-title,
.cid-uIyDEuFjv6 .card-box {
  color: #621e67;
}
.cid-uIyDEuFjv6 .mbr-text,
.cid-uIyDEuFjv6 .link-wrap {
  color: #ffffff;
}
.cid-uIyDEuFjv6 .card-box .mbr-text,
.cid-uIyDEuFjv6 .mbr-section-btn {
  color: #621e67;
}
.cid-uGsMVirXuV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGsMVirXuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsMVirXuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGsMVirXuV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGsMVirXuV .row {
  flex-direction: row-reverse;
}
.cid-uGsMVirXuV img {
  width: 100%;
}
.cid-uGsMVirXuV .mbr-description {
  color: #cf44d9;
}
.cid-uIzVNDRySD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uIzVNDRySD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIzVNDRySD form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uIzVNDRySD form.mbr-form {
    padding: 3rem 2rem;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cid-uIzVNDRySD form.mbr-form {
    padding: 1rem;
  }
}
.cid-uIzVNDRySD form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIzVNDRySD form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uIzVNDRySD P {
  color: #cf44d9;
}
.cid-uIypkKs9hi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIypkKs9hi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIypkKs9hi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIypkKs9hi .mbr-text,
.cid-uIypkKs9hi .mbr-section-btn {
  color: #232323;
}
.cid-uIypkKs9hi .card-title,
.cid-uIypkKs9hi .card-box {
  color: #ffffff;
}
.cid-uIypkKs9hi .mbr-text,
.cid-uIypkKs9hi .link-wrap {
  color: #ffffff;
}
.cid-sFGDg6hy8z {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-sFGDg6hy8z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sFGDg6hy8z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFGDg6hy8z .row {
    text-align: center;
  }
  .cid-sFGDg6hy8z .social-row {
    justify-content: center;
  }
}
.cid-sFGDg6hy8z .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFGDg6hy8z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFGDg6hy8z .list {
    margin-bottom: 0rem;
  }
}
.cid-sFGDg6hy8z .mbr-text {
  color: #ffffff;
}
.cid-sFGDg6hy8z .mbr-iconfont {
  color: black;
}
.cid-sFGDg6hy8z H5 {
  color: #72487d;
}
.cid-uGszXVQVbt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGszXVQVbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGszXVQVbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGszXVQVbt .mbr-text,
.cid-uGszXVQVbt .mbr-section-btn {
  color: #232323;
}
.cid-uGszXVQVbt .card-title,
.cid-uGszXVQVbt .card-box {
  color: #ffffff;
}
.cid-uGszXVQVbt .mbr-text,
.cid-uGszXVQVbt .link-wrap {
  color: #ffffff;
}
.cid-uavuUk6q9V .navbar-dropdown {
  position: relative !important;
}
.cid-uavuUk6q9V .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-uavuUk6q9V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uavuUk6q9V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uavuUk6q9V .dropdown-item:hover,
.cid-uavuUk6q9V .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uavuUk6q9V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uavuUk6q9V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uavuUk6q9V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uavuUk6q9V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uavuUk6q9V .nav-link {
  position: relative;
}
.cid-uavuUk6q9V .container {
  display: flex;
  margin: auto;
}
.cid-uavuUk6q9V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uavuUk6q9V .dropdown-menu,
.cid-uavuUk6q9V .navbar.opened {
  background: #000000 !important;
}
.cid-uavuUk6q9V .nav-item:focus,
.cid-uavuUk6q9V .nav-link:focus {
  outline: none;
}
.cid-uavuUk6q9V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uavuUk6q9V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uavuUk6q9V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uavuUk6q9V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uavuUk6q9V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uavuUk6q9V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uavuUk6q9V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uavuUk6q9V .navbar.opened {
  transition: all 0.3s;
}
.cid-uavuUk6q9V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uavuUk6q9V .navbar .navbar-logo img {
  width: auto;
}
.cid-uavuUk6q9V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uavuUk6q9V .navbar.collapsed {
  justify-content: center;
}
.cid-uavuUk6q9V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uavuUk6q9V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uavuUk6q9V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uavuUk6q9V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uavuUk6q9V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uavuUk6q9V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uavuUk6q9V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uavuUk6q9V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uavuUk6q9V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uavuUk6q9V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uavuUk6q9V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uavuUk6q9V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uavuUk6q9V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uavuUk6q9V .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-uavuUk6q9V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uavuUk6q9V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uavuUk6q9V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uavuUk6q9V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uavuUk6q9V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uavuUk6q9V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uavuUk6q9V .navbar.navbar-short {
  min-height: 60px;
}
.cid-uavuUk6q9V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uavuUk6q9V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uavuUk6q9V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uavuUk6q9V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uavuUk6q9V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uavuUk6q9V .dropdown-item.active,
.cid-uavuUk6q9V .dropdown-item:active {
  background-color: transparent;
}
.cid-uavuUk6q9V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uavuUk6q9V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uavuUk6q9V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uavuUk6q9V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uavuUk6q9V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uavuUk6q9V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uavuUk6q9V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uavuUk6q9V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uavuUk6q9V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uavuUk6q9V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uavuUk6q9V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uavuUk6q9V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uavuUk6q9V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uavuUk6q9V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uavuUk6q9V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uavuUk6q9V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uavuUk6q9V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uavuUk6q9V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uavuUk6q9V .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uavuUk6q9V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uavuUk6q9V .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-uavuUk6q9V .navbar {
    height: 70px;
  }
  .cid-uavuUk6q9V .navbar.opened {
    height: auto;
  }
  .cid-uavuUk6q9V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uavuUlLAjf {
  display: flex;
  background-image: url("../../../assets/images/nmc-studios-logo1black-large.png");
}
.cid-uavuUlLAjf .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uavuUlLAjf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uavuUlLAjf {
    align-items: flex-end;
  }
  .cid-uavuUlLAjf .row {
    justify-content: flex-start;
  }
  .cid-uavuUlLAjf .content-wrap {
    width: 78%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uavuUlLAjf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uavuUlLAjf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uavuUlLAjf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uavuUlLAjf .content-wrap {
    width: 100%;
  }
}
.cid-uavuUmHzZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/grad1-glitch.jpeg");
}
.cid-uavuUmHzZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uavuUmHzZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uavuUmHzZZ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uavuUmHzZZ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffd939;
}
@media (max-width: 991px) {
  .cid-uavuUmHzZZ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uavuUmHzZZ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uavuUmHzZZ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #72487d;
}
.cid-uavuUmHzZZ P {
  color: #e43f3f;
}
.cid-uavuUmHzZZ .card-title {
  color: #000000;
}
.cid-uavuUnON6P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uavuUnON6P .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uavuUnON6P .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uavuUnON6P .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uavuUnON6P .mbr-text {
  color: #ffffff;
}
.cid-uavuUnON6P .card {
  padding-bottom: 1.5rem;
}
.cid-uavuUnON6P .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uavuUnON6P .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uavuUnON6P .card-wrapper .card-title {
  color: #ffffff;
}
.cid-uavuUnON6P H1 {
  color: #ffd939;
}
.cid-uavuUnON6P .mbr-text,
.cid-uavuUnON6P .mbr-section-btn {
  color: #ffffff;
}
.cid-uavuUnON6P .card-wrapper .card-title,
.cid-uavuUnON6P .card-box {
  color: #ffffff;
}
.cid-uavuUoF3Mq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uavuUoF3Mq .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uavuUoF3Mq .item {
    margin-bottom: 4rem;
  }
}
.cid-uavuUoF3Mq .item:last-child .icon-box:before {
  display: none;
}
.cid-uavuUoF3Mq .item.last .icon-box:before {
  display: none;
}
.cid-uavuUoF3Mq .step-number {
  padding-top: 6px;
}
.cid-uavuUoF3Mq .icon-box {
  background: #000000;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uavuUoF3Mq .icon-box {
    margin-right: 1rem;
  }
}
.cid-uavuUoF3Mq .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #000000;
  transform: translate(-50%, 0);
}
.cid-uavuUoF3Mq span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uavuUoF3Mq .card {
    margin-bottom: 2rem;
  }
  .cid-uavuUoF3Mq .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uavuUoF3Mq .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uavuUoF3Mq .icon-box::before {
    top: 114%;
  }
}
.cid-uavuUoF3Mq .card-title,
.cid-uavuUoF3Mq .card-box {
  color: #000000;
}
.cid-uavuUoF3Mq .icon-text {
  color: #000000;
}
.cid-uavuUoF3Mq .mbr-text,
.cid-uavuUoF3Mq .mbr-section-btn {
  color: #000000;
}
.cid-uavuUoF3Mq .icon-title {
  color: #e43f3f;
}
.cid-uavuUq952E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/demo-1.jpg");
}
.cid-uavuUq952E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uavuUq952E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uavuUq952E .mbr-text,
.cid-uavuUq952E .mbr-section-btn {
  color: #232323;
}
.cid-uavuUq952E .card-title,
.cid-uavuUq952E .card-box {
  color: #ffffff;
}
.cid-uavuUq952E .mbr-text,
.cid-uavuUq952E .link-wrap {
  color: #ffffff;
}
.cid-uavuUsO7Iw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uavuUsO7Iw img,
.cid-uavuUsO7Iw .item-img {
  width: 100%;
}
.cid-uavuUsO7Iw .item:focus,
.cid-uavuUsO7Iw span:focus {
  outline: none;
}
.cid-uavuUsO7Iw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uavuUsO7Iw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uavuUsO7Iw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uavuUsO7Iw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uavuUsO7Iw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uavuUsO7Iw .mbr-section-title {
  color: #232323;
}
.cid-uavuUsO7Iw .mbr-text,
.cid-uavuUsO7Iw .mbr-section-btn {
  text-align: left;
}
.cid-uavuUsO7Iw .item-title {
  text-align: left;
}
.cid-uavuUsO7Iw .item-subtitle {
  text-align: center;
}
.cid-uavuUsO7Iw .mbr-section-subtitle {
  color: #000000;
}
.cid-uavuUtVEAr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffd939;
}
.cid-uavuUtVEAr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uavuUtVEAr .row {
    flex-direction: column-reverse;
  }
  .cid-uavuUtVEAr .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uavuUtVEAr .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uavuUtVEAr .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uavuUtVEAr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uavuUtVEAr .mbr-text,
.cid-uavuUtVEAr .mbr-section-btn {
  color: #e43f3f;
}
.cid-uavuUtVEAr .card-title {
  color: #000000;
}
.cid-uavuUvAm56 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uavuUvAm56 img,
.cid-uavuUvAm56 .item-img {
  width: 100%;
}
.cid-uavuUvAm56 .item:focus,
.cid-uavuUvAm56 span:focus {
  outline: none;
}
.cid-uavuUvAm56 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uavuUvAm56 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uavuUvAm56 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uavuUvAm56 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uavuUvAm56 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uavuUvAm56 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uavuUvAm56 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uavuUvAm56 .mbr-section-title {
  color: #000000;
}
.cid-uavuUvAm56 .mbr-text,
.cid-uavuUvAm56 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uavuUvAm56 .item-title {
  text-align: left;
  color: #ffd939;
}
.cid-uavuUvAm56 .item-subtitle {
  text-align: left;
}
.cid-uavuUya8aL {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uavuUya8aL .card-wrapper {
  background-color: #000000;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uavuUya8aL .mbr-section-title,
.cid-uavuUya8aL .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uavuUya8aL .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uavuUya8aL .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uavuUya8aL .card-title {
  color: #ffd939;
}
.cid-uavuUya8aL .mbr-text {
  color: #ffffff;
}
.cid-uavuUya8aL .price {
  color: #ffffff;
}
.cid-uavuUya8aL .mbr-section-title {
  color: #000000;
}
.cid-uavuUzYnVm {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffd939;
}
.cid-uavuUzYnVm img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-uavuUzYnVm .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uavuUzYnVm .card {
    max-width: 12.5%;
  }
}
.cid-uavuUzYnVm .mbr-section-title {
  color: #000000;
}
.cid-uavuUzYnVm .mbr-text {
  color: #e43f3f;
}
.cid-uavuUzYnVm .mbr-section-subtitle {
  color: #000000;
}
.cid-uavuUB1qcP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uavuUB1qcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uavuUB1qcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uavuUB1qcP .mbr-text {
  color: #767676;
}
.cid-uavuUB1qcP .mbr-section-subtitle {
  color: #767676;
}
.cid-uavuUB1qcP .title .num {
  width: 100%;
  display: block;
}
.cid-uavuUB1qcP .title .card-title {
  z-index: 1;
}
.cid-uavuUB1qcP .num {
  color: #ffd939;
}
@media (max-width: 767px) {
  .cid-uavuUB1qcP * {
    text-align: center !important;
  }
  .cid-uavuUB1qcP .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uavuUCs7W5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uavuUCs7W5 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uavuUCs7W5 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uavuUCs7W5 .mbr-section-title {
  color: #ffd939;
}
.cid-uavuUCs7W5 .mbr-text {
  color: #ffffff;
}
.cid-uavuUCs7W5 .name {
  color: #ffd939;
}
.cid-uavuUCs7W5 .position {
  color: #ffffff;
}
.cid-uavuUDjabj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uavuUDjabj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uavuUDjabj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uavuUDjabj .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uavuUDjabj .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffd939;
}
@media (max-width: 991px) {
  .cid-uavuUDjabj .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uavuUDjabj .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uavuUDjabj .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #72487d;
}
.cid-uavuUDjabj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uavuUDjabj .card-title {
  color: #000000;
}
.cid-uavuUDjabj P {
  color: #e43f3f;
}
.cid-uavuUEjzw6 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/nmc-studios-logo1black-large-our-passion.png");
}
.cid-uavuUEjzw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uavuUEjzw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uavuUEjzw6 .mbr-text,
.cid-uavuUEjzw6 .mbr-section-btn {
  color: #232323;
}
.cid-uavuUEjzw6 .card-title,
.cid-uavuUEjzw6 .card-box {
  color: #ffffff;
}
.cid-uavuUEjzw6 .mbr-text,
.cid-uavuUEjzw6 .link-wrap {
  color: #ffffff;
}
.cid-uavuUEZFyy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uavuUEZFyy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uavuUEZFyy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uavuUEZFyy .row {
    text-align: center;
  }
  .cid-uavuUEZFyy .social-row {
    justify-content: center;
  }
}
.cid-uavuUEZFyy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uavuUEZFyy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uavuUEZFyy .list {
    margin-bottom: 0rem;
  }
}
.cid-uavuUEZFyy .mbr-text {
  color: #ffffff;
}
.cid-uavuUEZFyy .mbr-iconfont {
  color: black;
}
.cid-uavuUEZFyy H5 {
  color: #72487d;
}
.cid-uavuUk6q9V .navbar-dropdown {
  position: relative !important;
}
.cid-uavuUk6q9V .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-uavuUk6q9V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uavuUk6q9V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uavuUk6q9V .dropdown-item:hover,
.cid-uavuUk6q9V .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uavuUk6q9V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uavuUk6q9V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uavuUk6q9V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uavuUk6q9V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uavuUk6q9V .nav-link {
  position: relative;
}
.cid-uavuUk6q9V .container {
  display: flex;
  margin: auto;
}
.cid-uavuUk6q9V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uavuUk6q9V .dropdown-menu,
.cid-uavuUk6q9V .navbar.opened {
  background: #000000 !important;
}
.cid-uavuUk6q9V .nav-item:focus,
.cid-uavuUk6q9V .nav-link:focus {
  outline: none;
}
.cid-uavuUk6q9V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uavuUk6q9V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uavuUk6q9V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uavuUk6q9V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uavuUk6q9V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uavuUk6q9V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uavuUk6q9V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uavuUk6q9V .navbar.opened {
  transition: all 0.3s;
}
.cid-uavuUk6q9V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uavuUk6q9V .navbar .navbar-logo img {
  width: auto;
}
.cid-uavuUk6q9V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uavuUk6q9V .navbar.collapsed {
  justify-content: center;
}
.cid-uavuUk6q9V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uavuUk6q9V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uavuUk6q9V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uavuUk6q9V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uavuUk6q9V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uavuUk6q9V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uavuUk6q9V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uavuUk6q9V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uavuUk6q9V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uavuUk6q9V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uavuUk6q9V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uavuUk6q9V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uavuUk6q9V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uavuUk6q9V .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-uavuUk6q9V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uavuUk6q9V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uavuUk6q9V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uavuUk6q9V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uavuUk6q9V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uavuUk6q9V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uavuUk6q9V .navbar.navbar-short {
  min-height: 60px;
}
.cid-uavuUk6q9V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uavuUk6q9V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uavuUk6q9V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uavuUk6q9V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uavuUk6q9V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uavuUk6q9V .dropdown-item.active,
.cid-uavuUk6q9V .dropdown-item:active {
  background-color: transparent;
}
.cid-uavuUk6q9V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uavuUk6q9V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uavuUk6q9V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uavuUk6q9V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uavuUk6q9V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uavuUk6q9V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uavuUk6q9V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uavuUk6q9V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uavuUk6q9V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uavuUk6q9V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uavuUk6q9V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uavuUk6q9V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uavuUk6q9V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uavuUk6q9V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uavuUk6q9V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uavuUk6q9V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uavuUk6q9V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uavuUk6q9V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uavuUk6q9V .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uavuUk6q9V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uavuUk6q9V .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-uavuUk6q9V .navbar {
    height: 70px;
  }
  .cid-uavuUk6q9V .navbar.opened {
    height: auto;
  }
  .cid-uavuUk6q9V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoWb61Uvxk {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoWb61Uvxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWb61Uvxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWb61Uvxk .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoWb61Uvxk .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uoWb61Uvxk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoWb61Uvxk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoWb61Uvxk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoWb61Uvxk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uoWb61Uvxk .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uoWb61Uvxk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoWbo3J667 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoWbo3J667 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWbo3J667 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWbo3J667 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uoWbo3J667 .container {
    max-width: 1400px;
  }
}
.cid-uoWbo3J667 .card {
  margin: auto;
}
.cid-uoWbo3J667 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uoWbo3J667 .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uoWbo3J667 .row {
  justify-content: center;
}
.cid-uggxWpH5DK {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uggxWpH5DK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggxWpH5DK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggxWpH5DK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uggxWpH5DK .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uoWbsyDApV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoWbsyDApV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWbsyDApV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWbsyDApV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoWbsyDApV .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uoWigi8ZGQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoWigi8ZGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWigi8ZGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWigi8ZGQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoWigi8ZGQ .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-uoWbNtwMoB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #925abe;
}
.cid-uoWbNtwMoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWbNtwMoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWbNtwMoB .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uoWbNtwMoB .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uoWbNtwMoB .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uoWbNtwMoB .wrapper {
  padding: 30px 0;
}
.cid-uoWbNtwMoB .mbr-section-title {
  color: #fafafa;
}
.cid-uoWbNtwMoB .mbr-text,
.cid-uoWbNtwMoB .mbr-section-btn {
  color: #ffffff;
}
.cid-uoWbyr6brk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoWbyr6brk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWbyr6brk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWbyr6brk .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoWbyr6brk .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uoWbyr6brk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoWbyr6brk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoWbyr6brk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoWbyr6brk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uoWbyr6brk .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uoWbyr6brk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoWbAw86mh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoWbAw86mh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWbAw86mh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWbAw86mh .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoWbAw86mh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoWbAw86mh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoWbAw86mh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoWbAw86mh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uoWbAw86mh .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uoWbAw86mh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoWbCkUBj9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoWbCkUBj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWbCkUBj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWbCkUBj9 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoWbCkUBj9 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uoWbCkUBj9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoWbCkUBj9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoWbCkUBj9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoWbCkUBj9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uoWbCkUBj9 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uoWbCkUBj9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoWbE18VDS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoWbE18VDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWbE18VDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWbE18VDS .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoWbE18VDS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoWbE18VDS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoWbE18VDS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoWbE18VDS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uoWbE18VDS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uoWbE18VDS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoWbFVkVet {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoWbFVkVet .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWbFVkVet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWbFVkVet .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoWbFVkVet .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uoWbFVkVet .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoWbFVkVet .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoWbFVkVet .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoWbFVkVet .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uoWbFVkVet .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uoWbFVkVet .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoWhArcgj8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoWhArcgj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWhArcgj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWhArcgj8 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoWhArcgj8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoWhArcgj8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoWhArcgj8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoWhArcgj8 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uoWhArcgj8 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uoWhArcgj8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoWbH6HERT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoWbH6HERT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWbH6HERT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWbH6HERT .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoWbH6HERT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoWbH6HERT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoWbH6HERT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoWbH6HERT .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uoWbH6HERT .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uoWbH6HERT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoWh5OIfEt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoWh5OIfEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWh5OIfEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWh5OIfEt .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uoWh5OIfEt .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoWh5OIfEt .mbr-iconfont {
  font-size: 2rem;
  color: #925abe;
  padding-right: 1.5rem;
}
.cid-uoWhdOrKBi {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoWhdOrKBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWhdOrKBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWhdOrKBi .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uoWhdOrKBi .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoWhdOrKBi .mbr-iconfont {
  font-size: 2rem;
  color: #925abe;
  padding-right: 1.5rem;
}
.cid-uoWh3lbe5e {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoWh3lbe5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWh3lbe5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWh3lbe5e .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uoWh3lbe5e .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoWh3lbe5e .mbr-iconfont {
  font-size: 2rem;
  color: #925abe;
  padding-right: 1.5rem;
}
.cid-uBovFPMvlY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBovFPMvlY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uBovFPMvlY form {
    width: 50%;
  }
}
.cid-uBovFPMvlY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uBovFPMvlY form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uavuUEZFyy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uavuUEZFyy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uavuUEZFyy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uavuUEZFyy .row {
    text-align: center;
  }
  .cid-uavuUEZFyy .social-row {
    justify-content: center;
  }
}
.cid-uavuUEZFyy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uavuUEZFyy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uavuUEZFyy .list {
    margin-bottom: 0rem;
  }
}
.cid-uavuUEZFyy .mbr-text {
  color: #ffffff;
}
.cid-uavuUEZFyy .mbr-iconfont {
  color: black;
}
.cid-uavuUEZFyy H5 {
  color: #72487d;
}
.cid-uggbakf0r7 .navbar-dropdown {
  position: relative !important;
}
.cid-uggbakf0r7 .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-uggbakf0r7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggbakf0r7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggbakf0r7 .dropdown-item:hover,
.cid-uggbakf0r7 .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggbakf0r7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggbakf0r7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggbakf0r7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggbakf0r7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggbakf0r7 .nav-link {
  position: relative;
}
.cid-uggbakf0r7 .container {
  display: flex;
  margin: auto;
}
.cid-uggbakf0r7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggbakf0r7 .dropdown-menu,
.cid-uggbakf0r7 .navbar.opened {
  background: #000000 !important;
}
.cid-uggbakf0r7 .nav-item:focus,
.cid-uggbakf0r7 .nav-link:focus {
  outline: none;
}
.cid-uggbakf0r7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggbakf0r7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggbakf0r7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggbakf0r7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggbakf0r7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggbakf0r7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggbakf0r7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggbakf0r7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uggbakf0r7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggbakf0r7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uggbakf0r7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggbakf0r7 .navbar.collapsed {
  justify-content: center;
}
.cid-uggbakf0r7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggbakf0r7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggbakf0r7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggbakf0r7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggbakf0r7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggbakf0r7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggbakf0r7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggbakf0r7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggbakf0r7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggbakf0r7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggbakf0r7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggbakf0r7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggbakf0r7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggbakf0r7 .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-uggbakf0r7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggbakf0r7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggbakf0r7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggbakf0r7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggbakf0r7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggbakf0r7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggbakf0r7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggbakf0r7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggbakf0r7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggbakf0r7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggbakf0r7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggbakf0r7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggbakf0r7 .dropdown-item.active,
.cid-uggbakf0r7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uggbakf0r7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggbakf0r7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggbakf0r7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggbakf0r7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggbakf0r7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggbakf0r7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggbakf0r7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggbakf0r7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggbakf0r7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggbakf0r7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggbakf0r7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggbakf0r7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbakf0r7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbakf0r7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggbakf0r7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbakf0r7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggbakf0r7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggbakf0r7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbakf0r7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggbakf0r7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggbakf0r7 .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-uggbakf0r7 .navbar {
    height: 70px;
  }
  .cid-uggbakf0r7 .navbar.opened {
    height: auto;
  }
  .cid-uggbakf0r7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoSlWh04Du {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uoSlWh04Du .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSlWh04Du .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSlWh04Du .mbr-section-title {
  color: #000000;
}
.cid-uoSozNfRdR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/nmc-studios-logo-our-passion-584x191.png");
}
.cid-uoSozNfRdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSozNfRdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSozNfRdR .mbr-section-title {
  color: #000000;
}
.cid-uoSz9BdkCQ {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uoSz9BdkCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSz9BdkCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSz9BdkCQ .mbr-section-title {
  color: #fafafa;
}
.cid-uGzC1G7WHE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uGzC1G7WHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzC1G7WHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzC1G7WHE .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uGzC1G7WHE .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uGzjLTZPQp {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGzjLTZPQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzjLTZPQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGziEIYnEz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGziEIYnEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGziEIYnEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGziEIYnEz .mbr-text,
.cid-uGziEIYnEz .mbr-section-btn {
  color: #232323;
}
.cid-uGziEIYnEz .card-title,
.cid-uGziEIYnEz .card-box {
  color: #ffffff;
}
.cid-uGziEIYnEz .mbr-text,
.cid-uGziEIYnEz .link-wrap {
  color: #ffffff;
}
.cid-uGziyZzVC8 {
  background-color: #ffffff;
}
.cid-uGziyZzVC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGziyZzVC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGziyZzVC8 .mbr-text,
.cid-uGziyZzVC8 .mbr-section-btn {
  color: #232323;
}
.cid-uGziyZzVC8 .btn {
  width: 100%;
}
.cid-uGziyZzVC8 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uGAcP3CyJq {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uGAcP3CyJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAcP3CyJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAcP3CyJq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGAcP3CyJq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGAcP3CyJq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGAcP3CyJq .mbr-section-title {
  color: #ffffff;
}
.cid-uGAcP3CyJq .mbr-text,
.cid-uGAcP3CyJq .mbr-section-btn {
  color: #ffffff;
}
.cid-uGzAtUINRz {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uGzAtUINRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzAtUINRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzAtUINRz .mbr-section-title {
  color: #ffffff;
}
.cid-uGAeMIH2Tm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGAeMIH2Tm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAeMIH2Tm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAeMIH2Tm .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uGAeMIH2Tm .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uGAeMIH2Tm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGAeMIH2Tm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGAeMIH2Tm .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGAeMIH2Tm .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uGAeMIH2Tm .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uGAeMIH2Tm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uGAeMIH2Tm .card-title {
  color: #ffffff;
}
.cid-uGAeMIH2Tm .mbr-text,
.cid-uGAeMIH2Tm .mbr-section-btn {
  color: #ffffff;
}
.cid-uGzzC4kkfY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGzzC4kkfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzzC4kkfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzzC4kkfY .mbr-text,
.cid-uGzzC4kkfY .mbr-section-btn {
  color: #232323;
}
.cid-uGzzC4kkfY .card-title,
.cid-uGzzC4kkfY .card-box {
  color: #ffffff;
}
.cid-uGzzC4kkfY .mbr-text,
.cid-uGzzC4kkfY .link-wrap {
  color: #ffffff;
}
.cid-uoSlO3pbA3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoSlO3pbA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSlO3pbA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSlO3pbA3 .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoSlO3pbA3 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoSlO3pbA3 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoSlO3pbA3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoSlO3pbA3 .mbr-text,
.cid-uoSlO3pbA3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uoSlO3pbA3 .card-title,
.cid-uoSlO3pbA3 .card-box {
  text-align: left;
}
.cid-uoSlTcHLr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoSlTcHLr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSlTcHLr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSlTcHLr5 .card-wrapper {
  background: #3fe44b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoSlTcHLr5 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoSlTcHLr5 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoSlTcHLr5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoSlTcHLr5 .mbr-text,
.cid-uoSlTcHLr5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uoSlTcHLr5 .card-title,
.cid-uoSlTcHLr5 .card-box {
  text-align: left;
}
.cid-uoSlTIAnwC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoSlTIAnwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSlTIAnwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSlTIAnwC .card-wrapper {
  background: #ffe161;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoSlTIAnwC .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoSlTIAnwC .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoSlTIAnwC .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoSlTIAnwC .mbr-text,
.cid-uoSlTIAnwC .mbr-section-btn {
  color: #ffffff;
}
.cid-uoSlTIAnwC .card-title,
.cid-uoSlTIAnwC .card-box {
  text-align: left;
}
.cid-uoSlUcFt7V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoSlUcFt7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSlUcFt7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSlUcFt7V .card-wrapper {
  background: #be34e2;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoSlUcFt7V .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoSlUcFt7V .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoSlUcFt7V .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoSlUcFt7V .mbr-text,
.cid-uoSlUcFt7V .mbr-section-btn {
  color: #ffffff;
}
.cid-uoSlUcFt7V .card-title,
.cid-uoSlUcFt7V .card-box {
  text-align: left;
}
.cid-uoSlULMTTS {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoSlULMTTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSlULMTTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSlULMTTS .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoSlULMTTS .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoSlULMTTS .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoSlULMTTS .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoSlULMTTS .mbr-text,
.cid-uoSlULMTTS .mbr-section-btn {
  color: #ffffff;
}
.cid-uoSlULMTTS .card-title,
.cid-uoSlULMTTS .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uHYXRxdqyR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHYXRxdqyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYXRxdqyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYXRxdqyR .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uHYXRxdqyR .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHYXRxdqyR .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHYXRxdqyR .card-wrapper {
    padding: 4rem;
  }
}
.cid-uHYXRxdqyR .mbr-text,
.cid-uHYXRxdqyR .mbr-section-btn {
  color: #ffffff;
}
.cid-uHYXRxdqyR .card-title,
.cid-uHYXRxdqyR .card-box {
  text-align: left;
}
.cid-uoSx1gP3KA {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uoSx1gP3KA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSx1gP3KA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSx1gP3KA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoSx1gP3KA .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uoSxh0FcFG {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uoSxh0FcFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSxh0FcFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSxh0FcFG .mbr-section-title {
  color: #e43f3f;
}
.cid-uoSrRImA6C {
  background-image: url("../../../assets/images/nmc-studios-logo1black-large.png");
}
.cid-uoSrRImA6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSrRImA6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSrRImA6C .mbr-section-title {
  color: #ffffff;
}
.cid-uoShlqdNIj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uoShlqdNIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoShlqdNIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoShlqdNIj .mbr-text,
.cid-uoShlqdNIj .mbr-section-btn {
  color: #232323;
}
.cid-uoShlqdNIj .btn {
  width: 100%;
}
.cid-uoShlqdNIj .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uoShlqdNIj H1 {
  text-align: center;
}
.cid-uoSxiSsOH4 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoSxiSsOH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSxiSsOH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGwLUU9sFp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGwLUU9sFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGwLUU9sFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGwLUU9sFp .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uGwLUU9sFp .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uGwLUU9sFp .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uGwLUU9sFp .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uGwLUU9sFp .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uGwLUU9sFp .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uGwLUU9sFp .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uGwLUU9sFp .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uGwLUU9sFp .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uGwLUU9sFp .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uGwLUU9sFp .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uGwLUU9sFp .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uGwLUU9sFp .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uGwLUU9sFp .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uGwLUU9sFp [class^="socicon-"]:before,
.cid-uGwLUU9sFp [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uggbalbuhY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggbalbuhY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggbalbuhY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggbalbuhY .row {
    text-align: center;
  }
  .cid-uggbalbuhY .social-row {
    justify-content: center;
  }
}
.cid-uggbalbuhY .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggbalbuhY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggbalbuhY .list {
    margin-bottom: 0rem;
  }
}
.cid-uggbalbuhY .mbr-text {
  color: #ffffff;
}
.cid-uggbalbuhY .mbr-iconfont {
  color: black;
}
.cid-uggbalbuhY H5 {
  color: #72487d;
}
.cid-uggbcL89ui .navbar-dropdown {
  position: relative !important;
}
.cid-uggbcL89ui .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-uggbcL89ui .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggbcL89ui .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggbcL89ui .dropdown-item:hover,
.cid-uggbcL89ui .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggbcL89ui .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggbcL89ui .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggbcL89ui .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggbcL89ui .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggbcL89ui .nav-link {
  position: relative;
}
.cid-uggbcL89ui .container {
  display: flex;
  margin: auto;
}
.cid-uggbcL89ui .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggbcL89ui .dropdown-menu,
.cid-uggbcL89ui .navbar.opened {
  background: #000000 !important;
}
.cid-uggbcL89ui .nav-item:focus,
.cid-uggbcL89ui .nav-link:focus {
  outline: none;
}
.cid-uggbcL89ui .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggbcL89ui .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggbcL89ui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggbcL89ui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggbcL89ui .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggbcL89ui .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggbcL89ui .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggbcL89ui .navbar.opened {
  transition: all 0.3s;
}
.cid-uggbcL89ui .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggbcL89ui .navbar .navbar-logo img {
  width: auto;
}
.cid-uggbcL89ui .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggbcL89ui .navbar.collapsed {
  justify-content: center;
}
.cid-uggbcL89ui .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggbcL89ui .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggbcL89ui .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggbcL89ui .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggbcL89ui .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggbcL89ui .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggbcL89ui .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggbcL89ui .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggbcL89ui .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggbcL89ui .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggbcL89ui .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggbcL89ui .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggbcL89ui .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggbcL89ui .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-uggbcL89ui .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggbcL89ui .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggbcL89ui .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggbcL89ui .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggbcL89ui .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggbcL89ui .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggbcL89ui .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggbcL89ui .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggbcL89ui .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggbcL89ui .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggbcL89ui .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggbcL89ui .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggbcL89ui .dropdown-item.active,
.cid-uggbcL89ui .dropdown-item:active {
  background-color: transparent;
}
.cid-uggbcL89ui .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggbcL89ui .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggbcL89ui .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggbcL89ui .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggbcL89ui .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggbcL89ui .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggbcL89ui ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggbcL89ui .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggbcL89ui button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggbcL89ui button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggbcL89ui button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggbcL89ui button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbcL89ui button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbcL89ui button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggbcL89ui nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbcL89ui nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggbcL89ui nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggbcL89ui nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbcL89ui .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggbcL89ui a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggbcL89ui .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-uggbcL89ui .navbar {
    height: 70px;
  }
  .cid-uggbcL89ui .navbar.opened {
    height: auto;
  }
  .cid-uggbcL89ui .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoVKdeEnNG {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-uoVKdeEnNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVKdeEnNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVKdeEnNG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoVKdeEnNG .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-uoSNQpIE4f {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoSNQpIE4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSNQpIE4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSNQpIE4f .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoSNQpIE4f .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-uoSLLbyqqK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-14-1920x1280.jpg");
}
.cid-uoSLLbyqqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSLLbyqqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSLLbyqqK .card-wrapper {
  background: #ff61af;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoSLLbyqqK .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoSLLbyqqK .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoSLLbyqqK .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoSLLbyqqK .mbr-text,
.cid-uoSLLbyqqK .mbr-section-btn {
  color: #ffffff;
}
.cid-uoSLLbyqqK .card-title,
.cid-uoSLLbyqqK .card-box {
  text-align: left;
}
.cid-uoSMGpZW2W {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoSMGpZW2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSMGpZW2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSMGpZW2W .mbr-section-title {
  color: #000000;
}
.cid-uoVMjSKfJe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1352.jpg");
}
.cid-uoVMjSKfJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVMjSKfJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVMjSKfJe .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoVMjSKfJe .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoVMjSKfJe .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoVMjSKfJe .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoVMjSKfJe .mbr-text,
.cid-uoVMjSKfJe .mbr-section-btn {
  color: #ffffff;
}
.cid-uoVMjSKfJe .card-title,
.cid-uoVMjSKfJe .card-box {
  text-align: left;
}
.cid-uoVSigtLud {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoVSigtLud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVSigtLud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSLDvlmIQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1325.jpg");
}
.cid-uoSLDvlmIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSLDvlmIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSLDvlmIQ .card-wrapper {
  background: #e43f3f;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoSLDvlmIQ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoSLDvlmIQ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoSLDvlmIQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoSLDvlmIQ .mbr-text,
.cid-uoSLDvlmIQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uoSLDvlmIQ .card-title,
.cid-uoSLDvlmIQ .card-box {
  text-align: left;
}
.cid-uoVSjArZFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoVSjArZFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVSjArZFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSLEEtgX1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x839.jpg");
}
.cid-uoSLEEtgX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSLEEtgX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSLEEtgX1 .card-wrapper {
  background: #5abe62;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoSLEEtgX1 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoSLEEtgX1 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoSLEEtgX1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoSLEEtgX1 .mbr-text,
.cid-uoSLEEtgX1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uoSLEEtgX1 .card-title,
.cid-uoSLEEtgX1 .card-box {
  text-align: left;
}
.cid-uoVSkBNfUs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoVSkBNfUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVSkBNfUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSLKdqfBV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-uoSLKdqfBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSLKdqfBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSLKdqfBV .card-wrapper {
  background: #e43f3f;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoSLKdqfBV .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoSLKdqfBV .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoSLKdqfBV .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoSLKdqfBV .mbr-text,
.cid-uoSLKdqfBV .mbr-section-btn {
  color: #ffffff;
}
.cid-uoSLKdqfBV .card-title,
.cid-uoSLKdqfBV .card-box {
  text-align: left;
}
.cid-uoVSlCvBew {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoVSlCvBew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVSlCvBew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSMbPTTuf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-uoSMbPTTuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSMbPTTuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSMbPTTuf .card-wrapper {
  background: #f1c74a;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoSMbPTTuf .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoSMbPTTuf .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoSMbPTTuf .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoSMbPTTuf .mbr-text,
.cid-uoSMbPTTuf .mbr-section-btn {
  color: #ffffff;
}
.cid-uoSMbPTTuf .card-title,
.cid-uoSMbPTTuf .card-box {
  text-align: left;
}
.cid-up3nYQmpR1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up3nYQmpR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3nYQmpR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3nYQmpR1 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up3nYQmpR1 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uoSMfyKj3P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1196.jpg");
}
.cid-uoSMfyKj3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSMfyKj3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSMfyKj3P .card-wrapper {
  background: #bbbbbb;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoSMfyKj3P .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoSMfyKj3P .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoSMfyKj3P .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoSMfyKj3P .mbr-text,
.cid-uoSMfyKj3P .mbr-section-btn {
  color: #ffffff;
}
.cid-uoSMfyKj3P .card-title,
.cid-uoSMfyKj3P .card-box {
  text-align: left;
}
.cid-up3o1arUOS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up3o1arUOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3o1arUOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3o1arUOS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up3o1arUOS .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up35GAt1Ju {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-up35GAt1Ju .mbr-fallback-image.disabled {
  display: none;
}
.cid-up35GAt1Ju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up35GAt1Ju .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up35GAt1Ju .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up35GAt1Ju .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up35GAt1Ju .card-wrapper {
    padding: 4rem;
  }
}
.cid-up35GAt1Ju .mbr-text,
.cid-up35GAt1Ju .mbr-section-btn {
  color: #ffffff;
}
.cid-up35GAt1Ju .card-title,
.cid-up35GAt1Ju .card-box {
  text-align: left;
}
.cid-up3o2UNLC9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up3o2UNLC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3o2UNLC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3o2UNLC9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up3o2UNLC9 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up35Hyb16n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1459.jpg");
}
.cid-up35Hyb16n .mbr-fallback-image.disabled {
  display: none;
}
.cid-up35Hyb16n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up35Hyb16n .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up35Hyb16n .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up35Hyb16n .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up35Hyb16n .card-wrapper {
    padding: 4rem;
  }
}
.cid-up35Hyb16n .mbr-text,
.cid-up35Hyb16n .mbr-section-btn {
  color: #ffffff;
}
.cid-up35Hyb16n .card-title,
.cid-up35Hyb16n .card-box {
  text-align: left;
}
.cid-up3o3Vehwz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up3o3Vehwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3o3Vehwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3o3Vehwz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up3o3Vehwz .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up35IIsJRg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1909.png");
}
.cid-up35IIsJRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-up35IIsJRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up35IIsJRg .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up35IIsJRg .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up35IIsJRg .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up35IIsJRg .card-wrapper {
    padding: 4rem;
  }
}
.cid-up35IIsJRg .mbr-text,
.cid-up35IIsJRg .mbr-section-btn {
  color: #ffffff;
}
.cid-up35IIsJRg .card-title,
.cid-up35IIsJRg .card-box {
  text-align: left;
}
.cid-up3o4Rx9v8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up3o4Rx9v8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3o4Rx9v8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3o4Rx9v8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up3o4Rx9v8 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up364LOSaF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1053.jpg");
}
.cid-up364LOSaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-up364LOSaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up364LOSaF .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up364LOSaF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up364LOSaF .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up364LOSaF .card-wrapper {
    padding: 4rem;
  }
}
.cid-up364LOSaF .mbr-text,
.cid-up364LOSaF .mbr-section-btn {
  color: #ffffff;
}
.cid-up364LOSaF .card-title,
.cid-up364LOSaF .card-box {
  text-align: left;
}
.cid-up3o64WPFp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up3o64WPFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3o64WPFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3o64WPFp .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up3o64WPFp .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up365wLHpm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1053.jpg");
}
.cid-up365wLHpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-up365wLHpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up365wLHpm .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up365wLHpm .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up365wLHpm .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up365wLHpm .card-wrapper {
    padding: 4rem;
  }
}
.cid-up365wLHpm .mbr-text,
.cid-up365wLHpm .mbr-section-btn {
  color: #ffffff;
}
.cid-up365wLHpm .card-title,
.cid-up365wLHpm .card-box {
  text-align: left;
}
.cid-up3o747UMx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up3o747UMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3o747UMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3o747UMx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up3o747UMx .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up36xc3up3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1076.jpg");
}
.cid-up36xc3up3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up36xc3up3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up36xc3up3 .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up36xc3up3 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up36xc3up3 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up36xc3up3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-up36xc3up3 .mbr-text,
.cid-up36xc3up3 .mbr-section-btn {
  color: #ffffff;
}
.cid-up36xc3up3 .card-title,
.cid-up36xc3up3 .card-box {
  text-align: left;
}
.cid-up3o86sbGX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up3o86sbGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3o86sbGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3o86sbGX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up3o86sbGX .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up36yxTFWB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-15-1920x1280.jpg");
}
.cid-up36yxTFWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-up36yxTFWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up36yxTFWB .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up36yxTFWB .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up36yxTFWB .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up36yxTFWB .card-wrapper {
    padding: 4rem;
  }
}
.cid-up36yxTFWB .mbr-text,
.cid-up36yxTFWB .mbr-section-btn {
  color: #ffffff;
}
.cid-up36yxTFWB .card-title,
.cid-up36yxTFWB .card-box {
  text-align: left;
}
.cid-uoSPt7rpPO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoSPt7rpPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSPt7rpPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSPt7rpPO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoSPt7rpPO .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-up36Yfk9Jw {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #c5e5f5;
}
.cid-up36Yfk9Jw .mbr-fallback-image.disabled {
  display: none;
}
.cid-up36Yfk9Jw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up36Yfk9Jw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up36Yfk9Jw .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uggyNa5zBv {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #c5e5f5;
}
.cid-uggyNa5zBv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uggyNa5zBv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uggyNa5zBv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uggyNa5zBv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uggbcMfKZk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggbcMfKZk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggbcMfKZk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggbcMfKZk .row {
    text-align: center;
  }
  .cid-uggbcMfKZk .social-row {
    justify-content: center;
  }
}
.cid-uggbcMfKZk .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggbcMfKZk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggbcMfKZk .list {
    margin-bottom: 0rem;
  }
}
.cid-uggbcMfKZk .mbr-text {
  color: #ffffff;
}
.cid-uggbcMfKZk .mbr-iconfont {
  color: black;
}
.cid-uggbcMfKZk H5 {
  color: #72487d;
}
.cid-uggbgl2Yyy .navbar-dropdown {
  position: relative !important;
}
.cid-uggbgl2Yyy .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-uggbgl2Yyy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggbgl2Yyy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggbgl2Yyy .dropdown-item:hover,
.cid-uggbgl2Yyy .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggbgl2Yyy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggbgl2Yyy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggbgl2Yyy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggbgl2Yyy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggbgl2Yyy .nav-link {
  position: relative;
}
.cid-uggbgl2Yyy .container {
  display: flex;
  margin: auto;
}
.cid-uggbgl2Yyy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggbgl2Yyy .dropdown-menu,
.cid-uggbgl2Yyy .navbar.opened {
  background: #000000 !important;
}
.cid-uggbgl2Yyy .nav-item:focus,
.cid-uggbgl2Yyy .nav-link:focus {
  outline: none;
}
.cid-uggbgl2Yyy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggbgl2Yyy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggbgl2Yyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggbgl2Yyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggbgl2Yyy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggbgl2Yyy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggbgl2Yyy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggbgl2Yyy .navbar.opened {
  transition: all 0.3s;
}
.cid-uggbgl2Yyy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggbgl2Yyy .navbar .navbar-logo img {
  width: auto;
}
.cid-uggbgl2Yyy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggbgl2Yyy .navbar.collapsed {
  justify-content: center;
}
.cid-uggbgl2Yyy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggbgl2Yyy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggbgl2Yyy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggbgl2Yyy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggbgl2Yyy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggbgl2Yyy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggbgl2Yyy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggbgl2Yyy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggbgl2Yyy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggbgl2Yyy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggbgl2Yyy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggbgl2Yyy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggbgl2Yyy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggbgl2Yyy .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-uggbgl2Yyy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggbgl2Yyy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggbgl2Yyy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggbgl2Yyy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggbgl2Yyy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggbgl2Yyy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggbgl2Yyy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggbgl2Yyy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggbgl2Yyy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggbgl2Yyy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggbgl2Yyy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggbgl2Yyy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggbgl2Yyy .dropdown-item.active,
.cid-uggbgl2Yyy .dropdown-item:active {
  background-color: transparent;
}
.cid-uggbgl2Yyy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggbgl2Yyy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggbgl2Yyy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggbgl2Yyy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggbgl2Yyy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggbgl2Yyy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggbgl2Yyy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggbgl2Yyy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggbgl2Yyy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggbgl2Yyy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggbgl2Yyy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggbgl2Yyy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbgl2Yyy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbgl2Yyy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggbgl2Yyy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbgl2Yyy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggbgl2Yyy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggbgl2Yyy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbgl2Yyy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggbgl2Yyy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggbgl2Yyy .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-uggbgl2Yyy .navbar {
    height: 70px;
  }
  .cid-uggbgl2Yyy .navbar.opened {
    height: auto;
  }
  .cid-uggbgl2Yyy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBoXNUGHpX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/nmc-logo-1408x512.png");
}
.cid-uBoXNUGHpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoXNUGHpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggyVdFFqJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uggyVdFFqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggyVdFFqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggyVdFFqJ .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uggyVdFFqJ .icon-box {
  background: #22a5e5;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uggyVdFFqJ .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggyVdFFqJ .card {
    margin-bottom: 2rem;
  }
  .cid-uggyVdFFqJ .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uggyVdFFqJ .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uggz5QYKX0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1053.jpg");
}
.cid-uggz5QYKX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggz5QYKX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoYn78sV9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(189deg, #22a5e5 10%, #22a5e5 100%) !important;
}
.cid-uBoYn78sV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoYn78sV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoW7Xc73e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBoW7Xc73e .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBoW7Xc73e .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBoW7Xc73e .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #22a5e5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uggAOhUWUa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #22a5e5;
}
.cid-uggAOhUWUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggAOhUWUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggAOhUWUa .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uggAOhUWUa .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-uggAOhUWUa .mbr-section-title {
  color: #ffffff;
}
.cid-uBoW9xiLGW {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBoW9xiLGW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBoW9xiLGW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBoW9xiLGW .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #22a5e5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uggAX47hlw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uggAX47hlw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uggAX47hlw form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uggAX47hlw form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uggAX47hlw form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uggAMs5Y9j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uggAMs5Y9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggAMs5Y9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggAMs5Y9j .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uggAMs5Y9j .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uggbgmumeM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggbgmumeM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggbgmumeM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggbgmumeM .row {
    text-align: center;
  }
  .cid-uggbgmumeM .social-row {
    justify-content: center;
  }
}
.cid-uggbgmumeM .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggbgmumeM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggbgmumeM .list {
    margin-bottom: 0rem;
  }
}
.cid-uggbgmumeM .mbr-text {
  color: #ffffff;
}
.cid-uggbgmumeM .mbr-iconfont {
  color: black;
}
.cid-uggbgmumeM H5 {
  color: #72487d;
}
.cid-uggbh1WJDz .navbar-dropdown {
  position: relative !important;
}
.cid-uggbh1WJDz .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-uggbh1WJDz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggbh1WJDz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggbh1WJDz .dropdown-item:hover,
.cid-uggbh1WJDz .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggbh1WJDz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggbh1WJDz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggbh1WJDz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggbh1WJDz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggbh1WJDz .nav-link {
  position: relative;
}
.cid-uggbh1WJDz .container {
  display: flex;
  margin: auto;
}
.cid-uggbh1WJDz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggbh1WJDz .dropdown-menu,
.cid-uggbh1WJDz .navbar.opened {
  background: #000000 !important;
}
.cid-uggbh1WJDz .nav-item:focus,
.cid-uggbh1WJDz .nav-link:focus {
  outline: none;
}
.cid-uggbh1WJDz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggbh1WJDz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggbh1WJDz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggbh1WJDz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggbh1WJDz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggbh1WJDz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggbh1WJDz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggbh1WJDz .navbar.opened {
  transition: all 0.3s;
}
.cid-uggbh1WJDz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggbh1WJDz .navbar .navbar-logo img {
  width: auto;
}
.cid-uggbh1WJDz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggbh1WJDz .navbar.collapsed {
  justify-content: center;
}
.cid-uggbh1WJDz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggbh1WJDz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggbh1WJDz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggbh1WJDz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggbh1WJDz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggbh1WJDz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggbh1WJDz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggbh1WJDz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggbh1WJDz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggbh1WJDz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggbh1WJDz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggbh1WJDz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggbh1WJDz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggbh1WJDz .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-uggbh1WJDz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggbh1WJDz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggbh1WJDz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggbh1WJDz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggbh1WJDz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggbh1WJDz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggbh1WJDz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggbh1WJDz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggbh1WJDz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggbh1WJDz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggbh1WJDz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggbh1WJDz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggbh1WJDz .dropdown-item.active,
.cid-uggbh1WJDz .dropdown-item:active {
  background-color: transparent;
}
.cid-uggbh1WJDz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggbh1WJDz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggbh1WJDz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggbh1WJDz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggbh1WJDz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggbh1WJDz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggbh1WJDz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggbh1WJDz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggbh1WJDz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggbh1WJDz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggbh1WJDz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggbh1WJDz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbh1WJDz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbh1WJDz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggbh1WJDz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbh1WJDz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggbh1WJDz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggbh1WJDz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbh1WJDz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggbh1WJDz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggbh1WJDz .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-uggbh1WJDz .navbar {
    height: 70px;
  }
  .cid-uggbh1WJDz .navbar.opened {
    height: auto;
  }
  .cid-uggbh1WJDz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uggBbRUe7F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uggBbRUe7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggBbRUe7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggB9tWydg {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uggB9tWydg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggB9tWydg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggB9tWydg .mbr-section-title {
  color: #111111;
}
.cid-uggB9tWydg .mbr-text,
.cid-uggB9tWydg .mbr-section-btn {
  color: #111111;
}
.cid-uggB3AsntX {
  background-image: url("../../../assets/images/mbr-1280x1920.jpg");
}
.cid-uggB3AsntX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggB3AsntX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggB1AcTX7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uggB1AcTX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggB1AcTX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggB1AcTX7 .mbr-text,
.cid-uggB1AcTX7 .mbr-section-btn {
  color: #232323;
}
.cid-uggB1AcTX7 .btn {
  width: 100%;
}
.cid-uggB1AcTX7 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uggB8JUyBd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uggB8JUyBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggB8JUyBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggB8JUyBd .mbr-section-title {
  color: #ffffff;
}
.cid-uggB8JUyBd .mbr-text,
.cid-uggB8JUyBd .mbr-section-btn {
  color: #ffffff;
}
.cid-uggB7TAyN6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uggB7TAyN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggB7TAyN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggB7TAyN6 .mbr-section-title {
  color: #ffffff;
}
.cid-uggB7TAyN6 .mbr-text,
.cid-uggB7TAyN6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uggBfjljz4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uggBfjljz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggBfjljz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggBfjljz4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uggBfjljz4 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-uggBfjljz4 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-uggBfjljz4 .mbr-section-title {
  color: #ffffff;
}
.cid-uggBfjljz4 .mbr-text,
.cid-uggBfjljz4 .mbr-section-btn,
.cid-uggBfjljz4 .social-row {
  color: #ffffff;
}
.cid-uggB4XU7gs {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uggB4XU7gs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggB4XU7gs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggB4XU7gs .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uggB4XU7gs .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uggbh31XgY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggbh31XgY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggbh31XgY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggbh31XgY .row {
    text-align: center;
  }
  .cid-uggbh31XgY .social-row {
    justify-content: center;
  }
}
.cid-uggbh31XgY .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggbh31XgY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggbh31XgY .list {
    margin-bottom: 0rem;
  }
}
.cid-uggbh31XgY .mbr-text {
  color: #ffffff;
}
.cid-uggbh31XgY .mbr-iconfont {
  color: black;
}
.cid-uggbh31XgY H5 {
  color: #72487d;
}
.cid-uBpDaXnQg8 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/nmc-studios-logo1black-large-our-passion.png");
}
.cid-uBpDaXnQg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBpDaXnQg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggbjDfbiQ .navbar-dropdown {
  position: relative !important;
}
.cid-uggbjDfbiQ .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-uggbjDfbiQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggbjDfbiQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggbjDfbiQ .dropdown-item:hover,
.cid-uggbjDfbiQ .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggbjDfbiQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggbjDfbiQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggbjDfbiQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggbjDfbiQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggbjDfbiQ .nav-link {
  position: relative;
}
.cid-uggbjDfbiQ .container {
  display: flex;
  margin: auto;
}
.cid-uggbjDfbiQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggbjDfbiQ .dropdown-menu,
.cid-uggbjDfbiQ .navbar.opened {
  background: #000000 !important;
}
.cid-uggbjDfbiQ .nav-item:focus,
.cid-uggbjDfbiQ .nav-link:focus {
  outline: none;
}
.cid-uggbjDfbiQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggbjDfbiQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggbjDfbiQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggbjDfbiQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggbjDfbiQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggbjDfbiQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggbjDfbiQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggbjDfbiQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uggbjDfbiQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggbjDfbiQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uggbjDfbiQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggbjDfbiQ .navbar.collapsed {
  justify-content: center;
}
.cid-uggbjDfbiQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggbjDfbiQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggbjDfbiQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggbjDfbiQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggbjDfbiQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggbjDfbiQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggbjDfbiQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggbjDfbiQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggbjDfbiQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggbjDfbiQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggbjDfbiQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggbjDfbiQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggbjDfbiQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggbjDfbiQ .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-uggbjDfbiQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggbjDfbiQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggbjDfbiQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggbjDfbiQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggbjDfbiQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggbjDfbiQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggbjDfbiQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggbjDfbiQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggbjDfbiQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggbjDfbiQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggbjDfbiQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggbjDfbiQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggbjDfbiQ .dropdown-item.active,
.cid-uggbjDfbiQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uggbjDfbiQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggbjDfbiQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggbjDfbiQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggbjDfbiQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggbjDfbiQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggbjDfbiQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggbjDfbiQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggbjDfbiQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggbjDfbiQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggbjDfbiQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggbjDfbiQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggbjDfbiQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbjDfbiQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbjDfbiQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggbjDfbiQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbjDfbiQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggbjDfbiQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggbjDfbiQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbjDfbiQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggbjDfbiQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggbjDfbiQ .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-uggbjDfbiQ .navbar {
    height: 70px;
  }
  .cid-uggbjDfbiQ .navbar.opened {
    height: auto;
  }
  .cid-uggbjDfbiQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ughhbeK8oA {
  display: flex;
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ughhbeK8oA .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-ughhbeK8oA {
    align-items: flex-end;
  }
  .cid-ughhbeK8oA .row {
    justify-content: flex-start;
  }
  .cid-ughhbeK8oA .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ughhbeK8oA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ughhbeK8oA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ughhbeK8oA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ughhbeK8oA .content-wrap {
    width: 100%;
  }
}
.cid-ughhbeK8oA .mbr-section-title {
  color: #000000;
}
.cid-ughhbeK8oA .mbr-text,
.cid-ughhbeK8oA .mbr-section-btn {
  color: #000000;
}
.cid-ughg4NZQCA {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1355.jpg");
}
.cid-ughg4NZQCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughg4NZQCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughg4NZQCA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ughg4NZQCA .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-ughg4NZQCA .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-ughgawXxh3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ughgawXxh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughgawXxh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughgawXxh3 .mbr-text,
.cid-ughgawXxh3 .mbr-section-btn {
  color: #232323;
}
.cid-ughgawXxh3 .btn {
  width: 100%;
}
.cid-ughgawXxh3 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ughgawXxh3 H1 {
  text-align: center;
}
.cid-ughg1ZOdSj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ughg1ZOdSj img,
.cid-ughg1ZOdSj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ughg1ZOdSj .item:focus,
.cid-ughg1ZOdSj span:focus {
  outline: none;
}
.cid-ughg1ZOdSj .item-wrapper {
  position: relative;
}
.cid-ughg1ZOdSj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ughg1ZOdSj .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ughg1ZOdSj .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ughg1ZOdSj .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ughg1ZOdSj .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ughg1ZOdSj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ughg1ZOdSj .mbr-section-title {
  color: #232323;
}
.cid-ughg1ZOdSj .mbr-text,
.cid-ughg1ZOdSj .mbr-section-btn {
  text-align: left;
}
.cid-ughg1ZOdSj .item-title {
  text-align: left;
}
.cid-ughg1ZOdSj .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ughg1ZOdSj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-ughg1ZOdSj .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ughg1ZOdSj .embla__button--next,
.cid-ughg1ZOdSj .embla__button--prev {
  display: flex;
}
.cid-ughg1ZOdSj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ughg1ZOdSj .embla__button {
    display: none;
  }
}
.cid-ughg1ZOdSj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ughg1ZOdSj .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ughg1ZOdSj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ughg1ZOdSj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ughg1ZOdSj .embla__button {
    top: auto;
  }
}
.cid-ughg1ZOdSj .embla {
  position: relative;
  width: 100%;
}
.cid-ughg1ZOdSj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ughg1ZOdSj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ughg1ZOdSj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ughg1ZOdSj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-ughg1ZOdSj .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-ughg1ZOdSj .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-ughg1ZOdSj .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-ughj7u1u4w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ughfYJ62N3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ughfYJ62N3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughfYJ62N3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughfYJ62N3 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ughfYJ62N3 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-ughfYJ62N3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ughfYJ62N3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ughfYJ62N3 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ughfYJ62N3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ughfYJ62N3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ughfYJ62N3 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ughfYJ62N3 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ughfYJ62N3 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ughhSfOrK0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ughhSfOrK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughhSfOrK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughhSfOrK0 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ughhSfOrK0 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-ughhSfOrK0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ughhSfOrK0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ughhSfOrK0 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ughhSfOrK0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ughhSfOrK0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ughhSfOrK0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ughhSfOrK0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ughhSfOrK0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ughhTS8EQv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ughhTS8EQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughhTS8EQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughhTS8EQv .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ughhTS8EQv .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-ughhTS8EQv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ughhTS8EQv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ughhTS8EQv .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ughhTS8EQv .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ughhTS8EQv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ughhTS8EQv .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ughhTS8EQv .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ughhTS8EQv .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ughhV5h1sB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ughhV5h1sB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughhV5h1sB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughhV5h1sB .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ughhV5h1sB .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-ughhV5h1sB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ughhV5h1sB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ughhV5h1sB .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ughhV5h1sB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ughhV5h1sB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ughhV5h1sB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ughhV5h1sB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ughhV5h1sB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ughhWgnarb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ughhWgnarb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughhWgnarb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughhWgnarb .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ughhWgnarb .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-ughhWgnarb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ughhWgnarb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ughhWgnarb .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ughhWgnarb .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ughhWgnarb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ughhWgnarb .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ughhWgnarb .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ughhWgnarb .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ughhXH9d5i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ughhXH9d5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughhXH9d5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughhXH9d5i .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ughhXH9d5i .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-ughhXH9d5i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ughhXH9d5i .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ughhXH9d5i .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ughhXH9d5i .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ughhXH9d5i .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ughhXH9d5i .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ughhXH9d5i .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ughhXH9d5i .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ughhYNkObJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ughhYNkObJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughhYNkObJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughhYNkObJ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ughhYNkObJ .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-ughhYNkObJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ughhYNkObJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ughhYNkObJ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ughhYNkObJ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ughhYNkObJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ughhYNkObJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ughhYNkObJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ughhYNkObJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ughhZUu1Rv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ughhZUu1Rv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughhZUu1Rv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughhZUu1Rv .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ughhZUu1Rv .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-ughhZUu1Rv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ughhZUu1Rv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ughhZUu1Rv .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ughhZUu1Rv .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ughhZUu1Rv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ughhZUu1Rv .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ughhZUu1Rv .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ughhZUu1Rv .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ughg07Voqb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ughg07Voqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughg07Voqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughg07Voqb .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-ughg07Voqb .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ughiFmHAWJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ughiFmHAWJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ughiFmHAWJ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ughiFmHAWJ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ughiFmHAWJ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uggbjEavjF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggbjEavjF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggbjEavjF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggbjEavjF .row {
    text-align: center;
  }
  .cid-uggbjEavjF .social-row {
    justify-content: center;
  }
}
.cid-uggbjEavjF .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggbjEavjF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggbjEavjF .list {
    margin-bottom: 0rem;
  }
}
.cid-uggbjEavjF .mbr-text {
  color: #ffffff;
}
.cid-uggbjEavjF .mbr-iconfont {
  color: black;
}
.cid-uggbjEavjF H5 {
  color: #72487d;
}
.cid-uggbkuMFqT .navbar-dropdown {
  position: relative !important;
}
.cid-uggbkuMFqT .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-uggbkuMFqT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggbkuMFqT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggbkuMFqT .dropdown-item:hover,
.cid-uggbkuMFqT .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggbkuMFqT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggbkuMFqT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggbkuMFqT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggbkuMFqT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggbkuMFqT .nav-link {
  position: relative;
}
.cid-uggbkuMFqT .container {
  display: flex;
  margin: auto;
}
.cid-uggbkuMFqT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggbkuMFqT .dropdown-menu,
.cid-uggbkuMFqT .navbar.opened {
  background: #000000 !important;
}
.cid-uggbkuMFqT .nav-item:focus,
.cid-uggbkuMFqT .nav-link:focus {
  outline: none;
}
.cid-uggbkuMFqT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggbkuMFqT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggbkuMFqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggbkuMFqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggbkuMFqT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggbkuMFqT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggbkuMFqT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggbkuMFqT .navbar.opened {
  transition: all 0.3s;
}
.cid-uggbkuMFqT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggbkuMFqT .navbar .navbar-logo img {
  width: auto;
}
.cid-uggbkuMFqT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggbkuMFqT .navbar.collapsed {
  justify-content: center;
}
.cid-uggbkuMFqT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggbkuMFqT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggbkuMFqT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggbkuMFqT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggbkuMFqT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggbkuMFqT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggbkuMFqT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggbkuMFqT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggbkuMFqT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggbkuMFqT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggbkuMFqT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggbkuMFqT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggbkuMFqT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggbkuMFqT .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-uggbkuMFqT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggbkuMFqT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggbkuMFqT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggbkuMFqT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggbkuMFqT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggbkuMFqT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggbkuMFqT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggbkuMFqT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggbkuMFqT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggbkuMFqT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggbkuMFqT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggbkuMFqT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggbkuMFqT .dropdown-item.active,
.cid-uggbkuMFqT .dropdown-item:active {
  background-color: transparent;
}
.cid-uggbkuMFqT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggbkuMFqT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggbkuMFqT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggbkuMFqT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggbkuMFqT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggbkuMFqT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggbkuMFqT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggbkuMFqT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggbkuMFqT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggbkuMFqT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggbkuMFqT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggbkuMFqT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbkuMFqT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbkuMFqT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggbkuMFqT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbkuMFqT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggbkuMFqT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggbkuMFqT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbkuMFqT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggbkuMFqT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggbkuMFqT .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-uggbkuMFqT .navbar {
    height: 70px;
  }
  .cid-uggbkuMFqT .navbar.opened {
    height: auto;
  }
  .cid-uggbkuMFqT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uggxL88dFv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uggxL88dFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggxL88dFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggxL88dFv .mbr-text,
.cid-uggxL88dFv .mbr-section-btn {
  color: #232323;
}
.cid-uggxL88dFv .card-title,
.cid-uggxL88dFv .card-box {
  color: #ffffff;
}
.cid-uggxL88dFv .mbr-text,
.cid-uggxL88dFv .link-wrap {
  color: #ffffff;
}
.cid-uggxJKbGIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uggxJKbGIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggxJKbGIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggxJKbGIG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uggxJKbGIG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uggxJKbGIG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #72487d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uggbkvId5G {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggbkvId5G .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggbkvId5G .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggbkvId5G .row {
    text-align: center;
  }
  .cid-uggbkvId5G .social-row {
    justify-content: center;
  }
}
.cid-uggbkvId5G .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggbkvId5G .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggbkvId5G .list {
    margin-bottom: 0rem;
  }
}
.cid-uggbkvId5G .mbr-text {
  color: #ffffff;
}
.cid-uggbkvId5G .mbr-iconfont {
  color: black;
}
.cid-uggbkvId5G H5 {
  color: #72487d;
}
.cid-uggbnK6xoM .navbar-dropdown {
  position: relative !important;
}
.cid-uggbnK6xoM .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-uggbnK6xoM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggbnK6xoM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggbnK6xoM .dropdown-item:hover,
.cid-uggbnK6xoM .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggbnK6xoM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggbnK6xoM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggbnK6xoM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggbnK6xoM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggbnK6xoM .nav-link {
  position: relative;
}
.cid-uggbnK6xoM .container {
  display: flex;
  margin: auto;
}
.cid-uggbnK6xoM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggbnK6xoM .dropdown-menu,
.cid-uggbnK6xoM .navbar.opened {
  background: #000000 !important;
}
.cid-uggbnK6xoM .nav-item:focus,
.cid-uggbnK6xoM .nav-link:focus {
  outline: none;
}
.cid-uggbnK6xoM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggbnK6xoM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggbnK6xoM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggbnK6xoM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggbnK6xoM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggbnK6xoM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggbnK6xoM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggbnK6xoM .navbar.opened {
  transition: all 0.3s;
}
.cid-uggbnK6xoM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggbnK6xoM .navbar .navbar-logo img {
  width: auto;
}
.cid-uggbnK6xoM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggbnK6xoM .navbar.collapsed {
  justify-content: center;
}
.cid-uggbnK6xoM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggbnK6xoM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggbnK6xoM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggbnK6xoM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggbnK6xoM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggbnK6xoM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggbnK6xoM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggbnK6xoM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggbnK6xoM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggbnK6xoM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggbnK6xoM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggbnK6xoM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggbnK6xoM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggbnK6xoM .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-uggbnK6xoM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggbnK6xoM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggbnK6xoM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggbnK6xoM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggbnK6xoM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggbnK6xoM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggbnK6xoM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggbnK6xoM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggbnK6xoM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggbnK6xoM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggbnK6xoM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggbnK6xoM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggbnK6xoM .dropdown-item.active,
.cid-uggbnK6xoM .dropdown-item:active {
  background-color: transparent;
}
.cid-uggbnK6xoM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggbnK6xoM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggbnK6xoM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggbnK6xoM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggbnK6xoM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggbnK6xoM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggbnK6xoM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggbnK6xoM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggbnK6xoM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggbnK6xoM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggbnK6xoM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggbnK6xoM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbnK6xoM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbnK6xoM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggbnK6xoM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbnK6xoM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggbnK6xoM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggbnK6xoM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbnK6xoM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggbnK6xoM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggbnK6xoM .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-uggbnK6xoM .navbar {
    height: 70px;
  }
  .cid-uggbnK6xoM .navbar.opened {
    height: auto;
  }
  .cid-uggbnK6xoM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ughjwK6uff {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ughjwK6uff .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughjwK6uff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughjwK6uff .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ughjwK6uff .row {
    flex-direction: column-reverse;
  }
  .cid-ughjwK6uff .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ughjwK6uff .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ughjwK6uff .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ughjwK6uff .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ughDjNk24M {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ughDjNk24M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughDjNk24M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughDjNk24M .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ughDjNk24M .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-ughDgn2nSr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ughDgn2nSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughDgn2nSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughDgn2nSr .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ughDgn2nSr .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ughDgn2nSr .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ughDgn2nSr .card {
    margin-bottom: 2rem;
  }
  .cid-ughDgn2nSr .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ughDgn2nSr .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uggbnMc8Er {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggbnMc8Er .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggbnMc8Er .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggbnMc8Er .row {
    text-align: center;
  }
  .cid-uggbnMc8Er .social-row {
    justify-content: center;
  }
}
.cid-uggbnMc8Er .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggbnMc8Er .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggbnMc8Er .list {
    margin-bottom: 0rem;
  }
}
.cid-uggbnMc8Er .mbr-text {
  color: #ffffff;
}
.cid-uggbnMc8Er .mbr-iconfont {
  color: black;
}
.cid-uggbnMc8Er H5 {
  color: #72487d;
}
.cid-uggbxjPtds .navbar-dropdown {
  position: relative !important;
}
.cid-uggbxjPtds .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-uggbxjPtds .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggbxjPtds .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggbxjPtds .dropdown-item:hover,
.cid-uggbxjPtds .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggbxjPtds .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggbxjPtds .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggbxjPtds .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggbxjPtds .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggbxjPtds .nav-link {
  position: relative;
}
.cid-uggbxjPtds .container {
  display: flex;
  margin: auto;
}
.cid-uggbxjPtds .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggbxjPtds .dropdown-menu,
.cid-uggbxjPtds .navbar.opened {
  background: #000000 !important;
}
.cid-uggbxjPtds .nav-item:focus,
.cid-uggbxjPtds .nav-link:focus {
  outline: none;
}
.cid-uggbxjPtds .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggbxjPtds .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggbxjPtds .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggbxjPtds .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggbxjPtds .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggbxjPtds .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggbxjPtds .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggbxjPtds .navbar.opened {
  transition: all 0.3s;
}
.cid-uggbxjPtds .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggbxjPtds .navbar .navbar-logo img {
  width: auto;
}
.cid-uggbxjPtds .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggbxjPtds .navbar.collapsed {
  justify-content: center;
}
.cid-uggbxjPtds .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggbxjPtds .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggbxjPtds .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggbxjPtds .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggbxjPtds .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggbxjPtds .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggbxjPtds .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggbxjPtds .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggbxjPtds .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggbxjPtds .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggbxjPtds .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggbxjPtds .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggbxjPtds .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggbxjPtds .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-uggbxjPtds .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggbxjPtds .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggbxjPtds .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggbxjPtds .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggbxjPtds .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggbxjPtds .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggbxjPtds .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggbxjPtds .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggbxjPtds .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggbxjPtds .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggbxjPtds .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggbxjPtds .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggbxjPtds .dropdown-item.active,
.cid-uggbxjPtds .dropdown-item:active {
  background-color: transparent;
}
.cid-uggbxjPtds .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggbxjPtds .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggbxjPtds .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggbxjPtds .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggbxjPtds .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggbxjPtds .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggbxjPtds ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggbxjPtds .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggbxjPtds button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggbxjPtds button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggbxjPtds button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggbxjPtds button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbxjPtds button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbxjPtds button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggbxjPtds nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbxjPtds nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggbxjPtds nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggbxjPtds nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbxjPtds .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggbxjPtds a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggbxjPtds .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-uggbxjPtds .navbar {
    height: 70px;
  }
  .cid-uggbxjPtds .navbar.opened {
    height: auto;
  }
  .cid-uggbxjPtds .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uggbxlgtpS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggbxlgtpS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggbxlgtpS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggbxlgtpS .row {
    text-align: center;
  }
  .cid-uggbxlgtpS .social-row {
    justify-content: center;
  }
}
.cid-uggbxlgtpS .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggbxlgtpS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggbxlgtpS .list {
    margin-bottom: 0rem;
  }
}
.cid-uggbxlgtpS .mbr-text {
  color: #ffffff;
}
.cid-uggbxlgtpS .mbr-iconfont {
  color: black;
}
.cid-uggbxlgtpS H5 {
  color: #72487d;
}
.cid-uggbD6VV3f .navbar-dropdown {
  position: relative !important;
}
.cid-uggbD6VV3f .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-uggbD6VV3f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggbD6VV3f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggbD6VV3f .dropdown-item:hover,
.cid-uggbD6VV3f .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggbD6VV3f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggbD6VV3f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggbD6VV3f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggbD6VV3f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggbD6VV3f .nav-link {
  position: relative;
}
.cid-uggbD6VV3f .container {
  display: flex;
  margin: auto;
}
.cid-uggbD6VV3f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggbD6VV3f .dropdown-menu,
.cid-uggbD6VV3f .navbar.opened {
  background: #000000 !important;
}
.cid-uggbD6VV3f .nav-item:focus,
.cid-uggbD6VV3f .nav-link:focus {
  outline: none;
}
.cid-uggbD6VV3f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggbD6VV3f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggbD6VV3f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggbD6VV3f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggbD6VV3f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggbD6VV3f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggbD6VV3f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggbD6VV3f .navbar.opened {
  transition: all 0.3s;
}
.cid-uggbD6VV3f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggbD6VV3f .navbar .navbar-logo img {
  width: auto;
}
.cid-uggbD6VV3f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggbD6VV3f .navbar.collapsed {
  justify-content: center;
}
.cid-uggbD6VV3f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggbD6VV3f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggbD6VV3f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggbD6VV3f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggbD6VV3f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggbD6VV3f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggbD6VV3f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggbD6VV3f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggbD6VV3f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggbD6VV3f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggbD6VV3f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggbD6VV3f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggbD6VV3f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggbD6VV3f .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-uggbD6VV3f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggbD6VV3f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggbD6VV3f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggbD6VV3f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggbD6VV3f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggbD6VV3f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggbD6VV3f .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggbD6VV3f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggbD6VV3f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggbD6VV3f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggbD6VV3f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggbD6VV3f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggbD6VV3f .dropdown-item.active,
.cid-uggbD6VV3f .dropdown-item:active {
  background-color: transparent;
}
.cid-uggbD6VV3f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggbD6VV3f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggbD6VV3f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggbD6VV3f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggbD6VV3f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggbD6VV3f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggbD6VV3f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggbD6VV3f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggbD6VV3f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggbD6VV3f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggbD6VV3f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggbD6VV3f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbD6VV3f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbD6VV3f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggbD6VV3f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbD6VV3f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggbD6VV3f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggbD6VV3f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbD6VV3f .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggbD6VV3f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggbD6VV3f .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-uggbD6VV3f .navbar {
    height: 70px;
  }
  .cid-uggbD6VV3f .navbar.opened {
    height: auto;
  }
  .cid-uggbD6VV3f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up2rmYX32z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x839.jpg");
}
.cid-up2rmYX32z .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2rmYX32z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2rmYX32z .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-up2rmYX32z .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-up2rmYX32z .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-up2rmYX32z .row {
  justify-content: space-between;
}
.cid-up2rmYX32z .mbr-section-title {
  color: #ffffff;
}
.cid-up2rmYX32z .mbr-text,
.cid-up2rmYX32z .mbr-section-btn {
  color: #ffffff;
}
.cid-uggbD7TJw4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggbD7TJw4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggbD7TJw4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggbD7TJw4 .row {
    text-align: center;
  }
  .cid-uggbD7TJw4 .social-row {
    justify-content: center;
  }
}
.cid-uggbD7TJw4 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggbD7TJw4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggbD7TJw4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uggbD7TJw4 .mbr-text {
  color: #ffffff;
}
.cid-uggbD7TJw4 .mbr-iconfont {
  color: black;
}
.cid-uggbD7TJw4 H5 {
  color: #72487d;
}
.cid-uggbW3HWIf .navbar-dropdown {
  position: relative !important;
}
.cid-uggbW3HWIf .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-uggbW3HWIf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggbW3HWIf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggbW3HWIf .dropdown-item:hover,
.cid-uggbW3HWIf .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggbW3HWIf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggbW3HWIf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggbW3HWIf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggbW3HWIf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggbW3HWIf .nav-link {
  position: relative;
}
.cid-uggbW3HWIf .container {
  display: flex;
  margin: auto;
}
.cid-uggbW3HWIf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggbW3HWIf .dropdown-menu,
.cid-uggbW3HWIf .navbar.opened {
  background: #000000 !important;
}
.cid-uggbW3HWIf .nav-item:focus,
.cid-uggbW3HWIf .nav-link:focus {
  outline: none;
}
.cid-uggbW3HWIf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggbW3HWIf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggbW3HWIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggbW3HWIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggbW3HWIf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggbW3HWIf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggbW3HWIf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggbW3HWIf .navbar.opened {
  transition: all 0.3s;
}
.cid-uggbW3HWIf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggbW3HWIf .navbar .navbar-logo img {
  width: auto;
}
.cid-uggbW3HWIf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggbW3HWIf .navbar.collapsed {
  justify-content: center;
}
.cid-uggbW3HWIf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggbW3HWIf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggbW3HWIf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggbW3HWIf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggbW3HWIf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggbW3HWIf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggbW3HWIf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggbW3HWIf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggbW3HWIf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggbW3HWIf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggbW3HWIf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggbW3HWIf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggbW3HWIf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggbW3HWIf .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-uggbW3HWIf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggbW3HWIf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggbW3HWIf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggbW3HWIf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggbW3HWIf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggbW3HWIf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggbW3HWIf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggbW3HWIf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggbW3HWIf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggbW3HWIf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggbW3HWIf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggbW3HWIf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggbW3HWIf .dropdown-item.active,
.cid-uggbW3HWIf .dropdown-item:active {
  background-color: transparent;
}
.cid-uggbW3HWIf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggbW3HWIf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggbW3HWIf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggbW3HWIf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggbW3HWIf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggbW3HWIf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggbW3HWIf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggbW3HWIf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggbW3HWIf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggbW3HWIf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggbW3HWIf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggbW3HWIf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbW3HWIf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbW3HWIf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggbW3HWIf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbW3HWIf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggbW3HWIf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggbW3HWIf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbW3HWIf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggbW3HWIf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggbW3HWIf .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-uggbW3HWIf .navbar {
    height: 70px;
  }
  .cid-uggbW3HWIf .navbar.opened {
    height: auto;
  }
  .cid-uggbW3HWIf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uggbW4PTWy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggbW4PTWy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggbW4PTWy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggbW4PTWy .row {
    text-align: center;
  }
  .cid-uggbW4PTWy .social-row {
    justify-content: center;
  }
}
.cid-uggbW4PTWy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggbW4PTWy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggbW4PTWy .list {
    margin-bottom: 0rem;
  }
}
.cid-uggbW4PTWy .mbr-text {
  color: #ffffff;
}
.cid-uggbW4PTWy .mbr-iconfont {
  color: black;
}
.cid-uggbW4PTWy H5 {
  color: #72487d;
}
.cid-uggc5at6gW .navbar-dropdown {
  position: relative !important;
}
.cid-uggc5at6gW .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-uggc5at6gW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggc5at6gW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggc5at6gW .dropdown-item:hover,
.cid-uggc5at6gW .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggc5at6gW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggc5at6gW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggc5at6gW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggc5at6gW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggc5at6gW .nav-link {
  position: relative;
}
.cid-uggc5at6gW .container {
  display: flex;
  margin: auto;
}
.cid-uggc5at6gW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggc5at6gW .dropdown-menu,
.cid-uggc5at6gW .navbar.opened {
  background: #000000 !important;
}
.cid-uggc5at6gW .nav-item:focus,
.cid-uggc5at6gW .nav-link:focus {
  outline: none;
}
.cid-uggc5at6gW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggc5at6gW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggc5at6gW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggc5at6gW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggc5at6gW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggc5at6gW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggc5at6gW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggc5at6gW .navbar.opened {
  transition: all 0.3s;
}
.cid-uggc5at6gW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggc5at6gW .navbar .navbar-logo img {
  width: auto;
}
.cid-uggc5at6gW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggc5at6gW .navbar.collapsed {
  justify-content: center;
}
.cid-uggc5at6gW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggc5at6gW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggc5at6gW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggc5at6gW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggc5at6gW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggc5at6gW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggc5at6gW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggc5at6gW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggc5at6gW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggc5at6gW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggc5at6gW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggc5at6gW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggc5at6gW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggc5at6gW .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-uggc5at6gW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggc5at6gW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggc5at6gW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggc5at6gW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggc5at6gW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggc5at6gW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggc5at6gW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggc5at6gW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggc5at6gW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggc5at6gW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggc5at6gW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggc5at6gW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggc5at6gW .dropdown-item.active,
.cid-uggc5at6gW .dropdown-item:active {
  background-color: transparent;
}
.cid-uggc5at6gW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggc5at6gW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggc5at6gW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggc5at6gW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggc5at6gW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggc5at6gW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggc5at6gW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggc5at6gW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggc5at6gW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggc5at6gW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggc5at6gW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggc5at6gW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggc5at6gW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggc5at6gW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggc5at6gW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggc5at6gW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggc5at6gW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggc5at6gW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggc5at6gW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggc5at6gW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggc5at6gW .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-uggc5at6gW .navbar {
    height: 70px;
  }
  .cid-uggc5at6gW .navbar.opened {
    height: auto;
  }
  .cid-uggc5at6gW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uggc5bLFLr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggc5bLFLr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggc5bLFLr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggc5bLFLr .row {
    text-align: center;
  }
  .cid-uggc5bLFLr .social-row {
    justify-content: center;
  }
}
.cid-uggc5bLFLr .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggc5bLFLr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggc5bLFLr .list {
    margin-bottom: 0rem;
  }
}
.cid-uggc5bLFLr .mbr-text {
  color: #ffffff;
}
.cid-uggc5bLFLr .mbr-iconfont {
  color: black;
}
.cid-uggc5bLFLr H5 {
  color: #72487d;
}
.cid-uggc8fwe6p .navbar-dropdown {
  position: relative !important;
}
.cid-uggc8fwe6p .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-uggc8fwe6p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggc8fwe6p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggc8fwe6p .dropdown-item:hover,
.cid-uggc8fwe6p .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggc8fwe6p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggc8fwe6p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggc8fwe6p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggc8fwe6p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggc8fwe6p .nav-link {
  position: relative;
}
.cid-uggc8fwe6p .container {
  display: flex;
  margin: auto;
}
.cid-uggc8fwe6p .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggc8fwe6p .dropdown-menu,
.cid-uggc8fwe6p .navbar.opened {
  background: #000000 !important;
}
.cid-uggc8fwe6p .nav-item:focus,
.cid-uggc8fwe6p .nav-link:focus {
  outline: none;
}
.cid-uggc8fwe6p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggc8fwe6p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggc8fwe6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggc8fwe6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggc8fwe6p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggc8fwe6p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggc8fwe6p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggc8fwe6p .navbar.opened {
  transition: all 0.3s;
}
.cid-uggc8fwe6p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggc8fwe6p .navbar .navbar-logo img {
  width: auto;
}
.cid-uggc8fwe6p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggc8fwe6p .navbar.collapsed {
  justify-content: center;
}
.cid-uggc8fwe6p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggc8fwe6p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggc8fwe6p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggc8fwe6p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggc8fwe6p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggc8fwe6p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggc8fwe6p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggc8fwe6p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggc8fwe6p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggc8fwe6p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggc8fwe6p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggc8fwe6p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggc8fwe6p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggc8fwe6p .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-uggc8fwe6p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggc8fwe6p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggc8fwe6p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggc8fwe6p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggc8fwe6p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggc8fwe6p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggc8fwe6p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggc8fwe6p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggc8fwe6p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggc8fwe6p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggc8fwe6p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggc8fwe6p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggc8fwe6p .dropdown-item.active,
.cid-uggc8fwe6p .dropdown-item:active {
  background-color: transparent;
}
.cid-uggc8fwe6p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggc8fwe6p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggc8fwe6p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggc8fwe6p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggc8fwe6p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggc8fwe6p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggc8fwe6p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggc8fwe6p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggc8fwe6p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggc8fwe6p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggc8fwe6p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggc8fwe6p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggc8fwe6p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggc8fwe6p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggc8fwe6p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggc8fwe6p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggc8fwe6p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggc8fwe6p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggc8fwe6p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggc8fwe6p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggc8fwe6p .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-uggc8fwe6p .navbar {
    height: 70px;
  }
  .cid-uggc8fwe6p .navbar.opened {
    height: auto;
  }
  .cid-uggc8fwe6p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uggc8gUZCJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggc8gUZCJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggc8gUZCJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggc8gUZCJ .row {
    text-align: center;
  }
  .cid-uggc8gUZCJ .social-row {
    justify-content: center;
  }
}
.cid-uggc8gUZCJ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggc8gUZCJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggc8gUZCJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uggc8gUZCJ .mbr-text {
  color: #ffffff;
}
.cid-uggc8gUZCJ .mbr-iconfont {
  color: black;
}
.cid-uggc8gUZCJ H5 {
  color: #72487d;
}
.cid-uggccivbQR .navbar-dropdown {
  position: relative !important;
}
.cid-uggccivbQR .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-uggccivbQR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggccivbQR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggccivbQR .dropdown-item:hover,
.cid-uggccivbQR .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggccivbQR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggccivbQR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggccivbQR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggccivbQR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggccivbQR .nav-link {
  position: relative;
}
.cid-uggccivbQR .container {
  display: flex;
  margin: auto;
}
.cid-uggccivbQR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggccivbQR .dropdown-menu,
.cid-uggccivbQR .navbar.opened {
  background: #000000 !important;
}
.cid-uggccivbQR .nav-item:focus,
.cid-uggccivbQR .nav-link:focus {
  outline: none;
}
.cid-uggccivbQR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggccivbQR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggccivbQR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggccivbQR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggccivbQR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggccivbQR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggccivbQR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggccivbQR .navbar.opened {
  transition: all 0.3s;
}
.cid-uggccivbQR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggccivbQR .navbar .navbar-logo img {
  width: auto;
}
.cid-uggccivbQR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggccivbQR .navbar.collapsed {
  justify-content: center;
}
.cid-uggccivbQR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggccivbQR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggccivbQR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggccivbQR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggccivbQR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggccivbQR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggccivbQR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggccivbQR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggccivbQR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggccivbQR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggccivbQR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggccivbQR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggccivbQR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggccivbQR .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-uggccivbQR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggccivbQR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggccivbQR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggccivbQR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggccivbQR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggccivbQR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggccivbQR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggccivbQR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggccivbQR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggccivbQR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggccivbQR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggccivbQR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggccivbQR .dropdown-item.active,
.cid-uggccivbQR .dropdown-item:active {
  background-color: transparent;
}
.cid-uggccivbQR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggccivbQR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggccivbQR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggccivbQR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggccivbQR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggccivbQR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggccivbQR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggccivbQR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggccivbQR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggccivbQR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggccivbQR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggccivbQR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggccivbQR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggccivbQR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggccivbQR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggccivbQR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggccivbQR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggccivbQR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggccivbQR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggccivbQR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggccivbQR .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-uggccivbQR .navbar {
    height: 70px;
  }
  .cid-uggccivbQR .navbar.opened {
    height: auto;
  }
  .cid-uggccivbQR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI16Xn9AjG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uI16Xn9AjG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uI16Xn9AjG .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uI16Xn9AjG .item-head {
  background: #9fe870;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uI16Xn9AjG .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uI16Xn9AjG .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uI16Xn9AjG .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uI16Xn9AjG .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uI16Xn9AjG .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uI16Xn9AjG .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uI16Xn9AjG .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uI16Xn9AjG .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uI16Xn9AjG .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uI16Xn9AjG .btn {
  width: -webkit-fill-available;
}
.cid-uI16Xn9AjG .item:focus,
.cid-uI16Xn9AjG span:focus {
  outline: none;
}
.cid-uI16Xn9AjG .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uI16Xn9AjG .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uI16Xn9AjG .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uI16Xn9AjG .mbr-section-title {
  color: #000000;
}
.cid-uI16Xn9AjG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI16Xn9AjG .mbr-text,
.cid-uI16Xn9AjG .mbr-section-btn {
  text-align: left;
}
.cid-uI16Xn9AjG .item-title {
  text-align: left;
  color: #000000;
}
.cid-uI16Xn9AjG .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uI16Xn9AjG .content-head {
  max-width: 800px;
}
.cid-uI16Xn9AjG .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uI16Xn9AjG .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uI16Xn9AjG .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uI16Xn9AjG .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uI16Xn9AjG .mbr-text UL {
  text-align: left;
}
.cid-uI16Mk3gll {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uI16Mk3gll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI16Mk3gll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI16Mk3gll .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uI16Mk3gll .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uI16Mk3gll .mbr-section-title {
  color: #9fe870;
}
.cid-uI16Mk3gll .mbr-text,
.cid-uI16Mk3gll .mbr-section-btn {
  color: #ffffff;
}
.cid-uHXcTYjiFB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uHXcTYjiFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXcTYjiFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXcTYjiFB .mbr-text {
  color: #000000;
}
.cid-uHXcTYjiFB .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHXcTYjiFB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHXcTYjiFB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uHXcTYjiFB .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uHXcTYjiFB .mbr-section-title {
  color: #000000;
}
.cid-uHXcTYjiFB .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
.cid-uHXcTYjiFB .item-content .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHXcTYjiFB .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXcTYjiFB .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uHXcTYjiFB .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uHXcTYjiFB .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uHXcTYjiFB .item-head {
  background: #9fe870;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHXcTYjiFB .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXcTYjiFB .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uHXcTYjiFB .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uHXcTYjiFB .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHXcTYjiFB .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uHXcTYjiFB .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uHXcTYjiFB .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uHXcTYjiFB .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXcTYjiFB .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uHXcTYjiFB .item:focus,
.cid-uHXcTYjiFB span:focus {
  outline: none;
}
.cid-uHXcTYjiFB .mbr-text,
.cid-uHXcTYjiFB .mbr-section-btn {
  text-align: left;
}
.cid-uHXcTYjiFB .item-title {
  text-align: left;
  color: #000000;
}
.cid-uHXcTYjiFB .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uHXcTYjiFB .content-head {
  max-width: 800px;
}
.cid-uHXcTYjiFB .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uHXcTYjiFB .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uHXcTYjiFB .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uHXcTYjiFB .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uHXcTYjiFB .mbr-text UL {
  text-align: left;
}
.cid-uHXcTYjiFB .item-btn {
  width: -webkit-fill-available;
}
.cid-uHXcTYjiFB .main-button {
  margin-bottom: 2rem;
  padding: 0rem 0rem 2rem;
}
@media (max-width: 767px) {
  .cid-uHXcTYjiFB .main-button {
    margin-bottom: 2rem;
    padding: 0rem 0rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uHXcTYjiFB .main-button {
    padding: 0rem 0rem 0.5rem;
  }
}
.cid-uHXcTYjiFB .mbr-section-subtitle,
.cid-uHXcTYjiFB .main-button .btn {
  text-align: left;
}
.cid-uHXcTYjiFB .mbr-section-subtitle,
.cid-uHXcTYjiFB .main-button {
  color: #000000;
  text-align: left;
}
.cid-uggccjGFx6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggccjGFx6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggccjGFx6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggccjGFx6 .row {
    text-align: center;
  }
  .cid-uggccjGFx6 .social-row {
    justify-content: center;
  }
}
.cid-uggccjGFx6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggccjGFx6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggccjGFx6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uggccjGFx6 .mbr-text {
  color: #ffffff;
}
.cid-uggccjGFx6 .mbr-iconfont {
  color: black;
}
.cid-uggccjGFx6 H5 {
  color: #72487d;
}
.cid-uggcfmVGTH .navbar-dropdown {
  position: relative !important;
}
.cid-uggcfmVGTH .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-uggcfmVGTH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggcfmVGTH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggcfmVGTH .dropdown-item:hover,
.cid-uggcfmVGTH .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggcfmVGTH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggcfmVGTH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggcfmVGTH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggcfmVGTH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggcfmVGTH .nav-link {
  position: relative;
}
.cid-uggcfmVGTH .container {
  display: flex;
  margin: auto;
}
.cid-uggcfmVGTH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggcfmVGTH .dropdown-menu,
.cid-uggcfmVGTH .navbar.opened {
  background: #000000 !important;
}
.cid-uggcfmVGTH .nav-item:focus,
.cid-uggcfmVGTH .nav-link:focus {
  outline: none;
}
.cid-uggcfmVGTH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggcfmVGTH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggcfmVGTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggcfmVGTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggcfmVGTH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggcfmVGTH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggcfmVGTH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggcfmVGTH .navbar.opened {
  transition: all 0.3s;
}
.cid-uggcfmVGTH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggcfmVGTH .navbar .navbar-logo img {
  width: auto;
}
.cid-uggcfmVGTH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggcfmVGTH .navbar.collapsed {
  justify-content: center;
}
.cid-uggcfmVGTH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggcfmVGTH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggcfmVGTH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggcfmVGTH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggcfmVGTH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggcfmVGTH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggcfmVGTH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggcfmVGTH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggcfmVGTH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggcfmVGTH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggcfmVGTH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggcfmVGTH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggcfmVGTH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggcfmVGTH .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-uggcfmVGTH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggcfmVGTH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggcfmVGTH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggcfmVGTH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggcfmVGTH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggcfmVGTH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggcfmVGTH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggcfmVGTH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggcfmVGTH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggcfmVGTH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggcfmVGTH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggcfmVGTH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggcfmVGTH .dropdown-item.active,
.cid-uggcfmVGTH .dropdown-item:active {
  background-color: transparent;
}
.cid-uggcfmVGTH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggcfmVGTH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggcfmVGTH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggcfmVGTH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggcfmVGTH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggcfmVGTH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggcfmVGTH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggcfmVGTH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggcfmVGTH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggcfmVGTH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggcfmVGTH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggcfmVGTH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggcfmVGTH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggcfmVGTH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggcfmVGTH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggcfmVGTH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggcfmVGTH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggcfmVGTH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggcfmVGTH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggcfmVGTH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggcfmVGTH .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-uggcfmVGTH .navbar {
    height: 70px;
  }
  .cid-uggcfmVGTH .navbar.opened {
    height: auto;
  }
  .cid-uggcfmVGTH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uggcforCfZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggcforCfZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggcforCfZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggcforCfZ .row {
    text-align: center;
  }
  .cid-uggcforCfZ .social-row {
    justify-content: center;
  }
}
.cid-uggcforCfZ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggcforCfZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggcforCfZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uggcforCfZ .mbr-text {
  color: #ffffff;
}
.cid-uggcforCfZ .mbr-iconfont {
  color: black;
}
.cid-uggcforCfZ H5 {
  color: #72487d;
}
.cid-uggcigdL9V .navbar-dropdown {
  position: relative !important;
}
.cid-uggcigdL9V .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-uggcigdL9V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggcigdL9V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggcigdL9V .dropdown-item:hover,
.cid-uggcigdL9V .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggcigdL9V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggcigdL9V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggcigdL9V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggcigdL9V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggcigdL9V .nav-link {
  position: relative;
}
.cid-uggcigdL9V .container {
  display: flex;
  margin: auto;
}
.cid-uggcigdL9V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggcigdL9V .dropdown-menu,
.cid-uggcigdL9V .navbar.opened {
  background: #000000 !important;
}
.cid-uggcigdL9V .nav-item:focus,
.cid-uggcigdL9V .nav-link:focus {
  outline: none;
}
.cid-uggcigdL9V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggcigdL9V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggcigdL9V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggcigdL9V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggcigdL9V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggcigdL9V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggcigdL9V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggcigdL9V .navbar.opened {
  transition: all 0.3s;
}
.cid-uggcigdL9V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggcigdL9V .navbar .navbar-logo img {
  width: auto;
}
.cid-uggcigdL9V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggcigdL9V .navbar.collapsed {
  justify-content: center;
}
.cid-uggcigdL9V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggcigdL9V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggcigdL9V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggcigdL9V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggcigdL9V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggcigdL9V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggcigdL9V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggcigdL9V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggcigdL9V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggcigdL9V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggcigdL9V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggcigdL9V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggcigdL9V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggcigdL9V .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-uggcigdL9V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggcigdL9V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggcigdL9V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggcigdL9V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggcigdL9V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggcigdL9V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggcigdL9V .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggcigdL9V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggcigdL9V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggcigdL9V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggcigdL9V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggcigdL9V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggcigdL9V .dropdown-item.active,
.cid-uggcigdL9V .dropdown-item:active {
  background-color: transparent;
}
.cid-uggcigdL9V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggcigdL9V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggcigdL9V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggcigdL9V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggcigdL9V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggcigdL9V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggcigdL9V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggcigdL9V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggcigdL9V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggcigdL9V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggcigdL9V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggcigdL9V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggcigdL9V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggcigdL9V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggcigdL9V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggcigdL9V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggcigdL9V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggcigdL9V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggcigdL9V .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggcigdL9V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggcigdL9V .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-uggcigdL9V .navbar {
    height: 70px;
  }
  .cid-uggcigdL9V .navbar.opened {
    height: auto;
  }
  .cid-uggcigdL9V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uggcihmNiY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggcihmNiY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggcihmNiY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggcihmNiY .row {
    text-align: center;
  }
  .cid-uggcihmNiY .social-row {
    justify-content: center;
  }
}
.cid-uggcihmNiY .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggcihmNiY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggcihmNiY .list {
    margin-bottom: 0rem;
  }
}
.cid-uggcihmNiY .mbr-text {
  color: #ffffff;
}
.cid-uggcihmNiY .mbr-iconfont {
  color: black;
}
.cid-uggcihmNiY H5 {
  color: #72487d;
}
.cid-uggcmuiDbG .navbar-dropdown {
  position: relative !important;
}
.cid-uggcmuiDbG .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-uggcmuiDbG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggcmuiDbG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggcmuiDbG .dropdown-item:hover,
.cid-uggcmuiDbG .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggcmuiDbG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggcmuiDbG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggcmuiDbG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggcmuiDbG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggcmuiDbG .nav-link {
  position: relative;
}
.cid-uggcmuiDbG .container {
  display: flex;
  margin: auto;
}
.cid-uggcmuiDbG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggcmuiDbG .dropdown-menu,
.cid-uggcmuiDbG .navbar.opened {
  background: #000000 !important;
}
.cid-uggcmuiDbG .nav-item:focus,
.cid-uggcmuiDbG .nav-link:focus {
  outline: none;
}
.cid-uggcmuiDbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggcmuiDbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggcmuiDbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggcmuiDbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggcmuiDbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggcmuiDbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggcmuiDbG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggcmuiDbG .navbar.opened {
  transition: all 0.3s;
}
.cid-uggcmuiDbG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggcmuiDbG .navbar .navbar-logo img {
  width: auto;
}
.cid-uggcmuiDbG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggcmuiDbG .navbar.collapsed {
  justify-content: center;
}
.cid-uggcmuiDbG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggcmuiDbG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggcmuiDbG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggcmuiDbG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggcmuiDbG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggcmuiDbG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggcmuiDbG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggcmuiDbG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggcmuiDbG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggcmuiDbG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggcmuiDbG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggcmuiDbG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggcmuiDbG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggcmuiDbG .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-uggcmuiDbG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggcmuiDbG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggcmuiDbG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggcmuiDbG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggcmuiDbG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggcmuiDbG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggcmuiDbG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggcmuiDbG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggcmuiDbG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggcmuiDbG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggcmuiDbG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggcmuiDbG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggcmuiDbG .dropdown-item.active,
.cid-uggcmuiDbG .dropdown-item:active {
  background-color: transparent;
}
.cid-uggcmuiDbG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggcmuiDbG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggcmuiDbG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggcmuiDbG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggcmuiDbG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggcmuiDbG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggcmuiDbG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggcmuiDbG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggcmuiDbG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggcmuiDbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggcmuiDbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggcmuiDbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggcmuiDbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggcmuiDbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggcmuiDbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggcmuiDbG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggcmuiDbG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggcmuiDbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggcmuiDbG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggcmuiDbG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggcmuiDbG .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-uggcmuiDbG .navbar {
    height: 70px;
  }
  .cid-uggcmuiDbG .navbar.opened {
    height: auto;
  }
  .cid-uggcmuiDbG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uggcmvzpIW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggcmvzpIW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggcmvzpIW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggcmvzpIW .row {
    text-align: center;
  }
  .cid-uggcmvzpIW .social-row {
    justify-content: center;
  }
}
.cid-uggcmvzpIW .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggcmvzpIW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggcmvzpIW .list {
    margin-bottom: 0rem;
  }
}
.cid-uggcmvzpIW .mbr-text {
  color: #ffffff;
}
.cid-uggcmvzpIW .mbr-iconfont {
  color: black;
}
.cid-uggcmvzpIW H5 {
  color: #72487d;
}
.cid-uggct9hm2Q .navbar-dropdown {
  position: relative !important;
}
.cid-uggct9hm2Q .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-uggct9hm2Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggct9hm2Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggct9hm2Q .dropdown-item:hover,
.cid-uggct9hm2Q .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggct9hm2Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggct9hm2Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggct9hm2Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggct9hm2Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggct9hm2Q .nav-link {
  position: relative;
}
.cid-uggct9hm2Q .container {
  display: flex;
  margin: auto;
}
.cid-uggct9hm2Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggct9hm2Q .dropdown-menu,
.cid-uggct9hm2Q .navbar.opened {
  background: #000000 !important;
}
.cid-uggct9hm2Q .nav-item:focus,
.cid-uggct9hm2Q .nav-link:focus {
  outline: none;
}
.cid-uggct9hm2Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggct9hm2Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggct9hm2Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggct9hm2Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggct9hm2Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggct9hm2Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggct9hm2Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggct9hm2Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uggct9hm2Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggct9hm2Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uggct9hm2Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggct9hm2Q .navbar.collapsed {
  justify-content: center;
}
.cid-uggct9hm2Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggct9hm2Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggct9hm2Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggct9hm2Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggct9hm2Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggct9hm2Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggct9hm2Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggct9hm2Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggct9hm2Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggct9hm2Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggct9hm2Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggct9hm2Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggct9hm2Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggct9hm2Q .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-uggct9hm2Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggct9hm2Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggct9hm2Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggct9hm2Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggct9hm2Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggct9hm2Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggct9hm2Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggct9hm2Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggct9hm2Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggct9hm2Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggct9hm2Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggct9hm2Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggct9hm2Q .dropdown-item.active,
.cid-uggct9hm2Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uggct9hm2Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggct9hm2Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggct9hm2Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggct9hm2Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggct9hm2Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggct9hm2Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggct9hm2Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggct9hm2Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggct9hm2Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggct9hm2Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggct9hm2Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggct9hm2Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggct9hm2Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggct9hm2Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggct9hm2Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggct9hm2Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggct9hm2Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggct9hm2Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggct9hm2Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggct9hm2Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggct9hm2Q .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-uggct9hm2Q .navbar {
    height: 70px;
  }
  .cid-uggct9hm2Q .navbar.opened {
    height: auto;
  }
  .cid-uggct9hm2Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uggctbhXMw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggctbhXMw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggctbhXMw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggctbhXMw .row {
    text-align: center;
  }
  .cid-uggctbhXMw .social-row {
    justify-content: center;
  }
}
.cid-uggctbhXMw .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggctbhXMw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggctbhXMw .list {
    margin-bottom: 0rem;
  }
}
.cid-uggctbhXMw .mbr-text {
  color: #ffffff;
}
.cid-uggctbhXMw .mbr-iconfont {
  color: black;
}
.cid-uggctbhXMw H5 {
  color: #72487d;
}
.cid-unsJlieBZh .navbar-dropdown {
  position: relative !important;
}
.cid-unsJlieBZh .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-unsJlieBZh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unsJlieBZh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unsJlieBZh .dropdown-item:hover,
.cid-unsJlieBZh .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-unsJlieBZh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unsJlieBZh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unsJlieBZh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unsJlieBZh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unsJlieBZh .nav-link {
  position: relative;
}
.cid-unsJlieBZh .container {
  display: flex;
  margin: auto;
}
.cid-unsJlieBZh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unsJlieBZh .dropdown-menu,
.cid-unsJlieBZh .navbar.opened {
  background: #000000 !important;
}
.cid-unsJlieBZh .nav-item:focus,
.cid-unsJlieBZh .nav-link:focus {
  outline: none;
}
.cid-unsJlieBZh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unsJlieBZh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unsJlieBZh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unsJlieBZh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unsJlieBZh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unsJlieBZh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unsJlieBZh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-unsJlieBZh .navbar.opened {
  transition: all 0.3s;
}
.cid-unsJlieBZh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unsJlieBZh .navbar .navbar-logo img {
  width: auto;
}
.cid-unsJlieBZh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unsJlieBZh .navbar.collapsed {
  justify-content: center;
}
.cid-unsJlieBZh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unsJlieBZh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unsJlieBZh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-unsJlieBZh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unsJlieBZh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unsJlieBZh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unsJlieBZh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unsJlieBZh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unsJlieBZh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unsJlieBZh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unsJlieBZh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unsJlieBZh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unsJlieBZh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unsJlieBZh .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-unsJlieBZh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unsJlieBZh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unsJlieBZh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unsJlieBZh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unsJlieBZh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unsJlieBZh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unsJlieBZh .navbar.navbar-short {
  min-height: 60px;
}
.cid-unsJlieBZh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unsJlieBZh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unsJlieBZh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unsJlieBZh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unsJlieBZh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unsJlieBZh .dropdown-item.active,
.cid-unsJlieBZh .dropdown-item:active {
  background-color: transparent;
}
.cid-unsJlieBZh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unsJlieBZh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unsJlieBZh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unsJlieBZh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-unsJlieBZh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unsJlieBZh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unsJlieBZh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unsJlieBZh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unsJlieBZh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unsJlieBZh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unsJlieBZh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unsJlieBZh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unsJlieBZh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unsJlieBZh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unsJlieBZh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unsJlieBZh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unsJlieBZh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unsJlieBZh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unsJlieBZh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unsJlieBZh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unsJlieBZh .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-unsJlieBZh .navbar {
    height: 70px;
  }
  .cid-unsJlieBZh .navbar.opened {
    height: auto;
  }
  .cid-unsJlieBZh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unsJleHNCE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unsJleHNCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJleHNCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJleHNCE .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-unsJleHNCE .container {
    max-width: 1400px;
  }
}
.cid-unsJleHNCE .card {
  margin: auto;
}
.cid-unsJleHNCE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-unsJleHNCE .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unsJleHNCE .row {
  justify-content: center;
}
.cid-unsJljboOv {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unsJljboOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJljboOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJljboOv .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unsJljboOv .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-unsJljboOv .mbr-text,
.cid-unsJljboOv .mbr-section-btn {
  text-align: center;
}
.cid-unsJlkoUH8 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unsJlkoUH8 img,
.cid-unsJlkoUH8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-unsJlkoUH8 .item:focus,
.cid-unsJlkoUH8 span:focus {
  outline: none;
}
.cid-unsJlkoUH8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-unsJlkoUH8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-unsJlkoUH8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-unsJlkoUH8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unsJlkoUH8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-unsJlkoUH8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-unsJlkoUH8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unsJlkoUH8 .mbr-section-title {
  color: #232323;
}
.cid-unsJlkoUH8 .mbr-text,
.cid-unsJlkoUH8 .mbr-section-btn {
  text-align: left;
}
.cid-unsJlkoUH8 .item-title {
  text-align: left;
}
.cid-unsJlkoUH8 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-unsJlllpZv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unsJlllpZv img,
.cid-unsJlllpZv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-unsJlllpZv .item:focus,
.cid-unsJlllpZv span:focus {
  outline: none;
}
.cid-unsJlllpZv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-unsJlllpZv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-unsJlllpZv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-unsJlllpZv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unsJlllpZv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-unsJlllpZv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-unsJlllpZv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unsJlllpZv .mbr-section-title {
  color: #232323;
}
.cid-unsJlllpZv .mbr-text,
.cid-unsJlllpZv .mbr-section-btn {
  text-align: left;
}
.cid-unsJlllpZv .item-title {
  text-align: left;
}
.cid-unsJlllpZv .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-unsJlmeMxz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unsJlmeMxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJlmeMxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJlmeMxz .mbr-text,
.cid-unsJlmeMxz .mbr-section-btn {
  color: #232323;
}
.cid-unsJlmeMxz .card-title,
.cid-unsJlmeMxz .card-box {
  color: #ffffff;
}
.cid-unsJlmeMxz .mbr-text,
.cid-unsJlmeMxz .link-wrap {
  color: #ffffff;
}
.cid-unsJlmRkRv {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unsJlmRkRv .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-unsJlmRkRv .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-unsJlmRkRv .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-unsJlmRkRv .mbr-text {
  color: #ffffff;
}
.cid-unsJlmRkRv .card {
  padding-bottom: 1.5rem;
}
.cid-unsJlmRkRv .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unsJlmRkRv .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-unsJlmRkRv .card-wrapper .card-title {
  color: #ffffff;
}
.cid-unsJlmRkRv H1 {
  color: #000000;
}
.cid-unsJlmRkRv .mbr-text,
.cid-unsJlmRkRv .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-unsJlmRkRv .card-wrapper .card-title,
.cid-unsJlmRkRv .card-box {
  color: #e43f3f;
}
.cid-unsJlnQHwY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-unsJlnQHwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJlnQHwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJlnQHwY .mbr-text,
.cid-unsJlnQHwY .mbr-section-btn {
  color: #232323;
}
.cid-unsJlnQHwY .card-title,
.cid-unsJlnQHwY .card-box {
  color: #ffffff;
}
.cid-unsJlnQHwY .mbr-text,
.cid-unsJlnQHwY .link-wrap {
  color: #ffffff;
}
.cid-unsJlovYLT {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-unsJlovYLT .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-unsJlovYLT .item {
    margin-bottom: 4rem;
  }
}
.cid-unsJlovYLT .item:last-child .icon-box:before {
  display: none;
}
.cid-unsJlovYLT .item.last .icon-box:before {
  display: none;
}
.cid-unsJlovYLT .step-number {
  padding-top: 6px;
}
.cid-unsJlovYLT .icon-box {
  background: #000000;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-unsJlovYLT .icon-box {
    margin-right: 1rem;
  }
}
.cid-unsJlovYLT .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #000000;
  transform: translate(-50%, 0);
}
.cid-unsJlovYLT span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unsJlovYLT .card {
    margin-bottom: 2rem;
  }
  .cid-unsJlovYLT .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-unsJlovYLT .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-unsJlovYLT .icon-box::before {
    top: 114%;
  }
}
.cid-unsJlovYLT .card-title,
.cid-unsJlovYLT .card-box {
  color: #000000;
}
.cid-unsJlovYLT .icon-text {
  color: #000000;
}
.cid-unsJlovYLT .mbr-text,
.cid-unsJlovYLT .mbr-section-btn {
  color: #000000;
}
.cid-unsJlovYLT .icon-title {
  color: #e43f3f;
}
.cid-unsJlq6bVv {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/demo-1.jpg");
}
.cid-unsJlq6bVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJlq6bVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJlq6bVv .mbr-text,
.cid-unsJlq6bVv .mbr-section-btn {
  color: #232323;
}
.cid-unsJlq6bVv .card-title,
.cid-unsJlq6bVv .card-box {
  color: #e43f3f;
}
.cid-unsJlq6bVv .mbr-text,
.cid-unsJlq6bVv .link-wrap {
  color: #ffffff;
}
.cid-unsJlqTQOI {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unsJlqTQOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJlqTQOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJlqTQOI .mbr-section-title {
  color: #000000;
}
.cid-unsJlrYdv2 {
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-unsJlrYdv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJlrYdv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJlrYdv2 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-unsJlrYdv2 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-unsJlrYdv2 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-unsJlrYdv2 .mbr-text {
  color: #ffffff;
}
.cid-unsJlrYdv2 .card {
  padding-bottom: 1.5rem;
}
.cid-unsJlrYdv2 .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unsJlrYdv2 .item-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-unsJlrYdv2 .item-wrapper .card-title {
  color: #ffffff;
}
.cid-unsJlt4q18 {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-unsJlt4q18 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-unsJlt4q18 .row {
    flex-direction: column-reverse;
  }
  .cid-unsJlt4q18 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-unsJlt4q18 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unsJlt4q18 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-unsJlt4q18 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-unsJlt4q18 .mbr-text,
.cid-unsJlt4q18 .mbr-section-btn {
  color: #000000;
}
.cid-unsJlt4q18 .card-title {
  color: #000000;
}
.cid-unsJlu5kfg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unsJlu5kfg img,
.cid-unsJlu5kfg .item-img {
  width: 100%;
}
.cid-unsJlu5kfg .item:focus,
.cid-unsJlu5kfg span:focus {
  outline: none;
}
.cid-unsJlu5kfg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-unsJlu5kfg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-unsJlu5kfg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unsJlu5kfg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-unsJlu5kfg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unsJlu5kfg .mbr-section-title {
  color: #000000;
}
.cid-unsJlu5kfg .mbr-text,
.cid-unsJlu5kfg .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-unsJlu5kfg .item-title {
  text-align: left;
  color: #000000;
}
.cid-unsJlu5kfg .item-subtitle {
  text-align: left;
}
.cid-unsJlv2Svp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unsJlv2Svp .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-unsJlv2Svp .mbr-section-title,
.cid-unsJlv2Svp .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-unsJlv2Svp .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-unsJlv2Svp .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-unsJlv2Svp .card-title {
  color: #000000;
}
.cid-unsJlv2Svp .mbr-text {
  color: #000000;
}
.cid-unsJlv2Svp .price {
  color: #000000;
}
.cid-unsJlv2Svp .mbr-section-title {
  color: #000000;
}
.cid-unsJlv2Svp .mbr-section-subtitle {
  color: #000000;
}
.cid-unsJlwE4vv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unsJlwE4vv .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-unsJlwE4vv .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-unsJlwE4vv .mbr-section-title {
  color: #000000;
}
.cid-unsJlwE4vv .mbr-text {
  color: #767676;
}
.cid-unsJlwE4vv .name {
  color: #000000;
}
.cid-unsJlwE4vv .position {
  color: #e43f3f;
}
.cid-unsJlxxdmC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-unsJlxxdmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJlxxdmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJlxxdmC .mbr-text {
  color: #767676;
}
.cid-unsJlxxdmC .mbr-section-subtitle {
  color: #767676;
}
.cid-unsJlxxdmC .title .num {
  width: 100%;
  display: block;
}
.cid-unsJlxxdmC .title .card-title {
  z-index: 1;
}
.cid-unsJlxxdmC .num {
  color: #e43f3f;
}
@media (max-width: 767px) {
  .cid-unsJlxxdmC * {
    text-align: center !important;
  }
  .cid-unsJlxxdmC .content-column {
    margin-bottom: 2rem;
  }
}
.cid-unsJlxxdmC .card-text {
  color: #767676;
}
.cid-unsJlxxdmC .card-title,
.cid-unsJlxxdmC .card-img {
  color: #000000;
}
.cid-unsJlzbIop {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unsJlzbIop img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-unsJlzbIop .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-unsJlzbIop .card {
    max-width: 12.5%;
  }
}
.cid-unsJlzbIop .mbr-section-title {
  color: #000000;
}
.cid-unsJlzbIop .mbr-text {
  color: #e43f3f;
}
.cid-unsJlzbIop .mbr-section-subtitle {
  color: #000000;
}
.cid-unsJlAPgWm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unsJlAPgWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJlAPgWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJlAPgWm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unsJlAPgWm .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-unsJlBG7Zn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unsJlBG7Zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJlBG7Zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJlBG7Zn .mbr-text,
.cid-unsJlBG7Zn .mbr-section-btn {
  color: #232323;
}
.cid-unsJlBG7Zn .btn {
  width: 100%;
}
.cid-unsJlBG7Zn .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-unsJlBG7Zn H1 {
  text-align: center;
}
.cid-unsJlCBfay {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-unsJlCBfay .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unsJlCBfay .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unsJlCBfay .row {
    text-align: center;
  }
  .cid-unsJlCBfay .social-row {
    justify-content: center;
  }
}
.cid-unsJlCBfay .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unsJlCBfay .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unsJlCBfay .list {
    margin-bottom: 0rem;
  }
}
.cid-unsJlCBfay .mbr-text {
  color: #ffffff;
}
.cid-unsJlCBfay .mbr-iconfont {
  color: black;
}
.cid-unsJlCBfay H5 {
  color: #72487d;
}
.cid-unsJlDRyKe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/grad1-glitch-1.jpeg");
}
.cid-unsJlDRyKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJlDRyKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJlDRyKe .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #72487d;
  margin-bottom: 2rem;
}
.cid-unsJlDRyKe .card-wrapper {
  padding: 3rem;
  background: #111111;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-unsJlDRyKe .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unsJlDRyKe .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-unsJlDRyKe .mbr-text {
  color: #ffffff;
}
.cid-unsJlDRyKe .card-title {
  color: #ffffff;
}
.cid-unsJlDRyKe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unsJlDRyKe .mbr-section-title {
  color: #ffffff;
}
.cid-unsJnYjvsn .navbar-dropdown {
  position: relative !important;
}
.cid-unsJnYjvsn .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-unsJnYjvsn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unsJnYjvsn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unsJnYjvsn .dropdown-item:hover,
.cid-unsJnYjvsn .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-unsJnYjvsn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unsJnYjvsn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unsJnYjvsn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unsJnYjvsn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unsJnYjvsn .nav-link {
  position: relative;
}
.cid-unsJnYjvsn .container {
  display: flex;
  margin: auto;
}
.cid-unsJnYjvsn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unsJnYjvsn .dropdown-menu,
.cid-unsJnYjvsn .navbar.opened {
  background: #000000 !important;
}
.cid-unsJnYjvsn .nav-item:focus,
.cid-unsJnYjvsn .nav-link:focus {
  outline: none;
}
.cid-unsJnYjvsn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unsJnYjvsn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unsJnYjvsn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unsJnYjvsn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unsJnYjvsn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unsJnYjvsn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unsJnYjvsn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-unsJnYjvsn .navbar.opened {
  transition: all 0.3s;
}
.cid-unsJnYjvsn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unsJnYjvsn .navbar .navbar-logo img {
  width: auto;
}
.cid-unsJnYjvsn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unsJnYjvsn .navbar.collapsed {
  justify-content: center;
}
.cid-unsJnYjvsn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unsJnYjvsn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unsJnYjvsn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-unsJnYjvsn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unsJnYjvsn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unsJnYjvsn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unsJnYjvsn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unsJnYjvsn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unsJnYjvsn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unsJnYjvsn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unsJnYjvsn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unsJnYjvsn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unsJnYjvsn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unsJnYjvsn .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-unsJnYjvsn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unsJnYjvsn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unsJnYjvsn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unsJnYjvsn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unsJnYjvsn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unsJnYjvsn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unsJnYjvsn .navbar.navbar-short {
  min-height: 60px;
}
.cid-unsJnYjvsn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unsJnYjvsn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unsJnYjvsn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unsJnYjvsn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unsJnYjvsn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unsJnYjvsn .dropdown-item.active,
.cid-unsJnYjvsn .dropdown-item:active {
  background-color: transparent;
}
.cid-unsJnYjvsn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unsJnYjvsn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unsJnYjvsn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unsJnYjvsn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-unsJnYjvsn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unsJnYjvsn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unsJnYjvsn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unsJnYjvsn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unsJnYjvsn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unsJnYjvsn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unsJnYjvsn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unsJnYjvsn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unsJnYjvsn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unsJnYjvsn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unsJnYjvsn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unsJnYjvsn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unsJnYjvsn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unsJnYjvsn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unsJnYjvsn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unsJnYjvsn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unsJnYjvsn .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-unsJnYjvsn .navbar {
    height: 70px;
  }
  .cid-unsJnYjvsn .navbar.opened {
    height: auto;
  }
  .cid-unsJnYjvsn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unsJnVObT2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unsJnVObT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJnVObT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJnVObT2 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-unsJnVObT2 .container {
    max-width: 1400px;
  }
}
.cid-unsJnVObT2 .card {
  margin: auto;
}
.cid-unsJnVObT2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-unsJnVObT2 .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unsJnVObT2 .row {
  justify-content: center;
}
.cid-unsJnZfPPv {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unsJnZfPPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJnZfPPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJnZfPPv .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unsJnZfPPv .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-unsJnZfPPv .mbr-text,
.cid-unsJnZfPPv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-unsJnZfPPv .mbr-section-title {
  color: #232323;
}
.cid-unsJo013JI {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unsJo013JI img,
.cid-unsJo013JI .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-unsJo013JI .item:focus,
.cid-unsJo013JI span:focus {
  outline: none;
}
.cid-unsJo013JI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-unsJo013JI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-unsJo013JI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-unsJo013JI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unsJo013JI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-unsJo013JI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-unsJo013JI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unsJo013JI .mbr-section-title {
  color: #232323;
}
.cid-unsJo013JI .mbr-text,
.cid-unsJo013JI .mbr-section-btn {
  text-align: left;
}
.cid-unsJo013JI .item-title {
  text-align: left;
}
.cid-unsJo013JI .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-unsJo0UF9X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unsJo0UF9X img,
.cid-unsJo0UF9X .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-unsJo0UF9X .item:focus,
.cid-unsJo0UF9X span:focus {
  outline: none;
}
.cid-unsJo0UF9X .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-unsJo0UF9X .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-unsJo0UF9X .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-unsJo0UF9X .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unsJo0UF9X .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-unsJo0UF9X .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-unsJo0UF9X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unsJo0UF9X .mbr-section-title {
  color: #232323;
}
.cid-unsJo0UF9X .mbr-text,
.cid-unsJo0UF9X .mbr-section-btn {
  text-align: left;
}
.cid-unsJo0UF9X .item-title {
  text-align: left;
}
.cid-unsJo0UF9X .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-unsJo1RQlg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unsJo1RQlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJo1RQlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJo1RQlg .mbr-text,
.cid-unsJo1RQlg .mbr-section-btn {
  color: #232323;
}
.cid-unsJo1RQlg .card-title,
.cid-unsJo1RQlg .card-box {
  color: #ffffff;
}
.cid-unsJo1RQlg .mbr-text,
.cid-unsJo1RQlg .link-wrap {
  color: #ffffff;
}
.cid-unsJo2ucEH {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unsJo2ucEH .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-unsJo2ucEH .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-unsJo2ucEH .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-unsJo2ucEH .mbr-text {
  color: #ffffff;
}
.cid-unsJo2ucEH .card {
  padding-bottom: 1.5rem;
}
.cid-unsJo2ucEH .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unsJo2ucEH .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-unsJo2ucEH .card-wrapper .card-title {
  color: #ffffff;
}
.cid-unsJo2ucEH H1 {
  color: #000000;
}
.cid-unsJo2ucEH .mbr-text,
.cid-unsJo2ucEH .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-unsJo2ucEH .card-wrapper .card-title,
.cid-unsJo2ucEH .card-box {
  color: #e43f3f;
}
.cid-unsJo3jG6B {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-unsJo3jG6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJo3jG6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJo3jG6B .mbr-text,
.cid-unsJo3jG6B .mbr-section-btn {
  color: #232323;
}
.cid-unsJo3jG6B .card-title,
.cid-unsJo3jG6B .card-box {
  color: #ffffff;
}
.cid-unsJo3jG6B .mbr-text,
.cid-unsJo3jG6B .link-wrap {
  color: #ffffff;
}
.cid-unsJo49C7H {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-unsJo49C7H .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-unsJo49C7H .item {
    margin-bottom: 4rem;
  }
}
.cid-unsJo49C7H .item:last-child .icon-box:before {
  display: none;
}
.cid-unsJo49C7H .item.last .icon-box:before {
  display: none;
}
.cid-unsJo49C7H .step-number {
  padding-top: 6px;
}
.cid-unsJo49C7H .icon-box {
  background: #000000;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-unsJo49C7H .icon-box {
    margin-right: 1rem;
  }
}
.cid-unsJo49C7H .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #000000;
  transform: translate(-50%, 0);
}
.cid-unsJo49C7H span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unsJo49C7H .card {
    margin-bottom: 2rem;
  }
  .cid-unsJo49C7H .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-unsJo49C7H .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-unsJo49C7H .icon-box::before {
    top: 114%;
  }
}
.cid-unsJo49C7H .card-title,
.cid-unsJo49C7H .card-box {
  color: #000000;
}
.cid-unsJo49C7H .icon-text {
  color: #000000;
}
.cid-unsJo49C7H .mbr-text,
.cid-unsJo49C7H .mbr-section-btn {
  color: #000000;
}
.cid-unsJo49C7H .icon-title {
  color: #e43f3f;
}
.cid-unsJofbmS3 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-unsJofbmS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJofbmS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJofbmS3 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unsJofbmS3 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-unsJocGdO6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unsJocGdO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJocGdO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJocGdO6 .mbr-text {
  color: #767676;
}
.cid-unsJocGdO6 .mbr-section-subtitle {
  color: #767676;
}
.cid-unsJocGdO6 .title .num {
  width: 100%;
  display: block;
}
.cid-unsJocGdO6 .title .card-title {
  z-index: 1;
}
.cid-unsJocGdO6 .num {
  color: #e43f3f;
}
@media (max-width: 767px) {
  .cid-unsJocGdO6 * {
    text-align: center !important;
  }
  .cid-unsJocGdO6 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-unsJocGdO6 .card-text {
  color: #767676;
}
.cid-unsJocGdO6 .card-title,
.cid-unsJocGdO6 .card-img {
  color: #000000;
}
.cid-unsJo5DZNJ {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/demo-1.jpg");
}
.cid-unsJo5DZNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJo5DZNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJo5DZNJ .mbr-text,
.cid-unsJo5DZNJ .mbr-section-btn {
  color: #232323;
}
.cid-unsJo5DZNJ .card-title,
.cid-unsJo5DZNJ .card-box {
  color: #e43f3f;
}
.cid-unsJo5DZNJ .mbr-text,
.cid-unsJo5DZNJ .link-wrap {
  color: #ffffff;
}
.cid-unsJo6spYi {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unsJo6spYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJo6spYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJo6spYi .mbr-section-title {
  color: #000000;
}
.cid-unsJoe3SNS {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-unsJoe3SNS img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-unsJoe3SNS .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-unsJoe3SNS .card {
    max-width: 12.5%;
  }
}
.cid-unsJoe3SNS .mbr-section-title {
  color: #000000;
}
.cid-unsJoe3SNS .mbr-text {
  color: #e43f3f;
}
.cid-unsJoe3SNS .mbr-section-subtitle {
  color: #000000;
}
.cid-unsJo7uNU0 {
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-unsJo7uNU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJo7uNU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJo7uNU0 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-unsJo7uNU0 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-unsJo7uNU0 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-unsJo7uNU0 .mbr-text {
  color: #ffffff;
}
.cid-unsJo7uNU0 .card {
  padding-bottom: 1.5rem;
}
.cid-unsJo7uNU0 .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unsJo7uNU0 .item-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-unsJo7uNU0 .item-wrapper .card-title {
  color: #ffffff;
}
.cid-unsJo8wT5v {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-unsJo8wT5v .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-unsJo8wT5v .row {
    flex-direction: column-reverse;
  }
  .cid-unsJo8wT5v .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-unsJo8wT5v .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unsJo8wT5v .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-unsJo8wT5v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-unsJo8wT5v .mbr-text,
.cid-unsJo8wT5v .mbr-section-btn {
  color: #000000;
}
.cid-unsJo8wT5v .card-title {
  color: #000000;
}
.cid-unsJo9kZnZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unsJo9kZnZ img,
.cid-unsJo9kZnZ .item-img {
  width: 100%;
}
.cid-unsJo9kZnZ .item:focus,
.cid-unsJo9kZnZ span:focus {
  outline: none;
}
.cid-unsJo9kZnZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-unsJo9kZnZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-unsJo9kZnZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unsJo9kZnZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-unsJo9kZnZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unsJo9kZnZ .mbr-section-title {
  color: #000000;
}
.cid-unsJo9kZnZ .mbr-text,
.cid-unsJo9kZnZ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-unsJo9kZnZ .item-title {
  text-align: left;
  color: #000000;
}
.cid-unsJo9kZnZ .item-subtitle {
  text-align: left;
}
.cid-unsJoan2HO {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unsJoan2HO .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-unsJoan2HO .mbr-section-title,
.cid-unsJoan2HO .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-unsJoan2HO .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-unsJoan2HO .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-unsJoan2HO .card-title {
  color: #000000;
}
.cid-unsJoan2HO .mbr-text {
  color: #000000;
}
.cid-unsJoan2HO .price {
  color: #000000;
}
.cid-unsJoan2HO .mbr-section-title {
  color: #000000;
}
.cid-unsJoan2HO .mbr-section-subtitle {
  color: #000000;
}
.cid-unsJobK1tF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unsJobK1tF .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-unsJobK1tF .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-unsJobK1tF .mbr-section-title {
  color: #000000;
}
.cid-unsJobK1tF .mbr-text {
  color: #767676;
}
.cid-unsJobK1tF .name {
  color: #000000;
}
.cid-unsJobK1tF .position {
  color: #e43f3f;
}
.cid-unsJofZBoX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unsJofZBoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJofZBoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJofZBoX .mbr-text,
.cid-unsJofZBoX .mbr-section-btn {
  color: #232323;
}
.cid-unsJofZBoX .btn {
  width: 100%;
}
.cid-unsJofZBoX .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-unsJofZBoX H1 {
  text-align: center;
}
.cid-unsJogOm0S {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-unsJogOm0S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unsJogOm0S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unsJogOm0S .row {
    text-align: center;
  }
  .cid-unsJogOm0S .social-row {
    justify-content: center;
  }
}
.cid-unsJogOm0S .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unsJogOm0S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unsJogOm0S .list {
    margin-bottom: 0rem;
  }
}
.cid-unsJogOm0S .mbr-text {
  color: #ffffff;
}
.cid-unsJogOm0S .mbr-iconfont {
  color: black;
}
.cid-unsJogOm0S H5 {
  color: #72487d;
}
.cid-unsJoib6w6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/grad1-glitch-1.jpeg");
}
.cid-unsJoib6w6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unsJoib6w6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unsJoib6w6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #72487d;
  margin-bottom: 2rem;
}
.cid-unsJoib6w6 .card-wrapper {
  padding: 3rem;
  background: #111111;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-unsJoib6w6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unsJoib6w6 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-unsJoib6w6 .mbr-text {
  color: #ffffff;
}
.cid-unsJoib6w6 .card-title {
  color: #ffffff;
}
.cid-unsJoib6w6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unsJoib6w6 .mbr-section-title {
  color: #ffffff;
}
.cid-uoSggfCMa8 .navbar-dropdown {
  position: relative !important;
}
.cid-uoSggfCMa8 .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-uoSggfCMa8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoSggfCMa8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoSggfCMa8 .dropdown-item:hover,
.cid-uoSggfCMa8 .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uoSggfCMa8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoSggfCMa8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoSggfCMa8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoSggfCMa8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoSggfCMa8 .nav-link {
  position: relative;
}
.cid-uoSggfCMa8 .container {
  display: flex;
  margin: auto;
}
.cid-uoSggfCMa8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoSggfCMa8 .dropdown-menu,
.cid-uoSggfCMa8 .navbar.opened {
  background: #000000 !important;
}
.cid-uoSggfCMa8 .nav-item:focus,
.cid-uoSggfCMa8 .nav-link:focus {
  outline: none;
}
.cid-uoSggfCMa8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoSggfCMa8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoSggfCMa8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoSggfCMa8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoSggfCMa8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoSggfCMa8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoSggfCMa8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uoSggfCMa8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoSggfCMa8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoSggfCMa8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoSggfCMa8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoSggfCMa8 .navbar.collapsed {
  justify-content: center;
}
.cid-uoSggfCMa8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoSggfCMa8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoSggfCMa8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uoSggfCMa8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoSggfCMa8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoSggfCMa8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoSggfCMa8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoSggfCMa8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoSggfCMa8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoSggfCMa8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoSggfCMa8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoSggfCMa8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoSggfCMa8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoSggfCMa8 .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-uoSggfCMa8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoSggfCMa8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoSggfCMa8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoSggfCMa8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoSggfCMa8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoSggfCMa8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoSggfCMa8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoSggfCMa8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoSggfCMa8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoSggfCMa8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoSggfCMa8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoSggfCMa8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoSggfCMa8 .dropdown-item.active,
.cid-uoSggfCMa8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoSggfCMa8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoSggfCMa8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoSggfCMa8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoSggfCMa8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uoSggfCMa8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoSggfCMa8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoSggfCMa8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoSggfCMa8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoSggfCMa8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoSggfCMa8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoSggfCMa8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoSggfCMa8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoSggfCMa8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoSggfCMa8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoSggfCMa8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoSggfCMa8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoSggfCMa8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoSggfCMa8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoSggfCMa8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoSggfCMa8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoSggfCMa8 .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-uoSggfCMa8 .navbar {
    height: 70px;
  }
  .cid-uoSggfCMa8 .navbar.opened {
    height: auto;
  }
  .cid-uoSggfCMa8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoSgginT6A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoSgginT6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSgginT6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSgginT6A .timeline-element {
  position: relative;
}
.cid-uoSgginT6A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoSgginT6A .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uoSgginT6A .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uoSgginT6A .iconBackground {
    left: 50%;
  }
}
.cid-uoSgginT6A .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-uoSgginT6A .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uoSgginT6A .row:after {
    left: 50%;
  }
}
.cid-uoSgginT6A .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uoSgginT6A .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-uoSgginT6A .timeline-date-wrapper,
  .cid-uoSgginT6A .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uoSgginT6A .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoSgginT6A .timeline-date-wrapper,
  .cid-uoSgginT6A .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uoSgginT6A .timeline-date-wrapper,
  .cid-uoSgginT6A .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-uoSggkk2an {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoSggkk2an img,
.cid-uoSggkk2an .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uoSggkk2an .item:focus,
.cid-uoSggkk2an span:focus {
  outline: none;
}
.cid-uoSggkk2an .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uoSggkk2an .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uoSggkk2an .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uoSggkk2an .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoSggkk2an .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uoSggkk2an .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uoSggkk2an .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uoSggkk2an .mbr-section-title {
  color: #232323;
}
.cid-uoSggkk2an .mbr-text,
.cid-uoSggkk2an .mbr-section-btn {
  text-align: center;
}
.cid-uoSggkk2an .item-title {
  text-align: center;
}
.cid-uoSggkk2an .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uoSggl9IWW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoSggl9IWW img,
.cid-uoSggl9IWW .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uoSggl9IWW .item:focus,
.cid-uoSggl9IWW span:focus {
  outline: none;
}
.cid-uoSggl9IWW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uoSggl9IWW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uoSggl9IWW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uoSggl9IWW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoSggl9IWW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uoSggl9IWW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uoSggl9IWW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uoSggl9IWW .mbr-section-title {
  color: #232323;
}
.cid-uoSggl9IWW .mbr-text,
.cid-uoSggl9IWW .mbr-section-btn {
  text-align: center;
}
.cid-uoSggl9IWW .item-title {
  text-align: center;
}
.cid-uoSggl9IWW .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uoSgglVmwA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoSgglVmwA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uoSgglVmwA form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uoSgglVmwA form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uoSgglVmwA form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uoSggmsogb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uoSggmsogb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uoSggmsogb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoSggmsogb .row {
    text-align: center;
  }
  .cid-uoSggmsogb .social-row {
    justify-content: center;
  }
}
.cid-uoSggmsogb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoSggmsogb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoSggmsogb .list {
    margin-bottom: 0rem;
  }
}
.cid-uoSggmsogb .mbr-text {
  color: #ffffff;
}
.cid-uoSggmsogb .mbr-iconfont {
  color: black;
}
.cid-uoSggmsogb H5 {
  color: #72487d;
}
.cid-uggbhToWS0 .navbar-dropdown {
  position: relative !important;
}
.cid-uggbhToWS0 .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-uggbhToWS0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggbhToWS0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggbhToWS0 .dropdown-item:hover,
.cid-uggbhToWS0 .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggbhToWS0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggbhToWS0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggbhToWS0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggbhToWS0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggbhToWS0 .nav-link {
  position: relative;
}
.cid-uggbhToWS0 .container {
  display: flex;
  margin: auto;
}
.cid-uggbhToWS0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggbhToWS0 .dropdown-menu,
.cid-uggbhToWS0 .navbar.opened {
  background: #000000 !important;
}
.cid-uggbhToWS0 .nav-item:focus,
.cid-uggbhToWS0 .nav-link:focus {
  outline: none;
}
.cid-uggbhToWS0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggbhToWS0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggbhToWS0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggbhToWS0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggbhToWS0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggbhToWS0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggbhToWS0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggbhToWS0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uggbhToWS0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggbhToWS0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uggbhToWS0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggbhToWS0 .navbar.collapsed {
  justify-content: center;
}
.cid-uggbhToWS0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggbhToWS0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggbhToWS0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggbhToWS0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggbhToWS0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggbhToWS0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggbhToWS0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggbhToWS0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggbhToWS0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggbhToWS0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggbhToWS0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggbhToWS0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggbhToWS0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggbhToWS0 .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-uggbhToWS0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggbhToWS0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggbhToWS0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggbhToWS0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggbhToWS0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggbhToWS0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggbhToWS0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggbhToWS0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggbhToWS0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggbhToWS0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggbhToWS0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggbhToWS0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggbhToWS0 .dropdown-item.active,
.cid-uggbhToWS0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uggbhToWS0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggbhToWS0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggbhToWS0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggbhToWS0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggbhToWS0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggbhToWS0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggbhToWS0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggbhToWS0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggbhToWS0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggbhToWS0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggbhToWS0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggbhToWS0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbhToWS0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbhToWS0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggbhToWS0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbhToWS0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggbhToWS0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggbhToWS0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbhToWS0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggbhToWS0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggbhToWS0 .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-uggbhToWS0 .navbar {
    height: 70px;
  }
  .cid-uggbhToWS0 .navbar.opened {
    height: auto;
  }
  .cid-uggbhToWS0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugh5JWkPEE {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-ugh5JWkPEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugh5JWkPEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggZh6ETe3 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uggZh6ETe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggZh6ETe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggZh6ETe3 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uggZh6ETe3 .icon-box {
  background: #72487d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uggZh6ETe3 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggZh6ETe3 .card {
    margin-bottom: 2rem;
  }
  .cid-uggZh6ETe3 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uggZh6ETe3 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uggZh6ETe3 .card-title,
.cid-uggZh6ETe3 .card-box {
  color: #72487d;
}
.cid-ugh8iJHEUK {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/nstylespace-logo1a-4.png");
}
.cid-ugh8iJHEUK .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-ugh8iJHEUK .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-ugh8iJHEUK {
    align-items: flex-end;
  }
  .cid-ugh8iJHEUK .row {
    justify-content: flex-start;
  }
  .cid-ugh8iJHEUK .content-wrap {
    width: 43%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugh8iJHEUK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugh8iJHEUK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugh8iJHEUK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugh8iJHEUK .content-wrap {
    width: 100%;
  }
}
.cid-ughdSJgCVL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ughdSJgCVL img,
.cid-ughdSJgCVL .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ughdSJgCVL .item:focus,
.cid-ughdSJgCVL span:focus {
  outline: none;
}
.cid-ughdSJgCVL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ughdSJgCVL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ughdSJgCVL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ughdSJgCVL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ughdSJgCVL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ughdSJgCVL .mbr-section-title {
  color: #72487d;
}
.cid-ughdSJgCVL .mbr-text,
.cid-ughdSJgCVL .mbr-section-btn {
  text-align: left;
}
.cid-ughdSJgCVL .item-title {
  text-align: left;
}
.cid-ughdSJgCVL .item-subtitle {
  text-align: center;
}
.cid-ughdSJgCVL .mbr-section-subtitle {
  color: #72487d;
}
.cid-ughdC4rA2z {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ughdC4rA2z img,
.cid-ughdC4rA2z .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ughdC4rA2z .item:focus,
.cid-ughdC4rA2z span:focus {
  outline: none;
}
.cid-ughdC4rA2z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ughdC4rA2z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ughdC4rA2z .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ughdC4rA2z .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ughdC4rA2z .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ughdC4rA2z .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ughdC4rA2z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ughdC4rA2z .mbr-section-title {
  color: #72487d;
}
.cid-ughdC4rA2z .mbr-text,
.cid-ughdC4rA2z .mbr-section-btn {
  text-align: left;
}
.cid-ughdC4rA2z .item-title {
  text-align: left;
}
.cid-ughdC4rA2z .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ughdC4rA2z .mbr-section-subtitle {
  color: #72487d;
}
.cid-uggYXTodfM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-10.jpeg");
}
.cid-uggYXTodfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggYXTodfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggYXTodfM .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #72487d;
  margin-left: 1rem;
}
.cid-uggYXTodfM .panel-group {
  border: none;
}
.cid-uggYXTodfM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uggYXTodfM .panel-body,
.cid-uggYXTodfM .card-header {
  padding: 1rem 0;
}
.cid-uggYXTodfM .panel-title-edit {
  color: #ffffff;
}
.cid-uggYXTodfM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uggYXTodfM H3 {
  color: #ffffff;
}
.cid-uggYXTodfM .panel-text {
  color: #ffffff;
}
.cid-uggY1dpdE1 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uggY1dpdE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggY1dpdE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggY1dpdE1 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uggY1dpdE1 .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uggY1dpdE1 .mbr-section-title {
  color: #72487d;
}
.cid-uggY1dpdE1 .mbr-text,
.cid-uggY1dpdE1 .mbr-section-btn {
  color: #000000;
}
.cid-uoSHWHKL76 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoSHWHKL76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSHWHKL76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSHWHKL76 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uoSHWHKL76 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uoSHWHKL76 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #72487d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uoSHWHKL76 H3 {
  color: #72487d;
}
.cid-uoSIqgyupu {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-9.jpeg");
}
.cid-uoSIqgyupu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSIqgyupu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoSIqgyupu .mbr-section-title {
  color: #ffffff;
}
.cid-uoSIqgyupu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ughewhlVu9 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ughewhlVu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ughewhlVu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ughewhlVu9 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ughewhlVu9 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-ughewhlVu9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ughewhlVu9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #72487d;
  transition: all 0.3s;
}
.cid-ughewhlVu9 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #72487d;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ughewhlVu9 .social-row .soc-item:hover {
  background-color: #72487d;
}
.cid-ughewhlVu9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ughewhlVu9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ughewhlVu9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ughewhlVu9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ughewhlVu9 .card-title {
  color: #72487d;
}
.cid-uggY7Yd8Y4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uggY7Yd8Y4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uggY7Yd8Y4 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uggY7Yd8Y4 form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uggY7Yd8Y4 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uggY7Yd8Y4 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uggY7Yd8Y4 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uggY7Yd8Y4 .mbr-section-title {
  color: #72487d;
}
.cid-uggY7Yd8Y4 .mbr-section-subtitle {
  color: #72487d;
}
.cid-uggbhYco7h {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggbhYco7h .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggbhYco7h .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggbhYco7h .row {
    text-align: center;
  }
  .cid-uggbhYco7h .social-row {
    justify-content: center;
  }
}
.cid-uggbhYco7h .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggbhYco7h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggbhYco7h .list {
    margin-bottom: 0rem;
  }
}
.cid-uggbhYco7h .mbr-text {
  color: #ffffff;
}
.cid-uggbhYco7h .mbr-iconfont {
  color: black;
}
.cid-uggbhYco7h H5 {
  color: #72487d;
}
.cid-uoSIn0JcKi {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/nmc-logo-1408x512.png");
}
.cid-uoSIn0JcKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSIn0JcKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggcA7W3Fi .navbar-dropdown {
  position: relative !important;
}
.cid-uggcA7W3Fi .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-uggcA7W3Fi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggcA7W3Fi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggcA7W3Fi .dropdown-item:hover,
.cid-uggcA7W3Fi .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggcA7W3Fi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggcA7W3Fi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggcA7W3Fi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggcA7W3Fi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggcA7W3Fi .nav-link {
  position: relative;
}
.cid-uggcA7W3Fi .container {
  display: flex;
  margin: auto;
}
.cid-uggcA7W3Fi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggcA7W3Fi .dropdown-menu,
.cid-uggcA7W3Fi .navbar.opened {
  background: #000000 !important;
}
.cid-uggcA7W3Fi .nav-item:focus,
.cid-uggcA7W3Fi .nav-link:focus {
  outline: none;
}
.cid-uggcA7W3Fi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggcA7W3Fi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggcA7W3Fi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggcA7W3Fi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggcA7W3Fi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggcA7W3Fi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggcA7W3Fi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggcA7W3Fi .navbar.opened {
  transition: all 0.3s;
}
.cid-uggcA7W3Fi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggcA7W3Fi .navbar .navbar-logo img {
  width: auto;
}
.cid-uggcA7W3Fi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggcA7W3Fi .navbar.collapsed {
  justify-content: center;
}
.cid-uggcA7W3Fi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggcA7W3Fi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggcA7W3Fi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggcA7W3Fi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggcA7W3Fi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggcA7W3Fi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggcA7W3Fi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggcA7W3Fi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggcA7W3Fi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggcA7W3Fi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggcA7W3Fi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggcA7W3Fi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggcA7W3Fi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggcA7W3Fi .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-uggcA7W3Fi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggcA7W3Fi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggcA7W3Fi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggcA7W3Fi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggcA7W3Fi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggcA7W3Fi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggcA7W3Fi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggcA7W3Fi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggcA7W3Fi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggcA7W3Fi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggcA7W3Fi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggcA7W3Fi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggcA7W3Fi .dropdown-item.active,
.cid-uggcA7W3Fi .dropdown-item:active {
  background-color: transparent;
}
.cid-uggcA7W3Fi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggcA7W3Fi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggcA7W3Fi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggcA7W3Fi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggcA7W3Fi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggcA7W3Fi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggcA7W3Fi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggcA7W3Fi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggcA7W3Fi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggcA7W3Fi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggcA7W3Fi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggcA7W3Fi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggcA7W3Fi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggcA7W3Fi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggcA7W3Fi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggcA7W3Fi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggcA7W3Fi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggcA7W3Fi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggcA7W3Fi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggcA7W3Fi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggcA7W3Fi .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-uggcA7W3Fi .navbar {
    height: 70px;
  }
  .cid-uggcA7W3Fi .navbar.opened {
    height: auto;
  }
  .cid-uggcA7W3Fi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up1rv3h9yX {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-up1rv3h9yX .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-up1rv3h9yX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-up1rv3h9yX {
    align-items: center;
  }
  .cid-up1rv3h9yX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-up1rv3h9yX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-up1rv3h9yX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-up1rv3h9yX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-up1rv3h9yX .content-wrap {
    width: 100%;
  }
}
.cid-up1rv3h9yX .mbr-section-title {
  text-align: center;
}
.cid-up1rv3h9yX .mbr-text,
.cid-up1rv3h9yX .mbr-section-btn {
  text-align: center;
}
.cid-up1HKFjBB7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up1HKFjBB7 img,
.cid-up1HKFjBB7 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-up1HKFjBB7 .item:focus,
.cid-up1HKFjBB7 span:focus {
  outline: none;
}
.cid-up1HKFjBB7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-up1HKFjBB7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-up1HKFjBB7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-up1HKFjBB7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up1HKFjBB7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-up1HKFjBB7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-up1HKFjBB7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-up1HKFjBB7 .mbr-section-title {
  color: #000000;
}
.cid-up1HKFjBB7 .mbr-text,
.cid-up1HKFjBB7 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-up1HKFjBB7 .item-title {
  text-align: left;
}
.cid-up1HKFjBB7 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-up1HKFjBB7 .mbr-section-subtitle {
  color: #000000;
}
.cid-up1AUNn9s6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #260a30;
}
.cid-up1AUNn9s6 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-up1AUNn9s6 input:hover {
  border: none !important;
}
.cid-up1AUNn9s6 .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-up1AUNn9s6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-up1AUNn9s6 .row {
  justify-content: center;
}
.cid-up1AUNn9s6 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-up1AUNn9s6 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-up1AUNn9s6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-up1AUNn9s6 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-up1AUNn9s6 .justify-content-center {
  align-items: center;
}
.cid-up1AUNn9s6 .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-up1rtD4zhv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-up1rtD4zhv img,
.cid-up1rtD4zhv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-up1rtD4zhv .item:focus,
.cid-up1rtD4zhv span:focus {
  outline: none;
}
.cid-up1rtD4zhv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-up1rtD4zhv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-up1rtD4zhv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-up1rtD4zhv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up1rtD4zhv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-up1rtD4zhv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-up1rtD4zhv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-up1rtD4zhv .mbr-section-title {
  color: #232323;
}
.cid-up1rtD4zhv .mbr-text,
.cid-up1rtD4zhv .mbr-section-btn {
  text-align: left;
}
.cid-up1rtD4zhv .item-title {
  text-align: left;
}
.cid-up1rtD4zhv .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-up1AIbXNxB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-up1AIbXNxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1AIbXNxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-up1AIbXNxB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-up1AIbXNxB .row {
  flex-direction: row-reverse;
}
.cid-up1AIbXNxB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-up1AIbXNxB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-up1AIbXNxB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-up1AIbXNxB .mbr-section-title {
  color: #000000;
}
.cid-up1AIbXNxB .mbr-text,
.cid-up1AIbXNxB .mbr-section-btn {
  color: #232323;
}
.cid-up1BaPSAOz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up1BaPSAOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1BaPSAOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-up1BaPSAOz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-up1BaPSAOz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up1BaPSAOz .text-wrapper {
    padding: 2rem;
  }
}
.cid-up1BbOaEGa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5fdff;
}
.cid-up1BbOaEGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1BbOaEGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-up1BbOaEGa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-up1BbOaEGa .row {
  flex-direction: row-reverse;
}
.cid-up1BbOaEGa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up1BbOaEGa .text-wrapper {
    padding: 2rem;
  }
}
.cid-up1Bg6PHJX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up1Bg6PHJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1Bg6PHJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-up1Bg6PHJX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-up1Bg6PHJX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up1Bg6PHJX .text-wrapper {
    padding: 2rem;
  }
}
.cid-up1Vms6PE7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #260a30;
}
.cid-up1Vms6PE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1Vms6PE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1Vms6PE7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up1Vms6PE7 .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-up1Vms6PE7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-up1Vms6PE7 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-up1Vms6PE7 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-up1Vms6PE7 .header-menu li p {
  margin: 0;
}
.cid-up1Vms6PE7 .mbr-section-title {
  color: #ffffff;
}
.cid-up1Vms6PE7 .header-menu-item {
  color: #ffffff;
}
.cid-up1Vms6PE7 .mbr-text,
.cid-up1Vms6PE7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-up1VzEGCaf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f5fdff;
}
.cid-up1VzEGCaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1VzEGCaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1VzEGCaf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up1VzEGCaf .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up1GFp19L8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5fdff;
}
.cid-up1GFp19L8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-up1GFp19L8 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-up1GFp19L8 form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-up1GFp19L8 form.mbr-form {
    padding: 1rem;
  }
}
.cid-up1GFp19L8 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-up1GFp19L8 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uggcA8FBjy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggcA8FBjy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggcA8FBjy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggcA8FBjy .row {
    text-align: center;
  }
  .cid-uggcA8FBjy .social-row {
    justify-content: center;
  }
}
.cid-uggcA8FBjy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggcA8FBjy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggcA8FBjy .list {
    margin-bottom: 0rem;
  }
}
.cid-uggcA8FBjy .mbr-text {
  color: #ffffff;
}
.cid-uggcA8FBjy .mbr-iconfont {
  color: black;
}
.cid-uggcA8FBjy H5 {
  color: #72487d;
}
.cid-up1dQg3F38 .navbar-dropdown {
  position: relative !important;
}
.cid-up1dQg3F38 .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-up1dQg3F38 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up1dQg3F38 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up1dQg3F38 .dropdown-item:hover,
.cid-up1dQg3F38 .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-up1dQg3F38 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up1dQg3F38 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up1dQg3F38 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up1dQg3F38 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up1dQg3F38 .nav-link {
  position: relative;
}
.cid-up1dQg3F38 .container {
  display: flex;
  margin: auto;
}
.cid-up1dQg3F38 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up1dQg3F38 .dropdown-menu,
.cid-up1dQg3F38 .navbar.opened {
  background: #000000 !important;
}
.cid-up1dQg3F38 .nav-item:focus,
.cid-up1dQg3F38 .nav-link:focus {
  outline: none;
}
.cid-up1dQg3F38 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up1dQg3F38 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up1dQg3F38 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up1dQg3F38 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up1dQg3F38 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up1dQg3F38 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up1dQg3F38 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-up1dQg3F38 .navbar.opened {
  transition: all 0.3s;
}
.cid-up1dQg3F38 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up1dQg3F38 .navbar .navbar-logo img {
  width: auto;
}
.cid-up1dQg3F38 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up1dQg3F38 .navbar.collapsed {
  justify-content: center;
}
.cid-up1dQg3F38 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up1dQg3F38 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up1dQg3F38 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-up1dQg3F38 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up1dQg3F38 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up1dQg3F38 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-up1dQg3F38 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up1dQg3F38 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up1dQg3F38 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up1dQg3F38 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up1dQg3F38 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up1dQg3F38 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up1dQg3F38 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up1dQg3F38 .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-up1dQg3F38 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up1dQg3F38 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up1dQg3F38 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up1dQg3F38 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up1dQg3F38 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up1dQg3F38 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up1dQg3F38 .navbar.navbar-short {
  min-height: 60px;
}
.cid-up1dQg3F38 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up1dQg3F38 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up1dQg3F38 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up1dQg3F38 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up1dQg3F38 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up1dQg3F38 .dropdown-item.active,
.cid-up1dQg3F38 .dropdown-item:active {
  background-color: transparent;
}
.cid-up1dQg3F38 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up1dQg3F38 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up1dQg3F38 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up1dQg3F38 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-up1dQg3F38 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up1dQg3F38 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up1dQg3F38 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up1dQg3F38 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up1dQg3F38 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up1dQg3F38 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up1dQg3F38 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up1dQg3F38 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up1dQg3F38 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up1dQg3F38 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up1dQg3F38 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up1dQg3F38 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up1dQg3F38 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up1dQg3F38 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up1dQg3F38 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-up1dQg3F38 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up1dQg3F38 .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-up1dQg3F38 .navbar {
    height: 70px;
  }
  .cid-up1dQg3F38 .navbar.opened {
    height: auto;
  }
  .cid-up1dQg3F38 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up1dQeVcuC {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1076.jpg");
}
.cid-up1dQeVcuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQeVcuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQeVcuC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up1dQeVcuC .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-up1dQeVcuC .mbr-section-title {
  color: #ffffff;
}
.cid-uGwKCiLMEN {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGwKCiLMEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGwKCiLMEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGwKCiLMEN .mbr-text,
.cid-uGwKCiLMEN .mbr-section-btn {
  color: #232323;
}
.cid-uGwKCiLMEN .card-title,
.cid-uGwKCiLMEN .card-box {
  color: #ffffff;
}
.cid-uGwKCiLMEN .mbr-text,
.cid-uGwKCiLMEN .link-wrap {
  color: #ffffff;
}
.cid-up1dQhlEom {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up1dQhlEom .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQhlEom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQhlEom .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up1dQhlEom .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-up1dQhlEom .mbr-section-title {
  color: #000000;
}
.cid-up1dQhlEom .mbr-text,
.cid-up1dQhlEom .mbr-section-btn {
  color: #000000;
}
.cid-up1dQhXAId {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1422.jpg");
}
.cid-up1dQhXAId .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQhXAId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQhXAId .card-wrapper {
  background: #ff61af;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up1dQhXAId .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up1dQhXAId .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up1dQhXAId .card-wrapper {
    padding: 4rem;
  }
}
.cid-up1dQhXAId .mbr-text,
.cid-up1dQhXAId .mbr-section-btn {
  color: #ffffff;
}
.cid-up1dQhXAId .card-title,
.cid-up1dQhXAId .card-box {
  text-align: left;
}
.cid-up1dQiIwQO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-up1dQiIwQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQiIwQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQiIwQO .mbr-section-title {
  color: #000000;
}
.cid-up1dQjgeD6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-up1dQjgeD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQjgeD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQjgeD6 .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up1dQjgeD6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up1dQjgeD6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up1dQjgeD6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-up1dQjgeD6 .mbr-text,
.cid-up1dQjgeD6 .mbr-section-btn {
  color: #ffffff;
}
.cid-up1dQjgeD6 .card-title,
.cid-up1dQjgeD6 .card-box {
  text-align: left;
}
.cid-up1dQjQXQm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up1dQjQXQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQjQXQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQkrYar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-up1dQkrYar .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQkrYar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQkrYar .card-wrapper {
  background: #925abe;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up1dQkrYar .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up1dQkrYar .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up1dQkrYar .card-wrapper {
    padding: 4rem;
  }
}
.cid-up1dQkrYar .mbr-text,
.cid-up1dQkrYar .mbr-section-btn {
  color: #ffffff;
}
.cid-up1dQkrYar .card-title,
.cid-up1dQkrYar .card-box {
  text-align: left;
}
.cid-up1dQljDEI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up1dQljDEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQljDEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQlOg92 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1444.jpg");
}
.cid-up1dQlOg92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQlOg92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQlOg92 .card-wrapper {
  background: #5abe62;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up1dQlOg92 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up1dQlOg92 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up1dQlOg92 .card-wrapper {
    padding: 4rem;
  }
}
.cid-up1dQlOg92 .mbr-text,
.cid-up1dQlOg92 .mbr-section-btn {
  color: #ffffff;
}
.cid-up1dQlOg92 .card-title,
.cid-up1dQlOg92 .card-box {
  text-align: left;
}
.cid-up1dQmiPsk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up1dQmiPsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQmiPsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQmQEfd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1325.jpg");
}
.cid-up1dQmQEfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQmQEfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQmQEfd .card-wrapper {
  background: #e43f3f;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up1dQmQEfd .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up1dQmQEfd .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up1dQmQEfd .card-wrapper {
    padding: 4rem;
  }
}
.cid-up1dQmQEfd .mbr-text,
.cid-up1dQmQEfd .mbr-section-btn {
  color: #ffffff;
}
.cid-up1dQmQEfd .card-title,
.cid-up1dQmQEfd .card-box {
  text-align: left;
}
.cid-up1dQnnusv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up1dQnnusv .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQnnusv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQnW2jq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-12-1920x1280.jpg");
}
.cid-up1dQnW2jq .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQnW2jq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQnW2jq .card-wrapper {
  background: #f1c74a;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up1dQnW2jq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up1dQnW2jq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up1dQnW2jq .card-wrapper {
    padding: 4rem;
  }
}
.cid-up1dQnW2jq .mbr-text,
.cid-up1dQnW2jq .mbr-section-btn {
  color: #ffffff;
}
.cid-up1dQnW2jq .card-title,
.cid-up1dQnW2jq .card-box {
  text-align: left;
}
.cid-up1dQoLJH3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up1dQoLJH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQoLJH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQpnsmJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1211.jpg");
}
.cid-up1dQpnsmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQpnsmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQpnsmJ .card-wrapper {
  background: #bbbbbb;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up1dQpnsmJ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up1dQpnsmJ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up1dQpnsmJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-up1dQpnsmJ .mbr-text,
.cid-up1dQpnsmJ .mbr-section-btn {
  color: #ffffff;
}
.cid-up1dQpnsmJ .card-title,
.cid-up1dQpnsmJ .card-box {
  text-align: left;
}
.cid-up2MrnCmiI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up2MrnCmiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2MrnCmiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2MrnCmiI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up2MrnCmiI .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up2KO35Ius {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-up2KO35Ius .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2KO35Ius .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2KO35Ius .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up2KO35Ius .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up2KO35Ius .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2KO35Ius .card-wrapper {
    padding: 4rem;
  }
}
.cid-up2KO35Ius .mbr-text,
.cid-up2KO35Ius .mbr-section-btn {
  color: #ffffff;
}
.cid-up2KO35Ius .card-title,
.cid-up2KO35Ius .card-box {
  text-align: left;
}
.cid-up2MsECLG1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up2MsECLG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2MsECLG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2MsECLG1 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up2MsECLG1 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up2KP426PX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-13-1920x1280.jpg");
}
.cid-up2KP426PX .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2KP426PX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2KP426PX .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up2KP426PX .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up2KP426PX .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2KP426PX .card-wrapper {
    padding: 4rem;
  }
}
.cid-up2KP426PX .mbr-text,
.cid-up2KP426PX .mbr-section-btn {
  color: #ffffff;
}
.cid-up2KP426PX .card-title,
.cid-up2KP426PX .card-box {
  text-align: left;
}
.cid-up2MtCtUzU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up2MtCtUzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2MtCtUzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2MtCtUzU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up2MtCtUzU .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up2KQ3kWE3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-up2KQ3kWE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2KQ3kWE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2KQ3kWE3 .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up2KQ3kWE3 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up2KQ3kWE3 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2KQ3kWE3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-up2KQ3kWE3 .mbr-text,
.cid-up2KQ3kWE3 .mbr-section-btn {
  color: #ffffff;
}
.cid-up2KQ3kWE3 .card-title,
.cid-up2KQ3kWE3 .card-box {
  text-align: left;
}
.cid-up1dQq0tSU {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-up1dQq0tSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-up1dQq0tSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up1dQq0tSU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up1dQq0tSU .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up30nvsjPL {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #c5e5f5;
}
.cid-up30nvsjPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-up30nvsjPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up30nvsjPL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up30nvsjPL .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-up30nvsjPL .mbr-section-title {
  color: #ffffff;
}
.cid-up30nvsjPL .mbr-text,
.cid-up30nvsjPL .mbr-section-btn {
  color: #ffffff;
}
.cid-up1dQtc4uR {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #c5e5f5;
}
.cid-up1dQtc4uR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-up1dQtc4uR form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-up1dQtc4uR form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-up1dQtc4uR form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-up1dQtc4uR .mbr-section-title {
  color: #ffffff;
}
.cid-up1dQtMyHo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-up1dQtMyHo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-up1dQtMyHo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-up1dQtMyHo .row {
    text-align: center;
  }
  .cid-up1dQtMyHo .social-row {
    justify-content: center;
  }
}
.cid-up1dQtMyHo .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-up1dQtMyHo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up1dQtMyHo .list {
    margin-bottom: 0rem;
  }
}
.cid-up1dQtMyHo .mbr-text {
  color: #ffffff;
}
.cid-up1dQtMyHo .mbr-iconfont {
  color: black;
}
.cid-up1dQtMyHo H5 {
  color: #72487d;
}
.cid-up2OQJlu2Y .navbar-dropdown {
  position: relative !important;
}
.cid-up2OQJlu2Y .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-up2OQJlu2Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-up2OQJlu2Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-up2OQJlu2Y .dropdown-item:hover,
.cid-up2OQJlu2Y .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-up2OQJlu2Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-up2OQJlu2Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-up2OQJlu2Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up2OQJlu2Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up2OQJlu2Y .nav-link {
  position: relative;
}
.cid-up2OQJlu2Y .container {
  display: flex;
  margin: auto;
}
.cid-up2OQJlu2Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-up2OQJlu2Y .dropdown-menu,
.cid-up2OQJlu2Y .navbar.opened {
  background: #000000 !important;
}
.cid-up2OQJlu2Y .nav-item:focus,
.cid-up2OQJlu2Y .nav-link:focus {
  outline: none;
}
.cid-up2OQJlu2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up2OQJlu2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up2OQJlu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up2OQJlu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up2OQJlu2Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up2OQJlu2Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up2OQJlu2Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-up2OQJlu2Y .navbar.opened {
  transition: all 0.3s;
}
.cid-up2OQJlu2Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up2OQJlu2Y .navbar .navbar-logo img {
  width: auto;
}
.cid-up2OQJlu2Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up2OQJlu2Y .navbar.collapsed {
  justify-content: center;
}
.cid-up2OQJlu2Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up2OQJlu2Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up2OQJlu2Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-up2OQJlu2Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up2OQJlu2Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up2OQJlu2Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-up2OQJlu2Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up2OQJlu2Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-up2OQJlu2Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-up2OQJlu2Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up2OQJlu2Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up2OQJlu2Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up2OQJlu2Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up2OQJlu2Y .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-up2OQJlu2Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up2OQJlu2Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up2OQJlu2Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up2OQJlu2Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up2OQJlu2Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up2OQJlu2Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-up2OQJlu2Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-up2OQJlu2Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up2OQJlu2Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up2OQJlu2Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up2OQJlu2Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up2OQJlu2Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up2OQJlu2Y .dropdown-item.active,
.cid-up2OQJlu2Y .dropdown-item:active {
  background-color: transparent;
}
.cid-up2OQJlu2Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up2OQJlu2Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up2OQJlu2Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up2OQJlu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-up2OQJlu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up2OQJlu2Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up2OQJlu2Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up2OQJlu2Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up2OQJlu2Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-up2OQJlu2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up2OQJlu2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up2OQJlu2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up2OQJlu2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up2OQJlu2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up2OQJlu2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up2OQJlu2Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up2OQJlu2Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up2OQJlu2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up2OQJlu2Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-up2OQJlu2Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up2OQJlu2Y .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-up2OQJlu2Y .navbar {
    height: 70px;
  }
  .cid-up2OQJlu2Y .navbar.opened {
    height: auto;
  }
  .cid-up2OQJlu2Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up2OQIFwxa {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1076.jpg");
}
.cid-up2OQIFwxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQIFwxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQIFwxa .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up2OQIFwxa .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-up2OQIFwxa .mbr-section-title {
  color: #ffffff;
}
.cid-up2OQKjYAy {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up2OQKjYAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQKjYAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQKjYAy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up2OQKjYAy .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-up2OQKRsYF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1422.jpg");
}
.cid-up2OQKRsYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQKRsYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQKRsYF .card-wrapper {
  background: #ff61af;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up2OQKRsYF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up2OQKRsYF .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2OQKRsYF .card-wrapper {
    padding: 4rem;
  }
}
.cid-up2OQKRsYF .mbr-text,
.cid-up2OQKRsYF .mbr-section-btn {
  color: #ffffff;
}
.cid-up2OQKRsYF .card-title,
.cid-up2OQKRsYF .card-box {
  text-align: left;
}
.cid-up2OQLlywq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-up2OQLlywq .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQLlywq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQLlywq .mbr-section-title {
  color: #000000;
}
.cid-up2OQLW5lF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-up2OQLW5lF .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQLW5lF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQLW5lF .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up2OQLW5lF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up2OQLW5lF .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2OQLW5lF .card-wrapper {
    padding: 4rem;
  }
}
.cid-up2OQLW5lF .mbr-text,
.cid-up2OQLW5lF .mbr-section-btn {
  color: #ffffff;
}
.cid-up2OQLW5lF .card-title,
.cid-up2OQLW5lF .card-box {
  text-align: left;
}
.cid-up2OQMEaaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up2OQMEaaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQMEaaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQNen5H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-up2OQNen5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQNen5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQNen5H .card-wrapper {
  background: #925abe;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up2OQNen5H .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up2OQNen5H .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2OQNen5H .card-wrapper {
    padding: 4rem;
  }
}
.cid-up2OQNen5H .mbr-text,
.cid-up2OQNen5H .mbr-section-btn {
  color: #ffffff;
}
.cid-up2OQNen5H .card-title,
.cid-up2OQNen5H .card-box {
  text-align: left;
}
.cid-up2OQNQSQD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up2OQNQSQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQNQSQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQOofBn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-up2OQOofBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQOofBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQOofBn .card-wrapper {
  background: #5abe62;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up2OQOofBn .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up2OQOofBn .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2OQOofBn .card-wrapper {
    padding: 4rem;
  }
}
.cid-up2OQOofBn .mbr-text,
.cid-up2OQOofBn .mbr-section-btn {
  color: #ffffff;
}
.cid-up2OQOofBn .card-title,
.cid-up2OQOofBn .card-box {
  text-align: left;
}
.cid-up2OQP8g6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up2OQP8g6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQP8g6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQPF9US {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1325.jpg");
}
.cid-up2OQPF9US .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQPF9US .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQPF9US .card-wrapper {
  background: #e43f3f;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up2OQPF9US .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up2OQPF9US .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2OQPF9US .card-wrapper {
    padding: 4rem;
  }
}
.cid-up2OQPF9US .mbr-text,
.cid-up2OQPF9US .mbr-section-btn {
  color: #ffffff;
}
.cid-up2OQPF9US .card-title,
.cid-up2OQPF9US .card-box {
  text-align: left;
}
.cid-up2OQQnnQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up2OQQnnQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQQnnQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQQWtrf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-12-1920x1280.jpg");
}
.cid-up2OQQWtrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQQWtrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQQWtrf .card-wrapper {
  background: #f1c74a;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up2OQQWtrf .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up2OQQWtrf .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2OQQWtrf .card-wrapper {
    padding: 4rem;
  }
}
.cid-up2OQQWtrf .mbr-text,
.cid-up2OQQWtrf .mbr-section-btn {
  color: #ffffff;
}
.cid-up2OQQWtrf .card-title,
.cid-up2OQQWtrf .card-box {
  text-align: left;
}
.cid-up2OQRuqG6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up2OQRuqG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQRuqG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQS3bFb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1211.jpg");
}
.cid-up2OQS3bFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQS3bFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQS3bFb .card-wrapper {
  background: #bbbbbb;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up2OQS3bFb .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up2OQS3bFb .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2OQS3bFb .card-wrapper {
    padding: 4rem;
  }
}
.cid-up2OQS3bFb .mbr-text,
.cid-up2OQS3bFb .mbr-section-btn {
  color: #ffffff;
}
.cid-up2OQS3bFb .card-title,
.cid-up2OQS3bFb .card-box {
  text-align: left;
}
.cid-up2OQSCVp3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up2OQSCVp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQSCVp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQSCVp3 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up2OQSCVp3 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up2OQTda1b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-up2OQTda1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQTda1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQTda1b .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up2OQTda1b .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up2OQTda1b .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2OQTda1b .card-wrapper {
    padding: 4rem;
  }
}
.cid-up2OQTda1b .mbr-text,
.cid-up2OQTda1b .mbr-section-btn {
  color: #ffffff;
}
.cid-up2OQTda1b .card-title,
.cid-up2OQTda1b .card-box {
  text-align: left;
}
.cid-up2OQTYqwr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up2OQTYqwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQTYqwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQTYqwr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up2OQTYqwr .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up2OQUybuK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-13-1920x1280.jpg");
}
.cid-up2OQUybuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQUybuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQUybuK .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up2OQUybuK .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up2OQUybuK .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2OQUybuK .card-wrapper {
    padding: 4rem;
  }
}
.cid-up2OQUybuK .mbr-text,
.cid-up2OQUybuK .mbr-section-btn {
  color: #ffffff;
}
.cid-up2OQUybuK .card-title,
.cid-up2OQUybuK .card-box {
  text-align: left;
}
.cid-up2OQVd1zM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up2OQVd1zM .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQVd1zM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQVd1zM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up2OQVd1zM .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up2OQWdnbA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-up2OQWdnbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQWdnbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQWdnbA .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-up2OQWdnbA .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-up2OQWdnbA .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2OQWdnbA .card-wrapper {
    padding: 4rem;
  }
}
.cid-up2OQWdnbA .mbr-text,
.cid-up2OQWdnbA .mbr-section-btn {
  color: #ffffff;
}
.cid-up2OQWdnbA .card-title,
.cid-up2OQWdnbA .card-box {
  text-align: left;
}
.cid-up2OQWOF3M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up2OQWOF3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQWOF3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQWOF3M .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up2OQWOF3M .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-up2OQXCzbp {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-up2OQXCzbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQXCzbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQXCzbp .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up2OQXCzbp .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-up2OQYfSs7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-up2OQYfSs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQYfSs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQYfSs7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up2OQYfSs7 .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-up2OQYQnTu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-up2OQYQnTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQYQnTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQYQnTu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up2OQYQnTu .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-up2OQZtJgf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up2OQZtJgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-up2OQZtJgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up2OQZtJgf .mbr-section-title {
  color: #000000;
}
.cid-up2OR03G8J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up2OR03G8J .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-up2OR03G8J form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-up2OR03G8J form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-up2OR03G8J form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-up2OR0F6gL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-up2OR0F6gL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-up2OR0F6gL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-up2OR0F6gL .row {
    text-align: center;
  }
  .cid-up2OR0F6gL .social-row {
    justify-content: center;
  }
}
.cid-up2OR0F6gL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-up2OR0F6gL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up2OR0F6gL .list {
    margin-bottom: 0rem;
  }
}
.cid-up2OR0F6gL .mbr-text {
  color: #ffffff;
}
.cid-up2OR0F6gL .mbr-iconfont {
  color: black;
}
.cid-up2OR0F6gL H5 {
  color: #72487d;
}
.cid-uBoqVpUx4D .navbar-dropdown {
  position: relative !important;
}
.cid-uBoqVpUx4D .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-uBoqVpUx4D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBoqVpUx4D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBoqVpUx4D .dropdown-item:hover,
.cid-uBoqVpUx4D .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uBoqVpUx4D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBoqVpUx4D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBoqVpUx4D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBoqVpUx4D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBoqVpUx4D .nav-link {
  position: relative;
}
.cid-uBoqVpUx4D .container {
  display: flex;
  margin: auto;
}
.cid-uBoqVpUx4D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBoqVpUx4D .dropdown-menu,
.cid-uBoqVpUx4D .navbar.opened {
  background: #000000 !important;
}
.cid-uBoqVpUx4D .nav-item:focus,
.cid-uBoqVpUx4D .nav-link:focus {
  outline: none;
}
.cid-uBoqVpUx4D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBoqVpUx4D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBoqVpUx4D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBoqVpUx4D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBoqVpUx4D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBoqVpUx4D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBoqVpUx4D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uBoqVpUx4D .navbar.opened {
  transition: all 0.3s;
}
.cid-uBoqVpUx4D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBoqVpUx4D .navbar .navbar-logo img {
  width: auto;
}
.cid-uBoqVpUx4D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBoqVpUx4D .navbar.collapsed {
  justify-content: center;
}
.cid-uBoqVpUx4D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBoqVpUx4D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBoqVpUx4D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uBoqVpUx4D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBoqVpUx4D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBoqVpUx4D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBoqVpUx4D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBoqVpUx4D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBoqVpUx4D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBoqVpUx4D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBoqVpUx4D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBoqVpUx4D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBoqVpUx4D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBoqVpUx4D .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-uBoqVpUx4D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBoqVpUx4D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBoqVpUx4D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBoqVpUx4D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBoqVpUx4D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBoqVpUx4D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBoqVpUx4D .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBoqVpUx4D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBoqVpUx4D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBoqVpUx4D .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBoqVpUx4D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBoqVpUx4D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBoqVpUx4D .dropdown-item.active,
.cid-uBoqVpUx4D .dropdown-item:active {
  background-color: transparent;
}
.cid-uBoqVpUx4D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBoqVpUx4D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBoqVpUx4D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBoqVpUx4D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uBoqVpUx4D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBoqVpUx4D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBoqVpUx4D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBoqVpUx4D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBoqVpUx4D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBoqVpUx4D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBoqVpUx4D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBoqVpUx4D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBoqVpUx4D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBoqVpUx4D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBoqVpUx4D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBoqVpUx4D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBoqVpUx4D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBoqVpUx4D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBoqVpUx4D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBoqVpUx4D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBoqVpUx4D .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-uBoqVpUx4D .navbar {
    height: 70px;
  }
  .cid-uBoqVpUx4D .navbar.opened {
    height: auto;
  }
  .cid-uBoqVpUx4D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBoqVo9S4T {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBoqVo9S4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoqVo9S4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoqVo9S4T .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uBoqVo9S4T .container {
    max-width: 1400px;
  }
}
.cid-uBoqVo9S4T .card {
  margin: auto;
}
.cid-uBoqVo9S4T .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uBoqVo9S4T .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBoqVo9S4T .row {
  justify-content: center;
}
.cid-uBoqVqNWp2 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBoqVqNWp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoqVqNWp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoqVqNWp2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBoqVqNWp2 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uBoqVqNWp2 .mbr-text,
.cid-uBoqVqNWp2 .mbr-section-btn {
  text-align: center;
}
.cid-uBoqVs1zSQ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBoqVs1zSQ img,
.cid-uBoqVs1zSQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uBoqVs1zSQ .item:focus,
.cid-uBoqVs1zSQ span:focus {
  outline: none;
}
.cid-uBoqVs1zSQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBoqVs1zSQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBoqVs1zSQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uBoqVs1zSQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBoqVs1zSQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uBoqVs1zSQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uBoqVs1zSQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBoqVs1zSQ .mbr-section-title {
  color: #232323;
}
.cid-uBoqVs1zSQ .mbr-text,
.cid-uBoqVs1zSQ .mbr-section-btn {
  text-align: left;
}
.cid-uBoqVs1zSQ .item-title {
  text-align: left;
}
.cid-uBoqVs1zSQ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uBoqVtee5v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBoqVtee5v img,
.cid-uBoqVtee5v .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uBoqVtee5v .item:focus,
.cid-uBoqVtee5v span:focus {
  outline: none;
}
.cid-uBoqVtee5v .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBoqVtee5v .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBoqVtee5v .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uBoqVtee5v .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBoqVtee5v .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uBoqVtee5v .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uBoqVtee5v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBoqVtee5v .mbr-section-title {
  color: #232323;
}
.cid-uBoqVtee5v .mbr-text,
.cid-uBoqVtee5v .mbr-section-btn {
  text-align: left;
}
.cid-uBoqVtee5v .item-title {
  text-align: left;
}
.cid-uBoqVtee5v .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uBoqVu1MBj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uBoqVu1MBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoqVu1MBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoqVu1MBj .mbr-text,
.cid-uBoqVu1MBj .mbr-section-btn {
  color: #232323;
}
.cid-uBoqVu1MBj .card-title,
.cid-uBoqVu1MBj .card-box {
  color: #ffffff;
}
.cid-uBoqVu1MBj .mbr-text,
.cid-uBoqVu1MBj .link-wrap {
  color: #ffffff;
}
.cid-uBoqVuA7Qe {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uBoqVuA7Qe .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uBoqVuA7Qe .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uBoqVuA7Qe .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uBoqVuA7Qe .mbr-text {
  color: #ffffff;
}
.cid-uBoqVuA7Qe .card {
  padding-bottom: 1.5rem;
}
.cid-uBoqVuA7Qe .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBoqVuA7Qe .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uBoqVuA7Qe .card-wrapper .card-title {
  color: #ffffff;
}
.cid-uBoqVuA7Qe H1 {
  color: #000000;
}
.cid-uBoqVuA7Qe .mbr-text,
.cid-uBoqVuA7Qe .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uBoqVuA7Qe .card-wrapper .card-title,
.cid-uBoqVuA7Qe .card-box {
  color: #000000;
}
.cid-uBoqVvo0bS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uBoqVvo0bS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoqVvo0bS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoqVvo0bS .mbr-text,
.cid-uBoqVvo0bS .mbr-section-btn {
  color: #232323;
}
.cid-uBoqVvo0bS .card-title,
.cid-uBoqVvo0bS .card-box {
  color: #ffffff;
}
.cid-uBoqVvo0bS .mbr-text,
.cid-uBoqVvo0bS .link-wrap {
  color: #ffffff;
}
.cid-uBoqVwgqub {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBoqVwgqub .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uBoqVwgqub .item {
    margin-bottom: 4rem;
  }
}
.cid-uBoqVwgqub .item:last-child .icon-box:before {
  display: none;
}
.cid-uBoqVwgqub .item.last .icon-box:before {
  display: none;
}
.cid-uBoqVwgqub .step-number {
  padding-top: 6px;
}
.cid-uBoqVwgqub .icon-box {
  background: #944875;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uBoqVwgqub .icon-box {
    margin-right: 1rem;
  }
}
.cid-uBoqVwgqub .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #944875;
  transform: translate(-50%, 0);
}
.cid-uBoqVwgqub span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBoqVwgqub .card {
    margin-bottom: 2rem;
  }
  .cid-uBoqVwgqub .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBoqVwgqub .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uBoqVwgqub .icon-box::before {
    top: 114%;
  }
}
.cid-uBoqVwgqub .card-title,
.cid-uBoqVwgqub .card-box {
  color: #000000;
}
.cid-uBoqVwgqub .icon-text {
  color: #000000;
}
.cid-uBoqVwgqub .mbr-text,
.cid-uBoqVwgqub .mbr-section-btn {
  color: #000000;
}
.cid-uBoqVwgqub .icon-title {
  color: #000000;
}
.cid-uBoqVxFQ3V {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/demo-1.jpg");
}
.cid-uBoqVxFQ3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoqVxFQ3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoqVxFQ3V .mbr-text,
.cid-uBoqVxFQ3V .mbr-section-btn {
  color: #232323;
}
.cid-uBoqVxFQ3V .card-title,
.cid-uBoqVxFQ3V .card-box {
  color: #e43f3f;
}
.cid-uBoqVxFQ3V .mbr-text,
.cid-uBoqVxFQ3V .link-wrap {
  color: #ffffff;
}
.cid-uBoqVyj4ec {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBoqVyj4ec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoqVyj4ec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoqVyj4ec .mbr-section-title {
  color: #000000;
}
.cid-uBoqVzcSaK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-uBoqVzcSaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoqVzcSaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoqVzcSaK .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uBoqVzcSaK .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uBoqVzcSaK .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uBoqVzcSaK .mbr-text {
  color: #ffffff;
}
.cid-uBoqVzcSaK .card {
  padding-bottom: 1.5rem;
}
.cid-uBoqVzcSaK .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBoqVzcSaK .item-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uBoqVzcSaK .item-wrapper .card-title {
  color: #ffffff;
}
.cid-uBoqVAbtLU {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uBoqVAbtLU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBoqVAbtLU .row {
    flex-direction: column-reverse;
  }
  .cid-uBoqVAbtLU .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBoqVAbtLU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBoqVAbtLU .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBoqVAbtLU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBoqVAbtLU .mbr-text,
.cid-uBoqVAbtLU .mbr-section-btn {
  color: #000000;
}
.cid-uBoqVAbtLU .card-title {
  color: #000000;
}
.cid-uBoqVAZNB3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBoqVAZNB3 img,
.cid-uBoqVAZNB3 .item-img {
  width: 100%;
}
.cid-uBoqVAZNB3 .item:focus,
.cid-uBoqVAZNB3 span:focus {
  outline: none;
}
.cid-uBoqVAZNB3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBoqVAZNB3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBoqVAZNB3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBoqVAZNB3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBoqVAZNB3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBoqVAZNB3 .mbr-section-title {
  color: #000000;
}
.cid-uBoqVAZNB3 .mbr-text,
.cid-uBoqVAZNB3 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uBoqVAZNB3 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uBoqVAZNB3 .item-subtitle {
  text-align: left;
}
.cid-uBoqVC2lr9 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/photo-1641483146279-1080x1080.png");
}
.cid-uBoqVC2lr9 .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uBoqVC2lr9 .mbr-section-title,
.cid-uBoqVC2lr9 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBoqVC2lr9 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uBoqVC2lr9 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uBoqVC2lr9 .card-title {
  color: #000000;
}
.cid-uBoqVC2lr9 .mbr-text {
  color: #000000;
}
.cid-uBoqVC2lr9 .price {
  color: #000000;
}
.cid-uBoqVC2lr9 .mbr-section-title {
  color: #000000;
}
.cid-uBoqVC2lr9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBoqVDtKNE {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBoqVDtKNE img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-uBoqVDtKNE .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uBoqVDtKNE .card {
    max-width: 12.5%;
  }
}
.cid-uBoqVDtKNE .mbr-section-title {
  color: #000000;
}
.cid-uBoqVDtKNE .mbr-text {
  color: #e43f3f;
}
.cid-uBoqVDtKNE .mbr-section-subtitle {
  color: #000000;
}
.cid-uBoqVEsRpi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBoqVEsRpi .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uBoqVEsRpi .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uBoqVEsRpi .mbr-section-title {
  color: #000000;
}
.cid-uBoqVEsRpi .mbr-text {
  color: #767676;
}
.cid-uBoqVEsRpi .name {
  color: #000000;
}
.cid-uBoqVEsRpi .position {
  color: #72487d;
}
.cid-uBoqVFh18H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/about-us-main1p-2-299x181.png");
}
.cid-uBoqVFh18H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoqVFh18H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoqVFh18H .mbr-text,
.cid-uBoqVFh18H .mbr-section-btn {
  color: #232323;
}
.cid-uBoqVFh18H .btn {
  width: 100%;
}
.cid-uBoqVFh18H .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uBoqVFh18H H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uBoqVG8dCm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uBoqVG8dCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoqVG8dCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoqVG8dCm .mbr-text {
  color: #767676;
}
.cid-uBoqVG8dCm .mbr-section-subtitle {
  color: #767676;
}
.cid-uBoqVG8dCm .title .num {
  width: 100%;
  display: block;
}
.cid-uBoqVG8dCm .title .card-title {
  z-index: 1;
}
.cid-uBoqVG8dCm .num {
  color: #72487d;
}
@media (max-width: 767px) {
  .cid-uBoqVG8dCm * {
    text-align: center !important;
  }
  .cid-uBoqVG8dCm .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uBoqVG8dCm .card-text {
  color: #767676;
}
.cid-uBoqVG8dCm .card-title,
.cid-uBoqVG8dCm .card-img {
  color: #000000;
}
.cid-uBoqVG8dCm .mbr-section-title,
.cid-uBoqVG8dCm .card-box {
  text-align: center;
}
.cid-uBoqVHXP5U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfdfd;
}
.cid-uBoqVHXP5U .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uBoqVHXP5U form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uBoqVHXP5U form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uBoqVHXP5U form.mbr-form {
    padding: 1rem;
  }
}
.cid-uBoqVHXP5U form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uBoqVHXP5U form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBoqVINBDl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uBoqVINBDl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBoqVINBDl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBoqVINBDl .row {
    text-align: center;
  }
  .cid-uBoqVINBDl .social-row {
    justify-content: center;
  }
}
.cid-uBoqVINBDl .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBoqVINBDl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBoqVINBDl .list {
    margin-bottom: 0rem;
  }
}
.cid-uBoqVINBDl .mbr-text {
  color: #ffffff;
}
.cid-uBoqVINBDl .mbr-iconfont {
  color: black;
}
.cid-uBoqVINBDl H5 {
  color: #72487d;
}
.cid-uBoqVK5S6O {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/grad1-glitch-1.jpeg");
}
.cid-uBoqVK5S6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoqVK5S6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoqVK5S6O .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #72487d;
  margin-bottom: 2rem;
}
.cid-uBoqVK5S6O .card-wrapper {
  padding: 3rem;
  background: #111111;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uBoqVK5S6O .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBoqVK5S6O .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uBoqVK5S6O .mbr-text {
  color: #ffffff;
}
.cid-uBoqVK5S6O .card-title {
  color: #ffffff;
}
.cid-uBoqVK5S6O .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBoqVK5S6O .mbr-section-title {
  color: #ffffff;
}
.cid-uBoqVLkrL8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1f1e1e;
}
.cid-uBoqVLkrL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoqVLkrL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoqVLkrL8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBoqVLkrL8 .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-uCOCkxYUk5 .navbar-dropdown {
  position: relative !important;
}
.cid-uCOCkxYUk5 .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-uCOCkxYUk5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCOCkxYUk5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCOCkxYUk5 .dropdown-item:hover,
.cid-uCOCkxYUk5 .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uCOCkxYUk5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCOCkxYUk5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCOCkxYUk5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCOCkxYUk5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCOCkxYUk5 .nav-link {
  position: relative;
}
.cid-uCOCkxYUk5 .container {
  display: flex;
  margin: auto;
}
.cid-uCOCkxYUk5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCOCkxYUk5 .dropdown-menu,
.cid-uCOCkxYUk5 .navbar.opened {
  background: #000000 !important;
}
.cid-uCOCkxYUk5 .nav-item:focus,
.cid-uCOCkxYUk5 .nav-link:focus {
  outline: none;
}
.cid-uCOCkxYUk5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCOCkxYUk5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCOCkxYUk5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCOCkxYUk5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCOCkxYUk5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCOCkxYUk5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCOCkxYUk5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uCOCkxYUk5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCOCkxYUk5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCOCkxYUk5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCOCkxYUk5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCOCkxYUk5 .navbar.collapsed {
  justify-content: center;
}
.cid-uCOCkxYUk5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCOCkxYUk5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCOCkxYUk5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uCOCkxYUk5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCOCkxYUk5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCOCkxYUk5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCOCkxYUk5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCOCkxYUk5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCOCkxYUk5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCOCkxYUk5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCOCkxYUk5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCOCkxYUk5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCOCkxYUk5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCOCkxYUk5 .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-uCOCkxYUk5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCOCkxYUk5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCOCkxYUk5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCOCkxYUk5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCOCkxYUk5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCOCkxYUk5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCOCkxYUk5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCOCkxYUk5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCOCkxYUk5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCOCkxYUk5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCOCkxYUk5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCOCkxYUk5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCOCkxYUk5 .dropdown-item.active,
.cid-uCOCkxYUk5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCOCkxYUk5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCOCkxYUk5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCOCkxYUk5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCOCkxYUk5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCOCkxYUk5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCOCkxYUk5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCOCkxYUk5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCOCkxYUk5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCOCkxYUk5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCOCkxYUk5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCOCkxYUk5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCOCkxYUk5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCOCkxYUk5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCOCkxYUk5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCOCkxYUk5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCOCkxYUk5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCOCkxYUk5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCOCkxYUk5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCOCkxYUk5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCOCkxYUk5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCOCkxYUk5 .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-uCOCkxYUk5 .navbar {
    height: 70px;
  }
  .cid-uCOCkxYUk5 .navbar.opened {
    height: auto;
  }
  .cid-uCOCkxYUk5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCOCkwwL06 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCOCkwwL06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOCkwwL06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOCkwwL06 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uCOCkwwL06 .container {
    max-width: 1400px;
  }
}
.cid-uCOCkwwL06 .card {
  margin: auto;
}
.cid-uCOCkwwL06 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uCOCkwwL06 .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCOCkwwL06 .row {
  justify-content: center;
}
.cid-uCOCkz7T78 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCOCkz7T78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOCkz7T78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOCkz7T78 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCOCkz7T78 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uCOCkz7T78 .mbr-text,
.cid-uCOCkz7T78 .mbr-section-btn {
  text-align: center;
}
.cid-uCOCkzQKbP {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCOCkzQKbP img,
.cid-uCOCkzQKbP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uCOCkzQKbP .item:focus,
.cid-uCOCkzQKbP span:focus {
  outline: none;
}
.cid-uCOCkzQKbP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uCOCkzQKbP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uCOCkzQKbP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uCOCkzQKbP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCOCkzQKbP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uCOCkzQKbP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uCOCkzQKbP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uCOCkzQKbP .mbr-section-title {
  color: #232323;
}
.cid-uCOCkzQKbP .mbr-text,
.cid-uCOCkzQKbP .mbr-section-btn {
  text-align: left;
}
.cid-uCOCkzQKbP .item-title {
  text-align: left;
}
.cid-uCOCkzQKbP .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uCOCkAHR67 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCOCkAHR67 img,
.cid-uCOCkAHR67 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uCOCkAHR67 .item:focus,
.cid-uCOCkAHR67 span:focus {
  outline: none;
}
.cid-uCOCkAHR67 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uCOCkAHR67 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uCOCkAHR67 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uCOCkAHR67 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCOCkAHR67 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uCOCkAHR67 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uCOCkAHR67 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uCOCkAHR67 .mbr-section-title {
  color: #232323;
}
.cid-uCOCkAHR67 .mbr-text,
.cid-uCOCkAHR67 .mbr-section-btn {
  text-align: left;
}
.cid-uCOCkAHR67 .item-title {
  text-align: left;
}
.cid-uCOCkAHR67 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uCOCkBvbIN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uCOCkBvbIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOCkBvbIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOCkBvbIN .mbr-text,
.cid-uCOCkBvbIN .mbr-section-btn {
  color: #232323;
}
.cid-uCOCkBvbIN .card-title,
.cid-uCOCkBvbIN .card-box {
  color: #ffffff;
}
.cid-uCOCkBvbIN .mbr-text,
.cid-uCOCkBvbIN .link-wrap {
  color: #ffffff;
}
.cid-uCOCkBYR4B {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uCOCkBYR4B .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uCOCkBYR4B .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uCOCkBYR4B .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uCOCkBYR4B .mbr-text {
  color: #ffffff;
}
.cid-uCOCkBYR4B .card {
  padding-bottom: 1.5rem;
}
.cid-uCOCkBYR4B .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCOCkBYR4B .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uCOCkBYR4B .card-wrapper .card-title {
  color: #ffffff;
}
.cid-uCOCkBYR4B H1 {
  color: #000000;
}
.cid-uCOCkBYR4B .mbr-text,
.cid-uCOCkBYR4B .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uCOCkBYR4B .card-wrapper .card-title,
.cid-uCOCkBYR4B .card-box {
  color: #000000;
}
.cid-uCOCkD0sAx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uCOCkD0sAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOCkD0sAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOCkD0sAx .mbr-text,
.cid-uCOCkD0sAx .mbr-section-btn {
  color: #232323;
}
.cid-uCOCkD0sAx .card-title,
.cid-uCOCkD0sAx .card-box {
  color: #ffffff;
}
.cid-uCOCkD0sAx .mbr-text,
.cid-uCOCkD0sAx .link-wrap {
  color: #ffffff;
}
.cid-uCOCkDvYZJ {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCOCkDvYZJ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uCOCkDvYZJ .item {
    margin-bottom: 4rem;
  }
}
.cid-uCOCkDvYZJ .item:last-child .icon-box:before {
  display: none;
}
.cid-uCOCkDvYZJ .item.last .icon-box:before {
  display: none;
}
.cid-uCOCkDvYZJ .step-number {
  padding-top: 6px;
}
.cid-uCOCkDvYZJ .icon-box {
  background: #944875;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uCOCkDvYZJ .icon-box {
    margin-right: 1rem;
  }
}
.cid-uCOCkDvYZJ .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #944875;
  transform: translate(-50%, 0);
}
.cid-uCOCkDvYZJ span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uCOCkDvYZJ .card {
    margin-bottom: 2rem;
  }
  .cid-uCOCkDvYZJ .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uCOCkDvYZJ .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uCOCkDvYZJ .icon-box::before {
    top: 114%;
  }
}
.cid-uCOCkDvYZJ .card-title,
.cid-uCOCkDvYZJ .card-box {
  color: #000000;
}
.cid-uCOCkDvYZJ .icon-text {
  color: #000000;
}
.cid-uCOCkDvYZJ .mbr-text,
.cid-uCOCkDvYZJ .mbr-section-btn {
  color: #000000;
}
.cid-uCOCkDvYZJ .icon-title {
  color: #000000;
}
.cid-uCOCkEHdIL {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/demo-1.jpg");
}
.cid-uCOCkEHdIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOCkEHdIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOCkEHdIL .mbr-text,
.cid-uCOCkEHdIL .mbr-section-btn {
  color: #232323;
}
.cid-uCOCkEHdIL .card-title,
.cid-uCOCkEHdIL .card-box {
  color: #e43f3f;
}
.cid-uCOCkEHdIL .mbr-text,
.cid-uCOCkEHdIL .link-wrap {
  color: #ffffff;
}
.cid-uCOCkFgmTn {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCOCkFgmTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOCkFgmTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOCkFgmTn .mbr-section-title {
  color: #000000;
}
.cid-uCOCkFSMlw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-uCOCkFSMlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOCkFSMlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOCkFSMlw .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uCOCkFSMlw .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uCOCkFSMlw .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uCOCkFSMlw .mbr-text {
  color: #ffffff;
}
.cid-uCOCkFSMlw .card {
  padding-bottom: 1.5rem;
}
.cid-uCOCkFSMlw .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCOCkFSMlw .item-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uCOCkFSMlw .item-wrapper .card-title {
  color: #ffffff;
}
.cid-uCOCkH0J2x {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uCOCkH0J2x .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCOCkH0J2x .row {
    flex-direction: column-reverse;
  }
  .cid-uCOCkH0J2x .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uCOCkH0J2x .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCOCkH0J2x .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uCOCkH0J2x .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCOCkH0J2x .mbr-text,
.cid-uCOCkH0J2x .mbr-section-btn {
  color: #000000;
}
.cid-uCOCkH0J2x .card-title {
  color: #000000;
}
.cid-uCOCkHCJwo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCOCkHCJwo img,
.cid-uCOCkHCJwo .item-img {
  width: 100%;
}
.cid-uCOCkHCJwo .item:focus,
.cid-uCOCkHCJwo span:focus {
  outline: none;
}
.cid-uCOCkHCJwo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uCOCkHCJwo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uCOCkHCJwo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uCOCkHCJwo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCOCkHCJwo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uCOCkHCJwo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uCOCkHCJwo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uCOCkHCJwo .mbr-section-title {
  color: #000000;
}
.cid-uCOCkHCJwo .mbr-text,
.cid-uCOCkHCJwo .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uCOCkHCJwo .item-title {
  text-align: left;
  color: #000000;
}
.cid-uCOCkHCJwo .item-subtitle {
  text-align: left;
}
.cid-uCOCkIxfR3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uCOCkIxfR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOCkIxfR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOCkIxfR3 .mbr-text {
  color: #767676;
}
.cid-uCOCkIxfR3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uCOCkIxfR3 .title .num {
  width: 100%;
  display: block;
}
.cid-uCOCkIxfR3 .title .card-title {
  z-index: 1;
}
.cid-uCOCkIxfR3 .num {
  color: #72487d;
}
@media (max-width: 767px) {
  .cid-uCOCkIxfR3 * {
    text-align: center !important;
  }
  .cid-uCOCkIxfR3 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uCOCkIxfR3 .card-text {
  color: #767676;
}
.cid-uCOCkIxfR3 .card-title,
.cid-uCOCkIxfR3 .card-img {
  color: #000000;
}
.cid-uCOCkIxfR3 .mbr-section-title,
.cid-uCOCkIxfR3 .card-box {
  text-align: center;
}
.cid-uCOCkK8Mar {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/photo-1641483146279-1080x1080.png");
}
.cid-uCOCkK8Mar .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uCOCkK8Mar .mbr-section-title,
.cid-uCOCkK8Mar .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uCOCkK8Mar .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uCOCkK8Mar .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uCOCkK8Mar .card-title {
  color: #000000;
}
.cid-uCOCkK8Mar .mbr-text {
  color: #000000;
}
.cid-uCOCkK8Mar .price {
  color: #000000;
}
.cid-uCOCkK8Mar .mbr-section-title {
  color: #000000;
}
.cid-uCOCkK8Mar .mbr-section-subtitle {
  color: #000000;
}
.cid-uCOCkLodxb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/about-us-main1p-2-299x181.png");
}
.cid-uCOCkLodxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOCkLodxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOCkLodxb .mbr-text,
.cid-uCOCkLodxb .mbr-section-btn {
  color: #232323;
}
.cid-uCOCkLodxb .btn {
  width: 100%;
}
.cid-uCOCkLodxb .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uCOCkLodxb H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uCOCkMeg20 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uCOCkMeg20 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCOCkMeg20 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCOCkMeg20 .row {
    text-align: center;
  }
  .cid-uCOCkMeg20 .social-row {
    justify-content: center;
  }
}
.cid-uCOCkMeg20 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uCOCkMeg20 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCOCkMeg20 .list {
    margin-bottom: 0rem;
  }
}
.cid-uCOCkMeg20 .mbr-text {
  color: #ffffff;
}
.cid-uCOCkMeg20 .mbr-iconfont {
  color: black;
}
.cid-uCOCkMeg20 H5 {
  color: #72487d;
}
.cid-uCOCkNexl2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/grad1-glitch-1.jpeg");
}
.cid-uCOCkNexl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOCkNexl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOCkNexl2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #72487d;
  margin-bottom: 2rem;
}
.cid-uCOCkNexl2 .card-wrapper {
  padding: 3rem;
  background: #111111;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uCOCkNexl2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCOCkNexl2 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uCOCkNexl2 .mbr-text {
  color: #ffffff;
}
.cid-uCOCkNexl2 .card-title {
  color: #ffffff;
}
.cid-uCOCkNexl2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCOCkNexl2 .mbr-section-title {
  color: #ffffff;
}
.cid-uCOCkOmxVS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1f1e1e;
}
.cid-uCOCkOmxVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOCkOmxVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOCkOmxVS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCOCkOmxVS .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-uCOCkPoBGT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfdfd;
}
.cid-uCOCkPoBGT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCOCkPoBGT form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uCOCkPoBGT form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uCOCkPoBGT form.mbr-form {
    padding: 1rem;
  }
}
.cid-uCOCkPoBGT form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uCOCkPoBGT form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uggbOhq7Fk .navbar-dropdown {
  position: relative !important;
}
.cid-uggbOhq7Fk .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-uggbOhq7Fk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggbOhq7Fk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggbOhq7Fk .dropdown-item:hover,
.cid-uggbOhq7Fk .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggbOhq7Fk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggbOhq7Fk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggbOhq7Fk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggbOhq7Fk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggbOhq7Fk .nav-link {
  position: relative;
}
.cid-uggbOhq7Fk .container {
  display: flex;
  margin: auto;
}
.cid-uggbOhq7Fk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggbOhq7Fk .dropdown-menu,
.cid-uggbOhq7Fk .navbar.opened {
  background: #000000 !important;
}
.cid-uggbOhq7Fk .nav-item:focus,
.cid-uggbOhq7Fk .nav-link:focus {
  outline: none;
}
.cid-uggbOhq7Fk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggbOhq7Fk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggbOhq7Fk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggbOhq7Fk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggbOhq7Fk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggbOhq7Fk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggbOhq7Fk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggbOhq7Fk .navbar.opened {
  transition: all 0.3s;
}
.cid-uggbOhq7Fk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggbOhq7Fk .navbar .navbar-logo img {
  width: auto;
}
.cid-uggbOhq7Fk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggbOhq7Fk .navbar.collapsed {
  justify-content: center;
}
.cid-uggbOhq7Fk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggbOhq7Fk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggbOhq7Fk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggbOhq7Fk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggbOhq7Fk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggbOhq7Fk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggbOhq7Fk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggbOhq7Fk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggbOhq7Fk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggbOhq7Fk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggbOhq7Fk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggbOhq7Fk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggbOhq7Fk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggbOhq7Fk .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-uggbOhq7Fk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggbOhq7Fk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggbOhq7Fk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggbOhq7Fk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggbOhq7Fk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggbOhq7Fk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggbOhq7Fk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggbOhq7Fk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggbOhq7Fk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggbOhq7Fk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggbOhq7Fk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggbOhq7Fk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggbOhq7Fk .dropdown-item.active,
.cid-uggbOhq7Fk .dropdown-item:active {
  background-color: transparent;
}
.cid-uggbOhq7Fk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggbOhq7Fk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggbOhq7Fk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggbOhq7Fk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggbOhq7Fk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggbOhq7Fk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggbOhq7Fk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggbOhq7Fk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggbOhq7Fk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggbOhq7Fk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggbOhq7Fk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggbOhq7Fk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbOhq7Fk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggbOhq7Fk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggbOhq7Fk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbOhq7Fk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggbOhq7Fk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggbOhq7Fk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggbOhq7Fk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggbOhq7Fk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggbOhq7Fk .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-uggbOhq7Fk .navbar {
    height: 70px;
  }
  .cid-uggbOhq7Fk .navbar.opened {
    height: auto;
  }
  .cid-uggbOhq7Fk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGt1xtZ0ue {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grad1-glitch-4.jpeg");
}
.cid-uGt1xtZ0ue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGt1xtZ0ue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGt1xtZ0ue .mbr-text,
.cid-uGt1xtZ0ue .mbr-section-btn {
  color: #232323;
}
.cid-uGt1xtZ0ue .card-title,
.cid-uGt1xtZ0ue .card-box {
  color: #ffffff;
}
.cid-uGt1xtZ0ue .mbr-text,
.cid-uGt1xtZ0ue .link-wrap {
  color: #ffffff;
}
.cid-uGt81Xw6ek {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGt81Xw6ek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGt81Xw6ek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGt81Xw6ek .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uGt81Xw6ek .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uGt81Xw6ek .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGt81Xw6ek .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGt81Xw6ek .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGt81Xw6ek .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uGt81Xw6ek .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uGt81Xw6ek .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uGt81Xw6ek .mbr-text,
.cid-uGt81Xw6ek .mbr-section-btn {
  color: #ffffff;
}
.cid-uGt81Xw6ek .card-title {
  color: #e6c63b;
}
.cid-uGt835L99b {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uGt835L99b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGt835L99b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGt835L99b .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uGt835L99b .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGt835L99b .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGt835L99b .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGt835L99b .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uGt835L99b .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uGt835L99b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uGt835L99b .card-title {
  color: #e6c63b;
}
.cid-uGt835L99b .mbr-text,
.cid-uGt835L99b .mbr-section-btn {
  color: #ffffff;
}
.cid-uGt2emtRRd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grad1-glitch-5.jpeg");
}
.cid-uGt2emtRRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGt2emtRRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGt2emtRRd .mbr-text,
.cid-uGt2emtRRd .mbr-section-btn {
  color: #232323;
}
.cid-uGt2emtRRd .card-title,
.cid-uGt2emtRRd .card-box {
  color: #ffffff;
}
.cid-uGt2emtRRd .mbr-text,
.cid-uGt2emtRRd .link-wrap {
  color: #ffffff;
}
.cid-uGsXr0XEW0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGsXr0XEW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsXr0XEW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsXr0XEW0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uGsXr0XEW0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uGsXr0XEW0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #40b0bf;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uGsXr0XEW0 H3 {
  color: #ffe161;
}
.cid-uGsXr0XEW0 .list {
  color: #e6c63b;
}
.cid-uGt7Qi012m {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGt7Qi012m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGt7Qi012m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGt7Qi012m .mbr-section-title {
  color: #ffffff;
}
.cid-uGsXtx2TTC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-816x544.jpg");
}
.cid-uGsXtx2TTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsXtx2TTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsXtx2TTC .mbr-section-title {
  color: #e3d4e1;
}
.cid-uGsXwXmiwv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uGsXwXmiwv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uGsXwXmiwv form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uGsXwXmiwv form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uGsXwXmiwv form.mbr-form {
    padding: 1rem;
  }
}
.cid-uGsXwXmiwv form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uGsXwXmiwv form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uGsXwXmiwv .mbr-section-title {
  color: #ffffff;
}
.cid-uggbOiSEkc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggbOiSEkc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggbOiSEkc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggbOiSEkc .row {
    text-align: center;
  }
  .cid-uggbOiSEkc .social-row {
    justify-content: center;
  }
}
.cid-uggbOiSEkc .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggbOiSEkc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggbOiSEkc .list {
    margin-bottom: 0rem;
  }
}
.cid-uggbOiSEkc .mbr-text {
  color: #ffffff;
}
.cid-uggbOiSEkc .mbr-iconfont {
  color: black;
}
.cid-uggbOiSEkc H5 {
  color: #72487d;
}
.cid-uggccivbQR .navbar-dropdown {
  position: relative !important;
}
.cid-uggccivbQR .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-uggccivbQR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uggccivbQR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uggccivbQR .dropdown-item:hover,
.cid-uggccivbQR .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uggccivbQR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uggccivbQR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uggccivbQR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uggccivbQR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uggccivbQR .nav-link {
  position: relative;
}
.cid-uggccivbQR .container {
  display: flex;
  margin: auto;
}
.cid-uggccivbQR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uggccivbQR .dropdown-menu,
.cid-uggccivbQR .navbar.opened {
  background: #000000 !important;
}
.cid-uggccivbQR .nav-item:focus,
.cid-uggccivbQR .nav-link:focus {
  outline: none;
}
.cid-uggccivbQR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uggccivbQR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uggccivbQR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uggccivbQR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uggccivbQR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uggccivbQR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uggccivbQR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uggccivbQR .navbar.opened {
  transition: all 0.3s;
}
.cid-uggccivbQR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uggccivbQR .navbar .navbar-logo img {
  width: auto;
}
.cid-uggccivbQR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uggccivbQR .navbar.collapsed {
  justify-content: center;
}
.cid-uggccivbQR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uggccivbQR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uggccivbQR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uggccivbQR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uggccivbQR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uggccivbQR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uggccivbQR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uggccivbQR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uggccivbQR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uggccivbQR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uggccivbQR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uggccivbQR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uggccivbQR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uggccivbQR .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-uggccivbQR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uggccivbQR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uggccivbQR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uggccivbQR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uggccivbQR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uggccivbQR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uggccivbQR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uggccivbQR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uggccivbQR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uggccivbQR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uggccivbQR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uggccivbQR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uggccivbQR .dropdown-item.active,
.cid-uggccivbQR .dropdown-item:active {
  background-color: transparent;
}
.cid-uggccivbQR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uggccivbQR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uggccivbQR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uggccivbQR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uggccivbQR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uggccivbQR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uggccivbQR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uggccivbQR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uggccivbQR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uggccivbQR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uggccivbQR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uggccivbQR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggccivbQR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uggccivbQR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uggccivbQR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggccivbQR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uggccivbQR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uggccivbQR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uggccivbQR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uggccivbQR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uggccivbQR .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-uggccivbQR .navbar {
    height: 70px;
  }
  .cid-uggccivbQR .navbar.opened {
    height: auto;
  }
  .cid-uggccivbQR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHY2aEnw5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dc66e4;
}
.cid-uHY2aEnw5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHY2aEnw5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHY2aEnw5h .mbr-text {
  color: #000000;
}
.cid-uHY2aEnw5h .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHY2aEnw5h .item-wrapper {
  background: #ffe161;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uHY2aEnw5h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHY2aEnw5h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uHY2aEnw5h .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHY2aEnw5h .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uHY2aEnw5h .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uHY2aEnw5h .mbr-section-title {
  color: #000000;
}
.cid-uHY2aEnw5h .card-text,
.cid-uHY2aEnw5h .item .mbr-section-btn {
  text-align: left;
}
.cid-uHY2aEnw5h .card-title,
.cid-uHY2aEnw5h .iconfont-wrapper {
  text-align: left;
}
.cid-uHY2aEnw5h .mbr-section-subtitle,
.cid-uHY2aEnw5h .main-button {
  text-align: left;
  color: #000000;
}
.cid-uHY2aEnw5h .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uHY2aEnw5h .item-content .item-footer {
  margin-top: auto;
}
.cid-uHY2aEnw5h .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHY2aEnw5h .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHY2aEnw5h .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uHY2aEnw5h .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uHXh446lxH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uHXh446lxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXh446lxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXh446lxH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHXh446lxH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHXh446lxH .content-head {
  max-width: 800px;
}
.cid-uHXh446lxH .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uHXh446lxH .img-wrapper img {
  width: 6rem;
}
.cid-uHXh446lxH .mbr-section-title {
  color: #000000;
}
.cid-uHXh446lxH .card-text {
  color: #000000;
}
.cid-uggccjGFx6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uggccjGFx6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uggccjGFx6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uggccjGFx6 .row {
    text-align: center;
  }
  .cid-uggccjGFx6 .social-row {
    justify-content: center;
  }
}
.cid-uggccjGFx6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uggccjGFx6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uggccjGFx6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uggccjGFx6 .mbr-text {
  color: #ffffff;
}
.cid-uggccjGFx6 .mbr-iconfont {
  color: black;
}
.cid-uggccjGFx6 H5 {
  color: #72487d;
}
.cid-uI0LLmA8Yq .navbar-dropdown {
  position: relative !important;
}
.cid-uI0LLmA8Yq .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-uI0LLmA8Yq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI0LLmA8Yq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI0LLmA8Yq .dropdown-item:hover,
.cid-uI0LLmA8Yq .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uI0LLmA8Yq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI0LLmA8Yq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI0LLmA8Yq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI0LLmA8Yq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI0LLmA8Yq .nav-link {
  position: relative;
}
.cid-uI0LLmA8Yq .container {
  display: flex;
  margin: auto;
}
.cid-uI0LLmA8Yq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI0LLmA8Yq .dropdown-menu,
.cid-uI0LLmA8Yq .navbar.opened {
  background: #000000 !important;
}
.cid-uI0LLmA8Yq .nav-item:focus,
.cid-uI0LLmA8Yq .nav-link:focus {
  outline: none;
}
.cid-uI0LLmA8Yq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI0LLmA8Yq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI0LLmA8Yq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI0LLmA8Yq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI0LLmA8Yq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI0LLmA8Yq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI0LLmA8Yq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uI0LLmA8Yq .navbar.opened {
  transition: all 0.3s;
}
.cid-uI0LLmA8Yq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI0LLmA8Yq .navbar .navbar-logo img {
  width: auto;
}
.cid-uI0LLmA8Yq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI0LLmA8Yq .navbar.collapsed {
  justify-content: center;
}
.cid-uI0LLmA8Yq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI0LLmA8Yq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI0LLmA8Yq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uI0LLmA8Yq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI0LLmA8Yq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI0LLmA8Yq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uI0LLmA8Yq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI0LLmA8Yq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI0LLmA8Yq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI0LLmA8Yq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI0LLmA8Yq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI0LLmA8Yq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI0LLmA8Yq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI0LLmA8Yq .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-uI0LLmA8Yq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI0LLmA8Yq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI0LLmA8Yq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI0LLmA8Yq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI0LLmA8Yq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI0LLmA8Yq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uI0LLmA8Yq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI0LLmA8Yq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI0LLmA8Yq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI0LLmA8Yq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI0LLmA8Yq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI0LLmA8Yq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI0LLmA8Yq .dropdown-item.active,
.cid-uI0LLmA8Yq .dropdown-item:active {
  background-color: transparent;
}
.cid-uI0LLmA8Yq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI0LLmA8Yq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI0LLmA8Yq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI0LLmA8Yq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uI0LLmA8Yq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI0LLmA8Yq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI0LLmA8Yq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI0LLmA8Yq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI0LLmA8Yq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI0LLmA8Yq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uI0LLmA8Yq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI0LLmA8Yq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI0LLmA8Yq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI0LLmA8Yq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI0LLmA8Yq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI0LLmA8Yq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI0LLmA8Yq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI0LLmA8Yq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI0LLmA8Yq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uI0LLmA8Yq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI0LLmA8Yq .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-uI0LLmA8Yq .navbar {
    height: 70px;
  }
  .cid-uI0LLmA8Yq .navbar.opened {
    height: auto;
  }
  .cid-uI0LLmA8Yq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI0LLnU2sE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uI0LLnU2sE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLnU2sE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0LLnU2sE .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uI0LLnU2sE .container {
    max-width: 1400px;
  }
}
.cid-uI0LLnU2sE .card {
  margin: auto;
}
.cid-uI0LLnU2sE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uI0LLnU2sE .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI0LLnU2sE .row {
  justify-content: center;
}
.cid-uI0LLpipcr {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/screen-one-1635x1174.png");
}
.cid-uI0LLpipcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLpipcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0LLpipcr .mbr-section-title {
  text-align: left;
}
.cid-uI0LLpipcr .mbr-section-subtitle {
  text-align: left;
}
.cid-uI0LLpipcr .mbr-text,
.cid-uI0LLpipcr .mbr-section-btn {
  text-align: left;
}
.cid-uI0LLpSeSL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-9.jpeg");
}
.cid-uI0LLpSeSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLpSeSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uI0LLpSeSL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uI0LLpSeSL .row {
  flex-direction: row-reverse;
}
.cid-uI0LLpSeSL img {
  width: 100%;
}
.cid-uI0LLpSeSL .mbr-description {
  color: #232323;
}
.cid-uI0LLqA7ZR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI0LLqA7ZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLqA7ZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0LLqA7ZR ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uI0LLqA7ZR li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uI0LLqA7ZR ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uI0LLrefqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI0LLrefqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLrefqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0LLrefqo .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uI0LLrefqo .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uI0LLrefqo .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uI0LLrefqo .card-wrapper {
    padding: 4rem;
  }
}
.cid-uI0LLrefqo .mbr-text,
.cid-uI0LLrefqo .mbr-section-btn {
  color: #ffffff;
}
.cid-uI0LLrefqo .card-title,
.cid-uI0LLrefqo .card-box {
  text-align: left;
}
.cid-uI0LLrOFTl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uI0LLrOFTl img,
.cid-uI0LLrOFTl .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uI0LLrOFTl .item:focus,
.cid-uI0LLrOFTl span:focus {
  outline: none;
}
.cid-uI0LLrOFTl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uI0LLrOFTl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uI0LLrOFTl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uI0LLrOFTl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI0LLrOFTl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uI0LLrOFTl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uI0LLrOFTl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uI0LLrOFTl .mbr-section-title {
  color: #232323;
}
.cid-uI0LLrOFTl .mbr-text,
.cid-uI0LLrOFTl .mbr-section-btn {
  text-align: left;
}
.cid-uI0LLrOFTl .item-title {
  text-align: left;
}
.cid-uI0LLrOFTl .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uI0LLtgfMm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uI0LLtgfMm img,
.cid-uI0LLtgfMm .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uI0LLtgfMm .item:focus,
.cid-uI0LLtgfMm span:focus {
  outline: none;
}
.cid-uI0LLtgfMm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uI0LLtgfMm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uI0LLtgfMm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uI0LLtgfMm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI0LLtgfMm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uI0LLtgfMm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uI0LLtgfMm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uI0LLtgfMm .mbr-section-title {
  color: #232323;
}
.cid-uI0LLtgfMm .mbr-text,
.cid-uI0LLtgfMm .mbr-section-btn {
  text-align: left;
}
.cid-uI0LLtgfMm .item-title {
  text-align: left;
}
.cid-uI0LLtgfMm .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uI0LLu5yGz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uI0LLu5yGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLu5yGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0LLu5yGz .mbr-text,
.cid-uI0LLu5yGz .mbr-section-btn {
  color: #232323;
}
.cid-uI0LLu5yGz .card-title,
.cid-uI0LLu5yGz .card-box {
  color: #232323;
}
.cid-uI0LLu5yGz .mbr-text,
.cid-uI0LLu5yGz .link-wrap {
  color: #ffffff;
}
.cid-uI0LLu5yGz .card-box .mbr-text,
.cid-uI0LLu5yGz .mbr-section-btn {
  color: #232323;
}
.cid-uI0LLuGqiY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uI0LLuGqiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLuGqiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0LLuGqiY .mbr-text,
.cid-uI0LLuGqiY .mbr-section-btn {
  color: #232323;
}
.cid-uI0LLuGqiY .card-title,
.cid-uI0LLuGqiY .card-box {
  color: #ffffff;
}
.cid-uI0LLuGqiY .mbr-text,
.cid-uI0LLuGqiY .link-wrap {
  color: #ffffff;
}
.cid-uI0LLvfgPL {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uI0LLvfgPL .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uI0LLvfgPL .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uI0LLvfgPL .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uI0LLvfgPL .mbr-text {
  color: #ffffff;
}
.cid-uI0LLvfgPL .card {
  padding-bottom: 1.5rem;
}
.cid-uI0LLvfgPL .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI0LLvfgPL .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uI0LLvfgPL .card-wrapper .card-title {
  color: #ffffff;
}
.cid-uI0LLvfgPL H1 {
  color: #000000;
}
.cid-uI0LLvfgPL .mbr-text,
.cid-uI0LLvfgPL .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uI0LLvfgPL .card-wrapper .card-title,
.cid-uI0LLvfgPL .card-box {
  color: #000000;
}
.cid-uI0LLw1Alj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uI0LLw1Alj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLw1Alj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0LLw1Alj .mbr-text,
.cid-uI0LLw1Alj .mbr-section-btn {
  color: #232323;
}
.cid-uI0LLw1Alj .card-title,
.cid-uI0LLw1Alj .card-box {
  color: #ffffff;
}
.cid-uI0LLw1Alj .mbr-text,
.cid-uI0LLw1Alj .link-wrap {
  color: #ffffff;
}
.cid-uI0LLwxSGx {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uI0LLwxSGx .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uI0LLwxSGx .item {
    margin-bottom: 4rem;
  }
}
.cid-uI0LLwxSGx .item:last-child .icon-box:before {
  display: none;
}
.cid-uI0LLwxSGx .item.last .icon-box:before {
  display: none;
}
.cid-uI0LLwxSGx .step-number {
  padding-top: 6px;
}
.cid-uI0LLwxSGx .icon-box {
  background: #72487d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uI0LLwxSGx .icon-box {
    margin-right: 1rem;
  }
}
.cid-uI0LLwxSGx .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #72487d;
  transform: translate(-50%, 0);
}
.cid-uI0LLwxSGx span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uI0LLwxSGx .card {
    margin-bottom: 2rem;
  }
  .cid-uI0LLwxSGx .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uI0LLwxSGx .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uI0LLwxSGx .icon-box::before {
    top: 114%;
  }
}
.cid-uI0LLwxSGx .card-title,
.cid-uI0LLwxSGx .card-box {
  color: #000000;
}
.cid-uI0LLwxSGx .icon-text {
  color: #000000;
}
.cid-uI0LLwxSGx .mbr-text,
.cid-uI0LLwxSGx .mbr-section-btn {
  color: #000000;
}
.cid-uI0LLwxSGx .icon-title {
  color: #000000;
}
.cid-uI0LLyayGQ {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/demo-1.jpg");
}
.cid-uI0LLyayGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLyayGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0LLyayGQ .mbr-text,
.cid-uI0LLyayGQ .mbr-section-btn {
  color: #232323;
}
.cid-uI0LLyayGQ .card-title,
.cid-uI0LLyayGQ .card-box {
  color: #e43f3f;
}
.cid-uI0LLyayGQ .mbr-text,
.cid-uI0LLyayGQ .link-wrap {
  color: #ffffff;
}
.cid-uI0LLyLeV9 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI0LLyLeV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLyLeV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0LLyLeV9 .mbr-section-title {
  color: #000000;
}
.cid-uI0LLzlNSS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-uI0LLzlNSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLzlNSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0LLzlNSS .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uI0LLzlNSS .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uI0LLzlNSS .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uI0LLzlNSS .mbr-text {
  color: #ffffff;
}
.cid-uI0LLzlNSS .card {
  padding-bottom: 1.5rem;
}
.cid-uI0LLzlNSS .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uI0LLzlNSS .item-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uI0LLzlNSS .item-wrapper .card-title {
  color: #ffffff;
}
.cid-uI0LLAbfia {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uI0LLAbfia .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uI0LLAbfia .row {
    flex-direction: column-reverse;
  }
  .cid-uI0LLAbfia .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uI0LLAbfia .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uI0LLAbfia .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uI0LLAbfia .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uI0LLAbfia .mbr-text,
.cid-uI0LLAbfia .mbr-section-btn {
  color: #000000;
}
.cid-uI0LLAbfia .card-title {
  color: #000000;
}
.cid-uI0LLB6rfY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uI0LLB6rfY img,
.cid-uI0LLB6rfY .item-img {
  width: 100%;
}
.cid-uI0LLB6rfY .item:focus,
.cid-uI0LLB6rfY span:focus {
  outline: none;
}
.cid-uI0LLB6rfY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uI0LLB6rfY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uI0LLB6rfY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uI0LLB6rfY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI0LLB6rfY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uI0LLB6rfY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uI0LLB6rfY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uI0LLB6rfY .mbr-section-title {
  color: #000000;
}
.cid-uI0LLB6rfY .mbr-text,
.cid-uI0LLB6rfY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uI0LLB6rfY .item-title {
  text-align: left;
  color: #000000;
}
.cid-uI0LLB6rfY .item-subtitle {
  text-align: left;
}
.cid-uI0LLBYRjS {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/photo-1641483146279-1080x1080.png");
}
.cid-uI0LLBYRjS .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uI0LLBYRjS .mbr-section-title,
.cid-uI0LLBYRjS .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uI0LLBYRjS .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uI0LLBYRjS .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uI0LLBYRjS .card-title {
  color: #000000;
}
.cid-uI0LLBYRjS .mbr-text {
  color: #000000;
}
.cid-uI0LLBYRjS .price {
  color: #000000;
}
.cid-uI0LLBYRjS .mbr-section-title {
  color: #000000;
}
.cid-uI0LLBYRjS .mbr-section-subtitle {
  color: #000000;
}
.cid-uI0LLD7e9o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/about-us-main1p-2-299x181.png");
}
.cid-uI0LLD7e9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLD7e9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0LLD7e9o .mbr-text,
.cid-uI0LLD7e9o .mbr-section-btn {
  color: #232323;
}
.cid-uI0LLD7e9o .btn {
  width: 100%;
}
.cid-uI0LLD7e9o .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uI0LLD7e9o H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uI0LLDOYZW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uI0LLDOYZW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uI0LLDOYZW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uI0LLDOYZW .row {
    text-align: center;
  }
  .cid-uI0LLDOYZW .social-row {
    justify-content: center;
  }
}
.cid-uI0LLDOYZW .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uI0LLDOYZW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uI0LLDOYZW .list {
    margin-bottom: 0rem;
  }
}
.cid-uI0LLDOYZW .mbr-text {
  color: #ffffff;
}
.cid-uI0LLDOYZW .mbr-iconfont {
  color: black;
}
.cid-uI0LLDOYZW H5 {
  color: #72487d;
}
.cid-uI0LLEWvip {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1f1e1e;
}
.cid-uI0LLEWvip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLEWvip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0LLEWvip .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uI0LLEWvip .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-uI0LLEWvip .mbr-text,
.cid-uI0LLEWvip .mbr-section-btn {
  color: #ffffff;
}
.cid-uI0LLFHk3c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f1e1e;
}
.cid-uI0LLFHk3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLFHk3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI0LLFHk3c .mbr-text,
.cid-uI0LLFHk3c .mbr-section-btn {
  color: #232323;
}
.cid-uI0LLFHk3c .card-title,
.cid-uI0LLFHk3c .card-box {
  color: #ffffff;
}
.cid-uI0LLFHk3c .mbr-text,
.cid-uI0LLFHk3c .link-wrap {
  color: #ffffff;
}
.cid-uI0LLGmbia {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uI0LLGmbia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI0LLGmbia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tjPTN51 .navbar-dropdown {
  position: relative !important;
}
.cid-uL6tjPTN51 .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-uL6tjPTN51 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6tjPTN51 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6tjPTN51 .dropdown-item:hover,
.cid-uL6tjPTN51 .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uL6tjPTN51 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6tjPTN51 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6tjPTN51 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6tjPTN51 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6tjPTN51 .nav-link {
  position: relative;
}
.cid-uL6tjPTN51 .container {
  display: flex;
  margin: auto;
}
.cid-uL6tjPTN51 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6tjPTN51 .dropdown-menu,
.cid-uL6tjPTN51 .navbar.opened {
  background: #000000 !important;
}
.cid-uL6tjPTN51 .nav-item:focus,
.cid-uL6tjPTN51 .nav-link:focus {
  outline: none;
}
.cid-uL6tjPTN51 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6tjPTN51 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6tjPTN51 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6tjPTN51 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6tjPTN51 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6tjPTN51 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6tjPTN51 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uL6tjPTN51 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6tjPTN51 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6tjPTN51 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6tjPTN51 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6tjPTN51 .navbar.collapsed {
  justify-content: center;
}
.cid-uL6tjPTN51 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6tjPTN51 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6tjPTN51 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uL6tjPTN51 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6tjPTN51 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6tjPTN51 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL6tjPTN51 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6tjPTN51 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6tjPTN51 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6tjPTN51 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6tjPTN51 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6tjPTN51 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6tjPTN51 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6tjPTN51 .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-uL6tjPTN51 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6tjPTN51 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6tjPTN51 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6tjPTN51 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6tjPTN51 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6tjPTN51 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL6tjPTN51 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6tjPTN51 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6tjPTN51 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6tjPTN51 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL6tjPTN51 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6tjPTN51 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6tjPTN51 .dropdown-item.active,
.cid-uL6tjPTN51 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6tjPTN51 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6tjPTN51 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6tjPTN51 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6tjPTN51 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6tjPTN51 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6tjPTN51 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6tjPTN51 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6tjPTN51 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6tjPTN51 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6tjPTN51 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL6tjPTN51 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6tjPTN51 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6tjPTN51 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6tjPTN51 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6tjPTN51 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6tjPTN51 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6tjPTN51 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6tjPTN51 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6tjPTN51 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uL6tjPTN51 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6tjPTN51 .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-uL6tjPTN51 .navbar {
    height: 70px;
  }
  .cid-uL6tjPTN51 .navbar.opened {
    height: auto;
  }
  .cid-uL6tjPTN51 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6tjR1iUP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uL6tjR1iUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tjR1iUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tjR1iUP .mbr-text,
.cid-uL6tjR1iUP .mbr-section-btn {
  color: #232323;
}
.cid-uL6tjR1iUP .card-title,
.cid-uL6tjR1iUP .card-box {
  color: #ffffff;
}
.cid-uL6tjR1iUP .mbr-text,
.cid-uL6tjR1iUP .link-wrap {
  color: #ffffff;
}
.cid-uL6tjS3f8D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uL6tjS3f8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tjS3f8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tjS3f8D .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uL6tjS3f8D .container {
    max-width: 1400px;
  }
}
.cid-uL6tjS3f8D .card {
  margin: auto;
}
.cid-uL6tjS3f8D .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uL6tjS3f8D .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL6tjS3f8D .row {
  justify-content: center;
}
.cid-uL6tjS3f8D .card-title,
.cid-uL6tjS3f8D .card-box {
  color: #ffffff;
}
.cid-uL6tjT6h8C {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/screen21rj.png-1906x867.png");
}
.cid-uL6tjT6h8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tjT6h8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tjT6h8C .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uL6tjT6h8C .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uL6tjT6h8C .mbr-text,
.cid-uL6tjT6h8C .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uL6tjTHC8h {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uL6tjTHC8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tjTHC8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tjTHC8h .mbr-text,
.cid-uL6tjTHC8h .mbr-section-btn {
  color: #232323;
}
.cid-uL6tjTHC8h .card-title,
.cid-uL6tjTHC8h .card-box {
  color: #ffffff;
}
.cid-uL6tjTHC8h .mbr-text,
.cid-uL6tjTHC8h .link-wrap {
  color: #ffffff;
}
.cid-uL6tjUeE5R {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #160731;
}
.cid-uL6tjUeE5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tjUeE5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tjUeE5R .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uL6tjUeE5R .container {
    max-width: 1400px;
  }
}
.cid-uL6tjUeE5R .card {
  margin: auto;
}
.cid-uL6tjUeE5R .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uL6tjUeE5R .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL6tjUeE5R .row {
  justify-content: center;
}
.cid-uL6tjUeE5R .card-title,
.cid-uL6tjUeE5R .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-uL6tjUeE5R H3 {
  color: #ffffff;
}
.cid-uL6tjVlAfg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uL6tjVlAfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tjVlAfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tjVlAfg .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uL6tjVlAfg .container {
    max-width: 1400px;
  }
}
.cid-uL6tjVlAfg .card {
  margin: auto;
}
.cid-uL6tjVlAfg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uL6tjVlAfg .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL6tjVlAfg .row {
  justify-content: center;
}
.cid-uL6tjVlAfg .card-title,
.cid-uL6tjVlAfg .card-box {
  color: #35d0ff;
}
.cid-uL6tjWpuck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dedede;
}
.cid-uL6tjWpuck input {
  padding: 1.5rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uL6tjWpuck input:hover {
  border: none !important;
}
.cid-uL6tjWpuck .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uL6tjWpuck .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6tjWpuck .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6tjWpuck .row {
    justify-content: center;
  }
}
.cid-uL6tjWpuck .mbr-section-btn {
  display: flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uL6tjWpuck .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-uL6tjWpuck .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uL6tjWpuck .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL6tjWpuck .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uL6tjWpuck .justify-content-center {
  align-items: center;
}
.cid-uL6tjWpuck .mbr-section-title {
  color: #260a30;
}
.cid-uL6tjWpuck .mbr-text {
  color: #260a30;
}
.cid-uL6tjXlStk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-uL6tjXlStk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tjXlStk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tjXlStk .mbr-text,
.cid-uL6tjXlStk .mbr-section-btn {
  color: #232323;
}
.cid-uL6tjXlStk .card-title,
.cid-uL6tjXlStk .card-box {
  color: #ffffff;
}
.cid-uL6tjXlStk .mbr-text,
.cid-uL6tjXlStk .link-wrap {
  color: #ffffff;
}
.cid-uL6tjXYTKc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uL6tjXYTKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tjXYTKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tjXYTKc .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uL6tjXYTKc .container {
    max-width: 1400px;
  }
}
.cid-uL6tjXYTKc .card {
  margin: auto;
}
.cid-uL6tjXYTKc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uL6tjXYTKc .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL6tjXYTKc .row {
  justify-content: center;
}
.cid-uL6tjXYTKc .card-title,
.cid-uL6tjXYTKc .card-box {
  color: #35d0ff;
}
.cid-uL6tjYWF6s {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/nmc-studios-logo-our-passion-584x191.png");
}
.cid-uL6tjYWF6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tjYWF6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tjZMWye {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uL6tjZMWye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tjZMWye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tjZMWye .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uL6tjZMWye .container {
    max-width: 1400px;
  }
}
.cid-uL6tjZMWye .card {
  margin: auto;
}
.cid-uL6tjZMWye .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uL6tjZMWye .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL6tjZMWye .row {
  justify-content: center;
}
.cid-uL6tjZMWye .card-title,
.cid-uL6tjZMWye .card-box {
  color: #35d0ff;
}
.cid-uL6tk0JREk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uL6tk0JREk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tk0JREk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tk0JREk .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uL6tk0JREk .container {
    max-width: 1400px;
  }
}
.cid-uL6tk0JREk .card {
  margin: auto;
}
.cid-uL6tk0JREk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uL6tk0JREk .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL6tk0JREk .row {
  justify-content: center;
}
.cid-uL6tk0JREk .card-title,
.cid-uL6tk0JREk .card-box {
  color: #35d0ff;
}
.cid-uL6tk1HOCl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uL6tk1HOCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tk1HOCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tk1HOCl .mbr-text,
.cid-uL6tk1HOCl .mbr-section-btn {
  color: #232323;
}
.cid-uL6tk1HOCl .card-title,
.cid-uL6tk1HOCl .card-box {
  color: #ffffff;
}
.cid-uL6tk1HOCl .mbr-text,
.cid-uL6tk1HOCl .link-wrap {
  color: #ffffff;
}
.cid-uL6tk2jWPG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uL6tk2jWPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tk2jWPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tk2jWPG .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uL6tk2jWPG .container {
    max-width: 1400px;
  }
}
.cid-uL6tk2jWPG .card {
  margin: auto;
}
.cid-uL6tk2jWPG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uL6tk2jWPG .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL6tk2jWPG .row {
  justify-content: center;
}
.cid-uL6tk2jWPG .card-title,
.cid-uL6tk2jWPG .card-box {
  color: #35d0ff;
}
.cid-uL6tk3wMyJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uL6tk3wMyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tk3wMyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tk3wMyJ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uL6tk3wMyJ .container {
    max-width: 1400px;
  }
}
.cid-uL6tk3wMyJ .card {
  margin: auto;
}
.cid-uL6tk3wMyJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uL6tk3wMyJ .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL6tk3wMyJ .row {
  justify-content: center;
}
.cid-uL6tk3wMyJ .card-title,
.cid-uL6tk3wMyJ .card-box {
  color: #8a1958;
}
.cid-uL6tk4vk10 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/nmc-studios-logo-our-passion-584x191.png");
}
.cid-uL6tk4vk10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tk4vk10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tk4vk10 .mbr-section-title {
  color: #ffffff;
}
.cid-uL6tk4vk10 .mbr-text,
.cid-uL6tk4vk10 .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6tk5bbpU {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uL6tk5bbpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tk5bbpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tk5bbpU .mbr-text,
.cid-uL6tk5bbpU .mbr-section-btn {
  color: #232323;
}
.cid-uL6tk5bbpU .card-title,
.cid-uL6tk5bbpU .card-box {
  color: #ffffff;
}
.cid-uL6tk5bbpU .mbr-text,
.cid-uL6tk5bbpU .link-wrap {
  color: #ffffff;
}
.cid-uL6tk5PsKa {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/robot4-banner6.png-1830x582.png");
}
.cid-uL6tk5PsKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tk5PsKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tk5PsKa .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-uL6tk5PsKa .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uL6tk5PsKa .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uL6tk5PsKa .wrapper {
  padding: 30px 0;
}
.cid-uL6tk5PsKa .mbr-section-title {
  color: #fafafa;
}
.cid-uL6tk5PsKa .mbr-text,
.cid-uL6tk5PsKa .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6tk6LhtV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ded9de;
}
.cid-uL6tk6LhtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tk6LhtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tk6LhtV .mbr-text,
.cid-uL6tk6LhtV .mbr-section-btn {
  color: #232323;
}
.cid-uL6tk6LhtV .card-title,
.cid-uL6tk6LhtV .card-box {
  color: #ffffff;
}
.cid-uL6tk6LhtV .mbr-text,
.cid-uL6tk6LhtV .link-wrap {
  color: #ffffff;
}
.cid-uL6tk7rSGy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uL6tk7rSGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tk7rSGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tk7rSGy .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uL6tk7rSGy .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6tk7rSGy .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uL6tk7rSGy .row {
  justify-content: space-between;
}
.cid-uL6tk8e47T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-16-1920x1280.jpg");
}
.cid-uL6tk8e47T .mbr-overlay {
  background-color: #9fe870;
  opacity: 0.4;
}
.cid-uL6tk8e47T form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uL6tk8e47T form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tk8e47T form.mbr-form {
    padding: 1rem;
  }
}
.cid-uL6tk8e47T form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uL6tk8e47T form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uL6tk8e47T .mbr-section-title {
  color: #ffffff;
}
.cid-uL6tk8WxeN {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uL6tk8WxeN .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uL6tk8WxeN .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uL6tk8WxeN .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uL6tk8WxeN .mbr-text {
  color: #ffffff;
}
.cid-uL6tk8WxeN .card {
  padding-bottom: 1.5rem;
}
.cid-uL6tk8WxeN .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL6tk8WxeN .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uL6tk8WxeN .card-wrapper .card-title {
  color: #ffffff;
}
.cid-uL6tk8WxeN H1 {
  color: #000000;
}
.cid-uL6tk8WxeN .mbr-text,
.cid-uL6tk8WxeN .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uL6tk8WxeN .card-wrapper .card-title,
.cid-uL6tk8WxeN .card-box {
  color: #000000;
}
.cid-uL6tk9ZHea {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6tk9ZHea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tk9ZHea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tk9ZHea .mbr-text,
.cid-uL6tk9ZHea .mbr-section-btn {
  color: #232323;
}
.cid-uL6tk9ZHea .card-title,
.cid-uL6tk9ZHea .card-box {
  color: #ffffff;
}
.cid-uL6tk9ZHea .mbr-text,
.cid-uL6tk9ZHea .link-wrap {
  color: #ffffff;
}
.cid-uL6tkaLUp2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uL6tkaLUp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkaLUp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkaLUp2 .mbr-text,
.cid-uL6tkaLUp2 .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkaLUp2 .card-title,
.cid-uL6tkaLUp2 .card-box {
  color: #ffffff;
}
.cid-uL6tkaLUp2 .mbr-text,
.cid-uL6tkaLUp2 .link-wrap {
  color: #ffffff;
}
.cid-uL6tkbwx8P {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/nmc-studios-logo-our-passion-584x191.png");
}
.cid-uL6tkbwx8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkbwx8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkcSXcr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uL6tkcSXcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkcSXcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkcSXcr .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uL6tkcSXcr .container {
    max-width: 1400px;
  }
}
.cid-uL6tkcSXcr .card {
  margin: auto;
}
.cid-uL6tkcSXcr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uL6tkcSXcr .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL6tkcSXcr .row {
  justify-content: center;
}
.cid-uL6tkcSXcr .card-title,
.cid-uL6tkcSXcr .card-box {
  color: #ffffff;
}
.cid-uL6tkecqOt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1284.jpeg");
}
.cid-uL6tkecqOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkecqOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkecqOt .mbr-text,
.cid-uL6tkecqOt .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkecqOt .card-title,
.cid-uL6tkecqOt .card-box {
  color: #ffffff;
}
.cid-uL6tkecqOt .mbr-text,
.cid-uL6tkecqOt .link-wrap {
  color: #ffffff;
}
.cid-uL6tkeZe05 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6tkeZe05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkeZe05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkeZe05 .mbr-text,
.cid-uL6tkeZe05 .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkeZe05 .card-title,
.cid-uL6tkeZe05 .card-box {
  color: #000000;
}
.cid-uL6tkeZe05 .mbr-text,
.cid-uL6tkeZe05 .link-wrap {
  color: #ffffff;
}
.cid-uL6tkeZe05 .card-box .mbr-text,
.cid-uL6tkeZe05 .mbr-section-btn {
  color: #000000;
}
.cid-uL6tkg0zIc {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uL6tkg0zIc .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL6tkg0zIc .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uL6tkg0zIc .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uL6tkg0zIc .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uL6tkg0zIc .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uL6tkg0zIc .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uL6tkg0zIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkg0zIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkg0zIc .mbr-description {
  text-align: left;
}
.cid-uL6tkg0zIc .card-title,
.cid-uL6tkg0zIc .iconfont-wrapper {
  color: #000000;
}
.cid-uL6tkg0zIc .card-text {
  color: #000000;
}
.cid-uL6tkg0zIc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uL6tkg0zIc .mbr-number {
  color: #9fe870;
}
.cid-uL6tkg0zIc .mbr-text,
.cid-uL6tkg0zIc .mbr-section-btn {
  text-align: center;
}
.cid-uL6tkg0zIc .card-text,
.cid-uL6tkg0zIc .item .mbr-section-btn {
  text-align: left;
}
.cid-uL6tkg0zIc .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL6tkg0zIc .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uL6tkg0zIc .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL6tkg0zIc .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uL6tkh37Zi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uL6tkh37Zi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkh37Zi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkh37Zi .mbr-text,
.cid-uL6tkh37Zi .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkh37Zi .card-title,
.cid-uL6tkh37Zi .card-box {
  color: #ffffff;
}
.cid-uL6tkh37Zi .mbr-text,
.cid-uL6tkh37Zi .link-wrap {
  color: #ffffff;
}
.cid-uL6tkinwrU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1284.jpeg");
}
.cid-uL6tkinwrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkinwrU .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uL6tkinwrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkinwrU .item-wrapper {
  background: #fafafa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uL6tkinwrU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uL6tkinwrU .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uL6tkinwrU .card-title,
.cid-uL6tkinwrU .iconfont-wrapper {
  color: #000000;
}
.cid-uL6tkinwrU .card-text {
  color: #000000;
}
.cid-uL6tkinwrU .content-head {
  max-width: 800px;
}
.cid-uL6tkinwrU .mbr-section-title {
  color: #000000;
}
.cid-uL6tkinwrU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL6tkinwrU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uL6tkjOjUQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uL6tkjOjUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkjOjUQ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uL6tkjOjUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkjOjUQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uL6tkjOjUQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6tkjOjUQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uL6tkjOjUQ .card-title,
.cid-uL6tkjOjUQ .iconfont-wrapper {
  color: #000000;
}
.cid-uL6tkjOjUQ .card-text {
  color: #000000;
}
.cid-uL6tkjOjUQ .content-head {
  max-width: 800px;
}
.cid-uL6tkjOjUQ .mbr-section-title {
  color: #ffffff;
}
.cid-uL6tkoPjCA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uL6tkoPjCA .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uL6tkoPjCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkoPjCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkoPjCA .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uL6tkoPjCA .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uL6tkoPjCA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uL6tkoPjCA .card-title,
.cid-uL6tkoPjCA .iconfont-wrapper {
  color: #000000;
}
.cid-uL6tkoPjCA .content-head {
  max-width: 800px;
}
.cid-uL6tkoPjCA .mbr-section-title {
  color: #000000;
}
.cid-uL6tkoPjCA .mbr-section-subtitle {
  color: #000000;
}
.cid-uL6tkoPjCA .card-text {
  color: #000000;
}
.cid-uL6tkoPjCA .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL6tkoPjCA .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uL6tkqqlW4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL6tkqqlW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkqqlW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkqqlW4 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uL6tkqqlW4 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uL6tkqqlW4 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uL6tkrF8fr {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1284.jpeg");
}
.cid-uL6tkrF8fr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkrF8fr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkrF8fr .mbr-text,
.cid-uL6tkrF8fr .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkrF8fr .card-title,
.cid-uL6tkrF8fr .card-box {
  color: #ffffff;
}
.cid-uL6tkrF8fr .mbr-text,
.cid-uL6tkrF8fr .link-wrap {
  color: #ffffff;
}
.cid-uL6tksDMOl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uL6tksDMOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tksDMOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tksDMOl .mbr-description {
  text-align: left;
}
.cid-uL6tksDMOl .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uL6tksDMOl .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uL6tksDMOl .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uL6tksDMOl .card-title,
.cid-uL6tksDMOl .iconfont-wrapper {
  color: #000000;
}
.cid-uL6tksDMOl .card-text {
  color: #000000;
}
.cid-uL6tksDMOl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uL6tksDMOl .mbr-number {
  color: #9fe870;
}
.cid-uL6tksDMOl .mbr-text,
.cid-uL6tksDMOl .mbr-section-btn {
  text-align: center;
}
.cid-uL6tksDMOl .card-text,
.cid-uL6tksDMOl .item .mbr-section-btn {
  text-align: left;
}
.cid-uL6tksDMOl .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uL6tksDMOl .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uL6tksDMOl .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uL6tksDMOl .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uL6tksDMOl .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uL6tksDMOl .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL6tksDMOl .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uL6tksDMOl .card-title {
  text-align: left;
}
.cid-uL6tksDMOl .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uL6tksDMOl .item-content .item-footer {
  margin-top: auto;
}
.cid-uL6tktUh8u {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uL6tktUh8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tktUh8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tktUh8u .card-wrapper {
  background: #ffea35;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uL6tktUh8u .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL6tktUh8u .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6tktUh8u .card-wrapper {
    padding: 4rem;
  }
}
.cid-uL6tktUh8u .mbr-text,
.cid-uL6tktUh8u .mbr-section-btn {
  color: #000000;
}
.cid-uL6tktUh8u .card-title,
.cid-uL6tktUh8u .card-box {
  text-align: left;
  color: #000000;
}
.cid-uL6tkvhu0z {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1196.jpg");
}
.cid-uL6tkvhu0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkvhu0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkvhu0z .mbr-text,
.cid-uL6tkvhu0z .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkvhu0z .card-title,
.cid-uL6tkvhu0z .card-box {
  color: #ffffff;
}
.cid-uL6tkvhu0z .mbr-text,
.cid-uL6tkvhu0z .link-wrap {
  color: #ffffff;
}
.cid-uL6tkwjAyJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uL6tkwjAyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkwjAyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkwjAyJ .mbr-text,
.cid-uL6tkwjAyJ .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkwjAyJ .card-title,
.cid-uL6tkwjAyJ .card-box {
  color: #232323;
}
.cid-uL6tkwjAyJ .mbr-text,
.cid-uL6tkwjAyJ .link-wrap {
  color: #ffffff;
}
.cid-uL6tkwjAyJ .card-box .mbr-text,
.cid-uL6tkwjAyJ .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkxcPHK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1078.jpg");
}
.cid-uL6tkxcPHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkxcPHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkxcPHK .mbr-text,
.cid-uL6tkxcPHK .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkxcPHK .card-title,
.cid-uL6tkxcPHK .card-box {
  color: #ffffff;
}
.cid-uL6tkxcPHK .mbr-text,
.cid-uL6tkxcPHK .link-wrap {
  color: #ffffff;
}
.cid-uL6tky8wCW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6tky8wCW img,
.cid-uL6tky8wCW .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uL6tky8wCW .item:focus,
.cid-uL6tky8wCW span:focus {
  outline: none;
}
.cid-uL6tky8wCW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uL6tky8wCW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tky8wCW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uL6tky8wCW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tky8wCW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uL6tky8wCW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uL6tky8wCW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tky8wCW .mbr-section-title {
  color: #232323;
}
.cid-uL6tky8wCW .mbr-text,
.cid-uL6tky8wCW .mbr-section-btn {
  text-align: left;
}
.cid-uL6tky8wCW .item-title {
  text-align: left;
}
.cid-uL6tky8wCW .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uL6tkzLIaD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uL6tkzLIaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkzLIaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkzLIaD .mbr-text,
.cid-uL6tkzLIaD .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkzLIaD .card-title,
.cid-uL6tkzLIaD .card-box {
  color: #ffffff;
}
.cid-uL6tkzLIaD .mbr-text,
.cid-uL6tkzLIaD .link-wrap {
  color: #ffffff;
}
.cid-uL6tkARHjS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uL6tkARHjS img,
.cid-uL6tkARHjS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uL6tkARHjS .item:focus,
.cid-uL6tkARHjS span:focus {
  outline: none;
}
.cid-uL6tkARHjS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uL6tkARHjS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tkARHjS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uL6tkARHjS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tkARHjS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uL6tkARHjS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uL6tkARHjS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tkARHjS .mbr-section-title {
  color: #232323;
}
.cid-uL6tkARHjS .mbr-text,
.cid-uL6tkARHjS .mbr-section-btn {
  text-align: left;
}
.cid-uL6tkARHjS .item-title {
  text-align: left;
}
.cid-uL6tkARHjS .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uL6tkCnyrr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-uL6tkCnyrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkCnyrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkCnyrr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uL6tkCnyrr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uL6tkCnyrr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uL6tkCnyrr .list {
  color: #ffffff;
}
.cid-uL6tkCnyrr H3 {
  color: #ffffff;
}
.cid-uL6tkDuoOV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uL6tkDuoOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkDuoOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkDuoOV .mbr-text,
.cid-uL6tkDuoOV .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkDuoOV .card-title,
.cid-uL6tkDuoOV .card-box {
  color: #ffffff;
}
.cid-uL6tkDuoOV .mbr-text,
.cid-uL6tkDuoOV .link-wrap {
  color: #ffffff;
}
.cid-uL6tkEIrCr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uL6tkEIrCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkEIrCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkEIrCr .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uL6tkEIrCr .container {
    max-width: 1400px;
  }
}
.cid-uL6tkEIrCr .card {
  margin: auto;
}
.cid-uL6tkEIrCr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uL6tkEIrCr .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL6tkEIrCr .row {
  justify-content: center;
}
.cid-uL6tkEIrCr .card-title,
.cid-uL6tkEIrCr .card-box {
  color: #ffffff;
}
.cid-uL6tkGjVKG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/robot4-banner.png-1474x440.png");
}
.cid-uL6tkGjVKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkGjVKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkGjVKG .mbr-text,
.cid-uL6tkGjVKG .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkGjVKG .btn {
  width: 100%;
}
.cid-uL6tkGjVKG .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uL6tkGjVKG H1 {
  text-align: center;
}
.cid-uL6tkHnLwB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uL6tkHnLwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkHnLwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkHnLwB .mbr-text,
.cid-uL6tkHnLwB .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkHnLwB .card-title,
.cid-uL6tkHnLwB .card-box {
  color: #ffffff;
}
.cid-uL6tkHnLwB .mbr-text,
.cid-uL6tkHnLwB .link-wrap {
  color: #ffffff;
}
.cid-uL6tkICSiD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uL6tkICSiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkICSiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uL6tkICSiD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL6tkICSiD .row {
  flex-direction: row-reverse;
}
.cid-uL6tkICSiD img {
  width: 100%;
}
.cid-uL6tkICSiD .mbr-description {
  color: #cf44d9;
}
.cid-uL6tkJMoSx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1284.jpeg");
}
.cid-uL6tkJMoSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkJMoSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkJMoSx .mbr-text,
.cid-uL6tkJMoSx .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkJMoSx .card-title,
.cid-uL6tkJMoSx .card-box {
  color: #ffffff;
}
.cid-uL6tkJMoSx .mbr-text,
.cid-uL6tkJMoSx .link-wrap {
  color: #ffffff;
}
.cid-uL6tkKMidl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #621e67;
}
.cid-uL6tkKMidl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkKMidl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkKMidl .mbr-text,
.cid-uL6tkKMidl .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkKMidl .card-title,
.cid-uL6tkKMidl .card-box {
  color: #ffffff;
}
.cid-uL6tkKMidl .mbr-text,
.cid-uL6tkKMidl .link-wrap {
  color: #ffffff;
}
.cid-uL6tkLOZeK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-uL6tkLOZeK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkLOZeK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkLOZeK .mbr-section-title {
  color: #ffffff;
}
.cid-uL6tkMQQvu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uL6tkMQQvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkMQQvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkMQQvu .mbr-text,
.cid-uL6tkMQQvu .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkMQQvu .btn {
  width: 100%;
}
.cid-uL6tkMQQvu .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uL6tkMQQvu H1 {
  text-align: center;
}
.cid-uL6tkNRhbC {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1076.jpg");
}
.cid-uL6tkNRhbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkNRhbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkNRhbC .mbr-text,
.cid-uL6tkNRhbC .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkNRhbC .card-title,
.cid-uL6tkNRhbC .card-box {
  color: #ffffff;
}
.cid-uL6tkNRhbC .mbr-text,
.cid-uL6tkNRhbC .link-wrap {
  color: #ffffff;
}
.cid-uL6tkOR1EV {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uL6tkOR1EV img,
.cid-uL6tkOR1EV .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uL6tkOR1EV .item:focus,
.cid-uL6tkOR1EV span:focus {
  outline: none;
}
.cid-uL6tkOR1EV .item-wrapper {
  position: relative;
}
.cid-uL6tkOR1EV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tkOR1EV .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uL6tkOR1EV .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tkOR1EV .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uL6tkOR1EV .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uL6tkOR1EV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tkOR1EV .mbr-section-title {
  color: #621e67;
}
.cid-uL6tkOR1EV .mbr-text,
.cid-uL6tkOR1EV .mbr-section-btn {
  text-align: center;
}
.cid-uL6tkOR1EV .item-title {
  text-align: center;
}
.cid-uL6tkOR1EV .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uL6tkOR1EV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uL6tkOR1EV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uL6tkOR1EV .embla__button--next,
.cid-uL6tkOR1EV .embla__button--prev {
  display: flex;
}
.cid-uL6tkOR1EV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL6tkOR1EV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uL6tkOR1EV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uL6tkOR1EV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uL6tkOR1EV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uL6tkOR1EV .embla__button {
    top: auto;
  }
}
.cid-uL6tkOR1EV .embla {
  position: relative;
  width: 100%;
}
.cid-uL6tkOR1EV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uL6tkOR1EV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uL6tkOR1EV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uL6tkOR1EV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uL6tkOR1EV .mbr-section-subtitle {
  color: #000000;
}
.cid-uL6tkT2dhJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-uL6tkT2dhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkT2dhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkT2dhJ .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uL6tkT2dhJ .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uL6tkT2dhJ .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uL6tkT2dhJ .mbr-text {
  color: #ffffff;
}
.cid-uL6tkT2dhJ .card {
  padding-bottom: 1.5rem;
}
.cid-uL6tkT2dhJ .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL6tkT2dhJ .item-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uL6tkT2dhJ .item-wrapper .card-title {
  color: #ffffff;
}
.cid-uL6tkUvOQJ {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6tkUvOQJ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uL6tkUvOQJ .item {
    margin-bottom: 4rem;
  }
}
.cid-uL6tkUvOQJ .item:last-child .icon-box:before {
  display: none;
}
.cid-uL6tkUvOQJ .item.last .icon-box:before {
  display: none;
}
.cid-uL6tkUvOQJ .step-number {
  padding-top: 6px;
}
.cid-uL6tkUvOQJ .icon-box {
  background: #72487d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uL6tkUvOQJ .icon-box {
    margin-right: 1rem;
  }
}
.cid-uL6tkUvOQJ .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #72487d;
  transform: translate(-50%, 0);
}
.cid-uL6tkUvOQJ span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL6tkUvOQJ .card {
    margin-bottom: 2rem;
  }
  .cid-uL6tkUvOQJ .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL6tkUvOQJ .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uL6tkUvOQJ .icon-box::before {
    top: 114%;
  }
}
.cid-uL6tkUvOQJ .card-title,
.cid-uL6tkUvOQJ .card-box {
  color: #000000;
}
.cid-uL6tkUvOQJ .icon-text {
  color: #000000;
}
.cid-uL6tkUvOQJ .mbr-text,
.cid-uL6tkUvOQJ .mbr-section-btn {
  color: #000000;
}
.cid-uL6tkUvOQJ .icon-title {
  color: #000000;
}
.cid-uL6tkWf0R5 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-17-1920x1280.jpg");
}
.cid-uL6tkWf0R5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkWf0R5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkWf0R5 .mbr-text,
.cid-uL6tkWf0R5 .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkWf0R5 .card-title,
.cid-uL6tkWf0R5 .card-box {
  color: #ffffff;
}
.cid-uL6tkWf0R5 .mbr-text,
.cid-uL6tkWf0R5 .link-wrap {
  color: #ffffff;
}
.cid-uL6tkXutkA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uL6tkXutkA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uL6tkXutkA form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uL6tkXutkA form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uL6tkXutkA form.mbr-form {
    padding: 1rem;
  }
}
.cid-uL6tkXutkA form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uL6tkXutkA form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uL6tkYJulC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1076.jpeg");
}
.cid-uL6tkYJulC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkYJulC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkYJulC .mbr-text,
.cid-uL6tkYJulC .mbr-section-btn {
  color: #232323;
}
.cid-uL6tkYJulC .card-title,
.cid-uL6tkYJulC .card-box {
  color: #ffffff;
}
.cid-uL6tkYJulC .mbr-text,
.cid-uL6tkYJulC .link-wrap {
  color: #ffffff;
}
.cid-uL6tkZVExp {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL6tkZVExp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tkZVExp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tkZVExp .mbr-section-title {
  color: #000000;
}
.cid-uL6tl1iAAz {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/demo-1.jpg");
}
.cid-uL6tl1iAAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tl1iAAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tl1iAAz .mbr-text,
.cid-uL6tl1iAAz .mbr-section-btn {
  color: #232323;
}
.cid-uL6tl1iAAz .card-title,
.cid-uL6tl1iAAz .card-box {
  color: #e43f3f;
}
.cid-uL6tl1iAAz .mbr-text,
.cid-uL6tl1iAAz .link-wrap {
  color: #ffffff;
}
.cid-uL6tl2waQB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL6tl2waQB img,
.cid-uL6tl2waQB .item-img {
  width: 100%;
}
.cid-uL6tl2waQB .item:focus,
.cid-uL6tl2waQB span:focus {
  outline: none;
}
.cid-uL6tl2waQB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uL6tl2waQB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tl2waQB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uL6tl2waQB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tl2waQB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uL6tl2waQB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uL6tl2waQB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tl2waQB .mbr-section-title {
  color: #000000;
}
.cid-uL6tl2waQB .mbr-text,
.cid-uL6tl2waQB .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uL6tl2waQB .item-title {
  text-align: left;
  color: #000000;
}
.cid-uL6tl2waQB .item-subtitle {
  text-align: left;
}
.cid-uL6tl40eK6 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/photo-1641483146279-1080x1080.png");
}
.cid-uL6tl40eK6 .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uL6tl40eK6 .mbr-section-title,
.cid-uL6tl40eK6 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uL6tl40eK6 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6tl40eK6 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uL6tl40eK6 .card-title {
  color: #000000;
}
.cid-uL6tl40eK6 .mbr-text {
  color: #000000;
}
.cid-uL6tl40eK6 .price {
  color: #000000;
}
.cid-uL6tl40eK6 .mbr-section-title {
  color: #000000;
}
.cid-uL6tl40eK6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uL6tl5KwTC {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uL6tl5KwTC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL6tl5KwTC .row {
    flex-direction: column-reverse;
  }
  .cid-uL6tl5KwTC .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL6tl5KwTC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6tl5KwTC .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL6tl5KwTC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL6tl5KwTC .mbr-text,
.cid-uL6tl5KwTC .mbr-section-btn {
  color: #000000;
}
.cid-uL6tl5KwTC .card-title {
  color: #000000;
}
.cid-uL6tl6YHF4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL6tl6YHF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tl6YHF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tl87FbB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/about-us-main1p-2-299x181.png");
}
.cid-uL6tl87FbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tl87FbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tl87FbB .mbr-text,
.cid-uL6tl87FbB .mbr-section-btn {
  color: #232323;
}
.cid-uL6tl87FbB .btn {
  width: 100%;
}
.cid-uL6tl87FbB .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uL6tl87FbB H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uL6tl9sHvx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uL6tl9sHvx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6tl9sHvx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uL6tl9sHvx .row {
    text-align: center;
  }
  .cid-uL6tl9sHvx .social-row {
    justify-content: center;
  }
}
.cid-uL6tl9sHvx .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL6tl9sHvx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6tl9sHvx .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6tl9sHvx .mbr-text {
  color: #ffffff;
}
.cid-uL6tl9sHvx .mbr-iconfont {
  color: black;
}
.cid-uL6tl9sHvx H5 {
  color: #72487d;
}
.cid-uL6tlb1tGs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1f1e1e;
}
.cid-uL6tlb1tGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tlb1tGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tlb1tGs .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uL6tlb1tGs .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-uL6tlb1tGs .mbr-text,
.cid-uL6tlb1tGs .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6tlcqJuX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f1e1e;
}
.cid-uL6tlcqJuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tlcqJuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tlcqJuX .mbr-text,
.cid-uL6tlcqJuX .mbr-section-btn {
  color: #232323;
}
.cid-uL6tlcqJuX .card-title,
.cid-uL6tlcqJuX .card-box {
  color: #ffffff;
}
.cid-uL6tlcqJuX .mbr-text,
.cid-uL6tlcqJuX .link-wrap {
  color: #ffffff;
}
.cid-uNQEGZSLzA .navbar-dropdown {
  position: relative !important;
}
.cid-uNQEGZSLzA .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-uNQEGZSLzA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNQEGZSLzA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNQEGZSLzA .dropdown-item:hover,
.cid-uNQEGZSLzA .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uNQEGZSLzA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNQEGZSLzA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNQEGZSLzA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNQEGZSLzA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNQEGZSLzA .nav-link {
  position: relative;
}
.cid-uNQEGZSLzA .container {
  display: flex;
  margin: auto;
}
.cid-uNQEGZSLzA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNQEGZSLzA .dropdown-menu,
.cid-uNQEGZSLzA .navbar.opened {
  background: #000000 !important;
}
.cid-uNQEGZSLzA .nav-item:focus,
.cid-uNQEGZSLzA .nav-link:focus {
  outline: none;
}
.cid-uNQEGZSLzA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNQEGZSLzA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNQEGZSLzA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNQEGZSLzA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNQEGZSLzA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNQEGZSLzA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNQEGZSLzA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uNQEGZSLzA .navbar.opened {
  transition: all 0.3s;
}
.cid-uNQEGZSLzA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNQEGZSLzA .navbar .navbar-logo img {
  width: auto;
}
.cid-uNQEGZSLzA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNQEGZSLzA .navbar.collapsed {
  justify-content: center;
}
.cid-uNQEGZSLzA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNQEGZSLzA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNQEGZSLzA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uNQEGZSLzA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNQEGZSLzA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNQEGZSLzA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNQEGZSLzA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNQEGZSLzA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNQEGZSLzA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNQEGZSLzA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNQEGZSLzA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNQEGZSLzA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNQEGZSLzA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNQEGZSLzA .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-uNQEGZSLzA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNQEGZSLzA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNQEGZSLzA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNQEGZSLzA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNQEGZSLzA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNQEGZSLzA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNQEGZSLzA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNQEGZSLzA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNQEGZSLzA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNQEGZSLzA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNQEGZSLzA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNQEGZSLzA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNQEGZSLzA .dropdown-item.active,
.cid-uNQEGZSLzA .dropdown-item:active {
  background-color: transparent;
}
.cid-uNQEGZSLzA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNQEGZSLzA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNQEGZSLzA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNQEGZSLzA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uNQEGZSLzA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNQEGZSLzA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNQEGZSLzA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNQEGZSLzA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNQEGZSLzA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNQEGZSLzA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNQEGZSLzA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNQEGZSLzA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNQEGZSLzA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNQEGZSLzA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNQEGZSLzA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNQEGZSLzA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNQEGZSLzA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNQEGZSLzA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNQEGZSLzA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNQEGZSLzA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNQEGZSLzA .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-uNQEGZSLzA .navbar {
    height: 70px;
  }
  .cid-uNQEGZSLzA .navbar.opened {
    height: auto;
  }
  .cid-uNQEGZSLzA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNQEH4zXI6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uNQEH4zXI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEH4zXI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEH4zXI6 .mbr-text,
.cid-uNQEH4zXI6 .mbr-section-btn {
  color: #232323;
}
.cid-uNQEH4zXI6 .card-title,
.cid-uNQEH4zXI6 .card-box {
  color: #ffffff;
}
.cid-uNQEH4zXI6 .mbr-text,
.cid-uNQEH4zXI6 .link-wrap {
  color: #ffffff;
}
.cid-uNQEH5GaSQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uNQEH5GaSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEH5GaSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEH5GaSQ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uNQEH5GaSQ .container {
    max-width: 1400px;
  }
}
.cid-uNQEH5GaSQ .card {
  margin: auto;
}
.cid-uNQEH5GaSQ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uNQEH5GaSQ .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNQEH5GaSQ .row {
  justify-content: center;
}
.cid-uNQEH5GaSQ .card-title,
.cid-uNQEH5GaSQ .card-box {
  color: #ffffff;
}
.cid-uNQEH6MNgQ {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/screen21rj.png-1906x867.png");
}
.cid-uNQEH6MNgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEH6MNgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEH6MNgQ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uNQEH6MNgQ .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uNQEH6MNgQ .mbr-text,
.cid-uNQEH6MNgQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uNQEH7ps7s {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uNQEH7ps7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEH7ps7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEH7ps7s .mbr-text,
.cid-uNQEH7ps7s .mbr-section-btn {
  color: #232323;
}
.cid-uNQEH7ps7s .card-title,
.cid-uNQEH7ps7s .card-box {
  color: #ffffff;
}
.cid-uNQEH7ps7s .mbr-text,
.cid-uNQEH7ps7s .link-wrap {
  color: #ffffff;
}
.cid-uNQEH80C9x {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1a0a36;
}
.cid-uNQEH80C9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEH80C9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEH80C9x .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uNQEH80C9x .container {
    max-width: 1400px;
  }
}
.cid-uNQEH80C9x .card {
  margin: auto;
}
.cid-uNQEH80C9x .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uNQEH80C9x .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNQEH80C9x .row {
  justify-content: center;
}
.cid-uNQEH80C9x .card-title,
.cid-uNQEH80C9x .card-box {
  color: #22a5e5;
  text-align: left;
}
.cid-uNQEH80C9x H3 {
  color: #ffffff;
}
.cid-uNQEH9th6M {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uNQEH9th6M input {
  padding: 1.5rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uNQEH9th6M input:hover {
  border: none !important;
}
.cid-uNQEH9th6M .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uNQEH9th6M .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-uNQEH9th6M .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNQEH9th6M .row {
    justify-content: center;
  }
}
.cid-uNQEH9th6M .mbr-section-btn {
  display: flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uNQEH9th6M .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-uNQEH9th6M .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uNQEH9th6M .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uNQEH9th6M .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uNQEH9th6M .justify-content-center {
  align-items: center;
}
.cid-uNQEH9th6M .mbr-section-title {
  color: #22a5e5;
}
.cid-uNQEH9th6M .mbr-text {
  color: #ffffff;
}
.cid-uNQEHakqXy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uNQEHakqXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHakqXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHakqXy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNQEHakqXy .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uNQEHakqXy .mbr-section-title {
  color: #ffffff;
}
.cid-uNQEHakqXy .mbr-text,
.cid-uNQEHakqXy .mbr-section-btn {
  color: #ffffff;
}
.cid-uNQEHbaGNS {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uNQEHbaGNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHbaGNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHbaGNS .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-uNQEHbaGNS .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uNQEHbaGNS .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uNQEHbaGNS .wrapper {
  padding: 30px 0;
}
.cid-uNQEHbaGNS .mbr-section-title {
  color: #fafafa;
}
.cid-uNQEHbaGNS .mbr-text,
.cid-uNQEHbaGNS .mbr-section-btn {
  color: #ffffff;
}
.cid-uNQEHcfVVM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uNQEHcfVVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHcfVVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHcfVVM .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uNQEHcfVVM .container {
    max-width: 1400px;
  }
}
.cid-uNQEHcfVVM .card {
  margin: auto;
}
.cid-uNQEHcfVVM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uNQEHcfVVM .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNQEHcfVVM .row {
  justify-content: center;
}
.cid-uNQEHcfVVM .card-title,
.cid-uNQEHcfVVM .card-box {
  color: #35d0ff;
}
.cid-uNQEHdmDg0 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1909.png");
}
.cid-uNQEHdmDg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHdmDg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHdmDg0 .mbr-text,
.cid-uNQEHdmDg0 .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHdmDg0 .card-title,
.cid-uNQEHdmDg0 .card-box {
  color: #ffffff;
}
.cid-uNQEHdmDg0 .mbr-text,
.cid-uNQEHdmDg0 .link-wrap {
  color: #ffffff;
}
.cid-uNQEHe1A0S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNQEHe1A0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHe1A0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHe1A0S .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uNQEHe1A0S .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNQEHe1A0S .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uNQEHe1A0S .row {
  justify-content: space-between;
}
.cid-uNQEHeKrJV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNQEHeKrJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHeKrJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHeKrJV .mbr-text,
.cid-uNQEHeKrJV .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHeKrJV .card-title,
.cid-uNQEHeKrJV .card-box {
  color: #ffffff;
}
.cid-uNQEHeKrJV .mbr-text,
.cid-uNQEHeKrJV .link-wrap {
  color: #ffffff;
}
.cid-uNQEHfM1KD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNQEHfM1KD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHfM1KD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHfM1KD .mbr-text,
.cid-uNQEHfM1KD .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHfM1KD .card-title,
.cid-uNQEHfM1KD .card-box {
  color: #ffffff;
}
.cid-uNQEHfM1KD .mbr-text,
.cid-uNQEHfM1KD .link-wrap {
  color: #ffffff;
}
.cid-uNQEHhqnmQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-uNQEHhqnmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHhqnmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHhqnmQ .mbr-section-title {
  color: #ffffff;
}
.cid-uNQEHibF0z {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uNQEHibF0z .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uNQEHibF0z .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uNQEHibF0z .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uNQEHibF0z .mbr-text {
  color: #ffffff;
}
.cid-uNQEHibF0z .card {
  padding-bottom: 1.5rem;
}
.cid-uNQEHibF0z .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNQEHibF0z .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uNQEHibF0z .card-wrapper .card-title {
  color: #ffffff;
}
.cid-uNQEHibF0z H1 {
  color: #000000;
}
.cid-uNQEHibF0z .mbr-text,
.cid-uNQEHibF0z .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uNQEHibF0z .card-wrapper .card-title,
.cid-uNQEHibF0z .card-box {
  color: #000000;
}
.cid-uNQEHjdfsr {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNQEHjdfsr .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNQEHjdfsr .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uNQEHjdfsr .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uNQEHjdfsr .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uNQEHjdfsr .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uNQEHjdfsr .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uNQEHjdfsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHjdfsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHjdfsr .mbr-description {
  text-align: left;
}
.cid-uNQEHjdfsr .card-title,
.cid-uNQEHjdfsr .iconfont-wrapper {
  color: #000000;
}
.cid-uNQEHjdfsr .card-text {
  color: #000000;
}
.cid-uNQEHjdfsr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNQEHjdfsr .mbr-number {
  color: #9fe870;
}
.cid-uNQEHjdfsr .mbr-text,
.cid-uNQEHjdfsr .mbr-section-btn {
  text-align: center;
}
.cid-uNQEHjdfsr .card-text,
.cid-uNQEHjdfsr .item .mbr-section-btn {
  text-align: left;
}
.cid-uNQEHjdfsr .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNQEHjdfsr .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uNQEHjdfsr .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNQEHjdfsr .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uNQEHkdQmw {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNQEHkdQmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHkdQmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHkdQmw .mbr-text,
.cid-uNQEHkdQmw .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHkdQmw .card-title,
.cid-uNQEHkdQmw .card-box {
  color: #000000;
}
.cid-uNQEHkdQmw .mbr-text,
.cid-uNQEHkdQmw .link-wrap {
  color: #ffffff;
}
.cid-uNQEHkdQmw .card-box .mbr-text,
.cid-uNQEHkdQmw .mbr-section-btn {
  color: #000000;
}
.cid-uNQEHlqh3F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNQEHlqh3F .mbr-overlay {
  background-color: #9fe870;
  opacity: 0.4;
}
.cid-uNQEHlqh3F form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNQEHlqh3F form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNQEHlqh3F form.mbr-form {
    padding: 1rem;
  }
}
.cid-uNQEHlqh3F form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uNQEHlqh3F form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uNQEHlqh3F .mbr-section-title {
  color: #000000;
}
.cid-uNQEHmjUfm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uNQEHmjUfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHmjUfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHmjUfm .mbr-text,
.cid-uNQEHmjUfm .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHmjUfm .card-title,
.cid-uNQEHmjUfm .card-box {
  color: #ffffff;
}
.cid-uNQEHmjUfm .mbr-text,
.cid-uNQEHmjUfm .link-wrap {
  color: #ffffff;
}
.cid-uNQEHn4v1z {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uNQEHn4v1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHn4v1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHn4v1z .mbr-text,
.cid-uNQEHn4v1z .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHn4v1z .card-title,
.cid-uNQEHn4v1z .card-box {
  color: #ffffff;
}
.cid-uNQEHn4v1z .mbr-text,
.cid-uNQEHn4v1z .link-wrap {
  color: #ffffff;
}
.cid-uNQEHnQI8j {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uNQEHnQI8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHnQI8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHnQI8j .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uNQEHnQI8j .container {
    max-width: 1400px;
  }
}
.cid-uNQEHnQI8j .card {
  margin: auto;
}
.cid-uNQEHnQI8j .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uNQEHnQI8j .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNQEHnQI8j .row {
  justify-content: center;
}
.cid-uNQEHnQI8j .card-title,
.cid-uNQEHnQI8j .card-box {
  color: #35d0ff;
}
.cid-uNQEHqpnW2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uNQEHqpnW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHqpnW2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHqpnW2 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uNQEHqpnW2 .container {
    max-width: 1400px;
  }
}
.cid-uNQEHqpnW2 .card {
  margin: auto;
}
.cid-uNQEHqpnW2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uNQEHqpnW2 .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNQEHqpnW2 .row {
  justify-content: center;
}
.cid-uNQEHqpnW2 .card-title,
.cid-uNQEHqpnW2 .card-box {
  color: #35d0ff;
}
.cid-uNQEHrzYiM {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/nmc-studios-logo-our-passion-584x191.png");
}
.cid-uNQEHrzYiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHrzYiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHsoOCR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uNQEHsoOCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHsoOCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHsoOCR .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uNQEHsoOCR .container {
    max-width: 1400px;
  }
}
.cid-uNQEHsoOCR .card {
  margin: auto;
}
.cid-uNQEHsoOCR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uNQEHsoOCR .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNQEHsoOCR .row {
  justify-content: center;
}
.cid-uNQEHsoOCR .card-title,
.cid-uNQEHsoOCR .card-box {
  color: #35d0ff;
}
.cid-uNQEHtzyb4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uNQEHtzyb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHtzyb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHtzyb4 .mbr-text,
.cid-uNQEHtzyb4 .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHtzyb4 .card-title,
.cid-uNQEHtzyb4 .card-box {
  color: #ffffff;
}
.cid-uNQEHtzyb4 .mbr-text,
.cid-uNQEHtzyb4 .link-wrap {
  color: #ffffff;
}
.cid-uNQEHuCCaY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uNQEHuCCaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHuCCaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHuCCaY .mbr-text,
.cid-uNQEHuCCaY .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHuCCaY .card-title,
.cid-uNQEHuCCaY .card-box {
  color: #ffffff;
}
.cid-uNQEHuCCaY .mbr-text,
.cid-uNQEHuCCaY .link-wrap {
  color: #ffffff;
}
.cid-uNQEHvn7MZ {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/nmc-studios-logo-our-passion-584x191.png");
}
.cid-uNQEHvn7MZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHvn7MZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHwhDiK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1284.jpeg");
}
.cid-uNQEHwhDiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHwhDiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHwhDiK .mbr-text,
.cid-uNQEHwhDiK .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHwhDiK .card-title,
.cid-uNQEHwhDiK .card-box {
  color: #ffffff;
}
.cid-uNQEHwhDiK .mbr-text,
.cid-uNQEHwhDiK .link-wrap {
  color: #ffffff;
}
.cid-uNQEHx3HlY {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uNQEHx3HlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHx3HlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHx3HlY .mbr-text,
.cid-uNQEHx3HlY .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHx3HlY .card-title,
.cid-uNQEHx3HlY .card-box {
  color: #ffffff;
}
.cid-uNQEHx3HlY .mbr-text,
.cid-uNQEHx3HlY .link-wrap {
  color: #ffffff;
}
.cid-uNQEHy2VJI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1284.jpeg");
}
.cid-uNQEHy2VJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHy2VJI .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uNQEHy2VJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHy2VJI .item-wrapper {
  background: #fafafa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNQEHy2VJI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNQEHy2VJI .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uNQEHy2VJI .card-title,
.cid-uNQEHy2VJI .iconfont-wrapper {
  color: #000000;
}
.cid-uNQEHy2VJI .card-text {
  color: #000000;
}
.cid-uNQEHy2VJI .content-head {
  max-width: 800px;
}
.cid-uNQEHy2VJI .mbr-section-title {
  color: #000000;
}
.cid-uNQEHy2VJI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNQEHy2VJI .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNQEHzop3V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uNQEHzop3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHzop3V .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uNQEHzop3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHzop3V .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNQEHzop3V .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNQEHzop3V .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNQEHzop3V .card-title,
.cid-uNQEHzop3V .iconfont-wrapper {
  color: #000000;
}
.cid-uNQEHzop3V .card-text {
  color: #000000;
}
.cid-uNQEHzop3V .content-head {
  max-width: 800px;
}
.cid-uNQEHzop3V .mbr-section-title {
  color: #ffffff;
}
.cid-uNQEHDSQgk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uNQEHDSQgk .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uNQEHDSQgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHDSQgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHDSQgk .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNQEHDSQgk .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNQEHDSQgk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNQEHDSQgk .card-title,
.cid-uNQEHDSQgk .iconfont-wrapper {
  color: #000000;
}
.cid-uNQEHDSQgk .content-head {
  max-width: 800px;
}
.cid-uNQEHDSQgk .mbr-section-title {
  color: #000000;
}
.cid-uNQEHDSQgk .mbr-section-subtitle {
  color: #000000;
}
.cid-uNQEHDSQgk .card-text {
  color: #000000;
}
.cid-uNQEHDSQgk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNQEHDSQgk .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNQEHFdDKK {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNQEHFdDKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHFdDKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHFdDKK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uNQEHFdDKK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uNQEHFdDKK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uNQEHGpE6o {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1284.jpeg");
}
.cid-uNQEHGpE6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHGpE6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHGpE6o .mbr-text,
.cid-uNQEHGpE6o .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHGpE6o .card-title,
.cid-uNQEHGpE6o .card-box {
  color: #ffffff;
}
.cid-uNQEHGpE6o .mbr-text,
.cid-uNQEHGpE6o .link-wrap {
  color: #ffffff;
}
.cid-uNQEHHt1E4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNQEHHt1E4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHHt1E4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHHt1E4 .mbr-description {
  text-align: left;
}
.cid-uNQEHHt1E4 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uNQEHHt1E4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNQEHHt1E4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uNQEHHt1E4 .card-title,
.cid-uNQEHHt1E4 .iconfont-wrapper {
  color: #000000;
}
.cid-uNQEHHt1E4 .card-text {
  color: #000000;
}
.cid-uNQEHHt1E4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNQEHHt1E4 .mbr-number {
  color: #9fe870;
}
.cid-uNQEHHt1E4 .mbr-text,
.cid-uNQEHHt1E4 .mbr-section-btn {
  text-align: center;
}
.cid-uNQEHHt1E4 .card-text,
.cid-uNQEHHt1E4 .item .mbr-section-btn {
  text-align: left;
}
.cid-uNQEHHt1E4 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uNQEHHt1E4 .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uNQEHHt1E4 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNQEHHt1E4 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uNQEHHt1E4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uNQEHHt1E4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNQEHHt1E4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNQEHHt1E4 .card-title {
  text-align: left;
}
.cid-uNQEHHt1E4 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNQEHHt1E4 .item-content .item-footer {
  margin-top: auto;
}
.cid-uNQEHIGAa0 {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uNQEHIGAa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHIGAa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHIGAa0 .card-wrapper {
  background: #ffea35;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uNQEHIGAa0 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNQEHIGAa0 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNQEHIGAa0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNQEHIGAa0 .mbr-text,
.cid-uNQEHIGAa0 .mbr-section-btn {
  color: #000000;
}
.cid-uNQEHIGAa0 .card-title,
.cid-uNQEHIGAa0 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uNQEHJNbkD {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1196.jpg");
}
.cid-uNQEHJNbkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHJNbkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHJNbkD .mbr-text,
.cid-uNQEHJNbkD .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHJNbkD .card-title,
.cid-uNQEHJNbkD .card-box {
  color: #ffffff;
}
.cid-uNQEHJNbkD .mbr-text,
.cid-uNQEHJNbkD .link-wrap {
  color: #ffffff;
}
.cid-uNQEHKEQVH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNQEHKEQVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHKEQVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHKEQVH .mbr-text,
.cid-uNQEHKEQVH .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHKEQVH .card-title,
.cid-uNQEHKEQVH .card-box {
  color: #232323;
}
.cid-uNQEHKEQVH .mbr-text,
.cid-uNQEHKEQVH .link-wrap {
  color: #ffffff;
}
.cid-uNQEHKEQVH .card-box .mbr-text,
.cid-uNQEHKEQVH .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHLvaQa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1078.jpg");
}
.cid-uNQEHLvaQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHLvaQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHLvaQa .mbr-text,
.cid-uNQEHLvaQa .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHLvaQa .card-title,
.cid-uNQEHLvaQa .card-box {
  color: #ffffff;
}
.cid-uNQEHLvaQa .mbr-text,
.cid-uNQEHLvaQa .link-wrap {
  color: #ffffff;
}
.cid-uNQEHMpANo {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNQEHMpANo img,
.cid-uNQEHMpANo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uNQEHMpANo .item:focus,
.cid-uNQEHMpANo span:focus {
  outline: none;
}
.cid-uNQEHMpANo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNQEHMpANo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNQEHMpANo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uNQEHMpANo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNQEHMpANo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uNQEHMpANo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uNQEHMpANo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNQEHMpANo .mbr-section-title {
  color: #232323;
}
.cid-uNQEHMpANo .mbr-text,
.cid-uNQEHMpANo .mbr-section-btn {
  text-align: left;
}
.cid-uNQEHMpANo .item-title {
  text-align: left;
}
.cid-uNQEHMpANo .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uNQEHOwVDg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNQEHOwVDg img,
.cid-uNQEHOwVDg .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uNQEHOwVDg .item:focus,
.cid-uNQEHOwVDg span:focus {
  outline: none;
}
.cid-uNQEHOwVDg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNQEHOwVDg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNQEHOwVDg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uNQEHOwVDg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNQEHOwVDg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uNQEHOwVDg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uNQEHOwVDg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNQEHOwVDg .mbr-section-title {
  color: #232323;
}
.cid-uNQEHOwVDg .mbr-text,
.cid-uNQEHOwVDg .mbr-section-btn {
  text-align: left;
}
.cid-uNQEHOwVDg .item-title {
  text-align: left;
}
.cid-uNQEHOwVDg .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uNQEHPIgkt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uNQEHPIgkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHPIgkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHPIgkt .mbr-text,
.cid-uNQEHPIgkt .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHPIgkt .card-title,
.cid-uNQEHPIgkt .card-box {
  color: #ffffff;
}
.cid-uNQEHPIgkt .mbr-text,
.cid-uNQEHPIgkt .link-wrap {
  color: #ffffff;
}
.cid-uNQEHQDFMO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uNQEHQDFMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHQDFMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHQDFMO .mbr-text,
.cid-uNQEHQDFMO .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHQDFMO .card-title,
.cid-uNQEHQDFMO .card-box {
  color: #ffffff;
}
.cid-uNQEHQDFMO .mbr-text,
.cid-uNQEHQDFMO .link-wrap {
  color: #ffffff;
}
.cid-uNQEHSde4e {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/robot4-banner.png-1474x440.png");
}
.cid-uNQEHSde4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHSde4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHSde4e .mbr-text,
.cid-uNQEHSde4e .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHSde4e .btn {
  width: 100%;
}
.cid-uNQEHSde4e .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uNQEHSde4e H1 {
  text-align: center;
}
.cid-uNQEHTkGAB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uNQEHTkGAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHTkGAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHTkGAB ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uNQEHTkGAB li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uNQEHTkGAB ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uNQEHTkGAB .list {
  color: #ffffff;
}
.cid-uNQEHTkGAB H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uNQEHUkFPn {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1076.jpg");
}
.cid-uNQEHUkFPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHUkFPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHUkFPn .mbr-text,
.cid-uNQEHUkFPn .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHUkFPn .card-title,
.cid-uNQEHUkFPn .card-box {
  color: #ffffff;
}
.cid-uNQEHUkFPn .mbr-text,
.cid-uNQEHUkFPn .link-wrap {
  color: #ffffff;
}
.cid-uNQEHVf1tL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uNQEHVf1tL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHVf1tL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHVf1tL .mbr-text,
.cid-uNQEHVf1tL .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHVf1tL .btn {
  width: 100%;
}
.cid-uNQEHVf1tL .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uNQEHVf1tL H1 {
  text-align: center;
}
.cid-uNQEHWoWOO {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-17-1920x1280.jpg");
}
.cid-uNQEHWoWOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHWoWOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHWoWOO .mbr-text,
.cid-uNQEHWoWOO .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHWoWOO .card-title,
.cid-uNQEHWoWOO .card-box {
  color: #ffffff;
}
.cid-uNQEHWoWOO .mbr-text,
.cid-uNQEHWoWOO .link-wrap {
  color: #ffffff;
}
.cid-uNQEHXsQSi {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNQEHXsQSi .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uNQEHXsQSi .item {
    margin-bottom: 4rem;
  }
}
.cid-uNQEHXsQSi .item:last-child .icon-box:before {
  display: none;
}
.cid-uNQEHXsQSi .item.last .icon-box:before {
  display: none;
}
.cid-uNQEHXsQSi .step-number {
  padding-top: 6px;
}
.cid-uNQEHXsQSi .icon-box {
  background: #72487d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uNQEHXsQSi .icon-box {
    margin-right: 1rem;
  }
}
.cid-uNQEHXsQSi .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #72487d;
  transform: translate(-50%, 0);
}
.cid-uNQEHXsQSi span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNQEHXsQSi .card {
    margin-bottom: 2rem;
  }
  .cid-uNQEHXsQSi .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uNQEHXsQSi .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uNQEHXsQSi .icon-box::before {
    top: 114%;
  }
}
.cid-uNQEHXsQSi .card-title,
.cid-uNQEHXsQSi .card-box {
  color: #000000;
}
.cid-uNQEHXsQSi .icon-text {
  color: #000000;
}
.cid-uNQEHXsQSi .mbr-text,
.cid-uNQEHXsQSi .mbr-section-btn {
  color: #000000;
}
.cid-uNQEHXsQSi .icon-title {
  color: #000000;
}
.cid-uNQEHZecJv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uNQEHZecJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEHZecJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEHZecJv .mbr-text,
.cid-uNQEHZecJv .mbr-section-btn {
  color: #232323;
}
.cid-uNQEHZecJv .card-title,
.cid-uNQEHZecJv .card-box {
  color: #621e67;
}
.cid-uNQEHZecJv .mbr-text,
.cid-uNQEHZecJv .link-wrap {
  color: #ffffff;
}
.cid-uNQEHZecJv .card-box .mbr-text,
.cid-uNQEHZecJv .mbr-section-btn {
  color: #621e67;
}
.cid-uNQEI0hlmr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uNQEI0hlmr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uNQEI0hlmr form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uNQEI0hlmr form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uNQEI0hlmr form.mbr-form {
    padding: 1rem;
  }
}
.cid-uNQEI0hlmr form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uNQEI0hlmr form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uNQEI1rWMD {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/demo-1.jpg");
}
.cid-uNQEI1rWMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEI1rWMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEI1rWMD .mbr-text,
.cid-uNQEI1rWMD .mbr-section-btn {
  color: #232323;
}
.cid-uNQEI1rWMD .card-title,
.cid-uNQEI1rWMD .card-box {
  color: #e43f3f;
}
.cid-uNQEI1rWMD .mbr-text,
.cid-uNQEI1rWMD .link-wrap {
  color: #ffffff;
}
.cid-uNQEI2uKIS {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNQEI2uKIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEI2uKIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEI2uKIS .mbr-section-title {
  color: #000000;
}
.cid-uNQEI3xZuL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uNQEI3xZuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEI3xZuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEI3xZuL .mbr-text,
.cid-uNQEI3xZuL .mbr-section-btn {
  color: #232323;
}
.cid-uNQEI3xZuL .card-title,
.cid-uNQEI3xZuL .card-box {
  color: #ffffff;
}
.cid-uNQEI3xZuL .mbr-text,
.cid-uNQEI3xZuL .link-wrap {
  color: #ffffff;
}
.cid-uNQEI4L3F1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNQEI4L3F1 img,
.cid-uNQEI4L3F1 .item-img {
  width: 100%;
}
.cid-uNQEI4L3F1 .item:focus,
.cid-uNQEI4L3F1 span:focus {
  outline: none;
}
.cid-uNQEI4L3F1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNQEI4L3F1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNQEI4L3F1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uNQEI4L3F1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNQEI4L3F1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uNQEI4L3F1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uNQEI4L3F1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNQEI4L3F1 .mbr-section-title {
  color: #000000;
}
.cid-uNQEI4L3F1 .mbr-text,
.cid-uNQEI4L3F1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uNQEI4L3F1 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uNQEI4L3F1 .item-subtitle {
  text-align: left;
}
.cid-uNQEI6l0Ow {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uNQEI6l0Ow .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNQEI6l0Ow .row {
    flex-direction: column-reverse;
  }
  .cid-uNQEI6l0Ow .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uNQEI6l0Ow .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNQEI6l0Ow .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uNQEI6l0Ow .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNQEI6l0Ow .mbr-text,
.cid-uNQEI6l0Ow .mbr-section-btn {
  color: #000000;
}
.cid-uNQEI6l0Ow .card-title {
  color: #000000;
}
.cid-uNQEI7tIjg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNQEI7tIjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEI7tIjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEI8zclW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1076.jpeg");
}
.cid-uNQEI8zclW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEI8zclW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEI8zclW .mbr-text,
.cid-uNQEI8zclW .mbr-section-btn {
  color: #232323;
}
.cid-uNQEI8zclW .card-title,
.cid-uNQEI8zclW .card-box {
  color: #ffffff;
}
.cid-uNQEI8zclW .mbr-text,
.cid-uNQEI8zclW .link-wrap {
  color: #ffffff;
}
.cid-uNQEI9JhBA {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uNQEI9JhBA .card-wrapper {
  background-color: #000000;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uNQEI9JhBA .mbr-section-title,
.cid-uNQEI9JhBA .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uNQEI9JhBA .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uNQEI9JhBA .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uNQEI9JhBA .card-title {
  color: #ffffff;
}
.cid-uNQEI9JhBA .mbr-text {
  color: #ffffff;
}
.cid-uNQEI9JhBA .price {
  color: #e43f3f;
}
.cid-uNQEI9JhBA .mbr-section-title {
  color: #ffffff;
}
.cid-uNQEI9JhBA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNQEIcoBwB {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1284.jpeg");
}
.cid-uNQEIcoBwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEIcoBwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEIcoBwB .mbr-text,
.cid-uNQEIcoBwB .mbr-section-btn {
  color: #232323;
}
.cid-uNQEIcoBwB .card-title,
.cid-uNQEIcoBwB .card-box {
  color: #ffffff;
}
.cid-uNQEIcoBwB .mbr-text,
.cid-uNQEIcoBwB .link-wrap {
  color: #ffffff;
}
.cid-uNQEIdtFpb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNQEIdtFpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEIdtFpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEIdtFpb .mbr-text,
.cid-uNQEIdtFpb .mbr-section-btn {
  color: #232323;
}
.cid-uNQEIdtFpb .btn {
  width: 100%;
}
.cid-uNQEIdtFpb .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uNQEIdtFpb H1 {
  text-align: center;
  color: #000000;
}
.cid-uNQEIeNJtm {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNQEIeNJtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEIeNJtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNQEIeNJtm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNQEIeNJtm .row {
  flex-direction: row-reverse;
}
.cid-uNQEIeNJtm img {
  width: 100%;
}
.cid-uNQEIeNJtm .mbr-description {
  color: #cf44d9;
}
.cid-uNQEIg2aIe {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uNQEIg2aIe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNQEIg2aIe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNQEIg2aIe .row {
    text-align: center;
  }
  .cid-uNQEIg2aIe .social-row {
    justify-content: center;
  }
}
.cid-uNQEIg2aIe .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNQEIg2aIe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNQEIg2aIe .list {
    margin-bottom: 0rem;
  }
}
.cid-uNQEIg2aIe .mbr-text {
  color: #ffffff;
}
.cid-uNQEIg2aIe .mbr-iconfont {
  color: black;
}
.cid-uNQEIg2aIe H5 {
  color: #72487d;
}
.cid-uNQEIhuUGl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1f1e1e;
}
.cid-uNQEIhuUGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEIhuUGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEIhuUGl .mbr-text,
.cid-uNQEIhuUGl .mbr-section-btn {
  color: #232323;
}
.cid-uNQEIhuUGl .card-title,
.cid-uNQEIhuUGl .card-box {
  color: #ffffff;
}
.cid-uNQEIhuUGl .mbr-text,
.cid-uNQEIhuUGl .link-wrap {
  color: #ffffff;
}
.cid-uOGrXot0MG .navbar-dropdown {
  position: relative !important;
}
.cid-uOGrXot0MG .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-uOGrXot0MG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOGrXot0MG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOGrXot0MG .dropdown-item:hover,
.cid-uOGrXot0MG .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uOGrXot0MG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOGrXot0MG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOGrXot0MG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOGrXot0MG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOGrXot0MG .nav-link {
  position: relative;
}
.cid-uOGrXot0MG .container {
  display: flex;
  margin: auto;
}
.cid-uOGrXot0MG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOGrXot0MG .dropdown-menu,
.cid-uOGrXot0MG .navbar.opened {
  background: #000000 !important;
}
.cid-uOGrXot0MG .nav-item:focus,
.cid-uOGrXot0MG .nav-link:focus {
  outline: none;
}
.cid-uOGrXot0MG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOGrXot0MG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOGrXot0MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOGrXot0MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOGrXot0MG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOGrXot0MG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOGrXot0MG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uOGrXot0MG .navbar.opened {
  transition: all 0.3s;
}
.cid-uOGrXot0MG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOGrXot0MG .navbar .navbar-logo img {
  width: auto;
}
.cid-uOGrXot0MG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOGrXot0MG .navbar.collapsed {
  justify-content: center;
}
.cid-uOGrXot0MG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOGrXot0MG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOGrXot0MG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uOGrXot0MG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOGrXot0MG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOGrXot0MG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOGrXot0MG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOGrXot0MG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOGrXot0MG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOGrXot0MG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOGrXot0MG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOGrXot0MG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOGrXot0MG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOGrXot0MG .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-uOGrXot0MG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOGrXot0MG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOGrXot0MG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOGrXot0MG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOGrXot0MG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOGrXot0MG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOGrXot0MG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOGrXot0MG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOGrXot0MG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOGrXot0MG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOGrXot0MG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOGrXot0MG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOGrXot0MG .dropdown-item.active,
.cid-uOGrXot0MG .dropdown-item:active {
  background-color: transparent;
}
.cid-uOGrXot0MG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOGrXot0MG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOGrXot0MG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOGrXot0MG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOGrXot0MG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOGrXot0MG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOGrXot0MG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOGrXot0MG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOGrXot0MG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOGrXot0MG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOGrXot0MG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOGrXot0MG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOGrXot0MG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOGrXot0MG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOGrXot0MG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOGrXot0MG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOGrXot0MG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOGrXot0MG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOGrXot0MG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOGrXot0MG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOGrXot0MG .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-uOGrXot0MG .navbar {
    height: 70px;
  }
  .cid-uOGrXot0MG .navbar.opened {
    height: auto;
  }
  .cid-uOGrXot0MG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOGrXpZW4R {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOGrXpZW4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXpZW4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXpZW4R .mbr-text,
.cid-uOGrXpZW4R .mbr-section-btn {
  color: #232323;
}
.cid-uOGrXpZW4R .card-title,
.cid-uOGrXpZW4R .card-box {
  color: #ffffff;
}
.cid-uOGrXpZW4R .mbr-text,
.cid-uOGrXpZW4R .link-wrap {
  color: #ffffff;
}
.cid-uOGrXrls9R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uOGrXrls9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXrls9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXrls9R .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uOGrXrls9R .container {
    max-width: 1400px;
  }
}
.cid-uOGrXrls9R .card {
  margin: auto;
}
.cid-uOGrXrls9R .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uOGrXrls9R .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOGrXrls9R .row {
  justify-content: center;
}
.cid-uOGrXrls9R .card-title,
.cid-uOGrXrls9R .card-box {
  color: #ffffff;
}
.cid-uOGrXsI79j {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/screen21rj.png-1906x867.png");
}
.cid-uOGrXsI79j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXsI79j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXsI79j .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOGrXsI79j .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOGrXsI79j .mbr-text,
.cid-uOGrXsI79j .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uOGrXtTWs1 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uOGrXtTWs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXtTWs1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXtTWs1 .mbr-text,
.cid-uOGrXtTWs1 .mbr-section-btn {
  color: #232323;
}
.cid-uOGrXtTWs1 .card-title,
.cid-uOGrXtTWs1 .card-box {
  color: #ffffff;
}
.cid-uOGrXtTWs1 .mbr-text,
.cid-uOGrXtTWs1 .link-wrap {
  color: #ffffff;
}
.cid-uOGrXuP42t {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1a0a36;
}
.cid-uOGrXuP42t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXuP42t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXuP42t .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uOGrXuP42t .container {
    max-width: 1400px;
  }
}
.cid-uOGrXuP42t .card {
  margin: auto;
}
.cid-uOGrXuP42t .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uOGrXuP42t .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOGrXuP42t .row {
  justify-content: center;
}
.cid-uOGrXuP42t .card-title,
.cid-uOGrXuP42t .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-uOGrXuP42t H3 {
  color: #ffffff;
}
.cid-uOGrXweGhi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uOGrXweGhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXweGhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXweGhi .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOGrXweGhi .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uOGrXweGhi .mbr-section-title {
  color: #ffffff;
}
.cid-uOGrXweGhi .mbr-text,
.cid-uOGrXweGhi .mbr-section-btn {
  color: #ffffff;
}
.cid-uOGrXxt7e3 {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-2-1920x1076.jpg");
}
.cid-uOGrXxt7e3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXxt7e3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXxt7e3 .mbr-text,
.cid-uOGrXxt7e3 .mbr-section-btn {
  color: #232323;
}
.cid-uOGrXxt7e3 .card-title,
.cid-uOGrXxt7e3 .card-box {
  color: #ffffff;
}
.cid-uOGrXxt7e3 .mbr-text,
.cid-uOGrXxt7e3 .link-wrap {
  color: #ffffff;
}
.cid-uOGrXyFfuM {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uOGrXyFfuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXyFfuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXyFfuM .mbr-text,
.cid-uOGrXyFfuM .mbr-section-btn {
  color: #232323;
}
.cid-uOGrXyFfuM .card-title,
.cid-uOGrXyFfuM .card-box {
  color: #ffffff;
}
.cid-uOGrXyFfuM .mbr-text,
.cid-uOGrXyFfuM .link-wrap {
  color: #ffffff;
}
.cid-uOGrXyFfuM .card-box .mbr-text,
.cid-uOGrXyFfuM .mbr-section-btn {
  color: #ffffff;
}
.cid-uOGrXzD6x8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOGrXzD6x8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXzD6x8 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uOGrXzD6x8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXzD6x8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOGrXzD6x8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOGrXzD6x8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uOGrXzD6x8 .card-title,
.cid-uOGrXzD6x8 .iconfont-wrapper {
  color: #000000;
}
.cid-uOGrXzD6x8 .card-text {
  color: #000000;
}
.cid-uOGrXzD6x8 .content-head {
  max-width: 800px;
}
.cid-uOGrXzD6x8 .mbr-section-title {
  color: #ffffff;
}
.cid-uOGrXE8y11 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOGrXE8y11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXE8y11 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uOGrXE8y11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXE8y11 .item-wrapper {
  background: #fafafa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOGrXE8y11 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOGrXE8y11 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uOGrXE8y11 .card-title,
.cid-uOGrXE8y11 .iconfont-wrapper {
  color: #000000;
}
.cid-uOGrXE8y11 .card-text {
  color: #000000;
}
.cid-uOGrXE8y11 .content-head {
  max-width: 800px;
}
.cid-uOGrXE8y11 .mbr-section-title {
  color: #000000;
}
.cid-uOGrXE8y11 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOGrXE8y11 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uOGrXFpykW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOGrXFpykW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXFpykW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXFpykW .mbr-text,
.cid-uOGrXFpykW .mbr-section-btn {
  color: #232323;
}
.cid-uOGrXFpykW .card-title,
.cid-uOGrXFpykW .card-box {
  color: #ffffff;
}
.cid-uOGrXFpykW .mbr-text,
.cid-uOGrXFpykW .link-wrap {
  color: #ffffff;
}
.cid-uOGrXGp3dv {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1909.png");
}
.cid-uOGrXGp3dv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXGp3dv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXGp3dv .mbr-text,
.cid-uOGrXGp3dv .mbr-section-btn {
  color: #232323;
}
.cid-uOGrXGp3dv .card-title,
.cid-uOGrXGp3dv .card-box {
  color: #ffffff;
}
.cid-uOGrXGp3dv .mbr-text,
.cid-uOGrXGp3dv .link-wrap {
  color: #ffffff;
}
.cid-uOGrXHraWd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uOGrXHraWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXHraWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXHraWd .card-wrapper {
  background: #d4bff9;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uOGrXHraWd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOGrXHraWd .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOGrXHraWd .row {
  justify-content: space-between;
}
.cid-uOGrXHraWd .mbr-section-title {
  color: #ffffff;
}
.cid-uOGrXHraWd .mbr-text,
.cid-uOGrXHraWd .mbr-section-btn {
  color: #ffffff;
}
.cid-uOGrXIFmss {
  padding-top: 1rem;
  padding-bottom: 11rem;
  background-color: #000000;
}
.cid-uOGrXIFmss input {
  padding: 1.5rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uOGrXIFmss input:hover {
  border: none !important;
}
.cid-uOGrXIFmss .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uOGrXIFmss .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-uOGrXIFmss .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOGrXIFmss .row {
    justify-content: center;
  }
}
.cid-uOGrXIFmss .mbr-section-btn {
  display: flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uOGrXIFmss .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-uOGrXIFmss .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uOGrXIFmss .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uOGrXIFmss .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uOGrXIFmss .justify-content-center {
  align-items: center;
}
.cid-uOGrXIFmss .mbr-section-title {
  color: #ffffff;
}
.cid-uOGrXIFmss .mbr-text {
  color: #ffffff;
}
.cid-uOGrXJMIqw {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-uOGrXJMIqw .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uOGrXJMIqw .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uOGrXJMIqw .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uOGrXJMIqw .mbr-text {
  color: #ffffff;
}
.cid-uOGrXJMIqw .card {
  padding-bottom: 1.5rem;
}
.cid-uOGrXJMIqw .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOGrXJMIqw .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uOGrXJMIqw .card-wrapper .card-title {
  color: #ffffff;
}
.cid-uOGrXJMIqw H1 {
  color: #ffffff;
}
.cid-uOGrXJMIqw .mbr-text,
.cid-uOGrXJMIqw .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uOGrXJMIqw .card-wrapper .card-title,
.cid-uOGrXJMIqw .card-box {
  color: #ffffff;
}
.cid-uOGrXLf7ms {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uOGrXLf7ms .card-wrapper {
  background-color: #000000;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uOGrXLf7ms .mbr-section-title,
.cid-uOGrXLf7ms .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOGrXLf7ms .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uOGrXLf7ms .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uOGrXLf7ms .card-title {
  color: #ffffff;
}
.cid-uOGrXLf7ms .mbr-text {
  color: #ffffff;
}
.cid-uOGrXLf7ms .price {
  color: #3fe44b;
}
.cid-uOGrXLf7ms .mbr-section-title {
  color: #ffffff;
}
.cid-uOGrXLf7ms .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOGrXNhaFV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1078.jpg");
}
.cid-uOGrXNhaFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXNhaFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXNhaFV .mbr-text,
.cid-uOGrXNhaFV .mbr-section-btn {
  color: #232323;
}
.cid-uOGrXNhaFV .card-title,
.cid-uOGrXNhaFV .card-box {
  color: #ffffff;
}
.cid-uOGrXNhaFV .mbr-text,
.cid-uOGrXNhaFV .link-wrap {
  color: #ffffff;
}
.cid-uOGrXOuwyg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uOGrXOuwyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXOuwyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXOuwyg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOGrXOuwyg .item-mb {
    margin-bottom: 0;
  }
}
.cid-uOGrXOuwyg .item-wrapper {
  background: #000000;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOGrXOuwyg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uOGrXOuwyg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uOGrXOuwyg .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #3fe44b;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #000000;
  height: 80px;
  border-radius: 50%;
}
.cid-uOGrXOuwyg .mbr-section-title {
  color: #ffffff;
}
.cid-uOGrXOuwyg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOGrXOuwyg .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uOGrXOuwyg .card-box .item-footer {
  margin-top: auto;
}
.cid-uOGrXOuwyg .content-head {
  max-width: 800px;
}
.cid-uOGrXOuwyg .card-title,
.cid-uOGrXOuwyg .iconfont-wrapper {
  color: #e3ebe4;
}
.cid-uOGrXOuwyg .card-text {
  color: #ffffff;
}
.cid-uOGrXV6CMD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-16-1920x1280.jpg");
}
.cid-uOGrXV6CMD .mbr-overlay {
  background-color: #9fe870;
  opacity: 0.4;
}
.cid-uOGrXV6CMD form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uOGrXV6CMD form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOGrXV6CMD form.mbr-form {
    padding: 1rem;
  }
}
.cid-uOGrXV6CMD form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uOGrXV6CMD form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uOGrXV6CMD .mbr-section-title {
  color: #000000;
}
.cid-uOGrXWqcCy {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uOGrXWqcCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXWqcCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXWqcCy .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-uOGrXWqcCy .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uOGrXWqcCy .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uOGrXWqcCy .wrapper {
  padding: 30px 0;
}
.cid-uOGrXWqcCy .mbr-section-title {
  color: #fafafa;
}
.cid-uOGrXWqcCy .mbr-text,
.cid-uOGrXWqcCy .mbr-section-btn {
  color: #ffffff;
}
.cid-uOGrXWqcCy H3 {
  color: #3fe44b;
}
.cid-uOGrXXKFxP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOGrXXKFxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXXKFxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXXKFxP .mbr-text,
.cid-uOGrXXKFxP .mbr-section-btn {
  color: #232323;
}
.cid-uOGrXXKFxP .card-title,
.cid-uOGrXXKFxP .card-box {
  color: #232323;
}
.cid-uOGrXXKFxP .mbr-text,
.cid-uOGrXXKFxP .link-wrap {
  color: #ffffff;
}
.cid-uOGrXXKFxP .card-box .mbr-text,
.cid-uOGrXXKFxP .mbr-section-btn {
  color: #232323;
}
.cid-uOGrXZ2lxt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/about-us-main1p-2-299x181.png");
}
.cid-uOGrXZ2lxt .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uOGrXZ2lxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrXZ2lxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrXZ2lxt .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOGrXZ2lxt .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOGrXZ2lxt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uOGrXZ2lxt .card-title,
.cid-uOGrXZ2lxt .iconfont-wrapper {
  color: #000000;
}
.cid-uOGrXZ2lxt .content-head {
  max-width: 800px;
}
.cid-uOGrXZ2lxt .mbr-section-title {
  color: #000000;
}
.cid-uOGrXZ2lxt .mbr-section-subtitle {
  color: #000000;
}
.cid-uOGrXZ2lxt .card-text {
  color: #000000;
}
.cid-uOGrXZ2lxt .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOGrXZ2lxt .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uOGrY0SEGy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOGrY0SEGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrY0SEGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrY0SEGy ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uOGrY0SEGy li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uOGrY0SEGy ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uOGrY2iwm4 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-17-1920x1280.jpg");
}
.cid-uOGrY2iwm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrY2iwm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrY2iwm4 .mbr-text,
.cid-uOGrY2iwm4 .mbr-section-btn {
  color: #232323;
}
.cid-uOGrY2iwm4 .card-title,
.cid-uOGrY2iwm4 .card-box {
  color: #ffffff;
}
.cid-uOGrY2iwm4 .mbr-text,
.cid-uOGrY2iwm4 .link-wrap {
  color: #ffffff;
}
.cid-uOGrY3HmOy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uOGrY3HmOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrY3HmOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrY3HmOy .mbr-text,
.cid-uOGrY3HmOy .mbr-section-btn {
  color: #232323;
}
.cid-uOGrY3HmOy .btn {
  width: 100%;
}
.cid-uOGrY3HmOy .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uOGrY3HmOy H1 {
  text-align: center;
}
.cid-uOGrY51IYi {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uOGrY51IYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrY51IYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrY51IYi .card-wrapper {
  background: #ffea35;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uOGrY51IYi .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOGrY51IYi .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOGrY51IYi .card-wrapper {
    padding: 4rem;
  }
}
.cid-uOGrY51IYi .mbr-text,
.cid-uOGrY51IYi .mbr-section-btn {
  color: #000000;
}
.cid-uOGrY51IYi .card-title,
.cid-uOGrY51IYi .card-box {
  text-align: left;
  color: #000000;
}
.cid-uOGrY6nB44 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1196.jpg");
}
.cid-uOGrY6nB44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrY6nB44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrY6nB44 .mbr-text,
.cid-uOGrY6nB44 .mbr-section-btn {
  color: #232323;
}
.cid-uOGrY6nB44 .card-title,
.cid-uOGrY6nB44 .card-box {
  color: #ffffff;
}
.cid-uOGrY6nB44 .mbr-text,
.cid-uOGrY6nB44 .link-wrap {
  color: #ffffff;
}
.cid-uOGrY7EoeX {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOGrY7EoeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrY7EoeX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrY7EoeX .mbr-description {
  text-align: left;
}
.cid-uOGrY7EoeX .item-wrapper {
  background: #fafafa;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uOGrY7EoeX .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOGrY7EoeX .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uOGrY7EoeX .card-title,
.cid-uOGrY7EoeX .iconfont-wrapper {
  color: #000000;
}
.cid-uOGrY7EoeX .card-text {
  color: #000000;
}
.cid-uOGrY7EoeX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOGrY7EoeX .mbr-number {
  color: #9fe870;
}
.cid-uOGrY7EoeX .mbr-text,
.cid-uOGrY7EoeX .mbr-section-btn {
  text-align: center;
}
.cid-uOGrY7EoeX .card-text,
.cid-uOGrY7EoeX .item .mbr-section-btn {
  text-align: left;
}
.cid-uOGrY7EoeX .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uOGrY7EoeX .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uOGrY7EoeX .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOGrY7EoeX .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uOGrY7EoeX .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOGrY7EoeX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOGrY7EoeX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uOGrY7EoeX .card-title {
  text-align: left;
}
.cid-uOGrY7EoeX .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uOGrY7EoeX .item-content .item-footer {
  margin-top: auto;
}
.cid-uOGrY9s0Wi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uOGrY9s0Wi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrY9s0Wi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrY9s0Wi .mbr-text,
.cid-uOGrY9s0Wi .mbr-section-btn {
  color: #232323;
}
.cid-uOGrY9s0Wi .btn {
  width: 100%;
}
.cid-uOGrY9s0Wi .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uOGrY9s0Wi H1 {
  text-align: center;
}
.cid-uOGrYaP5M8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uOGrYaP5M8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYaP5M8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYaP5M8 .mbr-text,
.cid-uOGrYaP5M8 .mbr-section-btn {
  color: #232323;
}
.cid-uOGrYaP5M8 .card-title,
.cid-uOGrYaP5M8 .card-box {
  color: #ffffff;
}
.cid-uOGrYaP5M8 .mbr-text,
.cid-uOGrYaP5M8 .link-wrap {
  color: #ffffff;
}
.cid-uOGrYcl3fD {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1057x705.jpg");
}
.cid-uOGrYcl3fD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYcl3fD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYcl3fD .mbr-text,
.cid-uOGrYcl3fD .mbr-section-btn {
  color: #232323;
}
.cid-uOGrYcl3fD .card-title,
.cid-uOGrYcl3fD .card-box {
  color: #ffffff;
}
.cid-uOGrYcl3fD .mbr-text,
.cid-uOGrYcl3fD .link-wrap {
  color: #ffffff;
}
.cid-uOGrYdBmtR {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOGrYdBmtR img,
.cid-uOGrYdBmtR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uOGrYdBmtR .item:focus,
.cid-uOGrYdBmtR span:focus {
  outline: none;
}
.cid-uOGrYdBmtR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOGrYdBmtR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOGrYdBmtR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uOGrYdBmtR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOGrYdBmtR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uOGrYdBmtR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uOGrYdBmtR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOGrYdBmtR .mbr-section-title {
  color: #232323;
}
.cid-uOGrYdBmtR .mbr-text,
.cid-uOGrYdBmtR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uOGrYdBmtR .item-title {
  text-align: left;
  color: #000000;
}
.cid-uOGrYdBmtR .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uOGrYfab5B {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOGrYfab5B img,
.cid-uOGrYfab5B .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uOGrYfab5B .item:focus,
.cid-uOGrYfab5B span:focus {
  outline: none;
}
.cid-uOGrYfab5B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOGrYfab5B .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOGrYfab5B .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uOGrYfab5B .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOGrYfab5B .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uOGrYfab5B .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uOGrYfab5B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOGrYfab5B .mbr-section-title {
  color: #232323;
}
.cid-uOGrYfab5B .mbr-text,
.cid-uOGrYfab5B .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uOGrYfab5B .item-title {
  text-align: left;
  color: #000000;
}
.cid-uOGrYfab5B .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uOGrYh4cRi {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/demo-1.jpg");
}
.cid-uOGrYh4cRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYh4cRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYh4cRi .mbr-text,
.cid-uOGrYh4cRi .mbr-section-btn {
  color: #232323;
}
.cid-uOGrYh4cRi .card-title,
.cid-uOGrYh4cRi .card-box {
  color: #e43f3f;
}
.cid-uOGrYh4cRi .mbr-text,
.cid-uOGrYh4cRi .link-wrap {
  color: #ffffff;
}
.cid-uOGrYiu7fU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGrYiu7fU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYiu7fU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYiu7fU .mbr-section-title {
  color: #000000;
}
.cid-uOGrYjWKcc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOGrYjWKcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYjWKcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYjWKcc .mbr-text,
.cid-uOGrYjWKcc .mbr-section-btn {
  color: #232323;
}
.cid-uOGrYjWKcc .btn {
  width: 100%;
}
.cid-uOGrYjWKcc .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uOGrYjWKcc H1 {
  text-align: center;
  color: #000000;
}
.cid-uOGrYlDiKS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOGrYlDiKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYlDiKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYlDiKS .mbr-text,
.cid-uOGrYlDiKS .mbr-section-btn {
  color: #232323;
}
.cid-uOGrYlDiKS .card-title,
.cid-uOGrYlDiKS .card-box {
  color: #ffffff;
}
.cid-uOGrYlDiKS .mbr-text,
.cid-uOGrYlDiKS .link-wrap {
  color: #ffffff;
}
.cid-uOGrYn76wJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOGrYn76wJ img,
.cid-uOGrYn76wJ .item-img {
  width: 100%;
}
.cid-uOGrYn76wJ .item:focus,
.cid-uOGrYn76wJ span:focus {
  outline: none;
}
.cid-uOGrYn76wJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOGrYn76wJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOGrYn76wJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOGrYn76wJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uOGrYn76wJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOGrYn76wJ .mbr-section-title {
  color: #000000;
}
.cid-uOGrYn76wJ .mbr-text,
.cid-uOGrYn76wJ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uOGrYn76wJ .item-title {
  text-align: left;
  color: #000000;
}
.cid-uOGrYn76wJ .item-subtitle {
  text-align: left;
}
.cid-uOGrYpfV0W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uOGrYpfV0W .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOGrYpfV0W .row {
    flex-direction: column-reverse;
  }
  .cid-uOGrYpfV0W .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uOGrYpfV0W .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOGrYpfV0W .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uOGrYpfV0W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOGrYpfV0W .mbr-text,
.cid-uOGrYpfV0W .mbr-section-btn {
  color: #000000;
}
.cid-uOGrYpfV0W .card-title {
  color: #000000;
}
.cid-uOGrYqJgUj {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOGrYqJgUj .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uOGrYqJgUj .item {
    margin-bottom: 4rem;
  }
}
.cid-uOGrYqJgUj .item:last-child .icon-box:before {
  display: none;
}
.cid-uOGrYqJgUj .item.last .icon-box:before {
  display: none;
}
.cid-uOGrYqJgUj .step-number {
  padding-top: 6px;
}
.cid-uOGrYqJgUj .icon-box {
  background: #72487d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uOGrYqJgUj .icon-box {
    margin-right: 1rem;
  }
}
.cid-uOGrYqJgUj .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #72487d;
  transform: translate(-50%, 0);
}
.cid-uOGrYqJgUj span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uOGrYqJgUj .card {
    margin-bottom: 2rem;
  }
  .cid-uOGrYqJgUj .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uOGrYqJgUj .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uOGrYqJgUj .icon-box::before {
    top: 114%;
  }
}
.cid-uOGrYqJgUj .card-title,
.cid-uOGrYqJgUj .card-box {
  color: #000000;
}
.cid-uOGrYqJgUj .icon-text {
  color: #000000;
}
.cid-uOGrYqJgUj .mbr-text,
.cid-uOGrYqJgUj .mbr-section-btn {
  color: #000000;
}
.cid-uOGrYqJgUj .icon-title {
  color: #000000;
}
.cid-uOGrYtkZ3m {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOGrYtkZ3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYtkZ3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uOGrYtkZ3m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOGrYtkZ3m .row {
  flex-direction: row-reverse;
}
.cid-uOGrYtkZ3m img {
  width: 100%;
}
.cid-uOGrYtkZ3m .mbr-description {
  color: #cf44d9;
}
.cid-uOGrYuRAp1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOGrYuRAp1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uOGrYuRAp1 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uOGrYuRAp1 form.mbr-form {
    padding: 3rem 2rem;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cid-uOGrYuRAp1 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uOGrYuRAp1 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uOGrYuRAp1 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uOGrYuRAp1 P {
  color: #cf44d9;
}
.cid-uOGrYwvWV0 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOGrYwvWV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYwvWV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYwvWV0 .mbr-text,
.cid-uOGrYwvWV0 .mbr-section-btn {
  color: #232323;
}
.cid-uOGrYwvWV0 .card-title,
.cid-uOGrYwvWV0 .card-box {
  color: #ffffff;
}
.cid-uOGrYwvWV0 .mbr-text,
.cid-uOGrYwvWV0 .link-wrap {
  color: #ffffff;
}
.cid-uOGrYyig0y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uOGrYyig0y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOGrYyig0y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOGrYyig0y .row {
    text-align: center;
  }
  .cid-uOGrYyig0y .social-row {
    justify-content: center;
  }
}
.cid-uOGrYyig0y .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uOGrYyig0y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOGrYyig0y .list {
    margin-bottom: 0rem;
  }
}
.cid-uOGrYyig0y .mbr-text {
  color: #ffffff;
}
.cid-uOGrYyig0y .mbr-iconfont {
  color: black;
}
.cid-uOGrYyig0y H5 {
  color: #72487d;
}
.cid-uOGrYABhWI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOGrYABhWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYABhWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYABhWI .mbr-text,
.cid-uOGrYABhWI .mbr-section-btn {
  color: #232323;
}
.cid-uOGrYABhWI .card-title,
.cid-uOGrYABhWI .card-box {
  color: #ffffff;
}
.cid-uOGrYABhWI .mbr-text,
.cid-uOGrYABhWI .link-wrap {
  color: #ffffff;
}
.cid-uOGrYCcbbZ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOGrYCcbbZ .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOGrYCcbbZ .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uOGrYCcbbZ .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uOGrYCcbbZ .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uOGrYCcbbZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uOGrYCcbbZ .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uOGrYCcbbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYCcbbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYCcbbZ .mbr-description {
  text-align: left;
}
.cid-uOGrYCcbbZ .card-title,
.cid-uOGrYCcbbZ .iconfont-wrapper {
  color: #000000;
}
.cid-uOGrYCcbbZ .card-text {
  color: #000000;
}
.cid-uOGrYCcbbZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOGrYCcbbZ .mbr-number {
  color: #9fe870;
}
.cid-uOGrYCcbbZ .mbr-text,
.cid-uOGrYCcbbZ .mbr-section-btn {
  text-align: center;
}
.cid-uOGrYCcbbZ .card-text,
.cid-uOGrYCcbbZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uOGrYCcbbZ .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGrYCcbbZ .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uOGrYCcbbZ .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOGrYCcbbZ .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uOGrYEeBr9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1076.jpg");
}
.cid-uOGrYEeBr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYEeBr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYEeBr9 .mbr-text,
.cid-uOGrYEeBr9 .mbr-section-btn {
  color: #232323;
}
.cid-uOGrYEeBr9 .card-title,
.cid-uOGrYEeBr9 .card-box {
  color: #ffffff;
}
.cid-uOGrYEeBr9 .mbr-text,
.cid-uOGrYEeBr9 .link-wrap {
  color: #ffffff;
}
.cid-uOGrYG4TNR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uOGrYG4TNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYG4TNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYG4TNR .mbr-text,
.cid-uOGrYG4TNR .mbr-section-btn {
  color: #232323;
}
.cid-uOGrYG4TNR .card-title,
.cid-uOGrYG4TNR .card-box {
  color: #621e67;
}
.cid-uOGrYG4TNR .mbr-text,
.cid-uOGrYG4TNR .link-wrap {
  color: #ffffff;
}
.cid-uOGrYG4TNR .card-box .mbr-text,
.cid-uOGrYG4TNR .mbr-section-btn {
  color: #621e67;
}
.cid-uOGrYHOT4z {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1284.jpeg");
}
.cid-uOGrYHOT4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYHOT4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYHOT4z .mbr-text,
.cid-uOGrYHOT4z .mbr-section-btn {
  color: #232323;
}
.cid-uOGrYHOT4z .card-title,
.cid-uOGrYHOT4z .card-box {
  color: #ffffff;
}
.cid-uOGrYHOT4z .mbr-text,
.cid-uOGrYHOT4z .link-wrap {
  color: #ffffff;
}
.cid-uOGrYJkhGf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOGrYJkhGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYJkhGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYJkhGf .mbr-section-title {
  color: #ffffff;
}
.cid-uOGrYKQwYz {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uOGrYKQwYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGrYKQwYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGrYKQwYz .mbr-text,
.cid-uOGrYKQwYz .mbr-section-btn {
  color: #232323;
}
.cid-uOGrYKQwYz .card-title,
.cid-uOGrYKQwYz .card-box {
  color: #ffffff;
}
.cid-uOGrYKQwYz .mbr-text,
.cid-uOGrYKQwYz .link-wrap {
  color: #ffffff;
}
.cid-uOXG2cjgjH .navbar-dropdown {
  position: relative !important;
}
.cid-uOXG2cjgjH .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-uOXG2cjgjH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOXG2cjgjH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOXG2cjgjH .dropdown-item:hover,
.cid-uOXG2cjgjH .dropdown-item:focus {
  background: #72487d !important;
  color: white !important;
}
.cid-uOXG2cjgjH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOXG2cjgjH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOXG2cjgjH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOXG2cjgjH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOXG2cjgjH .nav-link {
  position: relative;
}
.cid-uOXG2cjgjH .container {
  display: flex;
  margin: auto;
}
.cid-uOXG2cjgjH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOXG2cjgjH .dropdown-menu,
.cid-uOXG2cjgjH .navbar.opened {
  background: #000000 !important;
}
.cid-uOXG2cjgjH .nav-item:focus,
.cid-uOXG2cjgjH .nav-link:focus {
  outline: none;
}
.cid-uOXG2cjgjH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOXG2cjgjH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOXG2cjgjH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOXG2cjgjH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOXG2cjgjH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOXG2cjgjH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOXG2cjgjH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uOXG2cjgjH .navbar.opened {
  transition: all 0.3s;
}
.cid-uOXG2cjgjH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOXG2cjgjH .navbar .navbar-logo img {
  width: auto;
}
.cid-uOXG2cjgjH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOXG2cjgjH .navbar.collapsed {
  justify-content: center;
}
.cid-uOXG2cjgjH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOXG2cjgjH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOXG2cjgjH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uOXG2cjgjH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOXG2cjgjH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOXG2cjgjH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOXG2cjgjH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOXG2cjgjH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOXG2cjgjH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOXG2cjgjH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOXG2cjgjH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOXG2cjgjH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOXG2cjgjH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOXG2cjgjH .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-uOXG2cjgjH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOXG2cjgjH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOXG2cjgjH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOXG2cjgjH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOXG2cjgjH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOXG2cjgjH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOXG2cjgjH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOXG2cjgjH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOXG2cjgjH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOXG2cjgjH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOXG2cjgjH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOXG2cjgjH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOXG2cjgjH .dropdown-item.active,
.cid-uOXG2cjgjH .dropdown-item:active {
  background-color: transparent;
}
.cid-uOXG2cjgjH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOXG2cjgjH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOXG2cjgjH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOXG2cjgjH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOXG2cjgjH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOXG2cjgjH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOXG2cjgjH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOXG2cjgjH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOXG2cjgjH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOXG2cjgjH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOXG2cjgjH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOXG2cjgjH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOXG2cjgjH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOXG2cjgjH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOXG2cjgjH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXG2cjgjH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOXG2cjgjH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOXG2cjgjH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXG2cjgjH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOXG2cjgjH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOXG2cjgjH .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-uOXG2cjgjH .navbar {
    height: 70px;
  }
  .cid-uOXG2cjgjH .navbar.opened {
    height: auto;
  }
  .cid-uOXG2cjgjH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOXG2dWXTD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOXG2dWXTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG2dWXTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG2dWXTD .mbr-text,
.cid-uOXG2dWXTD .mbr-section-btn {
  color: #232323;
}
.cid-uOXG2dWXTD .card-title,
.cid-uOXG2dWXTD .card-box {
  color: #ffffff;
}
.cid-uOXG2dWXTD .mbr-text,
.cid-uOXG2dWXTD .link-wrap {
  color: #ffffff;
}
.cid-uOXG2gjZ2U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uOXG2gjZ2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG2gjZ2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG2gjZ2U .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uOXG2gjZ2U .container {
    max-width: 1400px;
  }
}
.cid-uOXG2gjZ2U .card {
  margin: auto;
}
.cid-uOXG2gjZ2U .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uOXG2gjZ2U .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOXG2gjZ2U .row {
  justify-content: center;
}
.cid-uOXG2gjZ2U .card-title,
.cid-uOXG2gjZ2U .card-box {
  color: #ffffff;
}
.cid-uOXG2j2iJ8 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/screen21rj.png-1906x867.png");
}
.cid-uOXG2j2iJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG2j2iJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG2j2iJ8 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOXG2j2iJ8 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOXG2j2iJ8 .mbr-text,
.cid-uOXG2j2iJ8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uOXG2lbJhC {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uOXG2lbJhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG2lbJhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG2lbJhC .mbr-text,
.cid-uOXG2lbJhC .mbr-section-btn {
  color: #232323;
}
.cid-uOXG2lbJhC .card-title,
.cid-uOXG2lbJhC .card-box {
  color: #ffffff;
}
.cid-uOXG2lbJhC .mbr-text,
.cid-uOXG2lbJhC .link-wrap {
  color: #ffffff;
}
.cid-uOXG2oowAJ {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1a0a36;
}
.cid-uOXG2oowAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG2oowAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG2oowAJ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uOXG2oowAJ .container {
    max-width: 1400px;
  }
}
.cid-uOXG2oowAJ .card {
  margin: auto;
}
.cid-uOXG2oowAJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uOXG2oowAJ .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOXG2oowAJ .row {
  justify-content: center;
}
.cid-uOXG2oowAJ .card-title,
.cid-uOXG2oowAJ .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-uOXG2oowAJ H3 {
  color: #ffffff;
}
.cid-uOXG2q5XTU {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1076.jpg");
}
.cid-uOXG2q5XTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG2q5XTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG2q5XTU .mbr-text,
.cid-uOXG2q5XTU .mbr-section-btn {
  color: #232323;
}
.cid-uOXG2q5XTU .card-title,
.cid-uOXG2q5XTU .card-box {
  color: #ffffff;
}
.cid-uOXG2q5XTU .mbr-text,
.cid-uOXG2q5XTU .link-wrap {
  color: #ffffff;
}
.cid-uOXG2r9bIU {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uOXG2r9bIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG2r9bIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG2r9bIU .mbr-text,
.cid-uOXG2r9bIU .mbr-section-btn {
  color: #232323;
}
.cid-uOXG2r9bIU .card-title,
.cid-uOXG2r9bIU .card-box {
  color: #ffffff;
}
.cid-uOXG2r9bIU .mbr-text,
.cid-uOXG2r9bIU .link-wrap {
  color: #ffffff;
}
.cid-uOXG2r9bIU .card-box .mbr-text,
.cid-uOXG2r9bIU .mbr-section-btn {
  color: #ffffff;
}
.cid-uOXG2AknzF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOXG2AknzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG2AknzF .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uOXG2AknzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG2AknzF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOXG2AknzF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOXG2AknzF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uOXG2AknzF .card-title,
.cid-uOXG2AknzF .iconfont-wrapper {
  color: #000000;
}
.cid-uOXG2AknzF .card-text {
  color: #000000;
}
.cid-uOXG2AknzF .content-head {
  max-width: 800px;
}
.cid-uOXG2AknzF .mbr-section-title {
  color: #ffffff;
}
.cid-uOXG2LcnCN {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOXG2LcnCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG2LcnCN .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uOXG2LcnCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG2LcnCN .item-wrapper {
  background: #fafafa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOXG2LcnCN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOXG2LcnCN .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uOXG2LcnCN .card-title,
.cid-uOXG2LcnCN .iconfont-wrapper {
  color: #000000;
}
.cid-uOXG2LcnCN .card-text {
  color: #000000;
}
.cid-uOXG2LcnCN .content-head {
  max-width: 800px;
}
.cid-uOXG2LcnCN .mbr-section-title {
  color: #000000;
}
.cid-uOXG2LcnCN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOXG2LcnCN .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uOXG2QNjPd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uOXG2QNjPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG2QNjPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG2QNjPd .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOXG2QNjPd .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uOXG2QNjPd .mbr-section-title {
  color: #ffffff;
}
.cid-uOXG2QNjPd .mbr-text,
.cid-uOXG2QNjPd .mbr-section-btn {
  color: #ffffff;
}
.cid-uOXG2TygNn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOXG2TygNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG2TygNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG2TygNn .mbr-text,
.cid-uOXG2TygNn .mbr-section-btn {
  color: #232323;
}
.cid-uOXG2TygNn .card-title,
.cid-uOXG2TygNn .card-box {
  color: #ffffff;
}
.cid-uOXG2TygNn .mbr-text,
.cid-uOXG2TygNn .link-wrap {
  color: #ffffff;
}
.cid-uOXG2VJJHi {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1909.png");
}
.cid-uOXG2VJJHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG2VJJHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG2VJJHi .mbr-text,
.cid-uOXG2VJJHi .mbr-section-btn {
  color: #232323;
}
.cid-uOXG2VJJHi .card-title,
.cid-uOXG2VJJHi .card-box {
  color: #ffffff;
}
.cid-uOXG2VJJHi .mbr-text,
.cid-uOXG2VJJHi .link-wrap {
  color: #ffffff;
}
.cid-uOXG2YSwW0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uOXG2YSwW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG2YSwW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG2YSwW0 .card-wrapper {
  background: #d4bff9;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uOXG2YSwW0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOXG2YSwW0 .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOXG2YSwW0 .row {
  justify-content: space-between;
}
.cid-uOXG2YSwW0 .mbr-section-title {
  color: #ffffff;
}
.cid-uOXG2YSwW0 .mbr-text,
.cid-uOXG2YSwW0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOXG31Bcy6 {
  padding-top: 1rem;
  padding-bottom: 11rem;
  background-color: #000000;
}
.cid-uOXG31Bcy6 input {
  padding: 1.5rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uOXG31Bcy6 input:hover {
  border: none !important;
}
.cid-uOXG31Bcy6 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uOXG31Bcy6 .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-uOXG31Bcy6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOXG31Bcy6 .row {
    justify-content: center;
  }
}
.cid-uOXG31Bcy6 .mbr-section-btn {
  display: flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uOXG31Bcy6 .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-uOXG31Bcy6 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uOXG31Bcy6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uOXG31Bcy6 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uOXG31Bcy6 .justify-content-center {
  align-items: center;
}
.cid-uOXG31Bcy6 .mbr-section-title {
  color: #ffffff;
}
.cid-uOXG31Bcy6 .mbr-text {
  color: #ffffff;
}
.cid-uOXG3amgkd {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-uOXG3amgkd .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uOXG3amgkd .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uOXG3amgkd .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uOXG3amgkd .mbr-text {
  color: #ffffff;
}
.cid-uOXG3amgkd .card {
  padding-bottom: 1.5rem;
}
.cid-uOXG3amgkd .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOXG3amgkd .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uOXG3amgkd .card-wrapper .card-title {
  color: #ffffff;
}
.cid-uOXG3amgkd H1 {
  color: #ffffff;
}
.cid-uOXG3amgkd .mbr-text,
.cid-uOXG3amgkd .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uOXG3amgkd .card-wrapper .card-title,
.cid-uOXG3amgkd .card-box {
  color: #ffffff;
}
.cid-uOXG3cCjXi {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uOXG3cCjXi .card-wrapper {
  background-color: #000000;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uOXG3cCjXi .mbr-section-title,
.cid-uOXG3cCjXi .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOXG3cCjXi .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uOXG3cCjXi .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uOXG3cCjXi .card-title {
  color: #ffffff;
}
.cid-uOXG3cCjXi .mbr-text {
  color: #ffffff;
}
.cid-uOXG3cCjXi .price {
  color: #3fe44b;
}
.cid-uOXG3cCjXi .mbr-section-title {
  color: #ffffff;
}
.cid-uOXG3cCjXi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOXG3elvfB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1078.jpg");
}
.cid-uOXG3elvfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3elvfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3elvfB .mbr-text,
.cid-uOXG3elvfB .mbr-section-btn {
  color: #232323;
}
.cid-uOXG3elvfB .card-title,
.cid-uOXG3elvfB .card-box {
  color: #ffffff;
}
.cid-uOXG3elvfB .mbr-text,
.cid-uOXG3elvfB .link-wrap {
  color: #ffffff;
}
.cid-uOXG3gqME1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uOXG3gqME1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3gqME1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3gqME1 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOXG3gqME1 .item-mb {
    margin-bottom: 0;
  }
}
.cid-uOXG3gqME1 .item-wrapper {
  background: #000000;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOXG3gqME1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uOXG3gqME1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uOXG3gqME1 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #3fe44b;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #000000;
  height: 80px;
  border-radius: 50%;
}
.cid-uOXG3gqME1 .mbr-section-title {
  color: #ffffff;
}
.cid-uOXG3gqME1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOXG3gqME1 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uOXG3gqME1 .card-box .item-footer {
  margin-top: auto;
}
.cid-uOXG3gqME1 .content-head {
  max-width: 800px;
}
.cid-uOXG3gqME1 .card-title,
.cid-uOXG3gqME1 .iconfont-wrapper {
  color: #e3ebe4;
}
.cid-uOXG3gqME1 .card-text {
  color: #ffffff;
}
.cid-uOXG3irXeH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-16-1920x1280.jpg");
}
.cid-uOXG3irXeH .mbr-overlay {
  background-color: #9fe870;
  opacity: 0.4;
}
.cid-uOXG3irXeH form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uOXG3irXeH form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOXG3irXeH form.mbr-form {
    padding: 1rem;
  }
}
.cid-uOXG3irXeH form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uOXG3irXeH form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uOXG3irXeH .mbr-section-title {
  color: #000000;
}
.cid-uOXG3k1SMC {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uOXG3k1SMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3k1SMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3k1SMC .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-uOXG3k1SMC .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uOXG3k1SMC .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uOXG3k1SMC .wrapper {
  padding: 30px 0;
}
.cid-uOXG3k1SMC .mbr-section-title {
  color: #fafafa;
}
.cid-uOXG3k1SMC .mbr-text,
.cid-uOXG3k1SMC .mbr-section-btn {
  color: #ffffff;
}
.cid-uOXG3k1SMC H3 {
  color: #3fe44b;
}
.cid-uOXG3ls6V9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOXG3ls6V9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3ls6V9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3ls6V9 .mbr-text,
.cid-uOXG3ls6V9 .mbr-section-btn {
  color: #232323;
}
.cid-uOXG3ls6V9 .card-title,
.cid-uOXG3ls6V9 .card-box {
  color: #232323;
}
.cid-uOXG3ls6V9 .mbr-text,
.cid-uOXG3ls6V9 .link-wrap {
  color: #ffffff;
}
.cid-uOXG3ls6V9 .card-box .mbr-text,
.cid-uOXG3ls6V9 .mbr-section-btn {
  color: #232323;
}
.cid-uOXG3nErgU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/about-us-main1p-2-299x181.png");
}
.cid-uOXG3nErgU .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uOXG3nErgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3nErgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3nErgU .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOXG3nErgU .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOXG3nErgU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uOXG3nErgU .card-title,
.cid-uOXG3nErgU .iconfont-wrapper {
  color: #000000;
}
.cid-uOXG3nErgU .content-head {
  max-width: 800px;
}
.cid-uOXG3nErgU .mbr-section-title {
  color: #000000;
}
.cid-uOXG3nErgU .mbr-section-subtitle {
  color: #000000;
}
.cid-uOXG3nErgU .card-text {
  color: #000000;
}
.cid-uOXG3nErgU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOXG3nErgU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uOXG3prVDD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOXG3prVDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3prVDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3prVDD ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uOXG3prVDD li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uOXG3prVDD ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uOXG3r66V0 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-17-1920x1280.jpg");
}
.cid-uOXG3r66V0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3r66V0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3r66V0 .mbr-text,
.cid-uOXG3r66V0 .mbr-section-btn {
  color: #232323;
}
.cid-uOXG3r66V0 .card-title,
.cid-uOXG3r66V0 .card-box {
  color: #ffffff;
}
.cid-uOXG3r66V0 .mbr-text,
.cid-uOXG3r66V0 .link-wrap {
  color: #ffffff;
}
.cid-uOXG3sqYYC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uOXG3sqYYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3sqYYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3sqYYC .mbr-text,
.cid-uOXG3sqYYC .mbr-section-btn {
  color: #232323;
}
.cid-uOXG3sqYYC .btn {
  width: 100%;
}
.cid-uOXG3sqYYC .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uOXG3sqYYC H1 {
  text-align: center;
}
.cid-uOXG3u7Kgx {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uOXG3u7Kgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3u7Kgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3u7Kgx .card-wrapper {
  background: #ffea35;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uOXG3u7Kgx .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOXG3u7Kgx .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOXG3u7Kgx .card-wrapper {
    padding: 4rem;
  }
}
.cid-uOXG3u7Kgx .mbr-text,
.cid-uOXG3u7Kgx .mbr-section-btn {
  color: #000000;
}
.cid-uOXG3u7Kgx .card-title,
.cid-uOXG3u7Kgx .card-box {
  text-align: left;
  color: #000000;
}
.cid-uOXG3vLRS6 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1196.jpg");
}
.cid-uOXG3vLRS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3vLRS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3vLRS6 .mbr-text,
.cid-uOXG3vLRS6 .mbr-section-btn {
  color: #232323;
}
.cid-uOXG3vLRS6 .card-title,
.cid-uOXG3vLRS6 .card-box {
  color: #ffffff;
}
.cid-uOXG3vLRS6 .mbr-text,
.cid-uOXG3vLRS6 .link-wrap {
  color: #ffffff;
}
.cid-uOXG3xFrco {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOXG3xFrco .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3xFrco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3xFrco .mbr-description {
  text-align: left;
}
.cid-uOXG3xFrco .item-wrapper {
  background: #fafafa;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uOXG3xFrco .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOXG3xFrco .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uOXG3xFrco .card-title,
.cid-uOXG3xFrco .iconfont-wrapper {
  color: #000000;
}
.cid-uOXG3xFrco .card-text {
  color: #000000;
}
.cid-uOXG3xFrco .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOXG3xFrco .mbr-number {
  color: #9fe870;
}
.cid-uOXG3xFrco .mbr-text,
.cid-uOXG3xFrco .mbr-section-btn {
  text-align: center;
}
.cid-uOXG3xFrco .card-text,
.cid-uOXG3xFrco .item .mbr-section-btn {
  text-align: left;
}
.cid-uOXG3xFrco .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uOXG3xFrco .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uOXG3xFrco .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOXG3xFrco .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uOXG3xFrco .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOXG3xFrco .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOXG3xFrco .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uOXG3xFrco .card-title {
  text-align: left;
}
.cid-uOXG3xFrco .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uOXG3xFrco .item-content .item-footer {
  margin-top: auto;
}
.cid-uOXG3zlaMS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uOXG3zlaMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3zlaMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3zlaMS .mbr-text,
.cid-uOXG3zlaMS .mbr-section-btn {
  color: #232323;
}
.cid-uOXG3zlaMS .btn {
  width: 100%;
}
.cid-uOXG3zlaMS .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uOXG3zlaMS H1 {
  text-align: center;
}
.cid-uOXG3B2xcq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uOXG3B2xcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3B2xcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3B2xcq .mbr-text,
.cid-uOXG3B2xcq .mbr-section-btn {
  color: #232323;
}
.cid-uOXG3B2xcq .card-title,
.cid-uOXG3B2xcq .card-box {
  color: #ffffff;
}
.cid-uOXG3B2xcq .mbr-text,
.cid-uOXG3B2xcq .link-wrap {
  color: #ffffff;
}
.cid-uOXG3CG6J0 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1057x705.jpg");
}
.cid-uOXG3CG6J0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3CG6J0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3CG6J0 .mbr-text,
.cid-uOXG3CG6J0 .mbr-section-btn {
  color: #232323;
}
.cid-uOXG3CG6J0 .card-title,
.cid-uOXG3CG6J0 .card-box {
  color: #ffffff;
}
.cid-uOXG3CG6J0 .mbr-text,
.cid-uOXG3CG6J0 .link-wrap {
  color: #ffffff;
}
.cid-uOXG3EOVKz {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOXG3EOVKz img,
.cid-uOXG3EOVKz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uOXG3EOVKz .item:focus,
.cid-uOXG3EOVKz span:focus {
  outline: none;
}
.cid-uOXG3EOVKz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOXG3EOVKz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOXG3EOVKz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uOXG3EOVKz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOXG3EOVKz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uOXG3EOVKz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uOXG3EOVKz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOXG3EOVKz .mbr-section-title {
  color: #232323;
}
.cid-uOXG3EOVKz .mbr-text,
.cid-uOXG3EOVKz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uOXG3EOVKz .item-title {
  text-align: left;
  color: #000000;
}
.cid-uOXG3EOVKz .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uOXG3HtI3R {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOXG3HtI3R img,
.cid-uOXG3HtI3R .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uOXG3HtI3R .item:focus,
.cid-uOXG3HtI3R span:focus {
  outline: none;
}
.cid-uOXG3HtI3R .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOXG3HtI3R .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOXG3HtI3R .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uOXG3HtI3R .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOXG3HtI3R .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uOXG3HtI3R .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uOXG3HtI3R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOXG3HtI3R .mbr-section-title {
  color: #232323;
}
.cid-uOXG3HtI3R .mbr-text,
.cid-uOXG3HtI3R .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uOXG3HtI3R .item-title {
  text-align: left;
  color: #000000;
}
.cid-uOXG3HtI3R .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uOXG3J00Gg {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/demo-1.jpg");
}
.cid-uOXG3J00Gg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3J00Gg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3J00Gg .mbr-text,
.cid-uOXG3J00Gg .mbr-section-btn {
  color: #232323;
}
.cid-uOXG3J00Gg .card-title,
.cid-uOXG3J00Gg .card-box {
  color: #e43f3f;
}
.cid-uOXG3J00Gg .mbr-text,
.cid-uOXG3J00Gg .link-wrap {
  color: #ffffff;
}
.cid-uOXG3KpevQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOXG3KpevQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3KpevQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3KpevQ .mbr-section-title {
  color: #000000;
}
.cid-uOXG3M4ZpI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOXG3M4ZpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3M4ZpI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3M4ZpI .mbr-text,
.cid-uOXG3M4ZpI .mbr-section-btn {
  color: #232323;
}
.cid-uOXG3M4ZpI .btn {
  width: 100%;
}
.cid-uOXG3M4ZpI .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uOXG3M4ZpI H1 {
  text-align: center;
  color: #000000;
}
.cid-uOXG3NIUFH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOXG3NIUFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3NIUFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3NIUFH .mbr-text,
.cid-uOXG3NIUFH .mbr-section-btn {
  color: #232323;
}
.cid-uOXG3NIUFH .card-title,
.cid-uOXG3NIUFH .card-box {
  color: #ffffff;
}
.cid-uOXG3NIUFH .mbr-text,
.cid-uOXG3NIUFH .link-wrap {
  color: #ffffff;
}
.cid-uOXG3PCdVy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOXG3PCdVy img,
.cid-uOXG3PCdVy .item-img {
  width: 100%;
}
.cid-uOXG3PCdVy .item:focus,
.cid-uOXG3PCdVy span:focus {
  outline: none;
}
.cid-uOXG3PCdVy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOXG3PCdVy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOXG3PCdVy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOXG3PCdVy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uOXG3PCdVy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOXG3PCdVy .mbr-section-title {
  color: #000000;
}
.cid-uOXG3PCdVy .mbr-text,
.cid-uOXG3PCdVy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uOXG3PCdVy .item-title {
  text-align: left;
  color: #000000;
}
.cid-uOXG3PCdVy .item-subtitle {
  text-align: left;
}
.cid-uOXG3R2QcQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uOXG3R2QcQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOXG3R2QcQ .row {
    flex-direction: column-reverse;
  }
  .cid-uOXG3R2QcQ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uOXG3R2QcQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOXG3R2QcQ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uOXG3R2QcQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOXG3R2QcQ .mbr-text,
.cid-uOXG3R2QcQ .mbr-section-btn {
  color: #000000;
}
.cid-uOXG3R2QcQ .card-title {
  color: #000000;
}
.cid-uOXG3T3yHf {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOXG3T3yHf .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uOXG3T3yHf .item {
    margin-bottom: 4rem;
  }
}
.cid-uOXG3T3yHf .item:last-child .icon-box:before {
  display: none;
}
.cid-uOXG3T3yHf .item.last .icon-box:before {
  display: none;
}
.cid-uOXG3T3yHf .step-number {
  padding-top: 6px;
}
.cid-uOXG3T3yHf .icon-box {
  background: #72487d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uOXG3T3yHf .icon-box {
    margin-right: 1rem;
  }
}
.cid-uOXG3T3yHf .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #72487d;
  transform: translate(-50%, 0);
}
.cid-uOXG3T3yHf span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uOXG3T3yHf .card {
    margin-bottom: 2rem;
  }
  .cid-uOXG3T3yHf .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uOXG3T3yHf .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uOXG3T3yHf .icon-box::before {
    top: 114%;
  }
}
.cid-uOXG3T3yHf .card-title,
.cid-uOXG3T3yHf .card-box {
  color: #000000;
}
.cid-uOXG3T3yHf .icon-text {
  color: #000000;
}
.cid-uOXG3T3yHf .mbr-text,
.cid-uOXG3T3yHf .mbr-section-btn {
  color: #000000;
}
.cid-uOXG3T3yHf .icon-title {
  color: #000000;
}
.cid-uOXG3UESkp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOXG3UESkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3UESkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uOXG3UESkp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOXG3UESkp .row {
  flex-direction: row-reverse;
}
.cid-uOXG3UESkp img {
  width: 100%;
}
.cid-uOXG3UESkp .mbr-description {
  color: #cf44d9;
}
.cid-uOXG3VWz69 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOXG3VWz69 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uOXG3VWz69 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uOXG3VWz69 form.mbr-form {
    padding: 3rem 2rem;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cid-uOXG3VWz69 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uOXG3VWz69 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uOXG3VWz69 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uOXG3VWz69 P {
  color: #cf44d9;
}
.cid-uOXG3X4OWN {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOXG3X4OWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG3X4OWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG3X4OWN .mbr-text,
.cid-uOXG3X4OWN .mbr-section-btn {
  color: #232323;
}
.cid-uOXG3X4OWN .card-title,
.cid-uOXG3X4OWN .card-box {
  color: #ffffff;
}
.cid-uOXG3X4OWN .mbr-text,
.cid-uOXG3X4OWN .link-wrap {
  color: #ffffff;
}
.cid-uOXG3YX84S {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1284.jpeg");
}
.cid-uOXG3YX84S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOXG3YX84S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOXG3YX84S .row {
    text-align: center;
  }
  .cid-uOXG3YX84S .social-row {
    justify-content: center;
  }
}
.cid-uOXG3YX84S .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uOXG3YX84S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOXG3YX84S .list {
    margin-bottom: 0rem;
  }
}
.cid-uOXG3YX84S .mbr-text {
  color: #ffffff;
}
.cid-uOXG3YX84S .mbr-iconfont {
  color: black;
}
.cid-uOXG3YX84S H5 {
  color: #72487d;
}
.cid-uOXG40fZGb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOXG40fZGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG40fZGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG40fZGb .mbr-text,
.cid-uOXG40fZGb .mbr-section-btn {
  color: #232323;
}
.cid-uOXG40fZGb .card-title,
.cid-uOXG40fZGb .card-box {
  color: #ffffff;
}
.cid-uOXG40fZGb .mbr-text,
.cid-uOXG40fZGb .link-wrap {
  color: #ffffff;
}
.cid-uOXG41LbgM {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOXG41LbgM .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOXG41LbgM .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uOXG41LbgM .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uOXG41LbgM .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uOXG41LbgM .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uOXG41LbgM .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uOXG41LbgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG41LbgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG41LbgM .mbr-description {
  text-align: left;
}
.cid-uOXG41LbgM .card-title,
.cid-uOXG41LbgM .iconfont-wrapper {
  color: #000000;
}
.cid-uOXG41LbgM .card-text {
  color: #000000;
}
.cid-uOXG41LbgM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOXG41LbgM .mbr-number {
  color: #9fe870;
}
.cid-uOXG41LbgM .mbr-text,
.cid-uOXG41LbgM .mbr-section-btn {
  text-align: center;
}
.cid-uOXG41LbgM .card-text,
.cid-uOXG41LbgM .item .mbr-section-btn {
  text-align: left;
}
.cid-uOXG41LbgM .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOXG41LbgM .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uOXG41LbgM .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOXG41LbgM .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uOXG44HtJz {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1076.jpg");
}
.cid-uOXG44HtJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG44HtJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG44HtJz .mbr-text,
.cid-uOXG44HtJz .mbr-section-btn {
  color: #232323;
}
.cid-uOXG44HtJz .card-title,
.cid-uOXG44HtJz .card-box {
  color: #ffffff;
}
.cid-uOXG44HtJz .mbr-text,
.cid-uOXG44HtJz .link-wrap {
  color: #ffffff;
}
.cid-uOXG4bevYI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uOXG4bevYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG4bevYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG4bevYI .mbr-text,
.cid-uOXG4bevYI .mbr-section-btn {
  color: #232323;
}
.cid-uOXG4bevYI .card-title,
.cid-uOXG4bevYI .card-box {
  color: #621e67;
}
.cid-uOXG4bevYI .mbr-text,
.cid-uOXG4bevYI .link-wrap {
  color: #ffffff;
}
.cid-uOXG4bevYI .card-box .mbr-text,
.cid-uOXG4bevYI .mbr-section-btn {
  color: #621e67;
}
.cid-uOXG4gCQA3 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1284.jpeg");
}
.cid-uOXG4gCQA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG4gCQA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG4gCQA3 .mbr-text,
.cid-uOXG4gCQA3 .mbr-section-btn {
  color: #232323;
}
.cid-uOXG4gCQA3 .card-title,
.cid-uOXG4gCQA3 .card-box {
  color: #ffffff;
}
.cid-uOXG4gCQA3 .mbr-text,
.cid-uOXG4gCQA3 .link-wrap {
  color: #ffffff;
}
.cid-uOXG4ogwuK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOXG4ogwuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG4ogwuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG4ogwuK .mbr-section-title {
  color: #ffffff;
}
.cid-uOXG4zTEnI {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1-1920x1284.jpeg");
}
.cid-uOXG4zTEnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXG4zTEnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXG4zTEnI .mbr-text,
.cid-uOXG4zTEnI .mbr-section-btn {
  color: #232323;
}
.cid-uOXG4zTEnI .card-title,
.cid-uOXG4zTEnI .card-box {
  color: #ffffff;
}
.cid-uOXG4zTEnI .mbr-text,
.cid-uOXG4zTEnI .link-wrap {
  color: #ffffff;
}
