body {
  background-color: #f1efee;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.875rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #bcbd8b !important;
}
.bg-success {
  background-color: #3adb90 !important;
}
.bg-info {
  background-color: #22d0f3 !important;
}
.bg-warning {
  background-color: #ffc516 !important;
}
.bg-danger {
  background-color: #dd3848 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bcbd8b !important;
  border-color: #bcbd8b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #989a58 !important;
  border-color: #989a58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #989a58 !important;
  border-color: #989a58 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #717744 !important;
  border-color: #717744 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3d4024 !important;
  border-color: #3d4024 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d4024 !important;
  border-color: #3d4024 !important;
}
.btn-info,
.btn-info:active {
  background-color: #22d0f3 !important;
  border-color: #22d0f3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0a98b4 !important;
  border-color: #0a98b4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a98b4 !important;
  border-color: #0a98b4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3adb90 !important;
  border-color: #3adb90 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1da164 !important;
  border-color: #1da164 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1da164 !important;
  border-color: #1da164 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc516 !important;
  border-color: #ffc516 !important;
  color: #161100 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #be8f00 !important;
  border-color: #be8f00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #161100 !important;
  background-color: #be8f00 !important;
  border-color: #be8f00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dd3848 !important;
  border-color: #dd3848 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a31c29 !important;
  border-color: #a31c29 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a31c29 !important;
  border-color: #a31c29 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  border: 1px solid #bcbd8b !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bcbd8b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #bcbd8b !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #bcbd8b !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bcbd8b !important;
  border-color: #bcbd8b !important;
}
.btn-secondary-outline {
  border: 1px solid #717744 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #717744;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #717744 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #717744 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #717744 !important;
  border-color: #717744 !important;
}
.btn-info-outline {
  border: 1px solid #22d0f3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22d0f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #22d0f3 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #22d0f3 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #22d0f3 !important;
  border-color: #22d0f3 !important;
}
.btn-success-outline {
  border: 1px solid #3adb90 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3adb90;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #3adb90 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #3adb90 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3adb90 !important;
  border-color: #3adb90 !important;
}
.btn-warning-outline {
  border: 1px solid #ffc516 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc516;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #161100 !important;
  background-color: #ffc516 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #ffc516 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #161100 !important;
  background-color: #ffc516 !important;
  border-color: #ffc516 !important;
}
.btn-danger-outline {
  border: 1px solid #dd3848 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dd3848;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #dd3848 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #dd3848 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dd3848 !important;
  border-color: #dd3848 !important;
}
.btn-black-outline {
  border: 1px solid #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #232323 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline {
  border: 1px solid #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #fafafa !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bcbd8b !important;
}
.text-secondary {
  color: #717744 !important;
}
.text-success {
  color: #3adb90 !important;
}
.text-info {
  color: #22d0f3 !important;
}
.text-warning {
  color: #ffc516 !important;
}
.text-danger {
  color: #dd3848 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8f9052 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #33361f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b945c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #098ca6 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #af8300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #951a26 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bcbd8b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #22d0f3;
}
.alert-warning {
  background-color: #ffc516;
}
.alert-danger {
  background-color: #dd3848;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bcbd8b;
  border-color: #bcbd8b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bcbd8b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ebebdc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e6fbf1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e3f9fe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbe6e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #bcbd8b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #bcbd8b;
}
/* 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: #bcbd8b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bcbd8b;
}
.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: #bcbd8b;
  border-bottom-color: #bcbd8b;
}
.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: #bcbd8b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #717744 !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='%23bcbd8b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 18px 62px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
@media (max-width: 991.98px) {
  .cid-uVmdhhJlDN section.menu.menu1,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container-fluid {
    overflow-x: hidden !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown {
    padding: 0 .5rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 56px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .2rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-logo img {
    max-height: 28px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar .navbar-collapse {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .2rem !important;
    flex-wrap: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: .15rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .25rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .nav-label {
    display: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    color: #ffffff !important;
    line-height: 1 !important;
    margin: 0 .12rem !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu .iconfont-wrapper {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    padding-right: .2rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons {
    min-width: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .35rem !important;
    min-height: 32px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    margin: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link.dropdown-toggle::after {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 64px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .3rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link {
    margin: .28em .5em !important;
    padding: 0 .2em !important;
    line-height: 1.2 !important;
  }
}
.cid-uUB4mzDa5f {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uUB4mzDa5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUB4mzDa5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUB4mzDa5f .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUB4mzDa5f .container-fluid {
    padding: 0 20px;
  }
}
.cid-uUB4mzDa5f .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-uUB4mzDa5f .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUB4mzDa5f .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUB4mzDa5f .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUB4mzDa5f .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-uUB4mzDa5f .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-uUB4mzDa5f .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUB4mzDa5f .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUB4mzDa5f .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUB4mzDa5f .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-uUB4mzDa5f .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uUB4mzDa5f .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-uUB4mzDa5f .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-uUB4mzDa5f .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUB4mzDa5f .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-uUB4mzDa5f .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uUB4mzDa5f .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-uUB4mzDa5f .mbr-section-title {
  color: #ffffff;
}
.cid-uUB4mzDa5f .mbr-price {
  color: #ffffff;
}
.cid-uUB4mzDa5f .mbr-desc {
  color: #f2f2f2;
}
.cid-uUB4mzDa5f .mbr-text {
  color: #f2f2f2;
}
.cid-uUB4mzDa5f .mbr-section-btn {
  text-align: right;
}
@media (max-width: 767.98px) {
  .cid-uUB4mzDa5f section.header1.electricm5 .title-wrapper {
    text-align: center;
  }
  .cid-uUB4mzDa5f section.header1.electricm5 .title-wrapper .logo-wrap {
    transform: none !important;
    margin: 6px auto 8px;
    display: inline-block;
  }
  .cid-uUB4mzDa5f section.header1.electricm5 .title-wrapper .logo-wrap img {
    height: 64px !important;
    width: auto !important;
    object-fit: contain !important;
  }
}
@media (max-width: 991.98px) {
  .cid-uUB4mzDa5f section.header1.electricm5 .title-wrapper .logo-wrap img {
    height: 46px !important;
    width: auto !important;
    object-fit: contain !important;
  }
}
.cid-uUTaOOE9Hh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bgneon1.png-1-2000x400.png");
}
.cid-uUTaOOE9Hh .main_header {
  margin-bottom: 5rem;
}
.cid-uUTaOOE9Hh .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uUTaOOE9Hh .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uUTaOOE9Hh .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-uUTaOOE9Hh .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-uUTaOOE9Hh .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-uUTaOOE9Hh .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-uUTaOOE9Hh img,
.cid-uUTaOOE9Hh .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 250px;
  object-fit: cover;
}
.cid-uUTaOOE9Hh .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cid-uUTaOOE9Hh .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-uUTaOOE9Hh .card_text {
  padding-top: 5px;
  color: #eae8e4;
}
.cid-uUTaOOE9Hh .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-uUTaOOE9Hh .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uUTaOOE9Hh .list_content:nth-child(1) {
  border: none;
}
.cid-uUTaOOE9Hh .list_date {
  min-width: 130px;
  color: #ffffff;
}
.cid-uUTaOOE9Hh .list_text {
  padding: 0 1rem;
  color: #ffffff;
}
.cid-uUTaOOE9Hh .list_number {
  min-width: 50px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUTaOOE9Hh .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-uUTaOOE9Hh .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uUTaOOE9Hh .mbr-text {
    margin-top: .75rem;
  }
  .cid-uUTaOOE9Hh .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-uUTaOOE9Hh .item-img,
  .cid-uUTaOOE9Hh img {
    max-height: 200px;
  }
  .cid-uUTaOOE9Hh .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-uUTaOOE9Hh .list_text {
    padding: 5px 0;
  }
  .cid-uUTaOOE9Hh .list_number {
    text-align: left;
  }
}
.cid-uUTaOOE9Hh .mbr-section-title {
  color: #ffffff;
}
.cid-uUV9gnJhds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/23.png-2000x1125.png");
}
.cid-uUV9gnJhds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUV9gnJhds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUV9gnJhds .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUV9gnJhds .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUV9gnJhds .container {
    padding: 0 20px;
  }
}
.cid-uUV9gnJhds .row {
  justify-content: center;
}
.cid-uUV9gnJhds .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUV9gnJhds .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uUV9gnJhds .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUV9gnJhds .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uUV9gnJhds .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uUV9gnJhds .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uUV9gnJhds .mbr-text {
  color: #ffffff;
}
.cid-uUV9gnJhds .mbr-desc {
  color: #e4dfd4;
}
.cid-uTbdAKDpJk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/22.png-2000x1125.png");
}
.cid-uTbdAKDpJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbdAKDpJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbdAKDpJk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uTbdAKDpJk .container-fluid {
    padding: 0 20px;
  }
}
.cid-uTbdAKDpJk .container-fluid .row {
  padding: 0 4px;
}
@media (max-width: 992px) {
  .cid-uTbdAKDpJk .container-fluid .row {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTbdAKDpJk .container {
    padding: 0 20px;
  }
}
.cid-uTbdAKDpJk .tabs-wrapper {
  padding-right: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTbdAKDpJk .tabs-wrapper {
    padding: 0;
    height: auto;
  }
}
.cid-uTbdAKDpJk .tabs-wrapper .nav.nav-tabs {
  display: block;
  border-bottom: none;
}
.cid-uTbdAKDpJk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  border: none;
  margin-bottom: 24px;
  color: #f1efee;
  opacity: .5;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  animation: none;
}
.cid-uTbdAKDpJk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uTbdAKDpJk .tab-content {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uTbdAKDpJk .tab-content {
    padding: 0;
  }
}
.cid-uTbdAKDpJk .tab-content .tab-pane .image-wrapper img {
  height: 350px;
  object-fit: cover;
  margin-bottom: 36px;
}
.cid-uTbdAKDpJk .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uTbdAKDpJk .tab-content .tab-pane .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cid-uTbdAKDpJk .tab-content .tab-pane .cards-wrapper .cards-wrap .card-wrap:first-child {
  margin-bottom: 16px;
}
.cid-uTbdAKDpJk .tab-content .tab-pane .cards-wrapper .cards-wrap .card-wrap .mbr-title {
  margin-bottom: 5px;
}
.cid-uTbdAKDpJk .tab-content .tab-pane .cards-wrapper .cards-wrap .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uTbdAKDpJk .mbr-text {
  color: #ffffff;
}
.cid-uTbdAKDpJk .mbr-title {
  color: #ffffff;
}
.cid-uTbdAKDpJk .mbr-desc {
  color: #787878;
}
.cid-uTbdAKDpJk .mbr-text,
.cid-uTbdAKDpJk .mbr-section-btn,
.cid-uTbdAKDpJk .nav-link {
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .cid-uTbdAKDpJk section.tabs1.tabs.electricm5.mbr-parallax-background {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
  }
}
.cid-uUqol5zMt4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/21.png-2000x1125.png");
}
.cid-uUqol5zMt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqol5zMt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqol5zMt4 .content-wrapper {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uUqol5zMt4 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uUqol5zMt4 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUqol5zMt4 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUqol5zMt4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75), 0 6px 12px rgba(0, 0, 0, 0.55), 0 0 16px rgba(255, 255, 255, 0.15);
}
@media (max-width: 992px) {
  .cid-uUqol5zMt4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUqol5zMt4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 49.7%;
  max-width: 49.7%;
}
@media (max-width: 992px) {
  .cid-uUqol5zMt4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUqol5zMt4 .embla__slide .slide-content {
  width: 100%;
}
.cid-uUqol5zMt4 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-uUqol5zMt4 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uUqol5zMt4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uUqol5zMt4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uUqol5zMt4 .embla__slide .slide-content .item-wrapper .item-content {
  margin-top: -84px;
  padding: 64px;
  background-color: #210c02;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uUqol5zMt4 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 48px 24px;
    margin-top: -100px;
  }
}
.cid-uUqol5zMt4 .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-uUqol5zMt4 .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUqol5zMt4 .embla__slide .slide-content .item-wrapper .item-content .card-name {
  margin-bottom: 10px;
}
.cid-uUqol5zMt4 .embla__slide .slide-content .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-uUqol5zMt4 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-uUqol5zMt4 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUqol5zMt4 .embla__button--next,
.cid-uUqol5zMt4 .embla__button--prev {
  display: flex;
}
.cid-uUqol5zMt4 .embla__button {
  top: 38%;
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: #ffffff !important;
  color: #5b3952 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uUqol5zMt4 .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-uUqol5zMt4 .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uUqol5zMt4 .embla__button:hover {
  background-color: #97748e !important;
  color: #5b3952 !important;
}
.cid-uUqol5zMt4 .embla__button:disabled {
  opacity: .2 !important;
  background-color: #ffffff !important;
  color: #5b3952 !important;
}
.cid-uUqol5zMt4 .embla__button.embla__button--prev {
  left: 48px;
}
@media (max-width: 992px) {
  .cid-uUqol5zMt4 .embla__button.embla__button--prev {
    left: auto;
    margin-left: -74px;
  }
}
.cid-uUqol5zMt4 .embla__button.embla__button--next {
  right: 48px;
}
@media (max-width: 992px) {
  .cid-uUqol5zMt4 .embla__button.embla__button--next {
    right: auto;
    margin-right: -74px;
  }
}
.cid-uUqol5zMt4 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUqol5zMt4 .embla {
    padding-bottom: 6rem;
  }
}
.cid-uUqol5zMt4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uUqol5zMt4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUqol5zMt4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUqol5zMt4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUqol5zMt4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uUqol5zMt4 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUqol5zMt4 .mbr-section-title,
.cid-uUqol5zMt4 .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUqol5zMt4 .card-name {
  color: #000000;
}
.cid-uUqol5zMt4 .card-role {
  color: #000000;
}
.cid-uUqol5zMt4 .card-text {
  color: #000000;
}
.cid-uW10NQ5YbG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-sonstiges.png-2000x1125.png");
  overflow: hidden;
}
.cid-uW10NQ5YbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW10NQ5YbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW10NQ5YbG .mbr-section-title {
  color: #ffffff;
}
.cid-uW10NQ5YbG .mbr-text {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uW10NQ5YbG .mbr-text {
    margin-top: 24px;
  }
}
.cid-uW10NQ5YbG .mbr-text a {
  transition: all .18s;
  text-decoration-line: underline;
}
.cid-uW10NQ5YbG .mbr-text a:hover {
  text-decoration-color: transparent !important;
}
.cid-uW10NQ5YbG .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}
.cid-uW10NQ5YbG .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-uW10NQ5YbG .icons-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
}
.cid-uW10NQ5YbG .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 6px;
  min-width: 36px;
  aspect-ratio: 1;
  border: 1px solid #626161;
  transition: .3s all;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 14px;
}
.cid-uW10NQ5YbG .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #626161;
  transition: .3s all;
}
.cid-uW10NQ5YbG .iconfont-wrapper:hover {
  background-color: #626161;
}
.cid-uW10NQ5YbG .iconfont-wrapper:hover .mbr-iconfont {
  color: #272727;
}
.cid-uTbdAKzK7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pattrn2.png-2000x1333.png");
}
.cid-uTbdAKzK7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbdAKzK7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbdAKzK7n .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uTbdAKzK7n .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTbdAKzK7n .container {
    padding: 0 20px;
  }
}
.cid-uTbdAKzK7n .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTbdAKzK7n .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTbdAKzK7n .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-uTbdAKzK7n .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uTbdAKzK7n .panel-group {
    padding: 0;
  }
}
.cid-uTbdAKzK7n .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-uTbdAKzK7n .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 28px 0;
}
.cid-uTbdAKzK7n .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTbdAKzK7n .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTbdAKzK7n .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #e5e1cf;
}
.cid-uTbdAKzK7n .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #e5e1cf;
}
.cid-uTbdAKzK7n .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uTbdAKzK7n .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uTbdAKzK7n .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTbdAKzK7n .mbr-section-title {
  color: #ffffff;
}
.cid-uTbdAKzK7n .panel-title-edit {
  color: #ffffff;
}
.cid-uTbdAKzK7n .panel-text {
  color: #ffffff;
}
.cid-uTbdAKzK7n section.content4 {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 991.98px) {
  .cid-uTbdAKzK7n section.content4 {
    background-attachment: scroll !important;
  }
}
.cid-uUv4AEzBPV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgneonbrick.png-2000x1125.png");
}
.cid-uUv4AEzBPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUv4AEzBPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUv4AEzBPV .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUv4AEzBPV .google-map {
    margin-bottom: 32px;
  }
}
.cid-uUv4AEzBPV .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uUv4AEzBPV .google-map iframe {
    height: 350px;
  }
}
.cid-uUv4AEzBPV .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUv4AEzBPV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUv4AEzBPV .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uUv4AEzBPV .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uUv4AEzBPV .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uUv4AEzBPV .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uUv4AEzBPV .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #ffffff !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uUv4AEzBPV .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uUv4AEzBPV .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #97748e !important;
  box-shadow: none;
}
.cid-uUv4AEzBPV .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uUv4AEzBPV .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uUv4AEzBPV .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uUv4AEzBPV .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #97748e;
  border-color: #97748e;
}
.cid-uUv4AEzBPV .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uUv4AEzBPV .mbr-section-title {
  color: #ffffff;
}
.cid-uUv4AEzBPV label {
  color: #000000;
}
.cid-uUv4AEzBPV section.form01 .opening-hours {
  display: block;
  width: 70%;
  max-width: 820px;
  padding: 12px 16px;
  margin: -12px 0 28px 0;
  border-radius: 14px;
  border: 1px solid var(--accent, rgba(188, 189, 139, 0.85));
  background: linear-gradient(180deg, rgba(188, 189, 139, 0.12), rgba(188, 189, 139, 0.06));
  box-shadow: 0 0 22px rgba(188, 189, 139, 0.35), 0 10px 22px rgba(0, 0, 0, 0.45);
  color: #ffffff;
}
.cid-uUv4AEzBPV section.form01 .oh-title {
  margin: 0 0 4px 0;
  font-weight: 700;
  letter-spacing: .3px;
}
.cid-uUv4AEzBPV section.form01 .oh-time {
  margin: 0;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .cid-uUv4AEzBPV section.form01 .opening-hours {
    width: 100%;
  }
}
.cid-uTbdAKNIzt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #210c02;
}
.cid-uTbdAKNIzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbdAKNIzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbdAKNIzt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uTbdAKNIzt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTbdAKNIzt .container {
    padding: 0 20px;
  }
}
.cid-uTbdAKNIzt .row {
  justify-content: center;
}
.cid-uTbdAKNIzt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uTbdAKNIzt .item {
  margin-bottom: 50px;
}
.cid-uTbdAKNIzt .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-uTbdAKNIzt .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uTbdAKNIzt .item .item-wrapper a {
  display: block;
}
.cid-uTbdAKNIzt .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uTbdAKNIzt .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTbdAKNIzt .mbr-section-title {
  color: #1b1b1b;
}
.cid-uTbdAKNIzt .mbr-date {
  color: #ffffff;
}
.cid-uTbdAKNIzt .mbr-text {
  color: #ffffff;
}
.cid-uTbdAKNIzt .mbr-section-title,
.cid-uTbdAKNIzt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uTbdAKORVr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #210c02;
}
.cid-uTbdAKORVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbdAKORVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbdAKORVr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .container {
    padding: 0 20px;
  }
}
.cid-uTbdAKORVr .row {
  justify-content: center;
}
.cid-uTbdAKORVr .list-wrap {
  margin-bottom: 24px;
}
.cid-uTbdAKORVr .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-uTbdAKORVr .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .list {
    text-align: center;
  }
}
.cid-uTbdAKORVr .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-uTbdAKORVr .list-wrap .list .item-wrap:hover,
.cid-uTbdAKORVr .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-uTbdAKORVr .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-uTbdAKORVr .social-wrap .social-row {
  display: inline-flex;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a:hover::after,
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-uTbdAKORVr .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-uTbdAKORVr .mbr-list-title {
  color: #000000;
}
.cid-uTbdAKORVr .list {
  color: #1b1b1b;
}
.cid-uTbdAKORVr .copyright,
.cid-uTbdAKORVr .social-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .cid-uVmdhhJlDN section.menu.menu1,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container-fluid {
    overflow-x: hidden !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown {
    padding: 0 .5rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 56px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .2rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-logo img {
    max-height: 28px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar .navbar-collapse {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .2rem !important;
    flex-wrap: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: .15rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .25rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .nav-label {
    display: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    color: #ffffff !important;
    line-height: 1 !important;
    margin: 0 .12rem !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu .iconfont-wrapper {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    padding-right: .2rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons {
    min-width: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .35rem !important;
    min-height: 32px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    margin: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link.dropdown-toggle::after {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 64px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .3rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link {
    margin: .28em .5em !important;
    padding: 0 .2em !important;
    line-height: 1.2 !important;
  }
}
.cid-uV3Ir951ph {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pattern.png-2000x1333.png");
}
.cid-uV3Ir951ph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3Ir951ph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3Ir951ph .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uV3Ir951ph .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uV3Ir951ph .container {
    padding: 0 20px;
  }
}
.cid-uV3Ir951ph .row {
  justify-content: center;
}
.cid-uV3Ir951ph .title-wrapper {
  padding: 40px 78px;
  background-color: #1b1b1b;
}
@media (max-width: 1200px) {
  .cid-uV3Ir951ph .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uV3Ir951ph .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uV3Ir951ph .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uV3Ir951ph .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uV3Ir951ph .dragArea.row {
  padding: 80px 78px;
  background-color: #2a2a2a;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-uV3Ir951ph .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uV3Ir951ph .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-uV3Ir951ph .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uV3Ir951ph .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uV3Ir951ph .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-uV3Ir951ph .dragArea.row .form-group .form-control:hover,
.cid-uV3Ir951ph .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-uV3Ir951ph .dragArea.row .form-group .form-control::placeholder {
  color: #787878;
}
.cid-uV3Ir951ph .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-uV3Ir951ph .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #787878;
}
.cid-uV3Ir951ph .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uV3Ir951ph .mbr-section-title {
  color: #c2b299;
}
.cid-uV3Ir951ph .mbr-text {
  color: #e4dfd4;
}
.cid-uV3Ir951ph label {
  color: #c2b299;
}
.cid-uV3Ir951ph section.content5.electricm5 {
  background-size: auto !important;
  background-repeat: repeat !important;
  background-position: top left !important;
}
.cid-uW16y417M6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #210c02;
}
.cid-uW16y417M6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW16y417M6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW16y417M6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uW16y417M6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uW16y417M6 .container {
    padding: 0 20px;
  }
}
.cid-uW16y417M6 .row {
  justify-content: center;
}
.cid-uW16y417M6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uW16y417M6 .item {
  margin-bottom: 50px;
}
.cid-uW16y417M6 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-uW16y417M6 .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uW16y417M6 .item .item-wrapper a {
  display: block;
}
.cid-uW16y417M6 .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uW16y417M6 .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW16y417M6 .mbr-section-title {
  color: #1b1b1b;
}
.cid-uW16y417M6 .mbr-date {
  color: #ffffff;
}
.cid-uW16y417M6 .mbr-text {
  color: #ffffff;
}
.cid-uW16y417M6 .mbr-section-title,
.cid-uW16y417M6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uTbdAKORVr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #210c02;
}
.cid-uTbdAKORVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbdAKORVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbdAKORVr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .container {
    padding: 0 20px;
  }
}
.cid-uTbdAKORVr .row {
  justify-content: center;
}
.cid-uTbdAKORVr .list-wrap {
  margin-bottom: 24px;
}
.cid-uTbdAKORVr .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-uTbdAKORVr .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .list {
    text-align: center;
  }
}
.cid-uTbdAKORVr .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-uTbdAKORVr .list-wrap .list .item-wrap:hover,
.cid-uTbdAKORVr .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-uTbdAKORVr .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-uTbdAKORVr .social-wrap .social-row {
  display: inline-flex;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a:hover::after,
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-uTbdAKORVr .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-uTbdAKORVr .mbr-list-title {
  color: #000000;
}
.cid-uTbdAKORVr .list {
  color: #1b1b1b;
}
.cid-uTbdAKORVr .copyright,
.cid-uTbdAKORVr .social-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .cid-uVmdhhJlDN section.menu.menu1,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container-fluid {
    overflow-x: hidden !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown {
    padding: 0 .5rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 56px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .2rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-logo img {
    max-height: 28px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar .navbar-collapse {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .2rem !important;
    flex-wrap: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: .15rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .25rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .nav-label {
    display: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    color: #ffffff !important;
    line-height: 1 !important;
    margin: 0 .12rem !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu .iconfont-wrapper {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    padding-right: .2rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons {
    min-width: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .35rem !important;
    min-height: 32px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    margin: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link.dropdown-toggle::after {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 64px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .3rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link {
    margin: .28em .5em !important;
    padding: 0 .2em !important;
    line-height: 1.2 !important;
  }
}
.cid-uVm0809Cp3 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #210c02;
}
.cid-uVm0809Cp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVm0809Cp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVm0809Cp3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uVm0809Cp3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVm0809Cp3 .container {
    padding: 0 20px;
  }
}
.cid-uVm0809Cp3 .row {
  justify-content: center;
}
.cid-uVm0809Cp3 .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVm0809Cp3 .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVm0809Cp3 .mbr-section-btn .btn {
  width: 100%;
}
.cid-uVm0809Cp3 .mbr-section-btn .btn:hover,
.cid-uVm0809Cp3 .mbr-section-btn .btn:focus {
  box-shadow: inset 800px 0 0 0 #22d0f3 !important;
}
.cid-uVm0809Cp3 .mbr-desc {
  color: #ffffff;
}
.cid-uVlYQLLjQJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-sonstiges.png-2000x1125.png");
}
.cid-uVlYQLLjQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVlYQLLjQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVlYQLLjQJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uVlYQLLjQJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVlYQLLjQJ .container {
    padding: 0 20px;
  }
}
.cid-uVlYQLLjQJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVlYQLLjQJ .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVlYQLLjQJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVlYQLLjQJ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVlYQLLjQJ .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVlYQLLjQJ .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVlYQLLjQJ .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uVlYQLLjQJ .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVlYQLLjQJ .image-wrapper img {
    height: 300px;
  }
}
.cid-uVlYQLLjQJ .mbr-section-title {
  color: #c2b299;
}
.cid-uVlYQLLjQJ .mbr-text {
  color: #e4dfd4;
}
.cid-uVlYReuuBe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-sonstiges.png-2000x1125.png");
}
.cid-uVlYReuuBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVlYReuuBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVlYReuuBe .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uVlYReuuBe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVlYReuuBe .container {
    padding: 0 20px;
  }
}
.cid-uVlYReuuBe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVlYReuuBe .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVlYReuuBe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVlYReuuBe .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVlYReuuBe .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVlYReuuBe .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVlYReuuBe .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uVlYReuuBe .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVlYReuuBe .image-wrapper img {
    height: 300px;
  }
}
.cid-uVlYReuuBe .mbr-section-title {
  color: #c2b299;
}
.cid-uVlYReuuBe .mbr-text {
  color: #e4dfd4;
}
.cid-uVlYRAb1bG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-sonstiges.png-2000x1125.png");
}
.cid-uVlYRAb1bG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVlYRAb1bG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVlYRAb1bG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uVlYRAb1bG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVlYRAb1bG .container {
    padding: 0 20px;
  }
}
.cid-uVlYRAb1bG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVlYRAb1bG .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVlYRAb1bG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVlYRAb1bG .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVlYRAb1bG .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVlYRAb1bG .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVlYRAb1bG .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uVlYRAb1bG .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVlYRAb1bG .image-wrapper img {
    height: 300px;
  }
}
.cid-uVlYRAb1bG .mbr-section-title {
  color: #c2b299;
}
.cid-uVlYRAb1bG .mbr-text {
  color: #e4dfd4;
}
.cid-uW16u1T9h0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #210c02;
}
.cid-uW16u1T9h0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW16u1T9h0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW16u1T9h0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uW16u1T9h0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uW16u1T9h0 .container {
    padding: 0 20px;
  }
}
.cid-uW16u1T9h0 .row {
  justify-content: center;
}
.cid-uW16u1T9h0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uW16u1T9h0 .item {
  margin-bottom: 50px;
}
.cid-uW16u1T9h0 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-uW16u1T9h0 .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uW16u1T9h0 .item .item-wrapper a {
  display: block;
}
.cid-uW16u1T9h0 .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uW16u1T9h0 .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW16u1T9h0 .mbr-section-title {
  color: #1b1b1b;
}
.cid-uW16u1T9h0 .mbr-date {
  color: #ffffff;
}
.cid-uW16u1T9h0 .mbr-text {
  color: #ffffff;
}
.cid-uW16u1T9h0 .mbr-section-title,
.cid-uW16u1T9h0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uTbdAKORVr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #210c02;
}
.cid-uTbdAKORVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbdAKORVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbdAKORVr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .container {
    padding: 0 20px;
  }
}
.cid-uTbdAKORVr .row {
  justify-content: center;
}
.cid-uTbdAKORVr .list-wrap {
  margin-bottom: 24px;
}
.cid-uTbdAKORVr .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-uTbdAKORVr .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .list {
    text-align: center;
  }
}
.cid-uTbdAKORVr .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-uTbdAKORVr .list-wrap .list .item-wrap:hover,
.cid-uTbdAKORVr .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-uTbdAKORVr .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-uTbdAKORVr .social-wrap .social-row {
  display: inline-flex;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a:hover::after,
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-uTbdAKORVr .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-uTbdAKORVr .mbr-list-title {
  color: #000000;
}
.cid-uTbdAKORVr .list {
  color: #1b1b1b;
}
.cid-uTbdAKORVr .copyright,
.cid-uTbdAKORVr .social-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .cid-uVmdhhJlDN section.menu.menu1,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container-fluid {
    overflow-x: hidden !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown {
    padding: 0 .5rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 56px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .2rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-logo img {
    max-height: 28px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar .navbar-collapse {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .2rem !important;
    flex-wrap: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: .15rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .25rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .nav-label {
    display: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    color: #ffffff !important;
    line-height: 1 !important;
    margin: 0 .12rem !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu .iconfont-wrapper {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    padding-right: .2rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons {
    min-width: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .35rem !important;
    min-height: 32px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    margin: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link.dropdown-toggle::after {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 64px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .3rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link {
    margin: .28em .5em !important;
    padding: 0 .2em !important;
    line-height: 1.2 !important;
  }
}
.cid-uVm8AukTfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgneonbrick.png-2000x1125.png");
}
.cid-uVm8AukTfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVm8AukTfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVm8AukTfp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uVm8AukTfp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVm8AukTfp .container {
    padding: 0 20px;
  }
}
.cid-uVm8AukTfp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uVm8AukTfp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-uVm8AukTfp .embla__slide .card-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVm8AukTfp .embla__slide .card-wrap {
    display: block;
  }
}
.cid-uVm8AukTfp .embla__slide .card-wrap .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uVm8AukTfp .embla__slide .card-wrap .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uVm8AukTfp .embla__slide .card-wrap .content-wrap .card-subtitle {
  margin-bottom: 10px;
  letter-spacing: .16em;
}
.cid-uVm8AukTfp .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-uVm8AukTfp .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 30px;
}
.cid-uVm8AukTfp .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 24px;
}
.cid-uVm8AukTfp .embla__slide .card-wrap .item-wrapper {
  width: 60%;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uVm8AukTfp .embla__slide .card-wrap .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-uVm8AukTfp .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uVm8AukTfp .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVm8AukTfp .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uVm8AukTfp .embla__button--next,
.cid-uVm8AukTfp .embla__button--prev {
  display: flex;
}
.cid-uVm8AukTfp .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #bcbd8b;
  border: 2px solid #22d0f3;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uVm8AukTfp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVm8AukTfp .embla__button:hover {
  background: transparent;
  color: #bcbd8b;
  border-color: #bcbd8b;
}
.cid-uVm8AukTfp .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-uVm8AukTfp .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uVm8AukTfp .embla {
  position: relative;
  width: 100%;
}
.cid-uVm8AukTfp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVm8AukTfp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVm8AukTfp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVm8AukTfp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVm8AukTfp .card-subtitle {
  color: #ededed;
}
.cid-uVm8AukTfp .card-title {
  color: #ffffff;
}
.cid-uVm8AukTfp .card-desc {
  color: #ffffff;
}
.cid-uVm8AukTfp .card-text {
  color: #ffffff;
}
.cid-uW16BYOetl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #210c02;
}
.cid-uW16BYOetl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW16BYOetl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW16BYOetl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uW16BYOetl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uW16BYOetl .container {
    padding: 0 20px;
  }
}
.cid-uW16BYOetl .row {
  justify-content: center;
}
.cid-uW16BYOetl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uW16BYOetl .item {
  margin-bottom: 50px;
}
.cid-uW16BYOetl .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-uW16BYOetl .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uW16BYOetl .item .item-wrapper a {
  display: block;
}
.cid-uW16BYOetl .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uW16BYOetl .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW16BYOetl .mbr-section-title {
  color: #1b1b1b;
}
.cid-uW16BYOetl .mbr-date {
  color: #ffffff;
}
.cid-uW16BYOetl .mbr-text {
  color: #ffffff;
}
.cid-uW16BYOetl .mbr-section-title,
.cid-uW16BYOetl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uTbdAKORVr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #210c02;
}
.cid-uTbdAKORVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbdAKORVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbdAKORVr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .container {
    padding: 0 20px;
  }
}
.cid-uTbdAKORVr .row {
  justify-content: center;
}
.cid-uTbdAKORVr .list-wrap {
  margin-bottom: 24px;
}
.cid-uTbdAKORVr .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-uTbdAKORVr .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .list {
    text-align: center;
  }
}
.cid-uTbdAKORVr .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-uTbdAKORVr .list-wrap .list .item-wrap:hover,
.cid-uTbdAKORVr .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-uTbdAKORVr .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-uTbdAKORVr .social-wrap .social-row {
  display: inline-flex;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a:hover::after,
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-uTbdAKORVr .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-uTbdAKORVr .mbr-list-title {
  color: #000000;
}
.cid-uTbdAKORVr .list {
  color: #1b1b1b;
}
.cid-uTbdAKORVr .copyright,
.cid-uTbdAKORVr .social-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .cid-uVmdhhJlDN section.menu.menu1,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container-fluid {
    overflow-x: hidden !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown {
    padding: 0 .5rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 56px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .2rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-logo img {
    max-height: 28px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar .navbar-collapse {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .2rem !important;
    flex-wrap: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: .15rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .25rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .nav-label {
    display: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    color: #ffffff !important;
    line-height: 1 !important;
    margin: 0 .12rem !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu .iconfont-wrapper {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    padding-right: .2rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons {
    min-width: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .35rem !important;
    min-height: 32px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    margin: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link.dropdown-toggle::after {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 64px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .3rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link {
    margin: .28em .5em !important;
    padding: 0 .2em !important;
    line-height: 1.2 !important;
  }
}
.cid-uV4kAdF2et {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4kAdF2et .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4kAdF2et .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4kAdF2et .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uV4kAdF2et .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uV4kAdF2et .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #ffffff 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uV4kAdF2et .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV4kAdF2et .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uV4kAdF2et .mbr-section-title {
  color: #000000;
}
.cid-uV4kAdF2et .mbr-text,
.cid-uV4kAdF2et .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uV4kAdF2et .mbr-section-title,
.cid-uV4kAdF2et .title-wrapper,
.cid-uV4kAdF2et .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uV4hss5V71 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4hss5V71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4hss5V71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4hss5V71 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4hss5V71 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4hss5V71 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4hss5V71 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4hss5V71 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4hss5V71 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4hss5V71 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4hss5V71 .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4hss5V71 .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4hss5V71 .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4hss5V71 .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4hss5V71 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4hss5V71 .mbr-label,
.cid-uV4hss5V71 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4hss5V71 .mbr-section-title,
.cid-uV4hss5V71 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4hss5V71 .mbr-text,
.cid-uV4hss5V71 .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4hss5V71 .item-text {
  color: #000000;
}
.cid-uV4hss5V71 .item-text,
.cid-uV4hss5V71 .mbr-section-btn {
  text-align: center;
}
.cid-uV4hJjZefZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4hJjZefZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4hJjZefZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4hJjZefZ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4hJjZefZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4hJjZefZ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4hJjZefZ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4hJjZefZ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4hJjZefZ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4hJjZefZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4hJjZefZ .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4hJjZefZ .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4hJjZefZ .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4hJjZefZ .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4hJjZefZ .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4hJjZefZ .mbr-label,
.cid-uV4hJjZefZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4hJjZefZ .mbr-section-title,
.cid-uV4hJjZefZ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4hJjZefZ .mbr-text,
.cid-uV4hJjZefZ .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4hJjZefZ .item-text {
  color: #000000;
}
.cid-uV4hJjZefZ .item-text,
.cid-uV4hJjZefZ .mbr-section-btn {
  text-align: center;
}
.cid-uV4hJjZefZ .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4lB7hZRQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4lB7hZRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4lB7hZRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4lB7hZRQ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4lB7hZRQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4lB7hZRQ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4lB7hZRQ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4lB7hZRQ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4lB7hZRQ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4lB7hZRQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4lB7hZRQ .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4lB7hZRQ .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4lB7hZRQ .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4lB7hZRQ .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4lB7hZRQ .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4lB7hZRQ .mbr-label,
.cid-uV4lB7hZRQ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4lB7hZRQ .mbr-section-title,
.cid-uV4lB7hZRQ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4lB7hZRQ .mbr-text,
.cid-uV4lB7hZRQ .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4lB7hZRQ .item-text {
  color: #000000;
}
.cid-uV4lB7hZRQ .item-text,
.cid-uV4lB7hZRQ .mbr-section-btn {
  text-align: center;
}
.cid-uV4lB7hZRQ .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4lIyj0Oo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4lIyj0Oo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4lIyj0Oo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4lIyj0Oo .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4lIyj0Oo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4lIyj0Oo .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4lIyj0Oo .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4lIyj0Oo .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4lIyj0Oo .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4lIyj0Oo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4lIyj0Oo .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4lIyj0Oo .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4lIyj0Oo .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4lIyj0Oo .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4lIyj0Oo .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4lIyj0Oo .mbr-label,
.cid-uV4lIyj0Oo .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4lIyj0Oo .mbr-section-title,
.cid-uV4lIyj0Oo .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4lIyj0Oo .mbr-text,
.cid-uV4lIyj0Oo .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4lIyj0Oo .item-text {
  color: #000000;
}
.cid-uV4lIyj0Oo .item-text,
.cid-uV4lIyj0Oo .mbr-section-btn {
  text-align: center;
}
.cid-uV4lIyj0Oo .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4lV9tpF3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4lV9tpF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4lV9tpF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4lV9tpF3 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4lV9tpF3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4lV9tpF3 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4lV9tpF3 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4lV9tpF3 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4lV9tpF3 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4lV9tpF3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4lV9tpF3 .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4lV9tpF3 .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4lV9tpF3 .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4lV9tpF3 .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4lV9tpF3 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4lV9tpF3 .mbr-label,
.cid-uV4lV9tpF3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4lV9tpF3 .mbr-section-title,
.cid-uV4lV9tpF3 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4lV9tpF3 .mbr-text,
.cid-uV4lV9tpF3 .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4lV9tpF3 .item-text {
  color: #000000;
}
.cid-uV4lV9tpF3 .item-text,
.cid-uV4lV9tpF3 .mbr-section-btn {
  text-align: center;
}
.cid-uV4lV9tpF3 .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4m2djRlf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4m2djRlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4m2djRlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4m2djRlf .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4m2djRlf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4m2djRlf .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4m2djRlf .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4m2djRlf .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4m2djRlf .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4m2djRlf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4m2djRlf .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4m2djRlf .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4m2djRlf .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4m2djRlf .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4m2djRlf .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4m2djRlf .mbr-label,
.cid-uV4m2djRlf .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4m2djRlf .mbr-section-title,
.cid-uV4m2djRlf .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4m2djRlf .mbr-text,
.cid-uV4m2djRlf .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4m2djRlf .item-text {
  color: #000000;
}
.cid-uV4m2djRlf .item-text,
.cid-uV4m2djRlf .mbr-section-btn {
  text-align: center;
}
.cid-uV4m2djRlf .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4m71qRPr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4m71qRPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4m71qRPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4m71qRPr .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4m71qRPr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4m71qRPr .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4m71qRPr .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4m71qRPr .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4m71qRPr .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4m71qRPr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4m71qRPr .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4m71qRPr .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4m71qRPr .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4m71qRPr .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4m71qRPr .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4m71qRPr .mbr-label,
.cid-uV4m71qRPr .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4m71qRPr .mbr-section-title,
.cid-uV4m71qRPr .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4m71qRPr .mbr-text,
.cid-uV4m71qRPr .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4m71qRPr .item-text {
  color: #000000;
}
.cid-uV4m71qRPr .item-text,
.cid-uV4m71qRPr .mbr-section-btn {
  text-align: center;
}
.cid-uV4m71qRPr .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4mdGoplq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4mdGoplq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4mdGoplq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4mdGoplq .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4mdGoplq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4mdGoplq .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4mdGoplq .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4mdGoplq .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4mdGoplq .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4mdGoplq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4mdGoplq .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4mdGoplq .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4mdGoplq .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4mdGoplq .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4mdGoplq .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4mdGoplq .mbr-label,
.cid-uV4mdGoplq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4mdGoplq .mbr-section-title,
.cid-uV4mdGoplq .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4mdGoplq .mbr-text,
.cid-uV4mdGoplq .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4mdGoplq .item-text {
  color: #000000;
}
.cid-uV4mdGoplq .item-text,
.cid-uV4mdGoplq .mbr-section-btn {
  text-align: center;
}
.cid-uV4mdGoplq .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4miwDpzg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4miwDpzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4miwDpzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4miwDpzg .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4miwDpzg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4miwDpzg .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4miwDpzg .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4miwDpzg .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4miwDpzg .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4miwDpzg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4miwDpzg .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4miwDpzg .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4miwDpzg .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4miwDpzg .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4miwDpzg .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4miwDpzg .mbr-label,
.cid-uV4miwDpzg .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4miwDpzg .mbr-section-title,
.cid-uV4miwDpzg .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4miwDpzg .mbr-text,
.cid-uV4miwDpzg .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4miwDpzg .item-text {
  color: #000000;
}
.cid-uV4miwDpzg .item-text,
.cid-uV4miwDpzg .mbr-section-btn {
  text-align: center;
}
.cid-uV4miwDpzg .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uW16FFnxh8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #210c02;
}
.cid-uW16FFnxh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW16FFnxh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW16FFnxh8 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uW16FFnxh8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uW16FFnxh8 .container {
    padding: 0 20px;
  }
}
.cid-uW16FFnxh8 .row {
  justify-content: center;
}
.cid-uW16FFnxh8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uW16FFnxh8 .item {
  margin-bottom: 50px;
}
.cid-uW16FFnxh8 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-uW16FFnxh8 .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uW16FFnxh8 .item .item-wrapper a {
  display: block;
}
.cid-uW16FFnxh8 .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uW16FFnxh8 .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW16FFnxh8 .mbr-section-title {
  color: #1b1b1b;
}
.cid-uW16FFnxh8 .mbr-date {
  color: #ffffff;
}
.cid-uW16FFnxh8 .mbr-text {
  color: #ffffff;
}
.cid-uW16FFnxh8 .mbr-section-title,
.cid-uW16FFnxh8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uTbdAKORVr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #210c02;
}
.cid-uTbdAKORVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbdAKORVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbdAKORVr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .container {
    padding: 0 20px;
  }
}
.cid-uTbdAKORVr .row {
  justify-content: center;
}
.cid-uTbdAKORVr .list-wrap {
  margin-bottom: 24px;
}
.cid-uTbdAKORVr .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-uTbdAKORVr .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .list {
    text-align: center;
  }
}
.cid-uTbdAKORVr .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-uTbdAKORVr .list-wrap .list .item-wrap:hover,
.cid-uTbdAKORVr .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-uTbdAKORVr .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-uTbdAKORVr .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-uTbdAKORVr .social-wrap .social-row {
  display: inline-flex;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a:hover::after,
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-uTbdAKORVr .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-uTbdAKORVr .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-uTbdAKORVr .mbr-list-title {
  color: #000000;
}
.cid-uTbdAKORVr .list {
  color: #1b1b1b;
}
.cid-uTbdAKORVr .copyright,
.cid-uTbdAKORVr .social-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .cid-uVmdhhJlDN section.menu.menu1,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container-fluid {
    overflow-x: hidden !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown {
    padding: 0 .5rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 56px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .2rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-logo img {
    max-height: 28px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar .navbar-collapse {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .2rem !important;
    flex-wrap: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: .15rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .25rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .nav-label {
    display: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    color: #ffffff !important;
    line-height: 1 !important;
    margin: 0 .12rem !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu .iconfont-wrapper {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    padding-right: .2rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons {
    min-width: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .35rem !important;
    min-height: 32px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    margin: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link.dropdown-toggle::after {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 64px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .3rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link {
    margin: .28em .5em !important;
    padding: 0 .2em !important;
    line-height: 1.2 !important;
  }
}
.cid-uV4sp9CVdX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4sp9CVdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4sp9CVdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4sp9CVdX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uV4sp9CVdX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uV4sp9CVdX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #ffffff 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uV4sp9CVdX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV4sp9CVdX .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uV4sp9CVdX .mbr-section-title {
  color: #000000;
}
.cid-uV4sp9CVdX .mbr-text,
.cid-uV4sp9CVdX .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uV4sp9CVdX .mbr-section-title,
.cid-uV4sp9CVdX .title-wrapper,
.cid-uV4sp9CVdX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uV4spaNcU4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4spaNcU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4spaNcU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4spaNcU4 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4spaNcU4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4spaNcU4 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4spaNcU4 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4spaNcU4 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4spaNcU4 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4spaNcU4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4spaNcU4 .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4spaNcU4 .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4spaNcU4 .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4spaNcU4 .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4spaNcU4 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4spaNcU4 .mbr-label,
.cid-uV4spaNcU4 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spaNcU4 .mbr-section-title,
.cid-uV4spaNcU4 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4spaNcU4 .mbr-text,
.cid-uV4spaNcU4 .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4spaNcU4 .item-text {
  color: #000000;
}
.cid-uV4spaNcU4 .item-text,
.cid-uV4spaNcU4 .mbr-section-btn {
  text-align: center;
}
.cid-uV4spbl2Q4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4spbl2Q4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4spbl2Q4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4spbl2Q4 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4spbl2Q4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4spbl2Q4 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4spbl2Q4 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4spbl2Q4 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4spbl2Q4 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4spbl2Q4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4spbl2Q4 .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4spbl2Q4 .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4spbl2Q4 .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4spbl2Q4 .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4spbl2Q4 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4spbl2Q4 .mbr-label,
.cid-uV4spbl2Q4 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spbl2Q4 .mbr-section-title,
.cid-uV4spbl2Q4 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spbl2Q4 .mbr-text,
.cid-uV4spbl2Q4 .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4spbl2Q4 .item-text {
  color: #000000;
}
.cid-uV4spbl2Q4 .item-text,
.cid-uV4spbl2Q4 .mbr-section-btn {
  text-align: center;
}
.cid-uV4spbl2Q4 .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4spbV4lY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4spbV4lY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4spbV4lY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4spbV4lY .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4spbV4lY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4spbV4lY .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4spbV4lY .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4spbV4lY .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4spbV4lY .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4spbV4lY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4spbV4lY .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4spbV4lY .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4spbV4lY .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4spbV4lY .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4spbV4lY .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4spbV4lY .mbr-label,
.cid-uV4spbV4lY .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spbV4lY .mbr-section-title,
.cid-uV4spbV4lY .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spbV4lY .mbr-text,
.cid-uV4spbV4lY .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4spbV4lY .item-text {
  color: #000000;
}
.cid-uV4spbV4lY .item-text,
.cid-uV4spbV4lY .mbr-section-btn {
  text-align: center;
}
.cid-uV4spbV4lY .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4spclsBu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4spclsBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4spclsBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4spclsBu .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4spclsBu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4spclsBu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4spclsBu .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4spclsBu .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4spclsBu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4spclsBu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4spclsBu .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4spclsBu .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4spclsBu .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4spclsBu .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4spclsBu .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4spclsBu .mbr-label,
.cid-uV4spclsBu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spclsBu .mbr-section-title,
.cid-uV4spclsBu .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spclsBu .mbr-text,
.cid-uV4spclsBu .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4spclsBu .item-text {
  color: #000000;
}
.cid-uV4spclsBu .item-text,
.cid-uV4spclsBu .mbr-section-btn {
  text-align: center;
}
.cid-uV4spclsBu .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4spcLSp9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4spcLSp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4spcLSp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4spcLSp9 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4spcLSp9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4spcLSp9 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4spcLSp9 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4spcLSp9 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4spcLSp9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4spcLSp9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4spcLSp9 .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4spcLSp9 .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4spcLSp9 .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4spcLSp9 .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4spcLSp9 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4spcLSp9 .mbr-label,
.cid-uV4spcLSp9 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spcLSp9 .mbr-section-title,
.cid-uV4spcLSp9 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spcLSp9 .mbr-text,
.cid-uV4spcLSp9 .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4spcLSp9 .item-text {
  color: #000000;
}
.cid-uV4spcLSp9 .item-text,
.cid-uV4spcLSp9 .mbr-section-btn {
  text-align: center;
}
.cid-uV4spcLSp9 .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4spdg4ja {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4spdg4ja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4spdg4ja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4spdg4ja .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4spdg4ja .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4spdg4ja .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4spdg4ja .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4spdg4ja .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4spdg4ja .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4spdg4ja .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4spdg4ja .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4spdg4ja .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4spdg4ja .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4spdg4ja .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4spdg4ja .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4spdg4ja .mbr-label,
.cid-uV4spdg4ja .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spdg4ja .mbr-section-title,
.cid-uV4spdg4ja .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spdg4ja .mbr-text,
.cid-uV4spdg4ja .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4spdg4ja .item-text {
  color: #000000;
}
.cid-uV4spdg4ja .item-text,
.cid-uV4spdg4ja .mbr-section-btn {
  text-align: center;
}
.cid-uV4spdg4ja .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4spdNj7a {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4spdNj7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4spdNj7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4spdNj7a .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4spdNj7a .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4spdNj7a .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4spdNj7a .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4spdNj7a .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4spdNj7a .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4spdNj7a .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4spdNj7a .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4spdNj7a .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4spdNj7a .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4spdNj7a .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4spdNj7a .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4spdNj7a .mbr-label,
.cid-uV4spdNj7a .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spdNj7a .mbr-section-title,
.cid-uV4spdNj7a .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spdNj7a .mbr-text,
.cid-uV4spdNj7a .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4spdNj7a .item-text {
  color: #000000;
}
.cid-uV4spdNj7a .item-text,
.cid-uV4spdNj7a .mbr-section-btn {
  text-align: center;
}
.cid-uV4spdNj7a .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4spemQMf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4spemQMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4spemQMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4spemQMf .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4spemQMf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4spemQMf .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4spemQMf .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4spemQMf .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4spemQMf .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4spemQMf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4spemQMf .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4spemQMf .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4spemQMf .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4spemQMf .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4spemQMf .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4spemQMf .mbr-label,
.cid-uV4spemQMf .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spemQMf .mbr-section-title,
.cid-uV4spemQMf .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4spemQMf .mbr-text,
.cid-uV4spemQMf .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4spemQMf .item-text {
  color: #000000;
}
.cid-uV4spemQMf .item-text,
.cid-uV4spemQMf .mbr-section-btn {
  text-align: center;
}
.cid-uV4spemQMf .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4speWL3k {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4speWL3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4speWL3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4speWL3k .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4speWL3k .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4speWL3k .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4speWL3k .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4speWL3k .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4speWL3k .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4speWL3k .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4speWL3k .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4speWL3k .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4speWL3k .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4speWL3k .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4speWL3k .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4speWL3k .mbr-label,
.cid-uV4speWL3k .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4speWL3k .mbr-section-title,
.cid-uV4speWL3k .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4speWL3k .mbr-text,
.cid-uV4speWL3k .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4speWL3k .item-text {
  color: #000000;
}
.cid-uV4speWL3k .item-text,
.cid-uV4speWL3k .mbr-section-btn {
  text-align: center;
}
.cid-uV4speWL3k .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV4CwhJilJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV4CwhJilJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4CwhJilJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4CwhJilJ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV4CwhJilJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV4CwhJilJ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV4CwhJilJ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV4CwhJilJ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV4CwhJilJ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV4CwhJilJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV4CwhJilJ .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV4CwhJilJ .card-wrapper {
    padding: 24px;
  }
}
.cid-uV4CwhJilJ .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV4CwhJilJ .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV4CwhJilJ .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV4CwhJilJ .mbr-label,
.cid-uV4CwhJilJ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4CwhJilJ .mbr-section-title,
.cid-uV4CwhJilJ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV4CwhJilJ .mbr-text,
.cid-uV4CwhJilJ .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV4CwhJilJ .item-text {
  color: #000000;
}
.cid-uV4CwhJilJ .item-text,
.cid-uV4CwhJilJ .mbr-section-btn {
  text-align: center;
}
.cid-uV4CwhJilJ .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uW16INP431 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #210c02;
}
.cid-uW16INP431 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW16INP431 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW16INP431 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uW16INP431 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uW16INP431 .container {
    padding: 0 20px;
  }
}
.cid-uW16INP431 .row {
  justify-content: center;
}
.cid-uW16INP431 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uW16INP431 .item {
  margin-bottom: 50px;
}
.cid-uW16INP431 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-uW16INP431 .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uW16INP431 .item .item-wrapper a {
  display: block;
}
.cid-uW16INP431 .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uW16INP431 .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW16INP431 .mbr-section-title {
  color: #1b1b1b;
}
.cid-uW16INP431 .mbr-date {
  color: #ffffff;
}
.cid-uW16INP431 .mbr-text {
  color: #ffffff;
}
.cid-uW16INP431 .mbr-section-title,
.cid-uW16INP431 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uV4sph1IYO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #210c02;
}
.cid-uV4sph1IYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4sph1IYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4sph1IYO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uV4sph1IYO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uV4sph1IYO .container {
    padding: 0 20px;
  }
}
.cid-uV4sph1IYO .row {
  justify-content: center;
}
.cid-uV4sph1IYO .list-wrap {
  margin-bottom: 24px;
}
.cid-uV4sph1IYO .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uV4sph1IYO .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-uV4sph1IYO .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uV4sph1IYO .list-wrap .list {
    text-align: center;
  }
}
.cid-uV4sph1IYO .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-uV4sph1IYO .list-wrap .list .item-wrap:hover,
.cid-uV4sph1IYO .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uV4sph1IYO .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-uV4sph1IYO .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-uV4sph1IYO .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-uV4sph1IYO .social-wrap .social-row {
  display: inline-flex;
}
.cid-uV4sph1IYO .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-uV4sph1IYO .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-uV4sph1IYO .social-wrap .social-row .soc-item a:hover::after,
.cid-uV4sph1IYO .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-uV4sph1IYO .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-uV4sph1IYO .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-uV4sph1IYO .mbr-list-title {
  color: #000000;
}
.cid-uV4sph1IYO .list {
  color: #1b1b1b;
}
.cid-uV4sph1IYO .copyright,
.cid-uV4sph1IYO .social-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .cid-uVmdhhJlDN section.menu.menu1,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar > .container-fluid {
    overflow-x: hidden !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown {
    padding: 0 .5rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 56px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .2rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-logo img {
    max-height: 28px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar .navbar-collapse {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .2rem !important;
    flex-wrap: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: .15rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .25rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .nav-label {
    display: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-nav .nav-link [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    color: #ffffff !important;
    line-height: 1 !important;
    margin: 0 .12rem !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .icons-menu .iconfont-wrapper {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    padding-right: .2rem !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons {
    min-width: 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    padding: .25rem .35rem !important;
    min-height: 32px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn .mbr-iconfont,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-buttons .btn [class*="mbr-iconfont"] {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    margin: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link.dropdown-toggle::after {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .cid-uVmdhhJlDN section.menu.menu1 .navbar,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar.navbar-short,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-dropdown,
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    min-height: 64px !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar {
    transition: none !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .navbar-brand {
    padding: .3rem 0 !important;
  }
  .cid-uVmdhhJlDN section.menu.menu1 .nav-dropdown .link {
    margin: .28em .5em !important;
    padding: 0 .2em !important;
    line-height: 1.2 !important;
  }
}
.cid-uV5NciTbwg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV5NciTbwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5NciTbwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5NciTbwg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uV5NciTbwg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uV5NciTbwg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #ffffff 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uV5NciTbwg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV5NciTbwg .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uV5NciTbwg .mbr-section-title {
  color: #000000;
}
.cid-uV5NciTbwg .mbr-text,
.cid-uV5NciTbwg .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uV5NciTbwg .mbr-section-title,
.cid-uV5NciTbwg .title-wrapper,
.cid-uV5NciTbwg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uV5Ncjsy9q {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV5Ncjsy9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5Ncjsy9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5Ncjsy9q .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV5Ncjsy9q .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV5Ncjsy9q .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV5Ncjsy9q .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV5Ncjsy9q .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV5Ncjsy9q .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV5Ncjsy9q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV5Ncjsy9q .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV5Ncjsy9q .card-wrapper {
    padding: 24px;
  }
}
.cid-uV5Ncjsy9q .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV5Ncjsy9q .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV5Ncjsy9q .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV5Ncjsy9q .mbr-label,
.cid-uV5Ncjsy9q .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5Ncjsy9q .mbr-section-title,
.cid-uV5Ncjsy9q .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV5Ncjsy9q .mbr-text,
.cid-uV5Ncjsy9q .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV5Ncjsy9q .item-text {
  color: #000000;
}
.cid-uV5Ncjsy9q .item-text,
.cid-uV5Ncjsy9q .mbr-section-btn {
  text-align: center;
}
.cid-uV5NcjWfv1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV5NcjWfv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5NcjWfv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5NcjWfv1 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV5NcjWfv1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV5NcjWfv1 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV5NcjWfv1 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV5NcjWfv1 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV5NcjWfv1 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV5NcjWfv1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV5NcjWfv1 .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV5NcjWfv1 .card-wrapper {
    padding: 24px;
  }
}
.cid-uV5NcjWfv1 .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV5NcjWfv1 .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV5NcjWfv1 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV5NcjWfv1 .mbr-label,
.cid-uV5NcjWfv1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5NcjWfv1 .mbr-section-title,
.cid-uV5NcjWfv1 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5NcjWfv1 .mbr-text,
.cid-uV5NcjWfv1 .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV5NcjWfv1 .item-text {
  color: #000000;
}
.cid-uV5NcjWfv1 .item-text,
.cid-uV5NcjWfv1 .mbr-section-btn {
  text-align: center;
}
.cid-uV5NcjWfv1 .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV5NckvYBi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV5NckvYBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5NckvYBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5NckvYBi .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV5NckvYBi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV5NckvYBi .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV5NckvYBi .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV5NckvYBi .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV5NckvYBi .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV5NckvYBi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV5NckvYBi .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV5NckvYBi .card-wrapper {
    padding: 24px;
  }
}
.cid-uV5NckvYBi .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV5NckvYBi .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV5NckvYBi .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV5NckvYBi .mbr-label,
.cid-uV5NckvYBi .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5NckvYBi .mbr-section-title,
.cid-uV5NckvYBi .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5NckvYBi .mbr-text,
.cid-uV5NckvYBi .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV5NckvYBi .item-text {
  color: #000000;
}
.cid-uV5NckvYBi .item-text,
.cid-uV5NckvYBi .mbr-section-btn {
  text-align: center;
}
.cid-uV5NckvYBi .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV5Ncl9oNW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV5Ncl9oNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5Ncl9oNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5Ncl9oNW .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV5Ncl9oNW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV5Ncl9oNW .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV5Ncl9oNW .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV5Ncl9oNW .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV5Ncl9oNW .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV5Ncl9oNW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV5Ncl9oNW .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV5Ncl9oNW .card-wrapper {
    padding: 24px;
  }
}
.cid-uV5Ncl9oNW .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV5Ncl9oNW .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV5Ncl9oNW .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV5Ncl9oNW .mbr-label,
.cid-uV5Ncl9oNW .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5Ncl9oNW .mbr-section-title,
.cid-uV5Ncl9oNW .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5Ncl9oNW .mbr-text,
.cid-uV5Ncl9oNW .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV5Ncl9oNW .item-text {
  color: #000000;
}
.cid-uV5Ncl9oNW .item-text,
.cid-uV5Ncl9oNW .mbr-section-btn {
  text-align: center;
}
.cid-uV5Ncl9oNW .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV5NclMnWa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV5NclMnWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5NclMnWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5NclMnWa .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV5NclMnWa .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV5NclMnWa .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV5NclMnWa .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV5NclMnWa .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV5NclMnWa .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV5NclMnWa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV5NclMnWa .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV5NclMnWa .card-wrapper {
    padding: 24px;
  }
}
.cid-uV5NclMnWa .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV5NclMnWa .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV5NclMnWa .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV5NclMnWa .mbr-label,
.cid-uV5NclMnWa .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5NclMnWa .mbr-section-title,
.cid-uV5NclMnWa .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5NclMnWa .mbr-text,
.cid-uV5NclMnWa .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV5NclMnWa .item-text {
  color: #000000;
}
.cid-uV5NclMnWa .item-text,
.cid-uV5NclMnWa .mbr-section-btn {
  text-align: center;
}
.cid-uV5NclMnWa .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV5NcmoKTS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV5NcmoKTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5NcmoKTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5NcmoKTS .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV5NcmoKTS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV5NcmoKTS .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV5NcmoKTS .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV5NcmoKTS .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV5NcmoKTS .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV5NcmoKTS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV5NcmoKTS .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV5NcmoKTS .card-wrapper {
    padding: 24px;
  }
}
.cid-uV5NcmoKTS .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV5NcmoKTS .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV5NcmoKTS .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV5NcmoKTS .mbr-label,
.cid-uV5NcmoKTS .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5NcmoKTS .mbr-section-title,
.cid-uV5NcmoKTS .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5NcmoKTS .mbr-text,
.cid-uV5NcmoKTS .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV5NcmoKTS .item-text {
  color: #000000;
}
.cid-uV5NcmoKTS .item-text,
.cid-uV5NcmoKTS .mbr-section-btn {
  text-align: center;
}
.cid-uV5NcmoKTS .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV5Ncn6xBM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV5Ncn6xBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5Ncn6xBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5Ncn6xBM .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV5Ncn6xBM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV5Ncn6xBM .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV5Ncn6xBM .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV5Ncn6xBM .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV5Ncn6xBM .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV5Ncn6xBM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV5Ncn6xBM .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV5Ncn6xBM .card-wrapper {
    padding: 24px;
  }
}
.cid-uV5Ncn6xBM .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV5Ncn6xBM .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV5Ncn6xBM .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV5Ncn6xBM .mbr-label,
.cid-uV5Ncn6xBM .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5Ncn6xBM .mbr-section-title,
.cid-uV5Ncn6xBM .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5Ncn6xBM .mbr-text,
.cid-uV5Ncn6xBM .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV5Ncn6xBM .item-text {
  color: #000000;
}
.cid-uV5Ncn6xBM .item-text,
.cid-uV5Ncn6xBM .mbr-section-btn {
  text-align: center;
}
.cid-uV5Ncn6xBM .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV5NcnFuLE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV5NcnFuLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5NcnFuLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5NcnFuLE .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV5NcnFuLE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV5NcnFuLE .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV5NcnFuLE .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV5NcnFuLE .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV5NcnFuLE .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV5NcnFuLE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV5NcnFuLE .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV5NcnFuLE .card-wrapper {
    padding: 24px;
  }
}
.cid-uV5NcnFuLE .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV5NcnFuLE .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV5NcnFuLE .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV5NcnFuLE .mbr-label,
.cid-uV5NcnFuLE .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5NcnFuLE .mbr-section-title,
.cid-uV5NcnFuLE .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5NcnFuLE .mbr-text,
.cid-uV5NcnFuLE .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV5NcnFuLE .item-text {
  color: #000000;
}
.cid-uV5NcnFuLE .item-text,
.cid-uV5NcnFuLE .mbr-section-btn {
  text-align: center;
}
.cid-uV5NcnFuLE .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV5Nco8u8z {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV5Nco8u8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5Nco8u8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5Nco8u8z .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV5Nco8u8z .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV5Nco8u8z .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV5Nco8u8z .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV5Nco8u8z .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV5Nco8u8z .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV5Nco8u8z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV5Nco8u8z .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV5Nco8u8z .card-wrapper {
    padding: 24px;
  }
}
.cid-uV5Nco8u8z .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV5Nco8u8z .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV5Nco8u8z .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV5Nco8u8z .mbr-label,
.cid-uV5Nco8u8z .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5Nco8u8z .mbr-section-title,
.cid-uV5Nco8u8z .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5Nco8u8z .mbr-text,
.cid-uV5Nco8u8z .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV5Nco8u8z .item-text {
  color: #000000;
}
.cid-uV5Nco8u8z .item-text,
.cid-uV5Nco8u8z .mbr-section-btn {
  text-align: center;
}
.cid-uV5Nco8u8z .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uV5OciHTnR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bgtext.png-1-1920x1080.png");
}
.cid-uV5OciHTnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5OciHTnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5OciHTnR .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uV5OciHTnR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uV5OciHTnR .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uV5OciHTnR .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uV5OciHTnR .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uV5OciHTnR .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uV5OciHTnR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uV5OciHTnR .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uV5OciHTnR .card-wrapper {
    padding: 24px;
  }
}
.cid-uV5OciHTnR .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uV5OciHTnR .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uV5OciHTnR .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV5OciHTnR .mbr-label,
.cid-uV5OciHTnR .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5OciHTnR .mbr-section-title,
.cid-uV5OciHTnR .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uV5OciHTnR .mbr-text,
.cid-uV5OciHTnR .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-uV5OciHTnR .item-text {
  color: #000000;
}
.cid-uV5OciHTnR .item-text,
.cid-uV5OciHTnR .mbr-section-btn {
  text-align: center;
}
.cid-uV5OciHTnR .content-wrapper .label-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-uW16M89rjB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #210c02;
}
.cid-uW16M89rjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW16M89rjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW16M89rjB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uW16M89rjB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uW16M89rjB .container {
    padding: 0 20px;
  }
}
.cid-uW16M89rjB .row {
  justify-content: center;
}
.cid-uW16M89rjB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uW16M89rjB .item {
  margin-bottom: 50px;
}
.cid-uW16M89rjB .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}
.cid-uW16M89rjB .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uW16M89rjB .item .item-wrapper a {
  display: block;
}
.cid-uW16M89rjB .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uW16M89rjB .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW16M89rjB .mbr-section-title {
  color: #1b1b1b;
}
.cid-uW16M89rjB .mbr-date {
  color: #ffffff;
}
.cid-uW16M89rjB .mbr-text {
  color: #ffffff;
}
.cid-uW16M89rjB .mbr-section-title,
.cid-uW16M89rjB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uV5Ncq7WDA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #210c02;
}
.cid-uV5Ncq7WDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5Ncq7WDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5Ncq7WDA .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uV5Ncq7WDA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uV5Ncq7WDA .container {
    padding: 0 20px;
  }
}
.cid-uV5Ncq7WDA .row {
  justify-content: center;
}
.cid-uV5Ncq7WDA .list-wrap {
  margin-bottom: 24px;
}
.cid-uV5Ncq7WDA .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uV5Ncq7WDA .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-uV5Ncq7WDA .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uV5Ncq7WDA .list-wrap .list {
    text-align: center;
  }
}
.cid-uV5Ncq7WDA .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-uV5Ncq7WDA .list-wrap .list .item-wrap:hover,
.cid-uV5Ncq7WDA .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uV5Ncq7WDA .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-uV5Ncq7WDA .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-uV5Ncq7WDA .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-uV5Ncq7WDA .social-wrap .social-row {
  display: inline-flex;
}
.cid-uV5Ncq7WDA .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-uV5Ncq7WDA .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-uV5Ncq7WDA .social-wrap .social-row .soc-item a:hover::after,
.cid-uV5Ncq7WDA .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-uV5Ncq7WDA .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-uV5Ncq7WDA .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-uV5Ncq7WDA .mbr-list-title {
  color: #000000;
}
.cid-uV5Ncq7WDA .list {
  color: #1b1b1b;
}
.cid-uV5Ncq7WDA .copyright,
.cid-uV5Ncq7WDA .social-wrap {
  text-align: center;
  color: #ffffff;
}
