body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Google Sans', sans-serif;
  font-size: 5rem;
  line-height: 88px;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Google Sans', sans-serif;
  font-size: 3.125rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Google Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.228;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.56rem;
  line-height: 34px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.95rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #0f1b2b !important;
}
.bg-success {
  background-color: #2f9e44 !important;
}
.bg-info {
  background-color: #f4f5f7 !important;
}
.bg-warning {
  background-color: #cfaf5a !important;
}
.bg-danger {
  background-color: #cfaf5a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0f1b2b !important;
  border-color: #0f1b2b !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cfaf5a !important;
  border-color: #cfaf5a !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: #a3832f !important;
  border-color: #a3832f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a3832f !important;
  border-color: #a3832f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f4f5f7 !important;
  border-color: #f4f5f7 !important;
  color: #637089 !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: #c2c7d2 !important;
  border-color: #c2c7d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #637089 !important;
  background-color: #c2c7d2 !important;
  border-color: #c2c7d2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2f9e44 !important;
  border-color: #2f9e44 !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: #1b5b27 !important;
  border-color: #1b5b27 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b5b27 !important;
  border-color: #1b5b27 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cfaf5a !important;
  border-color: #cfaf5a !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #a3832f !important;
  border-color: #a3832f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a3832f !important;
  border-color: #a3832f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cfaf5a !important;
  border-color: #cfaf5a !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: #a3832f !important;
  border-color: #a3832f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a3832f !important;
  border-color: #a3832f !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: #0f1b2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #0f1b2b !important;
  border-color: #0f1b2b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cfaf5a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a3832f !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: #cfaf5a !important;
  border-color: #cfaf5a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4f5f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c2c7d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #637089 !important;
  background-color: #f4f5f7 !important;
  border-color: #f4f5f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2f9e44;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b5b27 !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: #2f9e44 !important;
  border-color: #2f9e44 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cfaf5a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a3832f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cfaf5a !important;
  border-color: #cfaf5a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cfaf5a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a3832f !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: #cfaf5a !important;
  border-color: #cfaf5a !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: #0f1b2b !important;
}
.text-secondary {
  color: #cfaf5a !important;
}
.text-success {
  color: #2f9e44 !important;
}
.text-info {
  color: #f4f5f7 !important;
}
.text-warning {
  color: #cfaf5a !important;
}
.text-danger {
  color: #cfaf5a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #977a2c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #184f22 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b9bfcc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #977a2c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #977a2c !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: #0f1b2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f4f5f7;
}
.alert-warning {
  background-color: #cfaf5a;
}
.alert-danger {
  background-color: #cfaf5a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0f1b2b;
  border-color: #0f1b2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0f1b2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b9cce6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #76d688;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdfcf8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdfcf8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #0f1b2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #0f1b2b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0f1b2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0f1b2b;
}
.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: #0f1b2b;
  border-bottom-color: #0f1b2b;
}
.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: #0f1b2b !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: #cfaf5a !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='%230f1b2b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  padding: 14px 30px 14px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  transform: translateX(5px);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 14px;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #0f1b2b !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #0f1b2b !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #cfaf5a !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #cfaf5a !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #2f9e44 !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #2f9e44 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #f4f5f7 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #f4f5f7 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #cfaf5a !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #cfaf5a !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #cfaf5a !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #cfaf5a !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v8FkmpbuCQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v8FkmpbuCQ nav.navbar {
  position: fixed;
}
.cid-v8FkmpbuCQ .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-v8FkmpbuCQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8FkmpbuCQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8FkmpbuCQ .dropdown-item:hover,
.cid-v8FkmpbuCQ .dropdown-item:focus {
  background: #0f1b2b !important;
  color: white !important;
}
.cid-v8FkmpbuCQ .dropdown-item:hover span {
  color: white;
}
.cid-v8FkmpbuCQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8FkmpbuCQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8FkmpbuCQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8FkmpbuCQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8FkmpbuCQ .nav-link {
  position: relative;
}
.cid-v8FkmpbuCQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8FkmpbuCQ .container {
    flex-wrap: wrap;
  }
}
.cid-v8FkmpbuCQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8FkmpbuCQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8FkmpbuCQ .iconfont-wrapper {
  color: #0f1b2b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8FkmpbuCQ .dropdown-menu,
.cid-v8FkmpbuCQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v8FkmpbuCQ .nav-item:focus,
.cid-v8FkmpbuCQ .nav-link:focus {
  outline: none;
}
.cid-v8FkmpbuCQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8FkmpbuCQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8FkmpbuCQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8FkmpbuCQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8FkmpbuCQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8FkmpbuCQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8FkmpbuCQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v8FkmpbuCQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v8FkmpbuCQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8FkmpbuCQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v8FkmpbuCQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8FkmpbuCQ .navbar.collapsed {
  justify-content: center;
}
.cid-v8FkmpbuCQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8FkmpbuCQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8FkmpbuCQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8FkmpbuCQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8FkmpbuCQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8FkmpbuCQ .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-v8FkmpbuCQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8FkmpbuCQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8FkmpbuCQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8FkmpbuCQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8FkmpbuCQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8FkmpbuCQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8FkmpbuCQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8FkmpbuCQ .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-v8FkmpbuCQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8FkmpbuCQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8FkmpbuCQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8FkmpbuCQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8FkmpbuCQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8FkmpbuCQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8FkmpbuCQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8FkmpbuCQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8FkmpbuCQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8FkmpbuCQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8FkmpbuCQ .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-v8FkmpbuCQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8FkmpbuCQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8FkmpbuCQ .dropdown-item.active,
.cid-v8FkmpbuCQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v8FkmpbuCQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8FkmpbuCQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8FkmpbuCQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8FkmpbuCQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8FkmpbuCQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8FkmpbuCQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8FkmpbuCQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8FkmpbuCQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8FkmpbuCQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8FkmpbuCQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1b2b;
}
.cid-v8FkmpbuCQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8FkmpbuCQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8FkmpbuCQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8FkmpbuCQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8FkmpbuCQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8FkmpbuCQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8FkmpbuCQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8FkmpbuCQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8FkmpbuCQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8FkmpbuCQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8FkmpbuCQ .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-v8FkmpbuCQ .navbar {
    height: 70px;
  }
  .cid-v8FkmpbuCQ .navbar.opened {
    height: auto;
  }
  .cid-v8FkmpbuCQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8FltaOh9Y {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-v8FltaOh9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FltaOh9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FltaOh9Y .mbr-text,
.cid-v8FltaOh9Y .mbr-section-btn {
  color: #ebebeb;
}
.cid-v8FltaOh9Y .mbr-section-title {
  color: #ffffff;
}
.cid-v8FTIl93D9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0f1b2b;
}
.cid-v8FTIl93D9 .item:focus,
.cid-v8FTIl93D9 span:focus {
  outline: none;
}
.cid-v8FTIl93D9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v8FTIl93D9 .item {
  color: #cfaf5a;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v8FTIl93D9 .item {
    min-height: 45px;
  }
}
.cid-v8FWpT1WwJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8FWpT1WwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FWpT1WwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FWpT1WwJ .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8FWpT1WwJ .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-v8FWpT1WwJ .container {
    padding: 0 6px;
  }
}
.cid-v8FWpT1WwJ .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-v8FWpT1WwJ .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-v8FWpT1WwJ .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-v8FWpT1WwJ .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-v8FWpT1WwJ .row {
    padding: 70px 16px;
  }
}
.cid-v8FWpT1WwJ .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-v8FWpT1WwJ .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8FWpT1WwJ .desc-wrapper {
    padding: 0;
  }
}
.cid-v8FWpT1WwJ .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-v8FWpT1WwJ .title-wrapper {
  margin-bottom: 64px;
}
.cid-v8FWpT1WwJ .title-wrapper span {
  color: #cfaf5a;
}
.cid-v8FWpT1WwJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8FWpT1WwJ .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-v8FWpT1WwJ .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8FWpT1WwJ .cards-wrapper {
    display: block;
  }
}
.cid-v8FWpT1WwJ .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-v8FWpT1WwJ .cards-wrapper .item:hover,
.cid-v8FWpT1WwJ .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-v8FWpT1WwJ .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #0f1b2b;
}
.cid-v8FWpT1WwJ .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #0f1b2b;
}
.cid-v8FWpT1WwJ .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #0f1b2b;
  border-radius: 16px 16px 0 0;
}
.cid-v8FWpT1WwJ .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #cfaf5a;
  height: 100%;
}
.cid-v8FWpT1WwJ .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #0f1b2b;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8FWpT1WwJ .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-v8FWpT1WwJ .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8FWpT1WwJ .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-v8FWpT1WwJ .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v8FWpT1WwJ .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-v8FWpT1WwJ .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-v8FWpT1WwJ .mbr-desc {
  color: #262626;
}
.cid-v8FWpT1WwJ .mbr-section-title {
  color: #131313;
}
.cid-v8FWpT1WwJ .card-title {
  color: #ffffff;
}
.cid-v8FWpT1WwJ .card-text {
  color: #131313;
}
.cid-v8FWpT1WwJ .mbr-section-title,
.cid-v8FWpT1WwJ .mbr-section-btn {
  color: #cfaf5a;
}
.cid-v8FWpT1WwJ .mbr-text,
.cid-v8FWpT1WwJ .mbr-section-btn {
  color: #0f1b2b;
}
.cid-v8Ggsl3Qfr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f1b2b;
}
.cid-v8Ggsl3Qfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Ggsl3Qfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Ggsl3Qfr .row {
  margin: 0 -15px;
}
.cid-v8Ggsl3Qfr .row .card {
  padding: 0 15px;
}
.cid-v8Ggsl3Qfr .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8Ggsl3Qfr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8Ggsl3Qfr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8Ggsl3Qfr .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8Ggsl3Qfr .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8Ggsl3Qfr .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v8Ggsl3Qfr .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8Ggsl3Qfr .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v8Ggsl3Qfr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .cid-v8Ggsl3Qfr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8Ggsl3Qfr .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-v8Ggsl3Qfr .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-v8Ggsl3Qfr .embla__slide .slide-content {
  width: 100%;
}
.cid-v8Ggsl3Qfr .embla__slide .slide-content .item-wrapper {
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  justify-content: flex-end;
}
.cid-v8Ggsl3Qfr .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v8Ggsl3Qfr .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v8Ggsl3Qfr .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #191919;
  opacity: 0.5;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v8Ggsl3Qfr .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v8Ggsl3Qfr .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  opacity: 0;
}
.cid-v8Ggsl3Qfr .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8Ggsl3Qfr .embla__slide .slide-content .item-wrapper .person-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-v8Ggsl3Qfr .embla__slide .slide-content .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v8Ggsl3Qfr .embla__button--next,
.cid-v8Ggsl3Qfr .embla__button--prev {
  display: flex;
}
.cid-v8Ggsl3Qfr .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #cfaf5a !important;
  color: #0f1b2b !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v8Ggsl3Qfr .embla__button {
    bottom: 0;
  }
}
.cid-v8Ggsl3Qfr .embla__button:hover {
  background-color: #0f1b2b !important;
  color: #cfaf5a !important;
}
.cid-v8Ggsl3Qfr .embla__button:disabled {
  opacity: 0 !important;
  background-color: #cfaf5a !important;
  color: #0f1b2b !important;
}
.cid-v8Ggsl3Qfr .embla__button.embla__button--prev {
  left: 0;
}
.cid-v8Ggsl3Qfr .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v8Ggsl3Qfr .embla__button.embla__button--next {
  right: 0;
}
.cid-v8Ggsl3Qfr .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v8Ggsl3Qfr .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8Ggsl3Qfr .embla {
    padding-bottom: 4rem;
  }
}
.cid-v8Ggsl3Qfr .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v8Ggsl3Qfr .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-v8Ggsl3Qfr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8Ggsl3Qfr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8Ggsl3Qfr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8Ggsl3Qfr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v8Ggsl3Qfr .mbr-section-title {
  color: #cfaf5a;
}
.cid-v8Ggsl3Qfr .mbr-section-subtitle {
  color: #ebebeb;
}
.cid-v8Ggsl3Qfr .mbr-label {
  color: #fefff5;
}
.cid-v8Ggsl3Qfr .mbr-text {
  color: #fefff5;
}
.cid-v8Ggsl3Qfr .item-name {
  color: #fefff5;
}
.cid-v8Ggsl3Qfr .item-role {
  color: #fefff5;
}
.cid-v8H7Oqs8pX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8H7Oqs8pX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8H7Oqs8pX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8H7Oqs8pX .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v8H7Oqs8pX .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v8H7Oqs8pX .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8H7Oqs8pX .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v8H7Oqs8pX .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8H7Oqs8pX .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8H7Oqs8pX .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8H7Oqs8pX .items-wrapper {
  margin: 0 -10px;
}
.cid-v8H7Oqs8pX .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8H7Oqs8pX .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8H7Oqs8pX .item .item-wrapper {
  height: 100%;
  background-color: #ebebeb;
  padding: 8px;
}
.cid-v8H7Oqs8pX .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-v8H7Oqs8pX .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 24px;
}
.cid-v8H7Oqs8pX .item .item-wrapper .card-box .number-wrapper .item-number {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #cfaf5a;
}
.cid-v8H7Oqs8pX .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-v8H7Oqs8pX .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v8H7Oqs8pX .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v8H7Oqs8pX .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8H7Oqs8pX .mbr-label,
.cid-v8H7Oqs8pX .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8H7Oqs8pX .mbr-section-title {
  color: #cfaf5a;
  text-align: center;
}
.cid-v8H7Oqs8pX .mbr-text,
.cid-v8H7Oqs8pX .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-v8H7Oqs8pX .item-number {
  color: #000000;
}
.cid-v8H7Oqs8pX .item-title {
  color: #000000;
}
.cid-v8H7Oqs8pX .item-text {
  color: #4f4f4f;
}
.cid-v8H7Oqs8pX .item-title,
.cid-v8H7Oqs8pX .mbr-section-btn {
  color: #0f1b2b;
}
.cid-v8JTOsl3kp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #0f1b2b;
}
.cid-v8JTOsl3kp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8JTOsl3kp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8JTOsl3kp .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8JTOsl3kp .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-v8JTOsl3kp .container {
    padding: 0 6px;
  }
}
.cid-v8JTOsl3kp .row {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-v8JTOsl3kp .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-v8JTOsl3kp .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-v8JTOsl3kp .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-v8JTOsl3kp .row {
    padding: 70px 16px;
  }
}
.cid-v8JTOsl3kp .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-v8JTOsl3kp .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8JTOsl3kp .desc-wrapper {
    padding: 0;
  }
}
.cid-v8JTOsl3kp .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-v8JTOsl3kp .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-v8JTOsl3kp .title-wrapper span {
  color: #cfaf5a;
}
.cid-v8JTOsl3kp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8JTOsl3kp .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 992px) {
  .cid-v8JTOsl3kp .cards-wrapper {
    display: block;
  }
}
.cid-v8JTOsl3kp .cards-wrapper .item {
  position: relative;
}
.cid-v8JTOsl3kp .cards-wrapper .item .card-decor {
  position: absolute;
  top: -40px;
  left: 0;
  height: 55px;
  width: 130px;
  display: inline-flex;
  background-color: #0f1b2b;
  border-radius: 16px 16px 0 0;
}
.cid-v8JTOsl3kp .cards-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-v8JTOsl3kp .cards-wrapper .item .item-wrapper .card-box {
  height: 100%;
  position: relative;
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v8JTOsl3kp .cards-wrapper .item .item-wrapper .card-box {
    padding: 22px;
    margin-bottom: 22px;
  }
}
.cid-v8JTOsl3kp .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v8JTOsl3kp .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    padding: 0 22px;
    top: -20px;
  }
}
.cid-v8JTOsl3kp .cards-wrapper .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #e6e6e6;
  color: #cfaf5a;
}
.cid-v8JTOsl3kp .cards-wrapper .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 32px;
}
.cid-v8JTOsl3kp .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8JTOsl3kp .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .dot-wrap {
  width: 12px;
  height: 12px;
  background-color: #cfaf5a;
  border-radius: 50%;
  margin-right: 10px;
}
.cid-v8JTOsl3kp .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .card-number {
  margin-bottom: 0;
}
.cid-v8JTOsl3kp .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-v8JTOsl3kp .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v8JTOsl3kp .cards-wrapper .item .item-wrapper .card-box .card-text {
    margin: 64px 0 0 0;
  }
}
.cid-v8JTOsl3kp .mbr-desc {
  color: #262626;
}
.cid-v8JTOsl3kp .mbr-section-title {
  color: #cfaf5a;
  text-align: justify;
}
.cid-v8JTOsl3kp .card-number {
  color: #cfcfcf;
}
.cid-v8JTOsl3kp .card-title {
  color: #cfaf5a;
}
.cid-v8JTOsl3kp .card-text {
  color: #0f1b2b;
}
.cid-v8JTOsl3kp .icon-wrap {
  text-align: right;
}
.cid-v8KzYpIyie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f1b2b;
}
.cid-v8KzYpIyie .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KzYpIyie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KzYpIyie .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v8KzYpIyie .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8KzYpIyie .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v8KzYpIyie .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8KzYpIyie .mbr-label {
  color: #cfaf5a;
}
.cid-v8KzYpIyie .mbr-text {
  color: #ffffff;
}
.cid-v8KC5IyblK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v8KC5IyblK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KC5IyblK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KC5IyblK .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v8KC5IyblK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8KC5IyblK .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v8KC5IyblK .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v8KC5IyblK .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v8KC5IyblK .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8KC5IyblK .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8KC5IyblK .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v8KC5IyblK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8KC5IyblK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8KC5IyblK .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v8KC5IyblK .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8KC5IyblK .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v8KC5IyblK .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8KC5IyblK .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v8KC5IyblK .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v8KC5IyblK .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#0f1b2b 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v8KC5IyblK .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v8KC5IyblK .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v8KC5IyblK .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v8KC5IyblK .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v8KC5IyblK .mbr-label,
.cid-v8KC5IyblK .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8KC5IyblK .mbr-section-title,
.cid-v8KC5IyblK .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8KC5IyblK .mbr-text,
.cid-v8KC5IyblK .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v8KC5IyblK .item-title {
  color: #515151;
}
.cid-v8KC5IyblK .item-text {
  color: #000000;
}
.cid-v8KC5IyblK .item-title,
.cid-v8KC5IyblK .icon-wrapper {
  color: #cfaf5a;
}
.cid-v8KDIlLoqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f1b2b;
}
.cid-v8KDIlLoqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KDIlLoqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v8KDIlLoqj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #cfaf5a, #cfaf5a 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #cfaf5a, #cfaf5a 40%);
  }
}
.cid-v8KDIlLoqj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8KDIlLoqj .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v8KDIlLoqj .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v8KDIlLoqj .mbr-section-title {
  color: #000000;
}
.cid-v8KDIlLoqj .mbr-text,
.cid-v8KDIlLoqj .text-wrapper {
  color: #f9f9f9;
  text-align: center;
}
.cid-v8KDIlLoqj .list,
.cid-v8KDIlLoqj .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8KDIlLoqj .mbr-copy {
  color: #cfaf5a;
  text-align: center;
}
.cid-v8KDIlLoqj .mbr-section-title,
.cid-v8KDIlLoqj .title-wrapper,
.cid-v8KDIlLoqj .mbr-section-btn,
.cid-v8KDIlLoqj .social-wrapper {
  text-align: center;
}
.cid-v8Jwgsf6Zy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v8Jwgsf6Zy nav.navbar {
  position: fixed;
}
.cid-v8Jwgsf6Zy .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-v8Jwgsf6Zy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8Jwgsf6Zy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8Jwgsf6Zy .dropdown-item:hover,
.cid-v8Jwgsf6Zy .dropdown-item:focus {
  background: #0f1b2b !important;
  color: white !important;
}
.cid-v8Jwgsf6Zy .dropdown-item:hover span {
  color: white;
}
.cid-v8Jwgsf6Zy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8Jwgsf6Zy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8Jwgsf6Zy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8Jwgsf6Zy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8Jwgsf6Zy .nav-link {
  position: relative;
}
.cid-v8Jwgsf6Zy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8Jwgsf6Zy .container {
    flex-wrap: wrap;
  }
}
.cid-v8Jwgsf6Zy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8Jwgsf6Zy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8Jwgsf6Zy .iconfont-wrapper {
  color: #0f1b2b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8Jwgsf6Zy .dropdown-menu,
.cid-v8Jwgsf6Zy .navbar.opened {
  background: #ffffff !important;
}
.cid-v8Jwgsf6Zy .nav-item:focus,
.cid-v8Jwgsf6Zy .nav-link:focus {
  outline: none;
}
.cid-v8Jwgsf6Zy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8Jwgsf6Zy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8Jwgsf6Zy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8Jwgsf6Zy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8Jwgsf6Zy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8Jwgsf6Zy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8Jwgsf6Zy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v8Jwgsf6Zy .navbar.opened {
  transition: all 0.3s;
}
.cid-v8Jwgsf6Zy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8Jwgsf6Zy .navbar .navbar-logo img {
  width: auto;
}
.cid-v8Jwgsf6Zy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8Jwgsf6Zy .navbar.collapsed {
  justify-content: center;
}
.cid-v8Jwgsf6Zy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8Jwgsf6Zy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8Jwgsf6Zy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8Jwgsf6Zy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8Jwgsf6Zy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8Jwgsf6Zy .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-v8Jwgsf6Zy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8Jwgsf6Zy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8Jwgsf6Zy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8Jwgsf6Zy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8Jwgsf6Zy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8Jwgsf6Zy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8Jwgsf6Zy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8Jwgsf6Zy .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-v8Jwgsf6Zy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8Jwgsf6Zy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8Jwgsf6Zy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8Jwgsf6Zy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8Jwgsf6Zy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8Jwgsf6Zy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8Jwgsf6Zy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8Jwgsf6Zy .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8Jwgsf6Zy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8Jwgsf6Zy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8Jwgsf6Zy .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-v8Jwgsf6Zy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8Jwgsf6Zy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8Jwgsf6Zy .dropdown-item.active,
.cid-v8Jwgsf6Zy .dropdown-item:active {
  background-color: transparent;
}
.cid-v8Jwgsf6Zy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8Jwgsf6Zy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8Jwgsf6Zy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8Jwgsf6Zy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8Jwgsf6Zy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8Jwgsf6Zy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8Jwgsf6Zy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8Jwgsf6Zy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8Jwgsf6Zy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8Jwgsf6Zy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1b2b;
}
.cid-v8Jwgsf6Zy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8Jwgsf6Zy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8Jwgsf6Zy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8Jwgsf6Zy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8Jwgsf6Zy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8Jwgsf6Zy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8Jwgsf6Zy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8Jwgsf6Zy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8Jwgsf6Zy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8Jwgsf6Zy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Jwgsf6Zy .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-v8Jwgsf6Zy .navbar {
    height: 70px;
  }
  .cid-v8Jwgsf6Zy .navbar.opened {
    height: auto;
  }
  .cid-v8Jwgsf6Zy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8JwNFungG {
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-v8JwNFungG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8JwNFungG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8JwNFungG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-v8JwNFungG .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-v8JwNFungG .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-v8JwNFungG .mbr-section-title {
  color: #cfaf5a;
}
.cid-v8JwNFungG .mbr-text,
.cid-v8JwNFungG .mbr-section-btn,
.cid-v8JwNFungG .social-row {
  color: #ffffff;
}
.cid-v8JwguOSxV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0f1b2b;
}
.cid-v8JwguOSxV .item:focus,
.cid-v8JwguOSxV span:focus {
  outline: none;
}
.cid-v8JwguOSxV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v8JwguOSxV .item {
  color: #cfaf5a;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v8JwguOSxV .item {
    min-height: 45px;
  }
}
.cid-v8JyaOu6uI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8JyaOu6uI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8JyaOu6uI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v8JyaOu6uI .container {
    max-width: 1400px;
  }
}
.cid-v8JyaOu6uI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-v8JyaOu6uI .row {
  justify-content: center;
}
.cid-v8JyaOu6uI .card-title,
.cid-v8JyaOu6uI .iconfont-wrapper {
  color: #cfaf5a;
}
.cid-v8JyaOu6uI .card-text {
  text-align: center;
}
.cid-v8Jwgw9lIE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f1b2b;
}
.cid-v8Jwgw9lIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Jwgw9lIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Jwgw9lIE .row {
  margin: 0 -15px;
}
.cid-v8Jwgw9lIE .row .card {
  padding: 0 15px;
}
.cid-v8Jwgw9lIE .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8Jwgw9lIE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8Jwgw9lIE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8Jwgw9lIE .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8Jwgw9lIE .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8Jwgw9lIE .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v8Jwgw9lIE .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8Jwgw9lIE .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v8Jwgw9lIE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .cid-v8Jwgw9lIE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8Jwgw9lIE .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-v8Jwgw9lIE .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-v8Jwgw9lIE .embla__slide .slide-content {
  width: 100%;
}
.cid-v8Jwgw9lIE .embla__slide .slide-content .item-wrapper {
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  justify-content: flex-end;
}
.cid-v8Jwgw9lIE .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v8Jwgw9lIE .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v8Jwgw9lIE .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #191919;
  opacity: 0.5;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v8Jwgw9lIE .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v8Jwgw9lIE .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  opacity: 0;
}
.cid-v8Jwgw9lIE .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8Jwgw9lIE .embla__slide .slide-content .item-wrapper .person-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-v8Jwgw9lIE .embla__slide .slide-content .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v8Jwgw9lIE .embla__button--next,
.cid-v8Jwgw9lIE .embla__button--prev {
  display: flex;
}
.cid-v8Jwgw9lIE .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #cfaf5a !important;
  color: #0f1b2b !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v8Jwgw9lIE .embla__button {
    bottom: 0;
  }
}
.cid-v8Jwgw9lIE .embla__button:hover {
  background-color: #0f1b2b !important;
  color: #cfaf5a !important;
}
.cid-v8Jwgw9lIE .embla__button:disabled {
  opacity: 0 !important;
  background-color: #cfaf5a !important;
  color: #0f1b2b !important;
}
.cid-v8Jwgw9lIE .embla__button.embla__button--prev {
  left: 0;
}
.cid-v8Jwgw9lIE .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v8Jwgw9lIE .embla__button.embla__button--next {
  right: 0;
}
.cid-v8Jwgw9lIE .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v8Jwgw9lIE .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8Jwgw9lIE .embla {
    padding-bottom: 4rem;
  }
}
.cid-v8Jwgw9lIE .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v8Jwgw9lIE .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-v8Jwgw9lIE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8Jwgw9lIE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8Jwgw9lIE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8Jwgw9lIE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v8Jwgw9lIE .mbr-section-title {
  color: #cfaf5a;
}
.cid-v8Jwgw9lIE .mbr-section-subtitle {
  color: #ebebeb;
}
.cid-v8Jwgw9lIE .mbr-label {
  color: #fefff5;
}
.cid-v8Jwgw9lIE .mbr-text {
  color: #fefff5;
}
.cid-v8Jwgw9lIE .item-name {
  color: #fefff5;
}
.cid-v8Jwgw9lIE .item-role {
  color: #fefff5;
}
.cid-v8Jwgxf79l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8Jwgxf79l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Jwgxf79l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Jwgxf79l .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v8Jwgxf79l .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v8Jwgxf79l .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8Jwgxf79l .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v8Jwgxf79l .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8Jwgxf79l .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8Jwgxf79l .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8Jwgxf79l .items-wrapper {
  margin: 0 -10px;
}
.cid-v8Jwgxf79l .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8Jwgxf79l .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8Jwgxf79l .item .item-wrapper {
  height: 100%;
  background-color: #ebebeb;
  padding: 8px;
}
.cid-v8Jwgxf79l .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-v8Jwgxf79l .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 24px;
}
.cid-v8Jwgxf79l .item .item-wrapper .card-box .number-wrapper .item-number {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #cfaf5a;
}
.cid-v8Jwgxf79l .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-v8Jwgxf79l .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v8Jwgxf79l .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v8Jwgxf79l .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8Jwgxf79l .mbr-label,
.cid-v8Jwgxf79l .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8Jwgxf79l .mbr-section-title {
  color: #cfaf5a;
  text-align: center;
}
.cid-v8Jwgxf79l .mbr-text,
.cid-v8Jwgxf79l .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-v8Jwgxf79l .item-number {
  color: #000000;
}
.cid-v8Jwgxf79l .item-title {
  color: #000000;
}
.cid-v8Jwgxf79l .item-text {
  color: #4f4f4f;
}
.cid-v8Jwgxf79l .item-title,
.cid-v8Jwgxf79l .mbr-section-btn {
  color: #0f1b2b;
}
.cid-v8KGDZnC3C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f1b2b;
}
.cid-v8KGDZnC3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KGDZnC3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KGDZnC3C .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v8KGDZnC3C .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8KGDZnC3C .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v8KGDZnC3C .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8KGDZnC3C .mbr-label {
  color: #cfaf5a;
}
.cid-v8KGDZnC3C .mbr-text {
  color: #ffffff;
}
.cid-v8KGEWWM5Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #0f1b2b;
}
.cid-v8KGEWWM5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KGEWWM5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KGEWWM5Y .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8KGEWWM5Y .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-v8KGEWWM5Y .container {
    padding: 0 6px;
  }
}
.cid-v8KGEWWM5Y .row {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-v8KGEWWM5Y .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-v8KGEWWM5Y .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-v8KGEWWM5Y .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-v8KGEWWM5Y .row {
    padding: 70px 16px;
  }
}
.cid-v8KGEWWM5Y .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-v8KGEWWM5Y .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8KGEWWM5Y .desc-wrapper {
    padding: 0;
  }
}
.cid-v8KGEWWM5Y .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-v8KGEWWM5Y .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-v8KGEWWM5Y .title-wrapper span {
  color: #cfaf5a;
}
.cid-v8KGEWWM5Y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8KGEWWM5Y .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 992px) {
  .cid-v8KGEWWM5Y .cards-wrapper {
    display: block;
  }
}
.cid-v8KGEWWM5Y .cards-wrapper .item {
  position: relative;
}
.cid-v8KGEWWM5Y .cards-wrapper .item .card-decor {
  position: absolute;
  top: -40px;
  left: 0;
  height: 55px;
  width: 130px;
  display: inline-flex;
  background-color: #0f1b2b;
  border-radius: 16px 16px 0 0;
}
.cid-v8KGEWWM5Y .cards-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-v8KGEWWM5Y .cards-wrapper .item .item-wrapper .card-box {
  height: 100%;
  position: relative;
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v8KGEWWM5Y .cards-wrapper .item .item-wrapper .card-box {
    padding: 22px;
    margin-bottom: 22px;
  }
}
.cid-v8KGEWWM5Y .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v8KGEWWM5Y .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    padding: 0 22px;
    top: -20px;
  }
}
.cid-v8KGEWWM5Y .cards-wrapper .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #e6e6e6;
  color: #cfaf5a;
}
.cid-v8KGEWWM5Y .cards-wrapper .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 32px;
}
.cid-v8KGEWWM5Y .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8KGEWWM5Y .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .dot-wrap {
  width: 12px;
  height: 12px;
  background-color: #cfaf5a;
  border-radius: 50%;
  margin-right: 10px;
}
.cid-v8KGEWWM5Y .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .card-number {
  margin-bottom: 0;
}
.cid-v8KGEWWM5Y .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-v8KGEWWM5Y .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v8KGEWWM5Y .cards-wrapper .item .item-wrapper .card-box .card-text {
    margin: 64px 0 0 0;
  }
}
.cid-v8KGEWWM5Y .mbr-desc {
  color: #262626;
}
.cid-v8KGEWWM5Y .mbr-section-title {
  color: #cfaf5a;
  text-align: justify;
}
.cid-v8KGEWWM5Y .card-number {
  color: #cfcfcf;
}
.cid-v8KGEWWM5Y .card-title {
  color: #cfaf5a;
}
.cid-v8KGEWWM5Y .card-text {
  color: #0f1b2b;
}
.cid-v8KGEWWM5Y .icon-wrap {
  text-align: right;
}
.cid-v8KGGWLwww {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v8KGGWLwww .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KGGWLwww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KGGWLwww .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v8KGGWLwww .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8KGGWLwww .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v8KGGWLwww .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v8KGGWLwww .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v8KGGWLwww .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8KGGWLwww .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8KGGWLwww .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v8KGGWLwww .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8KGGWLwww .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8KGGWLwww .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v8KGGWLwww .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8KGGWLwww .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v8KGGWLwww .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8KGGWLwww .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v8KGGWLwww .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v8KGGWLwww .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#0f1b2b 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v8KGGWLwww .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v8KGGWLwww .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v8KGGWLwww .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v8KGGWLwww .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v8KGGWLwww .mbr-label,
.cid-v8KGGWLwww .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8KGGWLwww .mbr-section-title,
.cid-v8KGGWLwww .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8KGGWLwww .mbr-text,
.cid-v8KGGWLwww .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v8KGGWLwww .item-title {
  color: #515151;
}
.cid-v8KGGWLwww .item-text {
  color: #000000;
}
.cid-v8KGGWLwww .item-title,
.cid-v8KGGWLwww .icon-wrapper {
  color: #cfaf5a;
}
.cid-v8KDIlLoqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f1b2b;
}
.cid-v8KDIlLoqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KDIlLoqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v8KDIlLoqj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #cfaf5a, #cfaf5a 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #cfaf5a, #cfaf5a 40%);
  }
}
.cid-v8KDIlLoqj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8KDIlLoqj .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v8KDIlLoqj .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v8KDIlLoqj .mbr-section-title {
  color: #000000;
}
.cid-v8KDIlLoqj .mbr-text,
.cid-v8KDIlLoqj .text-wrapper {
  color: #f9f9f9;
  text-align: center;
}
.cid-v8KDIlLoqj .list,
.cid-v8KDIlLoqj .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8KDIlLoqj .mbr-copy {
  color: #cfaf5a;
  text-align: center;
}
.cid-v8KDIlLoqj .mbr-section-title,
.cid-v8KDIlLoqj .title-wrapper,
.cid-v8KDIlLoqj .mbr-section-btn,
.cid-v8KDIlLoqj .social-wrapper {
  text-align: center;
}
.cid-v8JCHYeWEB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v8JCHYeWEB nav.navbar {
  position: fixed;
}
.cid-v8JCHYeWEB .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-v8JCHYeWEB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8JCHYeWEB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8JCHYeWEB .dropdown-item:hover,
.cid-v8JCHYeWEB .dropdown-item:focus {
  background: #0f1b2b !important;
  color: white !important;
}
.cid-v8JCHYeWEB .dropdown-item:hover span {
  color: white;
}
.cid-v8JCHYeWEB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8JCHYeWEB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8JCHYeWEB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8JCHYeWEB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8JCHYeWEB .nav-link {
  position: relative;
}
.cid-v8JCHYeWEB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8JCHYeWEB .container {
    flex-wrap: wrap;
  }
}
.cid-v8JCHYeWEB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8JCHYeWEB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8JCHYeWEB .iconfont-wrapper {
  color: #0f1b2b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8JCHYeWEB .dropdown-menu,
.cid-v8JCHYeWEB .navbar.opened {
  background: #ffffff !important;
}
.cid-v8JCHYeWEB .nav-item:focus,
.cid-v8JCHYeWEB .nav-link:focus {
  outline: none;
}
.cid-v8JCHYeWEB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8JCHYeWEB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8JCHYeWEB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8JCHYeWEB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8JCHYeWEB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8JCHYeWEB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8JCHYeWEB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v8JCHYeWEB .navbar.opened {
  transition: all 0.3s;
}
.cid-v8JCHYeWEB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8JCHYeWEB .navbar .navbar-logo img {
  width: auto;
}
.cid-v8JCHYeWEB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8JCHYeWEB .navbar.collapsed {
  justify-content: center;
}
.cid-v8JCHYeWEB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8JCHYeWEB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8JCHYeWEB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8JCHYeWEB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8JCHYeWEB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8JCHYeWEB .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-v8JCHYeWEB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8JCHYeWEB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8JCHYeWEB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8JCHYeWEB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8JCHYeWEB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8JCHYeWEB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8JCHYeWEB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8JCHYeWEB .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-v8JCHYeWEB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8JCHYeWEB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8JCHYeWEB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8JCHYeWEB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8JCHYeWEB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8JCHYeWEB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8JCHYeWEB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8JCHYeWEB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8JCHYeWEB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8JCHYeWEB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8JCHYeWEB .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-v8JCHYeWEB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8JCHYeWEB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8JCHYeWEB .dropdown-item.active,
.cid-v8JCHYeWEB .dropdown-item:active {
  background-color: transparent;
}
.cid-v8JCHYeWEB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8JCHYeWEB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8JCHYeWEB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8JCHYeWEB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8JCHYeWEB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8JCHYeWEB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8JCHYeWEB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8JCHYeWEB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8JCHYeWEB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8JCHYeWEB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1b2b;
}
.cid-v8JCHYeWEB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8JCHYeWEB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8JCHYeWEB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8JCHYeWEB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8JCHYeWEB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8JCHYeWEB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8JCHYeWEB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8JCHYeWEB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8JCHYeWEB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8JCHYeWEB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8JCHYeWEB .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-v8JCHYeWEB .navbar {
    height: 70px;
  }
  .cid-v8JCHYeWEB .navbar.opened {
    height: auto;
  }
  .cid-v8JCHYeWEB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8JEFQgPmV {
  display: flex;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-v8JEFQgPmV .mbr-overlay {
  background-color: #0f1b2b;
  opacity: 0.6;
}
.cid-v8JEFQgPmV .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v8JEFQgPmV {
    align-items: flex-end;
  }
  .cid-v8JEFQgPmV .row {
    justify-content: flex-start;
  }
  .cid-v8JEFQgPmV .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8JEFQgPmV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8JEFQgPmV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8JEFQgPmV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8JEFQgPmV .content-wrap {
    width: 100%;
  }
}
.cid-v8JEFQgPmV .mbr-section-title {
  color: #cfaf5a;
}
.cid-v8JCHZYNpM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0f1b2b;
}
.cid-v8JCHZYNpM .item:focus,
.cid-v8JCHZYNpM span:focus {
  outline: none;
}
.cid-v8JCHZYNpM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v8JCHZYNpM .item {
  color: #cfaf5a;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v8JCHZYNpM .item {
    min-height: 45px;
  }
}
.cid-v8JCI0pVRV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8JCI0pVRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8JCI0pVRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8JCI0pVRV .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8JCI0pVRV .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-v8JCI0pVRV .container {
    padding: 0 6px;
  }
}
.cid-v8JCI0pVRV .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-v8JCI0pVRV .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-v8JCI0pVRV .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-v8JCI0pVRV .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-v8JCI0pVRV .row {
    padding: 70px 16px;
  }
}
.cid-v8JCI0pVRV .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-v8JCI0pVRV .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8JCI0pVRV .desc-wrapper {
    padding: 0;
  }
}
.cid-v8JCI0pVRV .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-v8JCI0pVRV .title-wrapper {
  margin-bottom: 64px;
}
.cid-v8JCI0pVRV .title-wrapper span {
  color: #cfaf5a;
}
.cid-v8JCI0pVRV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8JCI0pVRV .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-v8JCI0pVRV .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8JCI0pVRV .cards-wrapper {
    display: block;
  }
}
.cid-v8JCI0pVRV .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-v8JCI0pVRV .cards-wrapper .item:hover,
.cid-v8JCI0pVRV .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-v8JCI0pVRV .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #0f1b2b;
}
.cid-v8JCI0pVRV .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #0f1b2b;
}
.cid-v8JCI0pVRV .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #0f1b2b;
  border-radius: 16px 16px 0 0;
}
.cid-v8JCI0pVRV .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #cfaf5a;
  height: 100%;
}
.cid-v8JCI0pVRV .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #0f1b2b;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8JCI0pVRV .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-v8JCI0pVRV .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8JCI0pVRV .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-v8JCI0pVRV .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v8JCI0pVRV .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-v8JCI0pVRV .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-v8JCI0pVRV .mbr-desc {
  color: #262626;
}
.cid-v8JCI0pVRV .mbr-section-title {
  color: #131313;
}
.cid-v8JCI0pVRV .card-title {
  color: #ffffff;
}
.cid-v8JCI0pVRV .card-text {
  color: #131313;
}
.cid-v8JCI0pVRV .mbr-section-title,
.cid-v8JCI0pVRV .mbr-section-btn {
  color: #cfaf5a;
}
.cid-v8JCI0pVRV .mbr-text,
.cid-v8JCI0pVRV .mbr-section-btn {
  color: #0f1b2b;
}
.cid-v8JCI18hQ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f1b2b;
}
.cid-v8JCI18hQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8JCI18hQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8JCI18hQ7 .row {
  margin: 0 -15px;
}
.cid-v8JCI18hQ7 .row .card {
  padding: 0 15px;
}
.cid-v8JCI18hQ7 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8JCI18hQ7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8JCI18hQ7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8JCI18hQ7 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8JCI18hQ7 .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8JCI18hQ7 .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v8JCI18hQ7 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8JCI18hQ7 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v8JCI18hQ7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .cid-v8JCI18hQ7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8JCI18hQ7 .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-v8JCI18hQ7 .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-v8JCI18hQ7 .embla__slide .slide-content {
  width: 100%;
}
.cid-v8JCI18hQ7 .embla__slide .slide-content .item-wrapper {
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  justify-content: flex-end;
}
.cid-v8JCI18hQ7 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v8JCI18hQ7 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v8JCI18hQ7 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #191919;
  opacity: 0.5;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v8JCI18hQ7 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v8JCI18hQ7 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  opacity: 0;
}
.cid-v8JCI18hQ7 .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8JCI18hQ7 .embla__slide .slide-content .item-wrapper .person-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-v8JCI18hQ7 .embla__slide .slide-content .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v8JCI18hQ7 .embla__button--next,
.cid-v8JCI18hQ7 .embla__button--prev {
  display: flex;
}
.cid-v8JCI18hQ7 .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #cfaf5a !important;
  color: #0f1b2b !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v8JCI18hQ7 .embla__button {
    bottom: 0;
  }
}
.cid-v8JCI18hQ7 .embla__button:hover {
  background-color: #0f1b2b !important;
  color: #cfaf5a !important;
}
.cid-v8JCI18hQ7 .embla__button:disabled {
  opacity: 0 !important;
  background-color: #cfaf5a !important;
  color: #0f1b2b !important;
}
.cid-v8JCI18hQ7 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v8JCI18hQ7 .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v8JCI18hQ7 .embla__button.embla__button--next {
  right: 0;
}
.cid-v8JCI18hQ7 .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v8JCI18hQ7 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8JCI18hQ7 .embla {
    padding-bottom: 4rem;
  }
}
.cid-v8JCI18hQ7 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v8JCI18hQ7 .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-v8JCI18hQ7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8JCI18hQ7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8JCI18hQ7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8JCI18hQ7 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v8JCI18hQ7 .mbr-section-title {
  color: #cfaf5a;
}
.cid-v8JCI18hQ7 .mbr-section-subtitle {
  color: #ebebeb;
}
.cid-v8JCI18hQ7 .mbr-label {
  color: #fefff5;
}
.cid-v8JCI18hQ7 .mbr-text {
  color: #fefff5;
}
.cid-v8JCI18hQ7 .item-name {
  color: #fefff5;
}
.cid-v8JCI18hQ7 .item-role {
  color: #fefff5;
}
.cid-v8JMRzKOzd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebebeb;
}
.cid-v8JMRzKOzd .row {
  flex-direction: row-reverse;
}
.cid-v8JMRzKOzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8JMRzKOzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8JMRzKOzd .mbr-description {
  text-align: left;
}
.cid-v8JMRzKOzd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v8JMRzKOzd .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8JMRzKOzd .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8JMRzKOzd .card-title,
.cid-v8JMRzKOzd .iconfont-wrapper {
  color: #000000;
}
.cid-v8JMRzKOzd .card-text {
  color: #000000;
}
.cid-v8JMRzKOzd .mbr-section-title {
  color: #cfaf5a;
  text-align: center;
}
.cid-v8JMRzKOzd .mbr-text,
.cid-v8JMRzKOzd .mbr-section-btn {
  text-align: center;
}
.cid-v8JMRzKOzd .card-text,
.cid-v8JMRzKOzd .item .mbr-section-btn {
  text-align: left;
}
.cid-v8JMRzKOzd .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v8JMRzKOzd .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v8JMRzKOzd .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cfaf5a;
  background-color: #cfaf5a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v8JMRzKOzd .mbr-text UL {
  text-align: left;
}
.cid-v8JCI2gpka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8JCI2gpka .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8JCI2gpka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8JCI2gpka .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v8JCI2gpka .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v8JCI2gpka .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8JCI2gpka .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v8JCI2gpka .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8JCI2gpka .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8JCI2gpka .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8JCI2gpka .items-wrapper {
  margin: 0 -10px;
}
.cid-v8JCI2gpka .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8JCI2gpka .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8JCI2gpka .item .item-wrapper {
  height: 100%;
  background-color: #ebebeb;
  padding: 8px;
}
.cid-v8JCI2gpka .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-v8JCI2gpka .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 24px;
}
.cid-v8JCI2gpka .item .item-wrapper .card-box .number-wrapper .item-number {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #cfaf5a;
}
.cid-v8JCI2gpka .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-v8JCI2gpka .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v8JCI2gpka .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v8JCI2gpka .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8JCI2gpka .mbr-label,
.cid-v8JCI2gpka .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8JCI2gpka .mbr-section-title {
  color: #cfaf5a;
  text-align: center;
}
.cid-v8JCI2gpka .mbr-text,
.cid-v8JCI2gpka .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-v8JCI2gpka .item-number {
  color: #000000;
}
.cid-v8JCI2gpka .item-title {
  color: #000000;
}
.cid-v8JCI2gpka .item-text {
  color: #4f4f4f;
}
.cid-v8JCI2gpka .item-title,
.cid-v8JCI2gpka .mbr-section-btn {
  color: #0f1b2b;
}
.cid-v8KGRK4EQp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f1b2b;
}
.cid-v8KGRK4EQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KGRK4EQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KGRK4EQp .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v8KGRK4EQp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8KGRK4EQp .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v8KGRK4EQp .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8KGRK4EQp .mbr-label {
  color: #cfaf5a;
}
.cid-v8KGRK4EQp .mbr-text {
  color: #ffffff;
}
.cid-v8KGSGLHmW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #0f1b2b;
}
.cid-v8KGSGLHmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KGSGLHmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KGSGLHmW .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8KGSGLHmW .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-v8KGSGLHmW .container {
    padding: 0 6px;
  }
}
.cid-v8KGSGLHmW .row {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-v8KGSGLHmW .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-v8KGSGLHmW .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-v8KGSGLHmW .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-v8KGSGLHmW .row {
    padding: 70px 16px;
  }
}
.cid-v8KGSGLHmW .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-v8KGSGLHmW .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8KGSGLHmW .desc-wrapper {
    padding: 0;
  }
}
.cid-v8KGSGLHmW .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-v8KGSGLHmW .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-v8KGSGLHmW .title-wrapper span {
  color: #cfaf5a;
}
.cid-v8KGSGLHmW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8KGSGLHmW .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 992px) {
  .cid-v8KGSGLHmW .cards-wrapper {
    display: block;
  }
}
.cid-v8KGSGLHmW .cards-wrapper .item {
  position: relative;
}
.cid-v8KGSGLHmW .cards-wrapper .item .card-decor {
  position: absolute;
  top: -40px;
  left: 0;
  height: 55px;
  width: 130px;
  display: inline-flex;
  background-color: #0f1b2b;
  border-radius: 16px 16px 0 0;
}
.cid-v8KGSGLHmW .cards-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-v8KGSGLHmW .cards-wrapper .item .item-wrapper .card-box {
  height: 100%;
  position: relative;
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v8KGSGLHmW .cards-wrapper .item .item-wrapper .card-box {
    padding: 22px;
    margin-bottom: 22px;
  }
}
.cid-v8KGSGLHmW .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v8KGSGLHmW .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    padding: 0 22px;
    top: -20px;
  }
}
.cid-v8KGSGLHmW .cards-wrapper .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #e6e6e6;
  color: #cfaf5a;
}
.cid-v8KGSGLHmW .cards-wrapper .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 32px;
}
.cid-v8KGSGLHmW .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8KGSGLHmW .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .dot-wrap {
  width: 12px;
  height: 12px;
  background-color: #cfaf5a;
  border-radius: 50%;
  margin-right: 10px;
}
.cid-v8KGSGLHmW .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .card-number {
  margin-bottom: 0;
}
.cid-v8KGSGLHmW .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-v8KGSGLHmW .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v8KGSGLHmW .cards-wrapper .item .item-wrapper .card-box .card-text {
    margin: 64px 0 0 0;
  }
}
.cid-v8KGSGLHmW .mbr-desc {
  color: #262626;
}
.cid-v8KGSGLHmW .mbr-section-title {
  color: #cfaf5a;
  text-align: justify;
}
.cid-v8KGSGLHmW .card-number {
  color: #cfcfcf;
}
.cid-v8KGSGLHmW .card-title {
  color: #cfaf5a;
}
.cid-v8KGSGLHmW .card-text {
  color: #0f1b2b;
}
.cid-v8KGSGLHmW .icon-wrap {
  text-align: right;
}
.cid-v8KGTqKOpt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v8KGTqKOpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KGTqKOpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KGTqKOpt .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v8KGTqKOpt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8KGTqKOpt .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v8KGTqKOpt .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v8KGTqKOpt .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v8KGTqKOpt .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8KGTqKOpt .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8KGTqKOpt .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v8KGTqKOpt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8KGTqKOpt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8KGTqKOpt .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v8KGTqKOpt .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8KGTqKOpt .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v8KGTqKOpt .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8KGTqKOpt .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v8KGTqKOpt .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v8KGTqKOpt .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#0f1b2b 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v8KGTqKOpt .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v8KGTqKOpt .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v8KGTqKOpt .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v8KGTqKOpt .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v8KGTqKOpt .mbr-label,
.cid-v8KGTqKOpt .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8KGTqKOpt .mbr-section-title,
.cid-v8KGTqKOpt .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8KGTqKOpt .mbr-text,
.cid-v8KGTqKOpt .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v8KGTqKOpt .item-title {
  color: #515151;
}
.cid-v8KGTqKOpt .item-text {
  color: #000000;
}
.cid-v8KGTqKOpt .item-title,
.cid-v8KGTqKOpt .icon-wrapper {
  color: #cfaf5a;
}
.cid-v8KDIlLoqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f1b2b;
}
.cid-v8KDIlLoqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KDIlLoqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v8KDIlLoqj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #cfaf5a, #cfaf5a 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #cfaf5a, #cfaf5a 40%);
  }
}
.cid-v8KDIlLoqj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8KDIlLoqj .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v8KDIlLoqj .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v8KDIlLoqj .mbr-section-title {
  color: #000000;
}
.cid-v8KDIlLoqj .mbr-text,
.cid-v8KDIlLoqj .text-wrapper {
  color: #f9f9f9;
  text-align: center;
}
.cid-v8KDIlLoqj .list,
.cid-v8KDIlLoqj .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8KDIlLoqj .mbr-copy {
  color: #cfaf5a;
  text-align: center;
}
.cid-v8KDIlLoqj .mbr-section-title,
.cid-v8KDIlLoqj .title-wrapper,
.cid-v8KDIlLoqj .mbr-section-btn,
.cid-v8KDIlLoqj .social-wrapper {
  text-align: center;
}
.cid-v8Kw4m1PWZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v8Kw4m1PWZ nav.navbar {
  position: fixed;
}
.cid-v8Kw4m1PWZ .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-v8Kw4m1PWZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8Kw4m1PWZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8Kw4m1PWZ .dropdown-item:hover,
.cid-v8Kw4m1PWZ .dropdown-item:focus {
  background: #0f1b2b !important;
  color: white !important;
}
.cid-v8Kw4m1PWZ .dropdown-item:hover span {
  color: white;
}
.cid-v8Kw4m1PWZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8Kw4m1PWZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8Kw4m1PWZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8Kw4m1PWZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8Kw4m1PWZ .nav-link {
  position: relative;
}
.cid-v8Kw4m1PWZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8Kw4m1PWZ .container {
    flex-wrap: wrap;
  }
}
.cid-v8Kw4m1PWZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8Kw4m1PWZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8Kw4m1PWZ .iconfont-wrapper {
  color: #0f1b2b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8Kw4m1PWZ .dropdown-menu,
.cid-v8Kw4m1PWZ .navbar.opened {
  background: #ffffff !important;
}
.cid-v8Kw4m1PWZ .nav-item:focus,
.cid-v8Kw4m1PWZ .nav-link:focus {
  outline: none;
}
.cid-v8Kw4m1PWZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8Kw4m1PWZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8Kw4m1PWZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8Kw4m1PWZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8Kw4m1PWZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8Kw4m1PWZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8Kw4m1PWZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v8Kw4m1PWZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v8Kw4m1PWZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8Kw4m1PWZ .navbar .navbar-logo img {
  width: auto;
}
.cid-v8Kw4m1PWZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8Kw4m1PWZ .navbar.collapsed {
  justify-content: center;
}
.cid-v8Kw4m1PWZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8Kw4m1PWZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8Kw4m1PWZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8Kw4m1PWZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8Kw4m1PWZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8Kw4m1PWZ .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-v8Kw4m1PWZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8Kw4m1PWZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8Kw4m1PWZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8Kw4m1PWZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8Kw4m1PWZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8Kw4m1PWZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8Kw4m1PWZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8Kw4m1PWZ .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-v8Kw4m1PWZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8Kw4m1PWZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8Kw4m1PWZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8Kw4m1PWZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8Kw4m1PWZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8Kw4m1PWZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8Kw4m1PWZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8Kw4m1PWZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8Kw4m1PWZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8Kw4m1PWZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8Kw4m1PWZ .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-v8Kw4m1PWZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8Kw4m1PWZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8Kw4m1PWZ .dropdown-item.active,
.cid-v8Kw4m1PWZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v8Kw4m1PWZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8Kw4m1PWZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8Kw4m1PWZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8Kw4m1PWZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8Kw4m1PWZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8Kw4m1PWZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8Kw4m1PWZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8Kw4m1PWZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8Kw4m1PWZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8Kw4m1PWZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1b2b;
}
.cid-v8Kw4m1PWZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8Kw4m1PWZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8Kw4m1PWZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8Kw4m1PWZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8Kw4m1PWZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8Kw4m1PWZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8Kw4m1PWZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8Kw4m1PWZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8Kw4m1PWZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8Kw4m1PWZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Kw4m1PWZ .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-v8Kw4m1PWZ .navbar {
    height: 70px;
  }
  .cid-v8Kw4m1PWZ .navbar.opened {
    height: auto;
  }
  .cid-v8Kw4m1PWZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KHvtebMu {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1360.jpg");
}
.cid-v8KHvtebMu .mbr-overlay {
  background-color: #0f1b2b;
  opacity: 0.7;
}
.cid-v8KHvtebMu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v8KHvtebMu {
    align-items: flex-end;
  }
  .cid-v8KHvtebMu .row {
    justify-content: flex-start;
  }
  .cid-v8KHvtebMu .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8KHvtebMu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8KHvtebMu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8KHvtebMu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8KHvtebMu .content-wrap {
    width: 100%;
  }
}
.cid-v8KHvtebMu .mbr-section-title {
  color: #cfaf5a;
}
.cid-v8Kw4nXfNh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0f1b2b;
}
.cid-v8Kw4nXfNh .item:focus,
.cid-v8Kw4nXfNh span:focus {
  outline: none;
}
.cid-v8Kw4nXfNh .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v8Kw4nXfNh .item {
  color: #cfaf5a;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v8Kw4nXfNh .item {
    min-height: 45px;
  }
}
.cid-v8KH7FMCJQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v8KH7FMCJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KH7FMCJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KH7FMCJQ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v8KH7FMCJQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8KH7FMCJQ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v8KH7FMCJQ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v8KH7FMCJQ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v8KH7FMCJQ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8KH7FMCJQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8KH7FMCJQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v8KH7FMCJQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8KH7FMCJQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8KH7FMCJQ .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v8KH7FMCJQ .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8KH7FMCJQ .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v8KH7FMCJQ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8KH7FMCJQ .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v8KH7FMCJQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v8KH7FMCJQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#0f1b2b 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v8KH7FMCJQ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v8KH7FMCJQ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-v8KH7FMCJQ .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-v8KH7FMCJQ .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-v8KH7FMCJQ .mbr-label,
.cid-v8KH7FMCJQ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8KH7FMCJQ .mbr-section-title,
.cid-v8KH7FMCJQ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8KH7FMCJQ .mbr-text,
.cid-v8KH7FMCJQ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v8KH7FMCJQ .item-title {
  color: #515151;
}
.cid-v8KH7FMCJQ .item-text {
  color: #000000;
}
.cid-v8KH7FMCJQ .item-title,
.cid-v8KH7FMCJQ .icon-wrapper {
  color: #cfaf5a;
}
.cid-v8KDIlLoqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f1b2b;
}
.cid-v8KDIlLoqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KDIlLoqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v8KDIlLoqj .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v8KDIlLoqj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #cfaf5a, #cfaf5a 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #cfaf5a, #cfaf5a 40%);
  }
}
.cid-v8KDIlLoqj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8KDIlLoqj .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v8KDIlLoqj .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v8KDIlLoqj .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v8KDIlLoqj .mbr-section-title {
  color: #000000;
}
.cid-v8KDIlLoqj .mbr-text,
.cid-v8KDIlLoqj .text-wrapper {
  color: #f9f9f9;
  text-align: center;
}
.cid-v8KDIlLoqj .list,
.cid-v8KDIlLoqj .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8KDIlLoqj .mbr-copy {
  color: #cfaf5a;
  text-align: center;
}
.cid-v8KDIlLoqj .mbr-section-title,
.cid-v8KDIlLoqj .title-wrapper,
.cid-v8KDIlLoqj .mbr-section-btn,
.cid-v8KDIlLoqj .social-wrapper {
  text-align: center;
}
