body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Kanit', sans-serif;
  font-size: 5rem;
  line-height: 0.8;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Kanit', sans-serif;
  font-size: 3rem;
  line-height: 0.7;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Kanit', sans-serif;
  font-size: 2.3rem;
  line-height: 0.7;
}
.display-5 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-7 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.5rem;
    line-height: 0.8;
  }
  .display-2 {
    font-size: 1.65rem;
    line-height: 0.8;
  }
  .display-5 {
    line-height: 0.8;
  }
}
/* Buttons */
.btn {
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.8rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffe161 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 0px !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-secondary {
  border: 0px !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-info {
  border: 0px !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-success {
  border: 0px !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-warning {
  border: 0px !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-danger {
  border: 0px !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-white {
  border: 0px !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.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: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-black {
  border: 0px !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-primary-outline {
  position: relative;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-primary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-primary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-secondary-outline {
  position: relative;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-secondary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-info-outline {
  position: relative;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-info-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-success-outline {
  position: relative;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-success-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-warning-outline {
  position: relative;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-warning-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-danger-outline {
  position: relative;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-danger-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-black-outline {
  position: relative;
}
.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-black-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-black-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-white-outline {
  position: relative;
}
.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;
}
.btn-white-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-white-outline:hover:before {
  width: calc(100% - 56px);
}
.text-primary {
  color: #ffe161 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffe161 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #ffe161;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 15px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffe161;
  border-color: #ffe161;
  color: #7a6300;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffe161;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kanit', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #ffe161 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kanit', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ffe161;
}
/* 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: #ffe161;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffe161;
}
.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: #ffe161;
  border-bottom-color: #ffe161;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffe161 !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: #ff6666 !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='%23ffe161' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uOD5RGRu8d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uOD5RGRu8d nav.navbar {
  position: fixed;
}
.cid-uOD5RGRu8d .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uOD5RGRu8d .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-uOD5RGRu8d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOD5RGRu8d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOD5RGRu8d .dropdown-item:hover,
.cid-uOD5RGRu8d .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uOD5RGRu8d .dropdown-item:hover span {
  color: white;
}
.cid-uOD5RGRu8d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOD5RGRu8d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOD5RGRu8d .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOD5RGRu8d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOD5RGRu8d .nav-link {
  position: relative;
}
.cid-uOD5RGRu8d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOD5RGRu8d .container {
    flex-wrap: nowrap;
  }
}
.cid-uOD5RGRu8d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOD5RGRu8d .dropdown-menu,
.cid-uOD5RGRu8d .navbar.opened {
  background: #000000 !important;
}
.cid-uOD5RGRu8d .nav-item:focus,
.cid-uOD5RGRu8d .nav-link:focus {
  outline: none;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOD5RGRu8d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOD5RGRu8d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOD5RGRu8d .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uOD5RGRu8d .navbar.opened {
  transition: all 0.3s;
}
.cid-uOD5RGRu8d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOD5RGRu8d .navbar .navbar-logo img {
  width: auto;
}
.cid-uOD5RGRu8d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOD5RGRu8d .navbar.collapsed {
  justify-content: center;
}
.cid-uOD5RGRu8d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOD5RGRu8d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOD5RGRu8d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOD5RGRu8d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOD5RGRu8d .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-uOD5RGRu8d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOD5RGRu8d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOD5RGRu8d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOD5RGRu8d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOD5RGRu8d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOD5RGRu8d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOD5RGRu8d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOD5RGRu8d .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-uOD5RGRu8d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOD5RGRu8d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOD5RGRu8d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOD5RGRu8d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOD5RGRu8d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOD5RGRu8d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOD5RGRu8d .navbar.navbar-short {
  min-height: 80px;
}
.cid-uOD5RGRu8d .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uOD5RGRu8d .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOD5RGRu8d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOD5RGRu8d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOD5RGRu8d .dropdown-item.active,
.cid-uOD5RGRu8d .dropdown-item:active {
  background-color: transparent;
}
.cid-uOD5RGRu8d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOD5RGRu8d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOD5RGRu8d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOD5RGRu8d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOD5RGRu8d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOD5RGRu8d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOD5RGRu8d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOD5RGRu8d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOD5RGRu8d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOD5RGRu8d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOD5RGRu8d .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-uOD5RGRu8d .navbar {
    height: 70px;
  }
  .cid-uOD5RGRu8d .navbar.opened {
    height: auto;
  }
  .cid-uOD5RGRu8d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOLt2oh37J {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-uOLt2oh37J .card {
  background: #000000;
  padding: 5rem 5rem;
}
.cid-uOLt2oh37J img {
  width: 100%;
}
.cid-uOLt2oh37J .content {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uOLt2oh37J .card {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLt2oh37J .card {
    padding: 2rem 1rem;
  }
}
.cid-uOLt2oh37J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLt2oh37J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD6mcgm1v {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #1e030e;
}
.cid-uOD6mcgm1v .mbr-text {
  text-align: center;
  color: #f4f3ec;
}
.cid-uOD6mcgm1v .mbr-section-subtitle {
  text-align: center;
}
.cid-uOD9pTchsI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOD9pTchsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD9pTchsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD9pTchsI .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uOD9pTchsI .container-fluid {
    padding: 0 12px;
  }
}
.cid-uOD9pTchsI .container-fluid .row {
  padding: 0;
}
.cid-uOD9pTchsI .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uOD9pTchsI .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uOD9pTchsI .card {
    padding: 48px 20px;
  }
}
.cid-uOD9pTchsI .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uOD9pTchsI .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOD9pTchsI .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uOD9pTchsI .card .google-map {
    height: 250px;
  }
}
.cid-uOD9pTchsI .card .google-map iframe {
  height: 100%;
}
.cid-uOD9pTchsI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOLNtnvQFl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e030e;
}
.cid-uOLNtnvQFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLNtnvQFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLNtnvQFl .row {
  justify-content: space-between;
}
.cid-uOLNtnvQFl .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOLNtnvQFl .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOLNtnvQFl .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOLNtnvQFl .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uOLNtnvQFl .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uOLNtnvQFl .list li {
  margin-bottom: 25px;
}
.cid-uOLNtnvQFl .list li:last-child {
  margin-bottom: 0;
}
.cid-uOLNtnvQFl .mbr-desc {
  margin-bottom: 8px;
}
.cid-uOLNtnvQFl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOLNtnvQFl .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uOLNtnvQFl .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-uOLNtnvQFl .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ffe885;
  transition: all .3s ease;
}
.cid-uOLNtnvQFl .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uOLNtnvQFl .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ffe885;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOLNtnvQFl .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uOLNtnvQFl .mbr-desc,
.cid-uOLNtnvQFl .mbr-iconfont {
  color: #ffffff;
}
.cid-uODa2IUeU0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uODa2IUeU0 nav.navbar {
  position: fixed;
}
.cid-uODa2IUeU0 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uODa2IUeU0 .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-uODa2IUeU0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uODa2IUeU0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uODa2IUeU0 .dropdown-item:hover,
.cid-uODa2IUeU0 .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uODa2IUeU0 .dropdown-item:hover span {
  color: white;
}
.cid-uODa2IUeU0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uODa2IUeU0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uODa2IUeU0 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uODa2IUeU0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uODa2IUeU0 .nav-link {
  position: relative;
}
.cid-uODa2IUeU0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uODa2IUeU0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uODa2IUeU0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uODa2IUeU0 .dropdown-menu,
.cid-uODa2IUeU0 .navbar.opened {
  background: #000000 !important;
}
.cid-uODa2IUeU0 .nav-item:focus,
.cid-uODa2IUeU0 .nav-link:focus {
  outline: none;
}
.cid-uODa2IUeU0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uODa2IUeU0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uODa2IUeU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uODa2IUeU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uODa2IUeU0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uODa2IUeU0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uODa2IUeU0 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uODa2IUeU0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uODa2IUeU0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uODa2IUeU0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uODa2IUeU0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uODa2IUeU0 .navbar.collapsed {
  justify-content: center;
}
.cid-uODa2IUeU0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uODa2IUeU0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uODa2IUeU0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uODa2IUeU0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uODa2IUeU0 .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-uODa2IUeU0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uODa2IUeU0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uODa2IUeU0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uODa2IUeU0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uODa2IUeU0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uODa2IUeU0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uODa2IUeU0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uODa2IUeU0 .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-uODa2IUeU0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uODa2IUeU0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uODa2IUeU0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uODa2IUeU0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uODa2IUeU0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uODa2IUeU0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uODa2IUeU0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uODa2IUeU0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uODa2IUeU0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uODa2IUeU0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uODa2IUeU0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uODa2IUeU0 .dropdown-item.active,
.cid-uODa2IUeU0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uODa2IUeU0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uODa2IUeU0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uODa2IUeU0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uODa2IUeU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uODa2IUeU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uODa2IUeU0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uODa2IUeU0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uODa2IUeU0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uODa2IUeU0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uODa2IUeU0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uODa2IUeU0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uODa2IUeU0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uODa2IUeU0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uODa2IUeU0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uODa2IUeU0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uODa2IUeU0 .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-uODa2IUeU0 .navbar {
    height: 70px;
  }
  .cid-uODa2IUeU0 .navbar.opened {
    height: auto;
  }
  .cid-uODa2IUeU0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOLtmBXwMu {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-uOLtmBXwMu .card {
  background: #000000;
  padding: 5rem 5rem;
}
.cid-uOLtmBXwMu img {
  width: 100%;
}
.cid-uOLtmBXwMu .content {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uOLtmBXwMu .card {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLtmBXwMu .card {
    padding: 2rem 1rem;
  }
}
.cid-uOLtmBXwMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLtmBXwMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uODa2JOSg3 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #1e030e;
}
.cid-uODa2JOSg3 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uODa2JOSg3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uODa2Kbd1j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uODa2Kbd1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uODa2Kbd1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uODa2Kbd1j .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uODa2Kbd1j .container-fluid {
    padding: 0 12px;
  }
}
.cid-uODa2Kbd1j .container-fluid .row {
  padding: 0;
}
.cid-uODa2Kbd1j .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uODa2Kbd1j .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uODa2Kbd1j .card {
    padding: 48px 20px;
  }
}
.cid-uODa2Kbd1j .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uODa2Kbd1j .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uODa2Kbd1j .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uODa2Kbd1j .card .google-map {
    height: 250px;
  }
}
.cid-uODa2Kbd1j .card .google-map iframe {
  height: 100%;
}
.cid-uODa2Kbd1j .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uOLNtnvQFl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e030e;
}
.cid-uOLNtnvQFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLNtnvQFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLNtnvQFl .row {
  justify-content: space-between;
}
.cid-uOLNtnvQFl .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOLNtnvQFl .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOLNtnvQFl .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOLNtnvQFl .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uOLNtnvQFl .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uOLNtnvQFl .list li {
  margin-bottom: 25px;
}
.cid-uOLNtnvQFl .list li:last-child {
  margin-bottom: 0;
}
.cid-uOLNtnvQFl .mbr-desc {
  margin-bottom: 8px;
}
.cid-uOLNtnvQFl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOLNtnvQFl .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uOLNtnvQFl .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-uOLNtnvQFl .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ffe885;
  transition: all .3s ease;
}
.cid-uOLNtnvQFl .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uOLNtnvQFl .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ffe885;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOLNtnvQFl .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uOLNtnvQFl .mbr-desc,
.cid-uOLNtnvQFl .mbr-iconfont {
  color: #ffffff;
}
.cid-tz8Air2p6m {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tz8Air2p6m nav.navbar {
  position: fixed;
}
.cid-tz8Air2p6m .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tz8Air2p6m .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-tz8Air2p6m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tz8Air2p6m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz8Air2p6m .dropdown-item:hover,
.cid-tz8Air2p6m .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-tz8Air2p6m .dropdown-item:hover span {
  color: white;
}
.cid-tz8Air2p6m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tz8Air2p6m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tz8Air2p6m .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tz8Air2p6m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz8Air2p6m .nav-link {
  position: relative;
}
.cid-tz8Air2p6m .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tz8Air2p6m .container {
    flex-wrap: nowrap;
  }
}
.cid-tz8Air2p6m .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tz8Air2p6m .dropdown-menu,
.cid-tz8Air2p6m .navbar.opened {
  background: #000000 !important;
}
.cid-tz8Air2p6m .nav-item:focus,
.cid-tz8Air2p6m .nav-link:focus {
  outline: none;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz8Air2p6m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz8Air2p6m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz8Air2p6m .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tz8Air2p6m .navbar.opened {
  transition: all 0.3s;
}
.cid-tz8Air2p6m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz8Air2p6m .navbar .navbar-logo img {
  width: auto;
}
.cid-tz8Air2p6m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz8Air2p6m .navbar.collapsed {
  justify-content: center;
}
.cid-tz8Air2p6m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz8Air2p6m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tz8Air2p6m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz8Air2p6m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz8Air2p6m .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-tz8Air2p6m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz8Air2p6m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz8Air2p6m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz8Air2p6m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz8Air2p6m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz8Air2p6m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz8Air2p6m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz8Air2p6m .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-tz8Air2p6m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz8Air2p6m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz8Air2p6m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz8Air2p6m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz8Air2p6m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz8Air2p6m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz8Air2p6m .navbar.navbar-short {
  min-height: 80px;
}
.cid-tz8Air2p6m .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tz8Air2p6m .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz8Air2p6m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz8Air2p6m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz8Air2p6m .dropdown-item.active,
.cid-tz8Air2p6m .dropdown-item:active {
  background-color: transparent;
}
.cid-tz8Air2p6m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz8Air2p6m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz8Air2p6m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz8Air2p6m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tz8Air2p6m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz8Air2p6m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz8Air2p6m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz8Air2p6m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz8Air2p6m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz8Air2p6m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz8Air2p6m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz8Air2p6m .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-tz8Air2p6m .navbar {
    height: 70px;
  }
  .cid-tz8Air2p6m .navbar.opened {
    height: auto;
  }
  .cid-tz8Air2p6m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOLrFb2sLu {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #1e030e;
}
.cid-uOLrFb2sLu .content__block {
  padding: 50px 15px;
}
.cid-uOLrFb2sLu .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffe161;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOLrFb2sLu .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOLrFb2sLu .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uOLrFb2sLu .image {
  perspective: 3500px;
  position: relative;
}
.cid-uOLrFb2sLu .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(30, 3, 14, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uOLrFb2sLu .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOLrFb2sLu .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOLrFb2sLu .mbr-section-btn .btn-white-outline:hover {
  color: #ffe161 !important;
}
@media (max-width: 991px) {
  .cid-uOLrFb2sLu .content__block {
    padding: 30px 15px;
  }
  .cid-uOLrFb2sLu .mbr-figure {
    padding: 0;
  }
  .cid-uOLrFb2sLu .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(30, 3, 14, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uOLrFb2sLu .lg-push {
    right: 13%;
  }
  .cid-uOLrFb2sLu .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uOLrFb2sLu .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uOLrFb2sLu .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOLrFb2sLu .mbr-text,
.cid-uOLrFb2sLu .mbr-section-btn {
  color: #ffffff;
}
.cid-uOLnB7qGGl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f1f1f1;
}
.cid-uOLnB7qGGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLnB7qGGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLnB7qGGl .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uOLnB7qGGl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOLnB7qGGl .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uOLnB7qGGl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOLnB7qGGl .container {
    padding: 0 14px;
  }
}
.cid-uOLnB7qGGl .row {
  justify-content: center;
}
.cid-uOLnB7qGGl .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #1e030e;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uOLnB7qGGl .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOLnB7qGGl .card-wrapper {
    margin: 0;
  }
}
.cid-uOLnB7qGGl .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #edefeb;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uOLnB7qGGl .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #edefeb;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uOLnB7qGGl .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uOLnB7qGGl .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uOLnB7qGGl .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uOLnB7qGGl .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-uOLnB7qGGl .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uOLnB7qGGl .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOLnB7qGGl .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOLnB7qGGl .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOLnB7qGGl .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uOLnB7qGGl .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uOLnB7qGGl .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uOLnB7qGGl .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4f3ec;
  margin-left: -25px;
}
.cid-uOLnB7qGGl .mbr-section-title {
  color: #f1f1f1;
}
.cid-uOLnB7qGGl .mbr-text {
  color: #f1f1f1;
}
.cid-uOLnB7qGGl .mbr-list-title {
  color: #f1f1f1;
}
.cid-uOLnB7qGGl .list {
  color: #f1f1f1;
}
.cid-uOLnB7qGGl .mbr-section-title,
.cid-uOLnB7qGGl .mbr-section-btn {
  text-align: center;
}
.cid-uOLnB7qGGl .icon-wrapper {
  text-align: right;
}
.cid-uOLu3YQUCj {
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(90deg, #1e030e, #1e030e);
}
.cid-uOLu3YQUCj .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-uOLu3YQUCj .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uOLu3YQUCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLu3YQUCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLu3YQUCj .mbr-section-subtitle,
.cid-uOLu3YQUCj .mbr-section-btn {
  text-align: left;
}
.cid-uOJ4hEi8bF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOJ4hEi8bF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOJ4hEi8bF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOJ4hEi8bF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uOJ4hEi8bF .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOJ4hEi8bF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uOJ4hEi8bF .items-wrapper {
  margin: 0 -5px;
}
.cid-uOJ4hEi8bF .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOJ4hEi8bF .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOJ4hEi8bF .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #1e030e;
}
.cid-uOJ4hEi8bF .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOJ4hEi8bF .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOJ4hEi8bF .items-wrapper .item .item-wrapper .item-content {
  padding: 20px;
}
.cid-uOJ4hEi8bF .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uOJ4hEi8bF .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOJ4hEi8bF .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOJ4hEi8bF .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOJ4hEi8bF .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOJ4hEi8bF .mbr-section-title {
  color: #093388;
}
.cid-uOJ4hEi8bF .item-title {
  color: #093388;
}
.cid-uOJ4hEi8bF .item-text {
  color: #58595b;
}
.cid-uOJ4hEi8bF .item-title,
.cid-uOJ4hEi8bF .mbr-section-btn,
.cid-uOJ4hEi8bF .icon-wrapper {
  color: #ffffff;
}
.cid-uOM4iKvPaz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uOM4iKvPaz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOM4iKvPaz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOM4iKvPaz .container {
    padding: 0 25px;
  }
}
.cid-uOM4iKvPaz .row {
  margin: 0;
}
.cid-uOM4iKvPaz .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uOM4iKvPaz .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uOM4iKvPaz .image-wrapper {
    min-height: 350px;
  }
}
.cid-uOM4iKvPaz .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOM4iKvPaz .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uOM4iKvPaz .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uOM4iKvPaz .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOM4iKvPaz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOM4iKvPaz .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uOM4iKvPaz .mbr-section-title {
  color: #000000;
}
.cid-uOM4iKvPaz .mbr-text {
  color: #000000;
}
.cid-uOA5VcXN96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOA5VcXN96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA5VcXN96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA5VcXN96 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uOA5VcXN96 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uOA5VcXN96 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item {
    margin-bottom: 20px;
  }
}
.cid-uOA5VcXN96 .item:hover .item-wrapper .item-img img,
.cid-uOA5VcXN96 .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uOA5VcXN96 .item .item-wrapper {
  padding: 80px 60px;
  background-color: #1e030e;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uOA5VcXN96 .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uOA5VcXN96 .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uOA5VcXN96 .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #1e030e;
}
.cid-uOA5VcXN96 .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOA5VcXN96 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uOA5VcXN96 .mbr-label {
  color: #19171c;
}
.cid-uOA5VcXN96 .item-text {
  color: #6e6e73;
}
.cid-uOA5VcXN96 .mbr-label,
.cid-uOA5VcXN96 .mbr-section-btn,
.cid-uOA5VcXN96 .label-wrapper {
  color: #ffffff;
}
.cid-uOLR06YBIA {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOLR06YBIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLR06YBIA .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOLR06YBIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLR06YBIA h1 {
  max-width: 800px;
}
.cid-uOLR06YBIA p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uOLR06YBIA {
    align-items: center;
  }
  .cid-uOLR06YBIA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOLR06YBIA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOLR06YBIA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOLR06YBIA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOLR06YBIA .content-wrap {
    width: 100%;
  }
}
.cid-uOLR06YBIA .mbr-section-subtitle,
.cid-uOLR06YBIA .line {
  color: #291f1e;
}
.cid-uOLR06YBIA .mbr-text,
.cid-uOLR06YBIA .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uOLR06YBIA .mbr-section-title {
  color: #291f1e;
}
.cid-uOAqKKTMvu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOAqKKTMvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOAqKKTMvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOAqKKTMvu .container-fluid {
  padding: 0;
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOAqKKTMvu .container-fluid {
    padding: 0;
  }
}
.cid-uOAqKKTMvu .container {
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOAqKKTMvu .container {
    padding: 0 28px;
  }
}
.cid-uOAqKKTMvu .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-uOAqKKTMvu .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #e43f3f;
}
.cid-uOAqKKTMvu .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOAqKKTMvu .item {
    border-right: none;
    border-bottom: 1px solid #e43f3f;
  }
  .cid-uOAqKKTMvu .item:last-child {
    border-bottom: none;
  }
}
.cid-uOAqKKTMvu .item .item-wrapper a {
  display: block;
}
.cid-uOAqKKTMvu .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uOAqKKTMvu .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-uOAqKKTMvu .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOAqKKTMvu .item .item-wrapper a .item-img img {
    height: 350px;
  }
}
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #e43f3f;
}
.cid-uOAqKKTMvu .item .item-wrapper .title-wrap:hover .item-title,
.cid-uOAqKKTMvu .item .item-wrapper .title-wrap:focus .item-title {
  color: #e43f3f;
}
.cid-uOAqKKTMvu .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOAqKKTMvu .item-title {
  color: #000000;
}
.cid-uOAqKKTMvu .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOAqKKTMvu .mbr-desc,
.cid-uOAqKKTMvu .desc-wrap {
  color: #000000;
  text-align: center;
}
.cid-uOJdhSeTvm {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #1e030e;
}
.cid-uOJdhSeTvm .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uOJdhSeTvm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOJdhSeTvm .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #1e030e;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uOJdhSeTvm .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #1e030e;
  border-radius: 30px;
}
.cid-uOJdhSeTvm .mbr-section-title,
.cid-uOJdhSeTvm .mbr-section-subtitle,
.cid-uOJdhSeTvm .mbr-text,
.cid-uOJdhSeTvm .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uOJdhSeTvm .mbr-text,
.cid-uOJdhSeTvm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOJdhSeTvm .mbr-section-title {
  color: #ffffff;
}
.cid-uOFACQ4pjj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOFACQ4pjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFACQ4pjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFACQ4pjj .row {
  flex-direction: row-reverse;
}
.cid-uOFACQ4pjj .mbr-description {
  text-align: left;
}
.cid-uOFACQ4pjj .item-wrapper {
  background: #1e030e;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uOFACQ4pjj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOFACQ4pjj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uOFACQ4pjj .card-title,
.cid-uOFACQ4pjj .iconfont-wrapper {
  color: #000000;
}
.cid-uOFACQ4pjj .card-text {
  color: #000000;
}
.cid-uOFACQ4pjj .mbr-section-title {
  color: #151e11;
  text-align: center;
}
.cid-uOFACQ4pjj .mbr-number {
  color: #ffffff;
}
.cid-uOFACQ4pjj .mbr-text,
.cid-uOFACQ4pjj .mbr-section-btn {
  text-align: center;
}
.cid-uOFACQ4pjj .card-text,
.cid-uOFACQ4pjj .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uOFACQ4pjj .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFACQ4pjj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOLJmQENgd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uOLJmQENgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLJmQENgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLJmQENgd .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOLJmQENgd .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOLJmQENgd .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOLJmQENgd .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOLJmQENgd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOLJmQENgd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOLJmQENgd .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOLJmQENgd .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uOLJmQENgd .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uOLJmQENgd .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #1e030e;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uOLJmQENgd .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uOLJmQENgd .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uOLJmQENgd .mbr-section-title {
  color: #050f0f;
}
.cid-uOLJmQENgd .mbr-text {
  color: #050f0f;
}
.cid-uOLKnzTTHW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uOLKnzTTHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLKnzTTHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLKnzTTHW .content-wrapper {
  padding: 80px 90px;
  background-color: #1e030e;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uOLKnzTTHW .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOLKnzTTHW .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uOLKnzTTHW .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uOLKnzTTHW .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOLKnzTTHW .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOLKnzTTHW .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uOLKnzTTHW .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uOLKnzTTHW .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uOLKnzTTHW .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOLKnzTTHW .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uOLKnzTTHW .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uOLKnzTTHW .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uOLKnzTTHW .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #ffe161;
  box-shadow: 4px 4px 0 0 #ffe161;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uOLKnzTTHW .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uOLKnzTTHW .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOLKnzTTHW .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOLKnzTTHW .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOLKnzTTHW .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOLKnzTTHW .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uOLKnzTTHW .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uOLKnzTTHW .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uOLKnzTTHW .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uOLKnzTTHW .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uOLKnzTTHW .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOLKnzTTHW .mbr-section-title {
  color: #050f0f;
}
.cid-uOLKnzTTHW .mbr-text {
  color: #050f0f;
}
.cid-uOLKnzTTHW .panel-title-edit {
  color: #050f0f;
}
.cid-uOLKnzTTHW .panel-text {
  color: #050f0f;
}
.cid-uOLKnzTTHW .mbr-section-title,
.cid-uOLKnzTTHW .icon-wrapper {
  color: #ffffff;
}
.cid-uOJezb5mY3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1e030e;
}
@media (max-width: 1000px) {
  .cid-uOJezb5mY3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uOJezb5mY3 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}
.cid-uOJezb5mY3 .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uOJezb5mY3 .f-box {
  display: flex;
}
.cid-uOJezb5mY3 .f-wrap {
  width: 100%;
  border: 10px solid #ffe885;
}
@media (min-width: 1000px) {
  .cid-uOJezb5mY3 .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uOJezb5mY3 .f-wrap {
    width: 90%;
  }
}
.cid-uOJezb5mY3 .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOJezb5mY3 .f-item {
    padding: 1rem;
  }
}
.cid-uOJezb5mY3 .f-box {
  justify-content: flex-end;
}
.cid-uOJezb5mY3 .mbr-text {
  padding-right: 1rem;
  text-align: center;
}
.cid-uOJezb5mY3 .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uOJezb5mY3 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uOJezb5mY3 .info {
  width: 100%;
  border-bottom: 1px solid #ffe885;
}
.cid-uOJezb5mY3 .mbr-data {
  text-align: center;
}
.cid-uOJezb5mY3 .mbr-section-title {
  text-align: center;
}
.cid-uOLVSPmjve {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOLVSPmjve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLVSPmjve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLVSPmjve .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOLVSPmjve .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOLVSPmjve .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uOLVSPmjve .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOLVSPmjve .container {
    padding: 0 12px;
  }
}
.cid-uOLVSPmjve .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOLVSPmjve .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uOLVSPmjve .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOLVSPmjve .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOLVSPmjve .mbr-section-title {
  color: #1D1D1F;
}
.cid-uOLVSPmjve .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOLVSPmjve .mbr-section-title,
.cid-uOLVSPmjve .mbr-section-btn {
  text-align: center;
}
.cid-uOJgEUAHA9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOJgEUAHA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOJgEUAHA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOJgEUAHA9 .row {
  justify-content: center;
}
.cid-uOJgEUAHA9 .map-wrapper {
  position: relative;
}
.cid-uOJgEUAHA9 .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-uOJgEUAHA9 .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #1e030e;
  background-color: #1e030e;
}
.cid-uOJgEUAHA9 .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uOJgEUAHA9 .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uOJgEUAHA9 .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOLNtnvQFl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e030e;
}
.cid-uOLNtnvQFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLNtnvQFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLNtnvQFl .row {
  justify-content: space-between;
}
.cid-uOLNtnvQFl .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOLNtnvQFl .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOLNtnvQFl .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOLNtnvQFl .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uOLNtnvQFl .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uOLNtnvQFl .list li {
  margin-bottom: 25px;
}
.cid-uOLNtnvQFl .list li:last-child {
  margin-bottom: 0;
}
.cid-uOLNtnvQFl .mbr-desc {
  margin-bottom: 8px;
}
.cid-uOLNtnvQFl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOLNtnvQFl .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uOLNtnvQFl .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-uOLNtnvQFl .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ffe885;
  transition: all .3s ease;
}
.cid-uOLNtnvQFl .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uOLNtnvQFl .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ffe885;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOLNtnvQFl .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uOLNtnvQFl .mbr-desc,
.cid-uOLNtnvQFl .mbr-iconfont {
  color: #ffffff;
}
.cid-uOM8AbJZuB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uOM8AbJZuB nav.navbar {
  position: fixed;
}
.cid-uOM8AbJZuB .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uOM8AbJZuB .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-uOM8AbJZuB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOM8AbJZuB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOM8AbJZuB .dropdown-item:hover,
.cid-uOM8AbJZuB .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uOM8AbJZuB .dropdown-item:hover span {
  color: white;
}
.cid-uOM8AbJZuB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOM8AbJZuB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOM8AbJZuB .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOM8AbJZuB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOM8AbJZuB .nav-link {
  position: relative;
}
.cid-uOM8AbJZuB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOM8AbJZuB .container {
    flex-wrap: nowrap;
  }
}
.cid-uOM8AbJZuB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOM8AbJZuB .dropdown-menu,
.cid-uOM8AbJZuB .navbar.opened {
  background: #000000 !important;
}
.cid-uOM8AbJZuB .nav-item:focus,
.cid-uOM8AbJZuB .nav-link:focus {
  outline: none;
}
.cid-uOM8AbJZuB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOM8AbJZuB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOM8AbJZuB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOM8AbJZuB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOM8AbJZuB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOM8AbJZuB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOM8AbJZuB .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uOM8AbJZuB .navbar.opened {
  transition: all 0.3s;
}
.cid-uOM8AbJZuB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOM8AbJZuB .navbar .navbar-logo img {
  width: auto;
}
.cid-uOM8AbJZuB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOM8AbJZuB .navbar.collapsed {
  justify-content: center;
}
.cid-uOM8AbJZuB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOM8AbJZuB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOM8AbJZuB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOM8AbJZuB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOM8AbJZuB .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-uOM8AbJZuB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOM8AbJZuB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOM8AbJZuB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOM8AbJZuB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOM8AbJZuB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOM8AbJZuB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOM8AbJZuB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOM8AbJZuB .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-uOM8AbJZuB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOM8AbJZuB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOM8AbJZuB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOM8AbJZuB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOM8AbJZuB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOM8AbJZuB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOM8AbJZuB .navbar.navbar-short {
  min-height: 80px;
}
.cid-uOM8AbJZuB .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uOM8AbJZuB .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOM8AbJZuB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOM8AbJZuB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOM8AbJZuB .dropdown-item.active,
.cid-uOM8AbJZuB .dropdown-item:active {
  background-color: transparent;
}
.cid-uOM8AbJZuB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOM8AbJZuB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOM8AbJZuB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOM8AbJZuB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOM8AbJZuB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOM8AbJZuB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOM8AbJZuB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOM8AbJZuB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOM8AbJZuB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOM8AbJZuB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOM8AbJZuB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOM8AbJZuB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOM8AbJZuB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOM8AbJZuB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOM8AbJZuB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOM8AbJZuB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOM8AbJZuB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOM8AbJZuB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOM8AbJZuB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOM8AbJZuB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOM8AbJZuB .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-uOM8AbJZuB .navbar {
    height: 70px;
  }
  .cid-uOM8AbJZuB .navbar.opened {
    height: auto;
  }
  .cid-uOM8AbJZuB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOM8AcFV98 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #1e030e;
}
.cid-uOM8AcFV98 .content__block {
  padding: 50px 15px;
}
.cid-uOM8AcFV98 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffe161;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOM8AcFV98 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOM8AcFV98 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uOM8AcFV98 .image {
  perspective: 3500px;
  position: relative;
}
.cid-uOM8AcFV98 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(30, 3, 14, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uOM8AcFV98 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOM8AcFV98 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOM8AcFV98 .mbr-section-btn .btn-white-outline:hover {
  color: #ffe161 !important;
}
@media (max-width: 991px) {
  .cid-uOM8AcFV98 .content__block {
    padding: 30px 15px;
  }
  .cid-uOM8AcFV98 .mbr-figure {
    padding: 0;
  }
  .cid-uOM8AcFV98 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(30, 3, 14, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uOM8AcFV98 .lg-push {
    right: 13%;
  }
  .cid-uOM8AcFV98 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uOM8AcFV98 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uOM8AcFV98 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOM8AcFV98 .mbr-text,
.cid-uOM8AcFV98 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOM8Ad8RPL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f1f1f1;
}
.cid-uOM8Ad8RPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8Ad8RPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8Ad8RPL .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uOM8Ad8RPL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOM8Ad8RPL .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8Ad8RPL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOM8Ad8RPL .container {
    padding: 0 14px;
  }
}
.cid-uOM8Ad8RPL .row {
  justify-content: center;
}
.cid-uOM8Ad8RPL .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #1e030e;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uOM8Ad8RPL .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8Ad8RPL .card-wrapper {
    margin: 0;
  }
}
.cid-uOM8Ad8RPL .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #edefeb;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uOM8Ad8RPL .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #edefeb;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uOM8Ad8RPL .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uOM8Ad8RPL .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uOM8Ad8RPL .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uOM8Ad8RPL .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-uOM8Ad8RPL .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uOM8Ad8RPL .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOM8Ad8RPL .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOM8Ad8RPL .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOM8Ad8RPL .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uOM8Ad8RPL .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uOM8Ad8RPL .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uOM8Ad8RPL .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4f3ec;
  margin-left: -25px;
}
.cid-uOM8Ad8RPL .mbr-section-title {
  color: #f1f1f1;
}
.cid-uOM8Ad8RPL .mbr-text {
  color: #f1f1f1;
}
.cid-uOM8Ad8RPL .mbr-list-title {
  color: #f1f1f1;
}
.cid-uOM8Ad8RPL .list {
  color: #f1f1f1;
}
.cid-uOM8Ad8RPL .mbr-section-title,
.cid-uOM8Ad8RPL .mbr-section-btn {
  text-align: center;
}
.cid-uOM8Ad8RPL .icon-wrapper {
  text-align: right;
}
.cid-uOM8AdGtMI {
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(90deg, #1e030e, #1e030e);
}
.cid-uOM8AdGtMI .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-uOM8AdGtMI .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uOM8AdGtMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8AdGtMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8AdGtMI .mbr-section-subtitle,
.cid-uOM8AdGtMI .mbr-section-btn DIV {
  text-align: left;
}
.cid-uOM8Ae9sew {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOM8Ae9sew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8Ae9sew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8Ae9sew .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uOM8Ae9sew .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8Ae9sew .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uOM8Ae9sew .items-wrapper {
  margin: 0 -5px;
}
.cid-uOM8Ae9sew .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOM8Ae9sew .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOM8Ae9sew .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #1e030e;
}
.cid-uOM8Ae9sew .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOM8Ae9sew .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOM8Ae9sew .items-wrapper .item .item-wrapper .item-content {
  padding: 20px;
}
.cid-uOM8Ae9sew .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uOM8Ae9sew .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOM8Ae9sew .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOM8Ae9sew .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOM8Ae9sew .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOM8Ae9sew .mbr-section-title {
  color: #093388;
}
.cid-uOM8Ae9sew .item-title {
  color: #093388;
}
.cid-uOM8Ae9sew .item-text {
  color: #58595b;
}
.cid-uOM8Ae9sew .item-title,
.cid-uOM8Ae9sew .mbr-section-btn,
.cid-uOM8Ae9sew .icon-wrapper {
  color: #ffffff;
}
.cid-uOM8AeK2gi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uOM8AeK2gi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOM8AeK2gi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOM8AeK2gi .container {
    padding: 0 25px;
  }
}
.cid-uOM8AeK2gi .row {
  margin: 0;
}
.cid-uOM8AeK2gi .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uOM8AeK2gi .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uOM8AeK2gi .image-wrapper {
    min-height: 350px;
  }
}
.cid-uOM8AeK2gi .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOM8AeK2gi .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uOM8AeK2gi .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uOM8AeK2gi .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOM8AeK2gi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOM8AeK2gi .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uOM8AeK2gi .mbr-section-title {
  color: #000000;
}
.cid-uOM8AeK2gi .mbr-text {
  color: #000000;
}
.cid-uOM8AfesUE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOM8AfesUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8AfesUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8AfesUE .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uOM8AfesUE .items-wrapper .item {
  padding: 0 10px;
}
.cid-uOM8AfesUE .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOM8AfesUE .item {
    margin-bottom: 20px;
  }
}
.cid-uOM8AfesUE .item:hover .item-wrapper .item-img img,
.cid-uOM8AfesUE .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uOM8AfesUE .item .item-wrapper {
  padding: 80px 60px;
  background-color: #1e030e;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOM8AfesUE .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uOM8AfesUE .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOM8AfesUE .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uOM8AfesUE .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uOM8AfesUE .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8AfesUE .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uOM8AfesUE .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #1e030e;
}
.cid-uOM8AfesUE .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOM8AfesUE .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOM8AfesUE .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uOM8AfesUE .mbr-label {
  color: #19171c;
}
.cid-uOM8AfesUE .item-text {
  color: #6e6e73;
}
.cid-uOM8AfesUE .mbr-label,
.cid-uOM8AfesUE .mbr-section-btn,
.cid-uOM8AfesUE .label-wrapper {
  color: #ffffff;
}
.cid-uOM8AgaamL {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOM8AgaamL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8AgaamL .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOM8AgaamL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8AgaamL h1 {
  max-width: 800px;
}
.cid-uOM8AgaamL p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uOM8AgaamL {
    align-items: center;
  }
  .cid-uOM8AgaamL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOM8AgaamL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOM8AgaamL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOM8AgaamL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOM8AgaamL .content-wrap {
    width: 100%;
  }
}
.cid-uOM8AgaamL .mbr-section-subtitle,
.cid-uOM8AgaamL .line {
  color: #291f1e;
}
.cid-uOM8AgaamL .mbr-text,
.cid-uOM8AgaamL .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uOM8AgaamL .mbr-section-title {
  color: #291f1e;
}
.cid-uOM8Ahetdz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOM8Ahetdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8Ahetdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8Ahetdz .container-fluid {
  padding: 0;
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOM8Ahetdz .container-fluid {
    padding: 0;
  }
}
.cid-uOM8Ahetdz .container {
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOM8Ahetdz .container {
    padding: 0 28px;
  }
}
.cid-uOM8Ahetdz .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-uOM8Ahetdz .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #e43f3f;
}
.cid-uOM8Ahetdz .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOM8Ahetdz .item {
    border-right: none;
    border-bottom: 1px solid #e43f3f;
  }
  .cid-uOM8Ahetdz .item:last-child {
    border-bottom: none;
  }
}
.cid-uOM8Ahetdz .item .item-wrapper a {
  display: block;
}
.cid-uOM8Ahetdz .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uOM8Ahetdz .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-uOM8Ahetdz .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOM8Ahetdz .item .item-wrapper a .item-img img {
    height: 350px;
  }
}
.cid-uOM8Ahetdz .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-uOM8Ahetdz .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-uOM8Ahetdz .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uOM8Ahetdz .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uOM8Ahetdz .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #e43f3f;
}
.cid-uOM8Ahetdz .item .item-wrapper .title-wrap:hover .item-title,
.cid-uOM8Ahetdz .item .item-wrapper .title-wrap:focus .item-title {
  color: #e43f3f;
}
.cid-uOM8Ahetdz .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOM8Ahetdz .item-title {
  color: #000000;
}
.cid-uOM8Ahetdz .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOM8Ahetdz .mbr-desc,
.cid-uOM8Ahetdz .desc-wrap {
  color: #000000;
  text-align: center;
}
.cid-uOM8AizHue {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #1e030e;
}
.cid-uOM8AizHue .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uOM8AizHue .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOM8AizHue .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #1e030e;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uOM8AizHue .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #1e030e;
  border-radius: 30px;
}
.cid-uOM8AizHue .mbr-section-title,
.cid-uOM8AizHue .mbr-section-subtitle,
.cid-uOM8AizHue .mbr-text,
.cid-uOM8AizHue .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uOM8AizHue .mbr-text,
.cid-uOM8AizHue .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOM8AizHue .mbr-section-title {
  color: #ffffff;
}
.cid-uOM8AjiaNC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOM8AjiaNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8AjiaNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8AjiaNC .row {
  flex-direction: row-reverse;
}
.cid-uOM8AjiaNC .mbr-description {
  text-align: left;
}
.cid-uOM8AjiaNC .item-wrapper {
  background: #1e030e;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uOM8AjiaNC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOM8AjiaNC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uOM8AjiaNC .card-title,
.cid-uOM8AjiaNC .iconfont-wrapper {
  color: #000000;
}
.cid-uOM8AjiaNC .card-text {
  color: #000000;
}
.cid-uOM8AjiaNC .mbr-section-title {
  color: #151e11;
  text-align: center;
}
.cid-uOM8AjiaNC .mbr-number {
  color: #ffffff;
}
.cid-uOM8AjiaNC .mbr-text,
.cid-uOM8AjiaNC .mbr-section-btn {
  text-align: center;
}
.cid-uOM8AjiaNC .card-text,
.cid-uOM8AjiaNC .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uOM8AjiaNC .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOM8AjiaNC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOM8Ake9MR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uOM8Ake9MR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8Ake9MR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8Ake9MR .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOM8Ake9MR .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOM8Ake9MR .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOM8Ake9MR .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOM8Ake9MR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOM8Ake9MR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOM8Ake9MR .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOM8Ake9MR .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uOM8Ake9MR .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uOM8Ake9MR .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #1e030e;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uOM8Ake9MR .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uOM8Ake9MR .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uOM8Ake9MR .mbr-section-title {
  color: #050f0f;
}
.cid-uOM8Ake9MR .mbr-text {
  color: #050f0f;
}
.cid-uOM8AlsKEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uOM8AlsKEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8AlsKEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8AlsKEk .content-wrapper {
  padding: 80px 90px;
  background-color: #1e030e;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uOM8AlsKEk .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOM8AlsKEk .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uOM8AlsKEk .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uOM8AlsKEk .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOM8AlsKEk .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8AlsKEk .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uOM8AlsKEk .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uOM8AlsKEk .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uOM8AlsKEk .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOM8AlsKEk .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uOM8AlsKEk .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uOM8AlsKEk .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uOM8AlsKEk .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #ffe161;
  box-shadow: 4px 4px 0 0 #ffe161;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uOM8AlsKEk .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uOM8AlsKEk .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOM8AlsKEk .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOM8AlsKEk .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOM8AlsKEk .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOM8AlsKEk .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uOM8AlsKEk .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uOM8AlsKEk .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uOM8AlsKEk .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uOM8AlsKEk .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uOM8AlsKEk .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOM8AlsKEk .mbr-section-title {
  color: #050f0f;
}
.cid-uOM8AlsKEk .mbr-text {
  color: #050f0f;
}
.cid-uOM8AlsKEk .panel-title-edit {
  color: #050f0f;
}
.cid-uOM8AlsKEk .panel-text {
  color: #050f0f;
}
.cid-uOM8AlsKEk .mbr-section-title,
.cid-uOM8AlsKEk .icon-wrapper {
  color: #ffffff;
}
.cid-uOM8AmreCb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1e030e;
}
@media (max-width: 1000px) {
  .cid-uOM8AmreCb {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uOM8AmreCb {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}
.cid-uOM8AmreCb .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uOM8AmreCb .f-box {
  display: flex;
}
.cid-uOM8AmreCb .f-wrap {
  width: 100%;
  border: 10px solid #ffe885;
}
@media (min-width: 1000px) {
  .cid-uOM8AmreCb .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uOM8AmreCb .f-wrap {
    width: 90%;
  }
}
.cid-uOM8AmreCb .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOM8AmreCb .f-item {
    padding: 1rem;
  }
}
.cid-uOM8AmreCb .f-box {
  justify-content: flex-end;
}
.cid-uOM8AmreCb .mbr-text {
  padding-right: 1rem;
  text-align: center;
}
.cid-uOM8AmreCb .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uOM8AmreCb .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uOM8AmreCb .info {
  width: 100%;
  border-bottom: 1px solid #ffe885;
}
.cid-uOM8AmreCb .mbr-data {
  text-align: center;
}
.cid-uOM8AmreCb .mbr-section-title {
  text-align: center;
}
.cid-uOMmIdxExM {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOMmIdxExM .video-wrapper iframe {
  width: 100%;
}
.cid-uOMmIdxExM .mbr-section-title,
.cid-uOMmIdxExM .mbr-section-subtitle,
.cid-uOMmIdxExM .mbr-text {
  text-align: center;
}
.cid-uOMmIdxExM .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
  color: #fafafa;
}
.cid-uOMmIdxExM .mbr-text {
  padding-top: 16px;
}
.cid-uOM8AmY342 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOM8AmY342 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8AmY342 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8AmY342 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOM8AmY342 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOM8AmY342 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8AmY342 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOM8AmY342 .container {
    padding: 0 12px;
  }
}
.cid-uOM8AmY342 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOM8AmY342 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uOM8AmY342 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOM8AmY342 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOM8AmY342 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uOM8AmY342 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOM8AmY342 .mbr-section-title,
.cid-uOM8AmY342 .mbr-section-btn {
  text-align: center;
}
.cid-uOOR28VBt5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1e030e;
}
.cid-uOOR28VBt5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffe161;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-uOOR28VBt5 .panel-group {
  border: none;
}
.cid-uOOR28VBt5 .panel-collapse {
  padding: 0 2rem;
}
.cid-uOOR28VBt5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-uOOR28VBt5 .panel-body,
.cid-uOOR28VBt5 .card-header {
  padding: 1rem 0;
}
.cid-uOOR28VBt5 .panel-title-edit {
  color: #ffffff;
}
.cid-uOOR28VBt5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uOOR28VBt5 .card {
  overflow: visible;
}
.cid-uOOR28VBt5 .panel-text {
  color: #ffffff;
}
.cid-uOOR28VBt5 H3 {
  color: #ffffff;
}
.cid-uOOR28VBt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOOR28VBt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8AnCIfC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOM8AnCIfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8AnCIfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8AnCIfC .row {
  justify-content: center;
}
.cid-uOM8AnCIfC .map-wrapper {
  position: relative;
}
.cid-uOM8AnCIfC .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-uOM8AnCIfC .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #1e030e;
  background-color: #1e030e;
}
.cid-uOM8AnCIfC .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uOM8AnCIfC .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8AnCIfC .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOM8AoeJ6C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e030e;
}
.cid-uOM8AoeJ6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8AoeJ6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8AoeJ6C .row {
  justify-content: space-between;
}
.cid-uOM8AoeJ6C .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOM8AoeJ6C .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOM8AoeJ6C .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOM8AoeJ6C .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uOM8AoeJ6C .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uOM8AoeJ6C .list li {
  margin-bottom: 25px;
}
.cid-uOM8AoeJ6C .list li:last-child {
  margin-bottom: 0;
}
.cid-uOM8AoeJ6C .mbr-desc {
  margin-bottom: 8px;
}
.cid-uOM8AoeJ6C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOM8AoeJ6C .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uOM8AoeJ6C .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-uOM8AoeJ6C .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ffe885;
  transition: all .3s ease;
}
.cid-uOM8AoeJ6C .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uOM8AoeJ6C .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ffe885;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOM8AoeJ6C .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uOM8AoeJ6C .mbr-desc,
.cid-uOM8AoeJ6C .mbr-iconfont {
  color: #ffffff;
}
.cid-uOM8CkZIjj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uOM8CkZIjj nav.navbar {
  position: fixed;
}
.cid-uOM8CkZIjj .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uOM8CkZIjj .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-uOM8CkZIjj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOM8CkZIjj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOM8CkZIjj .dropdown-item:hover,
.cid-uOM8CkZIjj .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uOM8CkZIjj .dropdown-item:hover span {
  color: white;
}
.cid-uOM8CkZIjj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOM8CkZIjj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOM8CkZIjj .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOM8CkZIjj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOM8CkZIjj .nav-link {
  position: relative;
}
.cid-uOM8CkZIjj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOM8CkZIjj .container {
    flex-wrap: nowrap;
  }
}
.cid-uOM8CkZIjj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOM8CkZIjj .dropdown-menu,
.cid-uOM8CkZIjj .navbar.opened {
  background: #000000 !important;
}
.cid-uOM8CkZIjj .nav-item:focus,
.cid-uOM8CkZIjj .nav-link:focus {
  outline: none;
}
.cid-uOM8CkZIjj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOM8CkZIjj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOM8CkZIjj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOM8CkZIjj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOM8CkZIjj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOM8CkZIjj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOM8CkZIjj .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uOM8CkZIjj .navbar.opened {
  transition: all 0.3s;
}
.cid-uOM8CkZIjj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOM8CkZIjj .navbar .navbar-logo img {
  width: auto;
}
.cid-uOM8CkZIjj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOM8CkZIjj .navbar.collapsed {
  justify-content: center;
}
.cid-uOM8CkZIjj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOM8CkZIjj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOM8CkZIjj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOM8CkZIjj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOM8CkZIjj .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-uOM8CkZIjj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOM8CkZIjj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOM8CkZIjj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOM8CkZIjj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOM8CkZIjj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOM8CkZIjj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOM8CkZIjj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOM8CkZIjj .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-uOM8CkZIjj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOM8CkZIjj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOM8CkZIjj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOM8CkZIjj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOM8CkZIjj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOM8CkZIjj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOM8CkZIjj .navbar.navbar-short {
  min-height: 80px;
}
.cid-uOM8CkZIjj .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uOM8CkZIjj .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOM8CkZIjj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOM8CkZIjj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOM8CkZIjj .dropdown-item.active,
.cid-uOM8CkZIjj .dropdown-item:active {
  background-color: transparent;
}
.cid-uOM8CkZIjj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOM8CkZIjj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOM8CkZIjj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOM8CkZIjj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOM8CkZIjj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOM8CkZIjj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOM8CkZIjj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOM8CkZIjj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOM8CkZIjj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOM8CkZIjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOM8CkZIjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOM8CkZIjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOM8CkZIjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOM8CkZIjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOM8CkZIjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOM8CkZIjj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOM8CkZIjj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOM8CkZIjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOM8CkZIjj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOM8CkZIjj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOM8CkZIjj .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-uOM8CkZIjj .navbar {
    height: 70px;
  }
  .cid-uOM8CkZIjj .navbar.opened {
    height: auto;
  }
  .cid-uOM8CkZIjj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOM8ClSs9S {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #1e030e;
}
.cid-uOM8ClSs9S .content__block {
  padding: 50px 15px;
}
.cid-uOM8ClSs9S .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffe161;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOM8ClSs9S .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOM8ClSs9S .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uOM8ClSs9S .image {
  perspective: 3500px;
  position: relative;
}
.cid-uOM8ClSs9S .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(30, 3, 14, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uOM8ClSs9S .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOM8ClSs9S .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOM8ClSs9S .mbr-section-btn .btn-white-outline:hover {
  color: #ffe161 !important;
}
@media (max-width: 991px) {
  .cid-uOM8ClSs9S .content__block {
    padding: 30px 15px;
  }
  .cid-uOM8ClSs9S .mbr-figure {
    padding: 0;
  }
  .cid-uOM8ClSs9S .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(30, 3, 14, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uOM8ClSs9S .lg-push {
    right: 13%;
  }
  .cid-uOM8ClSs9S .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uOM8ClSs9S .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uOM8ClSs9S .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOM8ClSs9S .mbr-text,
.cid-uOM8ClSs9S .mbr-section-btn {
  color: #ffffff;
}
.cid-uOM8CmjJcJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f1f1f1;
}
.cid-uOM8CmjJcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8CmjJcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8CmjJcJ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uOM8CmjJcJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOM8CmjJcJ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8CmjJcJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOM8CmjJcJ .container {
    padding: 0 14px;
  }
}
.cid-uOM8CmjJcJ .row {
  justify-content: center;
}
.cid-uOM8CmjJcJ .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #1e030e;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uOM8CmjJcJ .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8CmjJcJ .card-wrapper {
    margin: 0;
  }
}
.cid-uOM8CmjJcJ .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #edefeb;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uOM8CmjJcJ .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #edefeb;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uOM8CmjJcJ .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uOM8CmjJcJ .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uOM8CmjJcJ .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uOM8CmjJcJ .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-uOM8CmjJcJ .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uOM8CmjJcJ .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOM8CmjJcJ .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOM8CmjJcJ .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOM8CmjJcJ .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uOM8CmjJcJ .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uOM8CmjJcJ .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uOM8CmjJcJ .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4f3ec;
  margin-left: -25px;
}
.cid-uOM8CmjJcJ .mbr-section-title {
  color: #f1f1f1;
}
.cid-uOM8CmjJcJ .mbr-text {
  color: #f1f1f1;
}
.cid-uOM8CmjJcJ .mbr-list-title {
  color: #f1f1f1;
}
.cid-uOM8CmjJcJ .list {
  color: #f1f1f1;
}
.cid-uOM8CmjJcJ .mbr-section-title,
.cid-uOM8CmjJcJ .mbr-section-btn {
  text-align: center;
}
.cid-uOM8CmjJcJ .icon-wrapper {
  text-align: right;
}
.cid-uOM8CmLCs2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(90deg, #1e030e, #1e030e);
}
.cid-uOM8CmLCs2 .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-uOM8CmLCs2 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uOM8CmLCs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8CmLCs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8CmLCs2 .mbr-section-subtitle,
.cid-uOM8CmLCs2 .mbr-section-btn DIV {
  text-align: left;
}
.cid-uOM8Cndqqz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOM8Cndqqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8Cndqqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8Cndqqz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uOM8Cndqqz .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8Cndqqz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uOM8Cndqqz .items-wrapper {
  margin: 0 -5px;
}
.cid-uOM8Cndqqz .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOM8Cndqqz .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOM8Cndqqz .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #1e030e;
}
.cid-uOM8Cndqqz .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOM8Cndqqz .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOM8Cndqqz .items-wrapper .item .item-wrapper .item-content {
  padding: 20px;
}
.cid-uOM8Cndqqz .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uOM8Cndqqz .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOM8Cndqqz .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOM8Cndqqz .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOM8Cndqqz .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOM8Cndqqz .mbr-section-title {
  color: #093388;
}
.cid-uOM8Cndqqz .item-title {
  color: #093388;
}
.cid-uOM8Cndqqz .item-text {
  color: #58595b;
}
.cid-uOM8Cndqqz .item-title,
.cid-uOM8Cndqqz .mbr-section-btn,
.cid-uOM8Cndqqz .icon-wrapper {
  color: #ffffff;
}
.cid-uOM8CnQDWf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uOM8CnQDWf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOM8CnQDWf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOM8CnQDWf .container {
    padding: 0 25px;
  }
}
.cid-uOM8CnQDWf .row {
  margin: 0;
}
.cid-uOM8CnQDWf .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uOM8CnQDWf .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uOM8CnQDWf .image-wrapper {
    min-height: 350px;
  }
}
.cid-uOM8CnQDWf .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOM8CnQDWf .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uOM8CnQDWf .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uOM8CnQDWf .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOM8CnQDWf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOM8CnQDWf .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uOM8CnQDWf .mbr-section-title {
  color: #000000;
}
.cid-uOM8CnQDWf .mbr-text {
  color: #000000;
}
.cid-uOM8CohbqX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOM8CohbqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8CohbqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8CohbqX .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uOM8CohbqX .items-wrapper .item {
  padding: 0 10px;
}
.cid-uOM8CohbqX .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOM8CohbqX .item {
    margin-bottom: 20px;
  }
}
.cid-uOM8CohbqX .item:hover .item-wrapper .item-img img,
.cid-uOM8CohbqX .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uOM8CohbqX .item .item-wrapper {
  padding: 80px 60px;
  background-color: #1e030e;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOM8CohbqX .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uOM8CohbqX .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOM8CohbqX .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uOM8CohbqX .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uOM8CohbqX .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8CohbqX .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uOM8CohbqX .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #1e030e;
}
.cid-uOM8CohbqX .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOM8CohbqX .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOM8CohbqX .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uOM8CohbqX .mbr-label {
  color: #19171c;
}
.cid-uOM8CohbqX .item-text {
  color: #6e6e73;
}
.cid-uOM8CohbqX .mbr-label,
.cid-uOM8CohbqX .mbr-section-btn,
.cid-uOM8CohbqX .label-wrapper {
  color: #ffffff;
}
.cid-uOM8CoONq2 {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOM8CoONq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8CoONq2 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOM8CoONq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8CoONq2 h1 {
  max-width: 800px;
}
.cid-uOM8CoONq2 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uOM8CoONq2 {
    align-items: center;
  }
  .cid-uOM8CoONq2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOM8CoONq2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOM8CoONq2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOM8CoONq2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOM8CoONq2 .content-wrap {
    width: 100%;
  }
}
.cid-uOM8CoONq2 .mbr-section-subtitle,
.cid-uOM8CoONq2 .line {
  color: #291f1e;
}
.cid-uOM8CoONq2 .mbr-text,
.cid-uOM8CoONq2 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uOM8CoONq2 .mbr-section-title {
  color: #291f1e;
}
.cid-uOM8CplnC7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOM8CplnC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8CplnC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8CplnC7 .container-fluid {
  padding: 0;
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOM8CplnC7 .container-fluid {
    padding: 0;
  }
}
.cid-uOM8CplnC7 .container {
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOM8CplnC7 .container {
    padding: 0 28px;
  }
}
.cid-uOM8CplnC7 .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-uOM8CplnC7 .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #e43f3f;
}
.cid-uOM8CplnC7 .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOM8CplnC7 .item {
    border-right: none;
    border-bottom: 1px solid #e43f3f;
  }
  .cid-uOM8CplnC7 .item:last-child {
    border-bottom: none;
  }
}
.cid-uOM8CplnC7 .item .item-wrapper a {
  display: block;
}
.cid-uOM8CplnC7 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uOM8CplnC7 .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-uOM8CplnC7 .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOM8CplnC7 .item .item-wrapper a .item-img img {
    height: 350px;
  }
}
.cid-uOM8CplnC7 .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-uOM8CplnC7 .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-uOM8CplnC7 .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uOM8CplnC7 .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uOM8CplnC7 .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #e43f3f;
}
.cid-uOM8CplnC7 .item .item-wrapper .title-wrap:hover .item-title,
.cid-uOM8CplnC7 .item .item-wrapper .title-wrap:focus .item-title {
  color: #e43f3f;
}
.cid-uOM8CplnC7 .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOM8CplnC7 .item-title {
  color: #000000;
}
.cid-uOM8CplnC7 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOM8CplnC7 .mbr-desc,
.cid-uOM8CplnC7 .desc-wrap {
  color: #000000;
  text-align: center;
}
.cid-uOM8CpUOih {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #1e030e;
}
.cid-uOM8CpUOih .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uOM8CpUOih .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOM8CpUOih .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #1e030e;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uOM8CpUOih .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #1e030e;
  border-radius: 30px;
}
.cid-uOM8CpUOih .mbr-section-title,
.cid-uOM8CpUOih .mbr-section-subtitle,
.cid-uOM8CpUOih .mbr-text,
.cid-uOM8CpUOih .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uOM8CpUOih .mbr-text,
.cid-uOM8CpUOih .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOM8CpUOih .mbr-section-title {
  color: #ffffff;
}
.cid-uOM8CqoHa3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOM8CqoHa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8CqoHa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8CqoHa3 .row {
  flex-direction: row-reverse;
}
.cid-uOM8CqoHa3 .mbr-description {
  text-align: left;
}
.cid-uOM8CqoHa3 .item-wrapper {
  background: #1e030e;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uOM8CqoHa3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOM8CqoHa3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uOM8CqoHa3 .card-title,
.cid-uOM8CqoHa3 .iconfont-wrapper {
  color: #000000;
}
.cid-uOM8CqoHa3 .card-text {
  color: #000000;
}
.cid-uOM8CqoHa3 .mbr-section-title {
  color: #151e11;
  text-align: center;
}
.cid-uOM8CqoHa3 .mbr-number {
  color: #ffffff;
}
.cid-uOM8CqoHa3 .mbr-text,
.cid-uOM8CqoHa3 .mbr-section-btn {
  text-align: center;
}
.cid-uOM8CqoHa3 .card-text,
.cid-uOM8CqoHa3 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uOM8CqoHa3 .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOM8CqoHa3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOM8Cr2nlo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uOM8Cr2nlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8Cr2nlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8Cr2nlo .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOM8Cr2nlo .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOM8Cr2nlo .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOM8Cr2nlo .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOM8Cr2nlo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOM8Cr2nlo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOM8Cr2nlo .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOM8Cr2nlo .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uOM8Cr2nlo .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uOM8Cr2nlo .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #1e030e;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uOM8Cr2nlo .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uOM8Cr2nlo .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uOM8Cr2nlo .mbr-section-title {
  color: #050f0f;
}
.cid-uOM8Cr2nlo .mbr-text {
  color: #050f0f;
}
.cid-uOM8CrAURb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uOM8CrAURb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8CrAURb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8CrAURb .content-wrapper {
  padding: 80px 90px;
  background-color: #1e030e;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uOM8CrAURb .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOM8CrAURb .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uOM8CrAURb .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uOM8CrAURb .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOM8CrAURb .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8CrAURb .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uOM8CrAURb .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uOM8CrAURb .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uOM8CrAURb .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOM8CrAURb .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uOM8CrAURb .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uOM8CrAURb .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uOM8CrAURb .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #ffe161;
  box-shadow: 4px 4px 0 0 #ffe161;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uOM8CrAURb .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uOM8CrAURb .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOM8CrAURb .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOM8CrAURb .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOM8CrAURb .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOM8CrAURb .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uOM8CrAURb .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uOM8CrAURb .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uOM8CrAURb .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uOM8CrAURb .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uOM8CrAURb .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOM8CrAURb .mbr-section-title {
  color: #050f0f;
}
.cid-uOM8CrAURb .mbr-text {
  color: #050f0f;
}
.cid-uOM8CrAURb .panel-title-edit {
  color: #050f0f;
}
.cid-uOM8CrAURb .panel-text {
  color: #050f0f;
}
.cid-uOM8CrAURb .mbr-section-title,
.cid-uOM8CrAURb .icon-wrapper {
  color: #ffffff;
}
.cid-uOM8Csj14P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1e030e;
}
@media (max-width: 1000px) {
  .cid-uOM8Csj14P {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uOM8Csj14P {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}
.cid-uOM8Csj14P .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uOM8Csj14P .f-box {
  display: flex;
}
.cid-uOM8Csj14P .f-wrap {
  width: 100%;
  border: 10px solid #ffe885;
}
@media (min-width: 1000px) {
  .cid-uOM8Csj14P .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uOM8Csj14P .f-wrap {
    width: 90%;
  }
}
.cid-uOM8Csj14P .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOM8Csj14P .f-item {
    padding: 1rem;
  }
}
.cid-uOM8Csj14P .f-box {
  justify-content: flex-end;
}
.cid-uOM8Csj14P .mbr-text {
  padding-right: 1rem;
  text-align: center;
}
.cid-uOM8Csj14P .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uOM8Csj14P .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uOM8Csj14P .info {
  width: 100%;
  border-bottom: 1px solid #ffe885;
}
.cid-uOM8Csj14P .mbr-data {
  text-align: center;
}
.cid-uOM8Csj14P .mbr-section-title {
  text-align: center;
}
.cid-uOM8CsSPmi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOM8CsSPmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8CsSPmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8CsSPmi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOM8CsSPmi .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOM8CsSPmi .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8CsSPmi .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOM8CsSPmi .container {
    padding: 0 12px;
  }
}
.cid-uOM8CsSPmi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOM8CsSPmi .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uOM8CsSPmi .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOM8CsSPmi .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOM8CsSPmi .mbr-section-title {
  color: #1D1D1F;
}
.cid-uOM8CsSPmi .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOM8CsSPmi .mbr-section-title,
.cid-uOM8CsSPmi .mbr-section-btn {
  text-align: center;
}
.cid-uOOSpzAjVm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1e030e;
}
.cid-uOOSpzAjVm .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffe161;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-uOOSpzAjVm .panel-group {
  border: none;
}
.cid-uOOSpzAjVm .panel-collapse {
  padding: 0 2rem;
}
.cid-uOOSpzAjVm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-uOOSpzAjVm .panel-body,
.cid-uOOSpzAjVm .card-header {
  padding: 1rem 0;
}
.cid-uOOSpzAjVm .panel-title-edit {
  color: #ffffff;
}
.cid-uOOSpzAjVm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uOOSpzAjVm .card {
  overflow: visible;
}
.cid-uOOSpzAjVm .panel-text {
  color: #ffffff;
}
.cid-uOOSpzAjVm H3 {
  color: #ffffff;
}
.cid-uOOSpzAjVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOOSpzAjVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8CtqoWl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOM8CtqoWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8CtqoWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8CtqoWl .row {
  justify-content: center;
}
.cid-uOM8CtqoWl .map-wrapper {
  position: relative;
}
.cid-uOM8CtqoWl .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-uOM8CtqoWl .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #1e030e;
  background-color: #1e030e;
}
.cid-uOM8CtqoWl .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uOM8CtqoWl .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uOM8CtqoWl .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOM8Cu2MeY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e030e;
}
.cid-uOM8Cu2MeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM8Cu2MeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM8Cu2MeY .row {
  justify-content: space-between;
}
.cid-uOM8Cu2MeY .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOM8Cu2MeY .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOM8Cu2MeY .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOM8Cu2MeY .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uOM8Cu2MeY .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uOM8Cu2MeY .list li {
  margin-bottom: 25px;
}
.cid-uOM8Cu2MeY .list li:last-child {
  margin-bottom: 0;
}
.cid-uOM8Cu2MeY .mbr-desc {
  margin-bottom: 8px;
}
.cid-uOM8Cu2MeY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOM8Cu2MeY .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uOM8Cu2MeY .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-uOM8Cu2MeY .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ffe885;
  transition: all .3s ease;
}
.cid-uOM8Cu2MeY .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uOM8Cu2MeY .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ffe885;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOM8Cu2MeY .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uOM8Cu2MeY .mbr-desc,
.cid-uOM8Cu2MeY .mbr-iconfont {
  color: #ffffff;
}
.cid-uOM90ipRKL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uOM90ipRKL nav.navbar {
  position: fixed;
}
.cid-uOM90ipRKL .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uOM90ipRKL .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-uOM90ipRKL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOM90ipRKL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOM90ipRKL .dropdown-item:hover,
.cid-uOM90ipRKL .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uOM90ipRKL .dropdown-item:hover span {
  color: white;
}
.cid-uOM90ipRKL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOM90ipRKL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOM90ipRKL .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOM90ipRKL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOM90ipRKL .nav-link {
  position: relative;
}
.cid-uOM90ipRKL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOM90ipRKL .container {
    flex-wrap: nowrap;
  }
}
.cid-uOM90ipRKL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOM90ipRKL .dropdown-menu,
.cid-uOM90ipRKL .navbar.opened {
  background: #000000 !important;
}
.cid-uOM90ipRKL .nav-item:focus,
.cid-uOM90ipRKL .nav-link:focus {
  outline: none;
}
.cid-uOM90ipRKL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOM90ipRKL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOM90ipRKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOM90ipRKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOM90ipRKL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOM90ipRKL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOM90ipRKL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uOM90ipRKL .navbar.opened {
  transition: all 0.3s;
}
.cid-uOM90ipRKL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOM90ipRKL .navbar .navbar-logo img {
  width: auto;
}
.cid-uOM90ipRKL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOM90ipRKL .navbar.collapsed {
  justify-content: center;
}
.cid-uOM90ipRKL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOM90ipRKL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOM90ipRKL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOM90ipRKL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOM90ipRKL .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-uOM90ipRKL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOM90ipRKL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOM90ipRKL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOM90ipRKL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOM90ipRKL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOM90ipRKL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOM90ipRKL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOM90ipRKL .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-uOM90ipRKL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOM90ipRKL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOM90ipRKL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOM90ipRKL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOM90ipRKL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOM90ipRKL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOM90ipRKL .navbar.navbar-short {
  min-height: 80px;
}
.cid-uOM90ipRKL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uOM90ipRKL .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOM90ipRKL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOM90ipRKL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOM90ipRKL .dropdown-item.active,
.cid-uOM90ipRKL .dropdown-item:active {
  background-color: transparent;
}
.cid-uOM90ipRKL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOM90ipRKL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOM90ipRKL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOM90ipRKL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOM90ipRKL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOM90ipRKL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOM90ipRKL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOM90ipRKL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOM90ipRKL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOM90ipRKL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOM90ipRKL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOM90ipRKL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOM90ipRKL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOM90ipRKL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOM90ipRKL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOM90ipRKL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOM90ipRKL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOM90ipRKL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOM90ipRKL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOM90ipRKL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOM90ipRKL .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-uOM90ipRKL .navbar {
    height: 70px;
  }
  .cid-uOM90ipRKL .navbar.opened {
    height: auto;
  }
  .cid-uOM90ipRKL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOM90jodvs {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #1e030e;
}
.cid-uOM90jodvs .content__block {
  padding: 50px 15px;
}
.cid-uOM90jodvs .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffe161;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOM90jodvs .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOM90jodvs .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uOM90jodvs .image {
  perspective: 3500px;
  position: relative;
}
.cid-uOM90jodvs .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(30, 3, 14, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uOM90jodvs .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOM90jodvs .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOM90jodvs .mbr-section-btn .btn-white-outline:hover {
  color: #ffe161 !important;
}
@media (max-width: 991px) {
  .cid-uOM90jodvs .content__block {
    padding: 30px 15px;
  }
  .cid-uOM90jodvs .mbr-figure {
    padding: 0;
  }
  .cid-uOM90jodvs .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(30, 3, 14, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uOM90jodvs .lg-push {
    right: 13%;
  }
  .cid-uOM90jodvs .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uOM90jodvs .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uOM90jodvs .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOM90jodvs .mbr-text,
.cid-uOM90jodvs .mbr-section-btn {
  color: #ffffff;
}
.cid-uOM90k2U19 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f1f1f1;
}
.cid-uOM90k2U19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM90k2U19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM90k2U19 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uOM90k2U19 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOM90k2U19 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uOM90k2U19 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOM90k2U19 .container {
    padding: 0 14px;
  }
}
.cid-uOM90k2U19 .row {
  justify-content: center;
}
.cid-uOM90k2U19 .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #1e030e;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uOM90k2U19 .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOM90k2U19 .card-wrapper {
    margin: 0;
  }
}
.cid-uOM90k2U19 .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #edefeb;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uOM90k2U19 .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #edefeb;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uOM90k2U19 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uOM90k2U19 .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uOM90k2U19 .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uOM90k2U19 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-uOM90k2U19 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uOM90k2U19 .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOM90k2U19 .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOM90k2U19 .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOM90k2U19 .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uOM90k2U19 .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uOM90k2U19 .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uOM90k2U19 .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4f3ec;
  margin-left: -25px;
}
.cid-uOM90k2U19 .mbr-section-title {
  color: #f1f1f1;
}
.cid-uOM90k2U19 .mbr-text {
  color: #f1f1f1;
}
.cid-uOM90k2U19 .mbr-list-title {
  color: #f1f1f1;
}
.cid-uOM90k2U19 .list {
  color: #f1f1f1;
}
.cid-uOM90k2U19 .mbr-section-title,
.cid-uOM90k2U19 .mbr-section-btn {
  text-align: center;
}
.cid-uOM90k2U19 .icon-wrapper {
  text-align: right;
}
.cid-uOM90kwN93 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(90deg, #1e030e, #1e030e);
}
.cid-uOM90kwN93 .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-uOM90kwN93 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uOM90kwN93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM90kwN93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM90l5JPb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOM90l5JPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM90l5JPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM90l5JPb .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uOM90l5JPb .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOM90l5JPb .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uOM90l5JPb .items-wrapper {
  margin: 0 -5px;
}
.cid-uOM90l5JPb .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOM90l5JPb .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOM90l5JPb .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #1e030e;
}
.cid-uOM90l5JPb .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOM90l5JPb .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOM90l5JPb .items-wrapper .item .item-wrapper .item-content {
  padding: 20px;
}
.cid-uOM90l5JPb .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uOM90l5JPb .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOM90l5JPb .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOM90l5JPb .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOM90l5JPb .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOM90l5JPb .mbr-section-title {
  color: #093388;
}
.cid-uOM90l5JPb .item-title {
  color: #093388;
}
.cid-uOM90l5JPb .item-text {
  color: #58595b;
}
.cid-uOM90l5JPb .item-title,
.cid-uOM90l5JPb .mbr-section-btn,
.cid-uOM90l5JPb .icon-wrapper {
  color: #ffffff;
}
.cid-uOM90lHna2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uOM90lHna2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOM90lHna2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOM90lHna2 .container {
    padding: 0 25px;
  }
}
.cid-uOM90lHna2 .row {
  margin: 0;
}
.cid-uOM90lHna2 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uOM90lHna2 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uOM90lHna2 .image-wrapper {
    min-height: 350px;
  }
}
.cid-uOM90lHna2 .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOM90lHna2 .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uOM90lHna2 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uOM90lHna2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOM90lHna2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOM90lHna2 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uOM90lHna2 .mbr-section-title {
  color: #000000;
}
.cid-uOM90lHna2 .mbr-text {
  color: #000000;
}
.cid-uOM90mb0dK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOM90mb0dK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM90mb0dK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM90mb0dK .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uOM90mb0dK .items-wrapper .item {
  padding: 0 10px;
}
.cid-uOM90mb0dK .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOM90mb0dK .item {
    margin-bottom: 20px;
  }
}
.cid-uOM90mb0dK .item:hover .item-wrapper .item-img img,
.cid-uOM90mb0dK .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uOM90mb0dK .item .item-wrapper {
  padding: 80px 60px;
  background-color: #1e030e;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOM90mb0dK .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uOM90mb0dK .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOM90mb0dK .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uOM90mb0dK .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uOM90mb0dK .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOM90mb0dK .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uOM90mb0dK .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #1e030e;
}
.cid-uOM90mb0dK .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOM90mb0dK .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOM90mb0dK .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uOM90mb0dK .mbr-label {
  color: #19171c;
}
.cid-uOM90mb0dK .item-text {
  color: #6e6e73;
}
.cid-uOM90mb0dK .mbr-label,
.cid-uOM90mb0dK .mbr-section-btn,
.cid-uOM90mb0dK .label-wrapper {
  color: #ffffff;
}
.cid-uOM90mNJ3A {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOM90mNJ3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM90mNJ3A .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOM90mNJ3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM90mNJ3A h1 {
  max-width: 800px;
}
.cid-uOM90mNJ3A p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uOM90mNJ3A {
    align-items: center;
  }
  .cid-uOM90mNJ3A .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOM90mNJ3A .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOM90mNJ3A {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOM90mNJ3A .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOM90mNJ3A .content-wrap {
    width: 100%;
  }
}
.cid-uOM90mNJ3A .mbr-section-subtitle,
.cid-uOM90mNJ3A .line {
  color: #291f1e;
}
.cid-uOM90mNJ3A .mbr-text,
.cid-uOM90mNJ3A .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uOM90mNJ3A .mbr-section-title {
  color: #291f1e;
}
.cid-uOM90nklbH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOM90nklbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM90nklbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM90nklbH .container-fluid {
  padding: 0;
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOM90nklbH .container-fluid {
    padding: 0;
  }
}
.cid-uOM90nklbH .container {
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOM90nklbH .container {
    padding: 0 28px;
  }
}
.cid-uOM90nklbH .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-uOM90nklbH .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #e43f3f;
}
.cid-uOM90nklbH .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOM90nklbH .item {
    border-right: none;
    border-bottom: 1px solid #e43f3f;
  }
  .cid-uOM90nklbH .item:last-child {
    border-bottom: none;
  }
}
.cid-uOM90nklbH .item .item-wrapper a {
  display: block;
}
.cid-uOM90nklbH .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uOM90nklbH .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-uOM90nklbH .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOM90nklbH .item .item-wrapper a .item-img img {
    height: 350px;
  }
}
.cid-uOM90nklbH .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-uOM90nklbH .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-uOM90nklbH .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uOM90nklbH .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uOM90nklbH .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #e43f3f;
}
.cid-uOM90nklbH .item .item-wrapper .title-wrap:hover .item-title,
.cid-uOM90nklbH .item .item-wrapper .title-wrap:focus .item-title {
  color: #e43f3f;
}
.cid-uOM90nklbH .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOM90nklbH .item-title {
  color: #000000;
}
.cid-uOM90nklbH .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOM90nklbH .mbr-desc,
.cid-uOM90nklbH .desc-wrap {
  color: #000000;
  text-align: center;
}
.cid-uOM90nUf92 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #1e030e;
}
.cid-uOM90nUf92 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uOM90nUf92 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOM90nUf92 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #1e030e;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uOM90nUf92 .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #1e030e;
  border-radius: 30px;
}
.cid-uOM90nUf92 .mbr-section-title,
.cid-uOM90nUf92 .mbr-section-subtitle,
.cid-uOM90nUf92 .mbr-text,
.cid-uOM90nUf92 .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uOM90nUf92 .mbr-text,
.cid-uOM90nUf92 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOM90nUf92 .mbr-section-title {
  color: #ffffff;
}
.cid-uOM90ow9jC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOM90ow9jC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM90ow9jC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM90ow9jC .row {
  flex-direction: row-reverse;
}
.cid-uOM90ow9jC .mbr-description {
  text-align: left;
}
.cid-uOM90ow9jC .item-wrapper {
  background: #1e030e;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uOM90ow9jC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOM90ow9jC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uOM90ow9jC .card-title,
.cid-uOM90ow9jC .iconfont-wrapper {
  color: #000000;
}
.cid-uOM90ow9jC .card-text {
  color: #000000;
}
.cid-uOM90ow9jC .mbr-section-title {
  color: #151e11;
  text-align: center;
}
.cid-uOM90ow9jC .mbr-number {
  color: #ffffff;
}
.cid-uOM90ow9jC .mbr-text,
.cid-uOM90ow9jC .mbr-section-btn {
  text-align: center;
}
.cid-uOM90ow9jC .card-text,
.cid-uOM90ow9jC .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uOM90ow9jC .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOM90ow9jC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOM90pfQCm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uOM90pfQCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM90pfQCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM90pfQCm .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOM90pfQCm .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOM90pfQCm .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOM90pfQCm .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOM90pfQCm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOM90pfQCm .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOM90pfQCm .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOM90pfQCm .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uOM90pfQCm .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uOM90pfQCm .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #1e030e;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uOM90pfQCm .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uOM90pfQCm .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uOM90pfQCm .mbr-section-title {
  color: #050f0f;
}
.cid-uOM90pfQCm .mbr-text {
  color: #050f0f;
}
.cid-uOM90pOekH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uOM90pOekH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM90pOekH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM90pOekH .content-wrapper {
  padding: 80px 90px;
  background-color: #1e030e;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uOM90pOekH .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOM90pOekH .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uOM90pOekH .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uOM90pOekH .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOM90pOekH .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOM90pOekH .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uOM90pOekH .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uOM90pOekH .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uOM90pOekH .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOM90pOekH .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uOM90pOekH .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uOM90pOekH .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uOM90pOekH .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #ffe161;
  box-shadow: 4px 4px 0 0 #ffe161;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uOM90pOekH .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uOM90pOekH .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOM90pOekH .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOM90pOekH .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOM90pOekH .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOM90pOekH .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uOM90pOekH .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uOM90pOekH .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uOM90pOekH .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uOM90pOekH .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uOM90pOekH .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOM90pOekH .mbr-section-title {
  color: #050f0f;
}
.cid-uOM90pOekH .mbr-text {
  color: #050f0f;
}
.cid-uOM90pOekH .panel-title-edit {
  color: #050f0f;
}
.cid-uOM90pOekH .panel-text {
  color: #050f0f;
}
.cid-uOM90pOekH .mbr-section-title,
.cid-uOM90pOekH .icon-wrapper {
  color: #ffffff;
}
.cid-uOM90qJyUS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1e030e;
}
@media (max-width: 1000px) {
  .cid-uOM90qJyUS {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uOM90qJyUS {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}
.cid-uOM90qJyUS .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uOM90qJyUS .f-box {
  display: flex;
}
.cid-uOM90qJyUS .f-wrap {
  width: 100%;
  border: 10px solid #ffe885;
}
@media (min-width: 1000px) {
  .cid-uOM90qJyUS .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uOM90qJyUS .f-wrap {
    width: 90%;
  }
}
.cid-uOM90qJyUS .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOM90qJyUS .f-item {
    padding: 1rem;
  }
}
.cid-uOM90qJyUS .f-box {
  justify-content: flex-end;
}
.cid-uOM90qJyUS .mbr-text {
  padding-right: 1rem;
  text-align: center;
}
.cid-uOM90qJyUS .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uOM90qJyUS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uOM90qJyUS .info {
  width: 100%;
  border-bottom: 1px solid #ffe885;
}
.cid-uOM90qJyUS .mbr-data {
  text-align: center;
}
.cid-uOM90qJyUS .mbr-section-title {
  text-align: center;
}
.cid-uOM90rif4Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOM90rif4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM90rif4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM90rif4Q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOM90rif4Q .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOM90rif4Q .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uOM90rif4Q .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOM90rif4Q .container {
    padding: 0 12px;
  }
}
.cid-uOM90rif4Q .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOM90rif4Q .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uOM90rif4Q .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOM90rif4Q .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOM90rif4Q .mbr-section-title {
  color: #1D1D1F;
}
.cid-uOM90rif4Q .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOM90rif4Q .mbr-section-title,
.cid-uOM90rif4Q .mbr-section-btn {
  text-align: center;
}
.cid-uOOSTrBX8e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1e030e;
}
.cid-uOOSTrBX8e .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffe161;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-uOOSTrBX8e .panel-group {
  border: none;
}
.cid-uOOSTrBX8e .panel-collapse {
  padding: 0 2rem;
}
.cid-uOOSTrBX8e .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-uOOSTrBX8e .panel-body,
.cid-uOOSTrBX8e .card-header {
  padding: 1rem 0;
}
.cid-uOOSTrBX8e .panel-title-edit {
  color: #ffffff;
}
.cid-uOOSTrBX8e .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uOOSTrBX8e .card {
  overflow: visible;
}
.cid-uOOSTrBX8e .panel-text {
  color: #ffffff;
}
.cid-uOOSTrBX8e H3 {
  color: #ffffff;
}
.cid-uOOSTrBX8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOOSTrBX8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM90rVzYI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOM90rVzYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM90rVzYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM90rVzYI .row {
  justify-content: center;
}
.cid-uOM90rVzYI .map-wrapper {
  position: relative;
}
.cid-uOM90rVzYI .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-uOM90rVzYI .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #1e030e;
  background-color: #1e030e;
}
.cid-uOM90rVzYI .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uOM90rVzYI .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uOM90rVzYI .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOM90syBd0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e030e;
}
.cid-uOM90syBd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOM90syBd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOM90syBd0 .row {
  justify-content: space-between;
}
.cid-uOM90syBd0 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOM90syBd0 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOM90syBd0 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOM90syBd0 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uOM90syBd0 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uOM90syBd0 .list li {
  margin-bottom: 25px;
}
.cid-uOM90syBd0 .list li:last-child {
  margin-bottom: 0;
}
.cid-uOM90syBd0 .mbr-desc {
  margin-bottom: 8px;
}
.cid-uOM90syBd0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOM90syBd0 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uOM90syBd0 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-uOM90syBd0 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ffe885;
  transition: all .3s ease;
}
.cid-uOM90syBd0 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uOM90syBd0 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ffe885;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOM90syBd0 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uOM90syBd0 .mbr-desc,
.cid-uOM90syBd0 .mbr-iconfont {
  color: #ffffff;
}
