.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8d99ae !important;
}
.bg-success {
  background-color: #2fd98a !important;
}
.bg-info {
  background-color: #16cdf2 !important;
}
.bg-warning {
  background-color: #ffc209 !important;
}
.bg-danger {
  background-color: #db2d3e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8d99ae !important;
  border-color: #8d99ae !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #abb4c3 !important;
  border-color: #abb4c3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #abb4c3 !important;
  border-color: #abb4c3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ef233c !important;
  border-color: #ef233c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f25366 !important;
  border-color: #f25366 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f25366 !important;
  border-color: #f25366 !important;
}
.btn-info,
.btn-info:active {
  background-color: #16cdf2 !important;
  border-color: #16cdf2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #46d7f5 !important;
  border-color: #46d7f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #46d7f5 !important;
  border-color: #46d7f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2fd98a !important;
  border-color: #2fd98a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5ae1a2 !important;
  border-color: #5ae1a2 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5ae1a2 !important;
  border-color: #5ae1a2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc209 !important;
  border-color: #ffc209 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcf3c !important;
  border-color: #ffcf3c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcf3c !important;
  border-color: #ffcf3c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #db2d3e !important;
  border-color: #db2d3e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e25966 !important;
  border-color: #e25966 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e25966 !important;
  border-color: #e25966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8d99ae;
  color: #8d99ae;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5f6d85 !important;
  background-color: transparent !important;
  border-color: #5f6d85 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8d99ae !important;
  border-color: #8d99ae !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ef233c;
  color: #ef233c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #af0d21 !important;
  background-color: transparent !important;
  border-color: #af0d21 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef233c !important;
  border-color: #ef233c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #16cdf2;
  color: #16cdf2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #098da8 !important;
  background-color: transparent !important;
  border-color: #098da8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #16cdf2 !important;
  border-color: #16cdf2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2fd98a;
  color: #2fd98a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b965d !important;
  background-color: transparent !important;
  border-color: #1b965d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2fd98a !important;
  border-color: #2fd98a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc209;
  color: #ffc209;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b18500 !important;
  background-color: transparent !important;
  border-color: #b18500 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc209 !important;
  border-color: #ffc209 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #db2d3e;
  color: #db2d3e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #971a26 !important;
  background-color: transparent !important;
  border-color: #971a26 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #db2d3e !important;
  border-color: #db2d3e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8d99ae !important;
}
.text-secondary {
  color: #ef233c !important;
}
.text-success {
  color: #2fd98a !important;
}
.text-info {
  color: #16cdf2 !important;
}
.text-warning {
  color: #ffc209 !important;
}
.text-danger {
  color: #db2d3e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #58667d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a00c1e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #198955 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #098199 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a27a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8a1823 !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: #8d99ae;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #16cdf2;
}
.alert-warning {
  background-color: #ffc209;
}
.alert-danger {
  background-color: #db2d3e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8d99ae;
  border-color: #8d99ae;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8d99ae;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d8dce3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dbf9eb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d7f6fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9dbde;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.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: #8d99ae !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #8d99ae;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8d99ae;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8d99ae;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8d99ae;
  border-bottom-color: #8d99ae;
}
.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: #8d99ae !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: #ef233c !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='%238d99ae' %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 {
  padding: 15px 90px;
  border-radius: 8px !important;
  border-width: 1px !important;
  font-weight: 700 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 15px 22px;
  }
}
.mbr-section-btn .btn .btn-primary,
.mbr-section-btn-main .btn .btn-primary,
.mbr-section-btn .btn .btn-secondary,
.mbr-section-btn-main .btn .btn-secondary,
.mbr-section-btn .btn .btn-success,
.mbr-section-btn-main .btn .btn-success,
.mbr-section-btn .btn .btn-info,
.mbr-section-btn-main .btn .btn-info,
.mbr-section-btn .btn .btn-warning,
.mbr-section-btn-main .btn .btn-warning,
.mbr-section-btn .btn .btn-danger,
.mbr-section-btn-main .btn .btn-danger,
.mbr-section-btn .btn .btn-black,
.mbr-section-btn-main .btn .btn-black,
.mbr-section-btn .btn .btn-white,
.mbr-section-btn-main .btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.item-content {
  border-radius: 10px !important;
}
.tag-wrap {
  border-radius: 8px;
}
.tag-wrapper {
  border-radius: 30px;
}
.soc-item {
  border-radius: 8px;
}
.soc-item .mbr-iconfont {
  border-radius: 8px;
}
.slide-content .item-wrapper .item-img {
  border-radius: 10px;
}
.content-wrapper {
  border-radius: 20px;
}
.content-wrapper img {
  border-radius: 20px !important;
}
.google-map iframe {
  border-radius: 20px;
}
.card-mini {
  border-radius: 30px !important;
}
.title-wrap .item-title {
  border-radius: 15rem;
}
.nav.nav-tabs .nav-link {
  border-radius: 30px !important;
}
.form-control {
  border-radius: 8px !important;
}
.cid-uzL0LC3IIY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzL0LC3IIY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzL0LC3IIY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzL0LC3IIY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzL0LC3IIY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uzL0LC3IIY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzL0LC3IIY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzL0LC3IIY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzL0LC3IIY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uzL0LC3IIY .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzL0LC3IIY .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzL0LC3IIY .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzL0LC3IIY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzL0LC3IIY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uzL0LC3IIY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzL0LC3IIY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzL0LC3IIY .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uzL0LC3IIY .nav-link:hover {
  color: #ffffff !important;
}
.cid-uzL0LC3IIY .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzL0LC3IIY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzL0LC3IIY .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uzL0LC3IIY .navbar-caption:hover,
.cid-uzL0LC3IIY .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uzL0LC3IIY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzL0LC3IIY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uzL0LC3IIY .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uzL0LC3IIY .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzL0LC3IIY .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzL0LC3IIY .menu-container {
    margin: 16px;
  }
}
.cid-uzL0LC3IIY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uzL0LC3IIY .iconfont-wrapper:hover,
.cid-uzL0LC3IIY .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzL0LC3IIY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uzL0LC3IIY .nav-item:focus,
.cid-uzL0LC3IIY .nav-link:focus {
  outline: none;
}
.cid-uzL0LC3IIY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzL0LC3IIY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzL0LC3IIY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzL0LC3IIY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzL0LC3IIY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzL0LC3IIY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzL0LC3IIY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzL0LC3IIY .navbar.opened {
  transition: all 0.3s;
}
.cid-uzL0LC3IIY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzL0LC3IIY .navbar .navbar-logo img {
  width: auto;
}
.cid-uzL0LC3IIY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzL0LC3IIY .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzL0LC3IIY .navbar.collapsed {
  justify-content: center;
}
.cid-uzL0LC3IIY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzL0LC3IIY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzL0LC3IIY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzL0LC3IIY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzL0LC3IIY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzL0LC3IIY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzL0LC3IIY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzL0LC3IIY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzL0LC3IIY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzL0LC3IIY .navbar {
    min-height: 72px;
  }
  .cid-uzL0LC3IIY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzL0LC3IIY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzL0LC3IIY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzL0LC3IIY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzL0LC3IIY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzL0LC3IIY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzL0LC3IIY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzL0LC3IIY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzL0LC3IIY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzL0LC3IIY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzL0LC3IIY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzL0LC3IIY .dropdown-item.active,
.cid-uzL0LC3IIY .dropdown-item:active {
  background-color: transparent;
}
.cid-uzL0LC3IIY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzL0LC3IIY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzL0LC3IIY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzL0LC3IIY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uzL0LC3IIY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzL0LC3IIY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzL0LC3IIY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzL0LC3IIY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzL0LC3IIY .navbar-buttons {
    text-align: left;
  }
}
.cid-uzL0LC3IIY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzL0LC3IIY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzL0LC3IIY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzL0LC3IIY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzL0LC3IIY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzL0LC3IIY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzL0LC3IIY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzL0LC3IIY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzL0LC3IIY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzL0LC3IIY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzL0LC3IIY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzL0LC3IIY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzL0LC3IIY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzL0LC3IIY .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzL0LC3IIY .navbar {
    height: 70px;
  }
  .cid-uzL0LC3IIY .navbar.opened {
    height: auto;
  }
  .cid-uzL0LC3IIY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzL0LC3IIY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzL0LC3IIY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzL0LC3IIY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzL0LC3IIY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uzL0LC3IIY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzL0LC3IIY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzL0LC3IIY .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzL0LC3IIY .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzL0LC3IIY .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uzL0LC3IIY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzL0LC3IIY .navbar-brand {
    margin-right: auto;
  }
  .cid-uzL0LC3IIY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uzL0LC3IIY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzL0LC3IIY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzL0LC3IIY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzL0LC3IIY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzL0LC3IIY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzL0LC3IIY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uzL0LC3IIY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzL0LC3IIY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzL0LC3IIY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzL0LC3IIY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzL0LC3IIY .navbar-brand,
.cid-uzL0LC3IIY .navbar-toggler,
.cid-uzL0LC3IIY .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzL0LC3IIY .nav-link,
.cid-uzL0LC3IIY .dropdown-item {
  color: #FFFFFF;
}
.cid-uzL0LF8Wmg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzL0LF8Wmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzL0LF8Wmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzL0LF8Wmg .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzL0LF8Wmg .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uzL0LF8Wmg .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uzL0LF8Wmg .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uzL0LF8Wmg .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzL0LF8Wmg .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uzL0LF8Wmg .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uzL0LF8Wmg .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uzL0LF8Wmg .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzL0LF8Wmg .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzL0LF8Wmg .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uzL0LF8Wmg .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uzL0LF8Wmg .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uzL0LF8Wmg .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uzL0LF8Wmg .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uzL0LF8Wmg .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzL0LF8Wmg .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uzL0LF8Wmg .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzL0LF8Wmg .panel-title-edit {
  color: #ffffff;
}
.cid-uzL0LF8Wmg .panel-text {
  color: #ffffff;
}
.cid-uzL0LF8Wmg .panel-title-edit,
.cid-uzL0LF8Wmg .icon-wrapper {
  color: #FFFFFF;
}
.cid-uzL0LF8Wmg .panel-text,
.cid-uzL0LF8Wmg .panel-body {
  color: #FFFFFF;
}
.cid-uzL0LKizlo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzL0LKizlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzL0LKizlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzL0LKizlo .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uzL0LKizlo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzL0LKizlo .items-wrap {
  margin: 0 -7px;
}
.cid-uzL0LKizlo .items-wrap .card {
  padding: 0 7px;
}
.cid-uzL0LKizlo .content-wrapper {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzL0LKizlo .content-wrapper {
    padding: 14px;
    margin-bottom: 14px;
  }
}
.cid-uzL0LKizlo .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uzL0LKizlo .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-uzL0LKizlo .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-uzL0LKizlo .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #8d99ae !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uzL0LKizlo .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-uzL0LKizlo .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uzL0LKizlo .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uzL0LKizlo .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uzL0LKizlo .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uzL0LKizlo .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uzL0LKizlo .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #8d99ae;
  border-color: #8d99ae;
}
.cid-uzL0LKizlo .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uzL0LKizlo .google-map {
  height: 100%;
}
.cid-uzL0LKizlo .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uzL0LKizlo .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uzL0LKizlo .mbr-section-title {
  color: #bcfe1e;
}
.cid-uzL0LKizlo label {
  color: #ffffff;
}
.cid-uzL0LKizlo .mbr-section-title,
.cid-uzL0LKizlo .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uzLd24hjYp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzLd24hjYp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzLd24hjYp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzLd24hjYp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzLd24hjYp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uzLd24hjYp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzLd24hjYp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzLd24hjYp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzLd24hjYp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uzLd24hjYp .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzLd24hjYp .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzLd24hjYp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzLd24hjYp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzLd24hjYp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uzLd24hjYp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzLd24hjYp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzLd24hjYp .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uzLd24hjYp .nav-link:hover {
  color: #ffffff !important;
}
.cid-uzLd24hjYp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzLd24hjYp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzLd24hjYp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uzLd24hjYp .navbar-caption:hover,
.cid-uzLd24hjYp .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uzLd24hjYp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzLd24hjYp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uzLd24hjYp .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uzLd24hjYp .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzLd24hjYp .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzLd24hjYp .menu-container {
    margin: 16px;
  }
}
.cid-uzLd24hjYp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uzLd24hjYp .iconfont-wrapper:hover,
.cid-uzLd24hjYp .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzLd24hjYp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uzLd24hjYp .nav-item:focus,
.cid-uzLd24hjYp .nav-link:focus {
  outline: none;
}
.cid-uzLd24hjYp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzLd24hjYp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzLd24hjYp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzLd24hjYp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzLd24hjYp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzLd24hjYp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzLd24hjYp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzLd24hjYp .navbar.opened {
  transition: all 0.3s;
}
.cid-uzLd24hjYp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzLd24hjYp .navbar .navbar-logo img {
  width: auto;
}
.cid-uzLd24hjYp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzLd24hjYp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzLd24hjYp .navbar.collapsed {
  justify-content: center;
}
.cid-uzLd24hjYp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzLd24hjYp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzLd24hjYp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzLd24hjYp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzLd24hjYp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzLd24hjYp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzLd24hjYp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzLd24hjYp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzLd24hjYp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzLd24hjYp .navbar {
    min-height: 72px;
  }
  .cid-uzLd24hjYp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzLd24hjYp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzLd24hjYp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzLd24hjYp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzLd24hjYp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzLd24hjYp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzLd24hjYp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzLd24hjYp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzLd24hjYp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzLd24hjYp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzLd24hjYp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzLd24hjYp .dropdown-item.active,
.cid-uzLd24hjYp .dropdown-item:active {
  background-color: transparent;
}
.cid-uzLd24hjYp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzLd24hjYp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzLd24hjYp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzLd24hjYp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uzLd24hjYp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzLd24hjYp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzLd24hjYp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzLd24hjYp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzLd24hjYp .navbar-buttons {
    text-align: left;
  }
}
.cid-uzLd24hjYp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzLd24hjYp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzLd24hjYp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzLd24hjYp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzLd24hjYp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzLd24hjYp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzLd24hjYp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzLd24hjYp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzLd24hjYp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzLd24hjYp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzLd24hjYp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzLd24hjYp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzLd24hjYp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzLd24hjYp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzLd24hjYp .navbar {
    height: 70px;
  }
  .cid-uzLd24hjYp .navbar.opened {
    height: auto;
  }
  .cid-uzLd24hjYp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzLd24hjYp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzLd24hjYp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzLd24hjYp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzLd24hjYp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uzLd24hjYp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzLd24hjYp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzLd24hjYp .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzLd24hjYp .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzLd24hjYp .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uzLd24hjYp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzLd24hjYp .navbar-brand {
    margin-right: auto;
  }
  .cid-uzLd24hjYp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uzLd24hjYp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzLd24hjYp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzLd24hjYp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzLd24hjYp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzLd24hjYp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzLd24hjYp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uzLd24hjYp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzLd24hjYp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzLd24hjYp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzLd24hjYp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzLd24hjYp .navbar-brand,
.cid-uzLd24hjYp .navbar-toggler,
.cid-uzLd24hjYp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzLd24hjYp .nav-link,
.cid-uzLd24hjYp .dropdown-item {
  color: #FFFFFF;
}
.cid-uzLd250xZT {
  background-image: url("../../../assets/images/img-6040-2000x2000.jpg");
}
.cid-uzLd250xZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzLd250xZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzLd250xZT .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzLd250xZT .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uzLd250xZT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uzLd250xZT .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uzLd250xZT .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzLd250xZT .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uzLd250xZT .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uzLd250xZT .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uzLd250xZT .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzLd250xZT .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzLd250xZT .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uzLd250xZT .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uzLd250xZT .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uzLd250xZT .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uzLd250xZT .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uzLd250xZT .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzLd250xZT .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uzLd250xZT .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzLd250xZT .panel-title-edit {
  color: #ffffff;
}
.cid-uzLd250xZT .panel-text {
  color: #ffffff;
}
.cid-uzLd250xZT .panel-title-edit,
.cid-uzLd250xZT .icon-wrapper {
  color: #FFFFFF;
}
.cid-uzLd250xZT .panel-text,
.cid-uzLd250xZT .panel-body {
  color: #FFFFFF;
  text-align: left;
}
.cid-uzMnqOIgoz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzMnqOIgoz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzMnqOIgoz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzMnqOIgoz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzMnqOIgoz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uzMnqOIgoz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzMnqOIgoz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzMnqOIgoz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzMnqOIgoz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uzMnqOIgoz .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzMnqOIgoz .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzMnqOIgoz .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzMnqOIgoz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzMnqOIgoz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uzMnqOIgoz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzMnqOIgoz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzMnqOIgoz .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uzMnqOIgoz .nav-link:hover {
  color: #ffffff !important;
}
.cid-uzMnqOIgoz .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzMnqOIgoz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzMnqOIgoz .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uzMnqOIgoz .navbar-caption:hover,
.cid-uzMnqOIgoz .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uzMnqOIgoz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzMnqOIgoz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uzMnqOIgoz .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uzMnqOIgoz .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzMnqOIgoz .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzMnqOIgoz .menu-container {
    margin: 16px;
  }
}
.cid-uzMnqOIgoz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uzMnqOIgoz .iconfont-wrapper:hover,
.cid-uzMnqOIgoz .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzMnqOIgoz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uzMnqOIgoz .nav-item:focus,
.cid-uzMnqOIgoz .nav-link:focus {
  outline: none;
}
.cid-uzMnqOIgoz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzMnqOIgoz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzMnqOIgoz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzMnqOIgoz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzMnqOIgoz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzMnqOIgoz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzMnqOIgoz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzMnqOIgoz .navbar.opened {
  transition: all 0.3s;
}
.cid-uzMnqOIgoz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzMnqOIgoz .navbar .navbar-logo img {
  width: auto;
}
.cid-uzMnqOIgoz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzMnqOIgoz .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzMnqOIgoz .navbar.collapsed {
  justify-content: center;
}
.cid-uzMnqOIgoz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzMnqOIgoz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzMnqOIgoz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzMnqOIgoz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzMnqOIgoz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzMnqOIgoz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzMnqOIgoz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzMnqOIgoz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzMnqOIgoz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzMnqOIgoz .navbar {
    min-height: 72px;
  }
  .cid-uzMnqOIgoz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzMnqOIgoz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzMnqOIgoz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzMnqOIgoz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzMnqOIgoz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzMnqOIgoz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzMnqOIgoz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzMnqOIgoz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzMnqOIgoz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzMnqOIgoz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzMnqOIgoz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzMnqOIgoz .dropdown-item.active,
.cid-uzMnqOIgoz .dropdown-item:active {
  background-color: transparent;
}
.cid-uzMnqOIgoz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzMnqOIgoz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzMnqOIgoz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzMnqOIgoz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uzMnqOIgoz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzMnqOIgoz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzMnqOIgoz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzMnqOIgoz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzMnqOIgoz .navbar-buttons {
    text-align: left;
  }
}
.cid-uzMnqOIgoz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzMnqOIgoz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzMnqOIgoz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzMnqOIgoz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzMnqOIgoz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzMnqOIgoz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzMnqOIgoz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzMnqOIgoz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzMnqOIgoz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzMnqOIgoz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzMnqOIgoz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzMnqOIgoz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzMnqOIgoz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzMnqOIgoz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzMnqOIgoz .navbar {
    height: 70px;
  }
  .cid-uzMnqOIgoz .navbar.opened {
    height: auto;
  }
  .cid-uzMnqOIgoz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzMnqOIgoz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzMnqOIgoz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzMnqOIgoz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzMnqOIgoz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uzMnqOIgoz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzMnqOIgoz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzMnqOIgoz .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzMnqOIgoz .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzMnqOIgoz .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uzMnqOIgoz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzMnqOIgoz .navbar-brand {
    margin-right: auto;
  }
  .cid-uzMnqOIgoz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uzMnqOIgoz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzMnqOIgoz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzMnqOIgoz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzMnqOIgoz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzMnqOIgoz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzMnqOIgoz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uzMnqOIgoz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzMnqOIgoz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzMnqOIgoz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzMnqOIgoz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzMnqOIgoz .navbar-brand,
.cid-uzMnqOIgoz .navbar-toggler,
.cid-uzMnqOIgoz .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzMnqOIgoz .nav-link,
.cid-uzMnqOIgoz .dropdown-item {
  color: #FFFFFF;
}
.cid-uzMnqPfvKD {
  padding-top: 8rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/img-5289-1290x1290.jpeg");
}
.cid-uzMnqPfvKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMnqPfvKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMnqPfvKD .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzMnqPfvKD .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uzMnqPfvKD .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uzMnqPfvKD .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uzMnqPfvKD .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzMnqPfvKD .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uzMnqPfvKD .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uzMnqPfvKD .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uzMnqPfvKD .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzMnqPfvKD .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzMnqPfvKD .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uzMnqPfvKD .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uzMnqPfvKD .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uzMnqPfvKD .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uzMnqPfvKD .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uzMnqPfvKD .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzMnqPfvKD .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uzMnqPfvKD .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMnqPfvKD .panel-title-edit {
  color: #ffffff;
}
.cid-uzMnqPfvKD .panel-text {
  color: #ffffff;
}
.cid-uzMnqPfvKD .panel-title-edit,
.cid-uzMnqPfvKD .icon-wrapper {
  color: #FFFFFF;
}
.cid-uzMnqPfvKD .panel-text,
.cid-uzMnqPfvKD .panel-body {
  color: #FFFFFF;
}
.cid-uzMnqPxau9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMnqPxau9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMnqPxau9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMnqPxau9 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uzMnqPxau9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzMnqPxau9 .items-wrap {
  margin: 0 -7px;
}
.cid-uzMnqPxau9 .items-wrap .card {
  padding: 0 7px;
}
.cid-uzMnqPxau9 .content-wrapper {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzMnqPxau9 .content-wrapper {
    padding: 14px;
    margin-bottom: 14px;
  }
}
.cid-uzMnqPxau9 .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uzMnqPxau9 .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-uzMnqPxau9 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-uzMnqPxau9 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #8d99ae !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uzMnqPxau9 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-uzMnqPxau9 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uzMnqPxau9 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uzMnqPxau9 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uzMnqPxau9 .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uzMnqPxau9 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uzMnqPxau9 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #8d99ae;
  border-color: #8d99ae;
}
.cid-uzMnqPxau9 .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uzMnqPxau9 .google-map {
  height: 100%;
}
.cid-uzMnqPxau9 .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uzMnqPxau9 .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uzMnqPxau9 .mbr-section-title {
  color: #bcfe1e;
}
.cid-uzMnqPxau9 label {
  color: #ffffff;
}
.cid-uzMnqPxau9 .mbr-section-title,
.cid-uzMnqPxau9 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uv8yeWMZT9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uv8yeWMZT9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uv8yeWMZT9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uv8yeWMZT9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uv8yeWMZT9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uv8yeWMZT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uv8yeWMZT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv8yeWMZT9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uv8yeWMZT9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uv8yeWMZT9 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uv8yeWMZT9 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uv8yeWMZT9 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uv8yeWMZT9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uv8yeWMZT9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uv8yeWMZT9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uv8yeWMZT9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uv8yeWMZT9 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uv8yeWMZT9 .nav-link:hover {
  color: #ffffff !important;
}
.cid-uv8yeWMZT9 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uv8yeWMZT9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uv8yeWMZT9 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uv8yeWMZT9 .navbar-caption:hover,
.cid-uv8yeWMZT9 .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uv8yeWMZT9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uv8yeWMZT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uv8yeWMZT9 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uv8yeWMZT9 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uv8yeWMZT9 .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uv8yeWMZT9 .menu-container {
    margin: 16px;
  }
}
.cid-uv8yeWMZT9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uv8yeWMZT9 .iconfont-wrapper:hover,
.cid-uv8yeWMZT9 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uv8yeWMZT9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uv8yeWMZT9 .nav-item:focus,
.cid-uv8yeWMZT9 .nav-link:focus {
  outline: none;
}
.cid-uv8yeWMZT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv8yeWMZT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv8yeWMZT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv8yeWMZT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv8yeWMZT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv8yeWMZT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv8yeWMZT9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uv8yeWMZT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uv8yeWMZT9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uv8yeWMZT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uv8yeWMZT9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uv8yeWMZT9 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uv8yeWMZT9 .navbar.collapsed {
  justify-content: center;
}
.cid-uv8yeWMZT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv8yeWMZT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uv8yeWMZT9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uv8yeWMZT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv8yeWMZT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv8yeWMZT9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uv8yeWMZT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv8yeWMZT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uv8yeWMZT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uv8yeWMZT9 .navbar {
    min-height: 72px;
  }
  .cid-uv8yeWMZT9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uv8yeWMZT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv8yeWMZT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv8yeWMZT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv8yeWMZT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uv8yeWMZT9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uv8yeWMZT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uv8yeWMZT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uv8yeWMZT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv8yeWMZT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uv8yeWMZT9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uv8yeWMZT9 .dropdown-item.active,
.cid-uv8yeWMZT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uv8yeWMZT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uv8yeWMZT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv8yeWMZT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv8yeWMZT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uv8yeWMZT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uv8yeWMZT9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uv8yeWMZT9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uv8yeWMZT9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uv8yeWMZT9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uv8yeWMZT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uv8yeWMZT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uv8yeWMZT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv8yeWMZT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8yeWMZT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8yeWMZT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv8yeWMZT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8yeWMZT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv8yeWMZT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv8yeWMZT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8yeWMZT9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uv8yeWMZT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uv8yeWMZT9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv8yeWMZT9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uv8yeWMZT9 .navbar {
    height: 70px;
  }
  .cid-uv8yeWMZT9 .navbar.opened {
    height: auto;
  }
  .cid-uv8yeWMZT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv8yeWMZT9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uv8yeWMZT9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uv8yeWMZT9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uv8yeWMZT9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uv8yeWMZT9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uv8yeWMZT9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uv8yeWMZT9 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uv8yeWMZT9 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uv8yeWMZT9 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uv8yeWMZT9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uv8yeWMZT9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uv8yeWMZT9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uv8yeWMZT9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uv8yeWMZT9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uv8yeWMZT9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uv8yeWMZT9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uv8yeWMZT9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uv8yeWMZT9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uv8yeWMZT9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uv8yeWMZT9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uv8yeWMZT9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uv8yeWMZT9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uv8yeWMZT9 .navbar-brand,
.cid-uv8yeWMZT9 .navbar-toggler,
.cid-uv8yeWMZT9 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uv8yeWMZT9 .nav-link,
.cid-uv8yeWMZT9 .dropdown-item {
  color: #FFFFFF;
}
.cid-uv8yeWPuNA {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/img-5433-2000x2000.jpg");
}
.cid-uv8yeWPuNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeWPuNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeWPuNA .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uv8yeWPuNA .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv8yeWPuNA .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uv8yeWPuNA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uv8yeWPuNA .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uv8yeWPuNA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv8yeWPuNA .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uv8yeWPuNA .mbr-section-title {
  color: #ffffff;
}
.cid-uv8yeWPuNA .mbr-text,
.cid-uv8yeWPuNA .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeWPuNA .mbr-section-title,
.cid-uv8yeWPuNA .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uv8yeXKfCC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d90429;
}
.cid-uv8yeXKfCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeXKfCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeXKfCC .items-wrap {
  justify-content: space-between;
}
.cid-uv8yeXKfCC .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uv8yeXKfCC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uv8yeXKfCC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uv8yeXKfCC .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uv8yeXKfCC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv8yeXKfCC .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uv8yeXKfCC .image-wrapper {
  margin-bottom: 32px;
}
.cid-uv8yeXKfCC .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv8yeXKfCC .image-wrapper img {
    height: 350px;
  }
}
.cid-uv8yeXKfCC .mbr-section-title {
  color: #ffffff;
}
.cid-uv8yeXKfCC .mbr-text,
.cid-uv8yeXKfCC .text-wrapper {
  color: #FFFFFF;
  text-align: left;
}
.cid-uv8yeXKfCC .mbr-section-title,
.cid-uv8yeXKfCC .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uv8yeXu9ZY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uv8yeXu9ZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeXu9ZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeXu9ZY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uv8yeXu9ZY .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uv8yeXu9ZY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uv8yeXu9ZY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uv8yeXu9ZY .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uv8yeXu9ZY .border-wrap {
    margin-top: 32px;
  }
}
.cid-uv8yeXu9ZY .mbr-section-title {
  color: #ffffff;
}
.cid-uv8yeXu9ZY .mbr-text,
.cid-uv8yeXu9ZY .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeXu9ZY .mbr-section-title,
.cid-uv8yeXu9ZY .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uv8yeX7axH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d90429;
  overflow: hidden;
}
.cid-uv8yeX7axH .mbr-section-title {
  margin-bottom: 32px;
  opacity: 0.5;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uv8yeX7axH .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uv8yeX7axH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uv8yeX7axH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv8yeX7axH .embla__slide .slide-content {
  width: 100%;
}
.cid-uv8yeX7axH .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #8d99ae;
}
.cid-uv8yeX7axH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: cover;
}
.cid-uv8yeX7axH .embla__button--next,
.cid-uv8yeX7axH .embla__button--prev {
  display: flex;
}
.cid-uv8yeX7axH .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uv8yeX7axH .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uv8yeX7axH .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uv8yeX7axH .embla__button.embla__button--next {
  right: 0;
}
.cid-uv8yeX7axH .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uv8yeX7axH .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uv8yeX7axH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv8yeX7axH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv8yeX7axH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv8yeWQsrY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uv8yeWQsrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeWQsrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeWQsrY .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uv8yeWQsrY .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uv8yeWQsrY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uv8yeWQsrY .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uv8yeWQsrY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv8yeWQsrY .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uv8yeWQsrY .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uv8yeWQsrY .item {
    padding: 0 14px;
  }
}
.cid-uv8yeWQsrY .item .item-wrapper .item-img {
  position: relative;
  border: 1px solid #8d99ae;
  box-shadow: 0px -1px 1px #8d99ae;
  overflow: hidden;
  background-color: #d90429;
}
.cid-uv8yeWQsrY .item .item-wrapper .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uv8yeWQsrY .item .item-wrapper .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uv8yeWQsrY .item .item-wrapper .item-img .item-number {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv8yeWQsrY .item .item-wrapper .item-img .item-number {
    padding: 14px;
  }
}
.cid-uv8yeWQsrY .item .item-wrapper .border-wrap {
  border-top: 2px dashed #ffffff;
  margin: 0 10px;
}
.cid-uv8yeWQsrY .item .item-wrapper .item-content {
  overflow: hidden;
  position: relative;
  border: 1px solid #8d99ae;
  padding: 24px;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uv8yeWQsrY .item .item-wrapper .item-content {
    padding: 14px;
  }
}
.cid-uv8yeWQsrY .item .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uv8yeWQsrY .item .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uv8yeWQsrY .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeWQsrY .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeWQsrY .item-number {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeWQsrY .item-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeWQsrY .item-text {
  color: #FFFFFF;
}
.cid-uv8yeXqvkJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uv8yeXqvkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeXqvkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeXqvkJ .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv8yeXqvkJ .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uv8yeXqvkJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uv8yeXqvkJ .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uv8yeXqvkJ .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uv8yeXqvkJ .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
.cid-uv8yeXqvkJ .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 5px;
}
.cid-uv8yeXqvkJ .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 8px 14px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uv8yeXqvkJ .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #8d99ae;
}
.cid-uv8yeXqvkJ .tab-content .tab-pane .item-content {
  border: 1px solid #8d99ae;
  background-color: #d90429;
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uv8yeXqvkJ .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uv8yeXqvkJ .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uv8yeXqvkJ .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
    padding: 14px;
  }
}
.cid-uv8yeXqvkJ .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uv8yeXqvkJ .tab-content .tab-pane .item-content .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uv8yeXqvkJ .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv8yeXqvkJ .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
  }
}
.cid-uv8yeXqvkJ .tab-content .tab-pane .item-content .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uv8yeXqvkJ .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-uv8yeXqvkJ .mbr-section-title {
  color: #FFFFFF;
}
.cid-uv8yeXqvkJ .item-title {
  color: #FFFFFF;
}
.cid-uv8yeXqvkJ .item-text {
  color: #FFFFFF;
}
.cid-uv8yeXJu4M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d90429;
}
.cid-uv8yeXJu4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeXJu4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeXJu4M .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uv8yeXJu4M .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uv8yeXJu4M .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uv8yeXJu4M .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uv8yeXJu4M .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #8d99ae;
  height: 100%;
  overflow: hidden;
  background-color: #d90429;
}
.cid-uv8yeXJu4M .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uv8yeXJu4M .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #8d99ae;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv8yeXJu4M .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uv8yeXJu4M .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uv8yeXJu4M .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uv8yeXJu4M .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uv8yeXJu4M .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uv8yeXJu4M .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uv8yeXJu4M .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeXJu4M .item-number {
  color: #bcfe1e;
}
.cid-uv8yeXJu4M .item-title {
  color: #000000;
}
.cid-uv8yeXJu4M .item-text {
  color: #FFFFFF;
}
.cid-uv8yeXGYNg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d90429;
  overflow: hidden;
}
.cid-uv8yeXGYNg .mbr-section-title {
  margin-bottom: 32px;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-uv8yeXGYNg .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uv8yeXGYNg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .cid-uv8yeXGYNg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv8yeXGYNg .embla__slide .slide-content {
  width: 100%;
}
.cid-uv8yeXGYNg .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #8d99ae;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uv8yeXGYNg .embla__slide .slide-content .item-wrapper {
    padding: 14px;
  }
}
.cid-uv8yeXGYNg .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv8yeXGYNg .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uv8yeXGYNg .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  height: 80px;
  width: 80px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
}
.cid-uv8yeXGYNg .embla__slide .slide-content .item-wrapper .item-img .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv8yeXGYNg .embla__slide .slide-content .item-wrapper .item-img .item-text {
    margin-bottom: 16px;
  }
}
.cid-uv8yeXGYNg .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uv8yeXGYNg .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uv8yeXGYNg .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uv8yeXGYNg .embla__button--next,
.cid-uv8yeXGYNg .embla__button--prev {
  display: flex;
}
.cid-uv8yeXGYNg .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uv8yeXGYNg .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uv8yeXGYNg .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uv8yeXGYNg .embla__button.embla__button--next {
  right: 0;
}
.cid-uv8yeXGYNg .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uv8yeXGYNg .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uv8yeXGYNg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv8yeXGYNg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv8yeXGYNg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv8yeXGYNg .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uv8yeXGYNg .item-text {
  color: #ffffff;
}
.cid-uv8yeXGYNg .item-name {
  color: #FFFFFF;
}
.cid-uv8yeXGYNg .item-role {
  color: #FFFFFF;
}
.cid-uv8yeXGYNg .item-text,
.cid-uv8yeXGYNg .image-wrap {
  color: #FFFFFF;
}
.cid-uv8yeXvuae {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uv8yeXvuae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeXvuae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeXvuae .content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uv8yeXvuae .content-wrapper {
    padding: 24px 14px;
  }
}
.cid-uv8yeXvuae .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uv8yeXvuae .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uv8yeXvuae .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uv8yeXvuae .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uv8yeXvuae .content-wrapper .items-wrap .item .item-img {
  position: relative;
  border: 1px solid #8d99ae;
  box-shadow: 0px -1px 1px #8d99ae;
  overflow: hidden;
  background-color: #d90429;
}
.cid-uv8yeXvuae .content-wrapper .items-wrap .item .item-img .item-title {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv8yeXvuae .content-wrapper .items-wrap .item .item-img .item-title {
    padding: 14px;
  }
}
.cid-uv8yeXvuae .content-wrapper .items-wrap .item .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uv8yeXvuae .content-wrapper .items-wrap .item .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uv8yeXvuae .content-wrapper .items-wrap .item .item-content {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uv8yeXvuae .content-wrapper .items-wrap .item .item-content {
    padding: 14px;
  }
}
.cid-uv8yeXvuae .content-wrapper .items-wrap .item .item-content .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uv8yeXvuae .content-wrapper .items-wrap .item .item-content .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.cid-uv8yeXvuae .content-wrapper .items-wrap .item .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uv8yeXvuae .content-wrapper .items-wrap .item .item-content .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #8d99ae;
}
.cid-uv8yeXvuae .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uv8yeXvuae .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-uv8yeXvuae .btn-wrapper {
  margin-top: -6%;
}
.cid-uv8yeXvuae .mbr-section-title {
  color: #ffffff;
}
.cid-uv8yeXvuae .item-title {
  color: #FFFFFF;
}
.cid-uv8yeXvuae .list {
  color: #bbbbbb;
}
.cid-uv8yeXvuae .mbr-section-title,
.cid-uv8yeXvuae .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uv8yeXvuae .list,
.cid-uv8yeXvuae .item-wrap {
  color: #FFFFFF;
}
.cid-uv8yeWRYBM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uv8yeWRYBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeWRYBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeWRYBM .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uv8yeWRYBM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uv8yeWRYBM .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uv8yeWRYBM .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uv8yeWRYBM .item {
    padding: 0 14px;
  }
}
.cid-uv8yeWRYBM .item .item-wrapper {
  position: relative;
  border: 1px solid #8d99ae;
  display: flex;
  overflow: hidden;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uv8yeWRYBM .item .item-wrapper {
    display: block;
  }
}
.cid-uv8yeWRYBM .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv8yeWRYBM .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.cid-uv8yeWRYBM .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uv8yeWRYBM .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uv8yeWRYBM .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv8yeWRYBM .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uv8yeWRYBM .item .item-wrapper .item-img img {
  min-height: 320px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uv8yeWRYBM .item .item-wrapper .item-img img {
    height: 200px;
    min-height: auto;
  }
}
.cid-uv8yeWRYBM .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeWRYBM .item-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeWRYBM .item-text {
  color: #FFFFFF;
  text-align: left;
}
.cid-uv8yeXsaxI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uv8yeXsaxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeXsaxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeXsaxI .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uv8yeXsaxI .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uv8yeXsaxI .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uv8yeXsaxI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uv8yeXsaxI .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uv8yeXsaxI .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uv8yeXsaxI .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uv8yeXsaxI .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #8d99ae;
  height: 100%;
  box-shadow: 1px 0 1px #8d99ae;
}
@media (max-width: 992px) {
  .cid-uv8yeXsaxI .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uv8yeXsaxI .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uv8yeXsaxI .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-uv8yeXsaxI .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uv8yeXsaxI .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeXsaxI .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uv8yeXsaxI .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeXsaxI .item-title,
.cid-uv8yeXsaxI .title-wrap {
  color: #000000;
}
.cid-uv8yeXHuiO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uv8yeXHuiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeXHuiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeXHuiO .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uv8yeXHuiO .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uv8yeXHuiO .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uv8yeXHuiO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv8yeXHuiO .title-wrapper .mbr-text span {
  color: #ffffff;
}
.cid-uv8yeXHuiO .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uv8yeXHuiO .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 94px;
}
@media (max-width: 992px) {
  .cid-uv8yeXHuiO .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uv8yeXHuiO .item {
    padding: 0 14px;
  }
}
.cid-uv8yeXHuiO .item .item-wrapper {
  position: relative;
  border: 1px solid #8d99ae;
  background-color: #d90429;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uv8yeXHuiO .item .item-wrapper {
    padding: 24px 14px;
  }
}
.cid-uv8yeXHuiO .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uv8yeXHuiO .item .item-wrapper .card-box .number-wrapper {
  margin-top: -3rem;
}
@media (max-width: 992px) {
  .cid-uv8yeXHuiO .item .item-wrapper .card-box .number-wrapper {
    margin-top: 0;
  }
}
.cid-uv8yeXHuiO .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #8d99ae;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-uv8yeXHuiO .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uv8yeXHuiO .item .item-wrapper .card-box .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uv8yeXHuiO .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uv8yeXHuiO .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
  padding: 4px 10px;
  background-color: #ef233c;
  margin: 5px;
}
.cid-uv8yeXHuiO .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: -5rem;
}
@media (max-width: 992px) {
  .cid-uv8yeXHuiO .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 0;
  }
}
.cid-uv8yeXHuiO .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #8d99ae;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uv8yeXHuiO .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #000000;
}
.cid-uv8yeXHuiO .btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.cid-uv8yeXHuiO .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeXHuiO .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeXHuiO .item-number,
.cid-uv8yeXHuiO .number-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uv8yeXHuiO .item-title {
  color: #ffffff;
}
.cid-uv8yeXHuiO .list {
  color: #ffffff;
  text-align: center;
}
.cid-uv8yeXHuiO .item-title,
.cid-uv8yeXHuiO .tags-wrapper,
.cid-uv8yeXHuiO .icon-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uv8yeXHuiO .list,
.cid-uv8yeXHuiO .item-wrap {
  color: #FFFFFF;
}
.cid-uv8yeXaiy0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uv8yeXaiy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeXaiy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeXaiy0 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uv8yeXaiy0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uv8yeXaiy0 .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
  }
}
.cid-uv8yeXaiy0 .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uv8yeXaiy0 .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uv8yeXaiy0 .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uv8yeXaiy0 .item {
    padding: 0 14px;
  }
}
.cid-uv8yeXaiy0 .item .item-wrapper .item-content {
  position: relative;
  border: 1px solid #8d99ae;
  box-shadow: 0px -1px 1px #8d99ae;
  border-bottom: none;
  background-color: #d90429;
  padding: 24px 24px 32px 24px;
}
@media (max-width: 992px) {
  .cid-uv8yeXaiy0 .item .item-wrapper .item-content {
    padding: 24px 14px;
  }
}
.cid-uv8yeXaiy0 .item .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 10px;
}
.cid-uv8yeXaiy0 .item .item-wrapper .item-content .title-wrap {
  position: relative;
  z-index: 1;
  margin-top: -3.4rem;
}
@media (max-width: 992px) {
  .cid-uv8yeXaiy0 .item .item-wrapper .item-content .title-wrap {
    margin-top: 0;
  }
}
.cid-uv8yeXaiy0 .item .item-wrapper .item-content .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 32px;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  background-color: #ef233c;
}
@media (max-width: 992px) {
  .cid-uv8yeXaiy0 .item .item-wrapper .item-content .title-wrap .item-title {
    margin-bottom: 16px;
    padding: 14px;
  }
}
.cid-uv8yeXaiy0 .item .item-wrapper .item-content .item-price {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uv8yeXaiy0 .item .item-wrapper .item-content .item-price {
    margin-bottom: 16px;
  }
}
.cid-uv8yeXaiy0 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uv8yeXaiy0 .item .item-wrapper .item-content .mbr-section-btn .btn {
  padding: 15px 22px ;
}
.cid-uv8yeXaiy0 .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uv8yeXaiy0 .item .item-wrapper .list-wrapper .list .tag-wrap {
  padding: 14px 20px 14px 60px;
  border: 1px solid #8d99ae;
  position: relative;
  z-index: 1;
  margin-bottom: 2px;
  background-color: #d90429;
  background-color: #c00424;
}
.cid-uv8yeXaiy0 .item .item-wrapper .list-wrapper .list .tag-wrap::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 24px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #8d99ae;
  background: linear-gradient(-125deg, #8d99ae 30%, #191d23);
}
@media (max-width: 992px) {
  .cid-uv8yeXaiy0 .item .item-wrapper .list-wrapper .list .tag-wrap::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-uv8yeXaiy0 .item .item-wrapper .list-wrapper .list .tag-wrap {
    padding: 14px;
  }
}
.cid-uv8yeXaiy0 .item .card_1 .item-content::before {
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
}
.cid-uv8yeXaiy0 .item .card_2 .item-content::before {
  background: linear-gradient(45deg, #7541e5, #d90429 50%);
}
.cid-uv8yeXaiy0 .item .card_3 .item-content::before {
  background: linear-gradient(45deg, #5d5983, #d90429 50%);
}
.cid-uv8yeXaiy0 .btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}
.cid-uv8yeXaiy0 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeXaiy0 .item-title {
  color: #080813;
}
.cid-uv8yeXaiy0 .list {
  color: #ffffff;
}
.cid-uv8yeXaiy0 .item-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeXaiy0 .item-title,
.cid-uv8yeXaiy0 .title-wrap,
.cid-uv8yeXaiy0 .mbr-section-btn {
  text-align: center;
}
.cid-uv8yeXaiy0 .item-title,
.cid-uv8yeXaiy0 .mbr-section-btn,
.cid-uv8yeXaiy0 .title-wrap {
  color: #FFFFFF;
}
.cid-uv8yeXaiy0 .list,
.cid-uv8yeXaiy0 .item-wrap {
  color: #FFFFFF;
}
.cid-uv8yeXbWXK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d90429;
}
.cid-uv8yeXbWXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeXbWXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeXbWXK .items-wrap {
  justify-content: center;
}
.cid-uv8yeXbWXK .items-wrap .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uv8yeXbWXK .items-wrap .item {
    margin-bottom: 14px;
  }
}
.cid-uv8yeXbWXK .items-wrap .item .item-wrapper .item-img img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
.cid-uv8yeXbWXK .items-wrap .item .item-wrapper .card_1 img {
  transform: rotate(-6deg);
}
@media (max-width: 992px) {
  .cid-uv8yeXbWXK .items-wrap .item .item-wrapper .card_1 img {
    transform: none;
  }
}
.cid-uv8yeXbWXK .items-wrap .item .item-wrapper .card_2 img {
  transform: rotate(6deg);
}
@media (max-width: 992px) {
  .cid-uv8yeXbWXK .items-wrap .item .item-wrapper .card_2 img {
    transform: none;
  }
}
.cid-uv8yeXbWXK .items-wrap .item .item-wrapper .card_3 img {
  transform: rotate(10deg);
}
@media (max-width: 992px) {
  .cid-uv8yeXbWXK .items-wrap .item .item-wrapper .card_3 img {
    transform: none;
  }
}
.cid-uv8yeXpjtZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d90429;
}
.cid-uv8yeXpjtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeXpjtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeXpjtZ .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uv8yeXpjtZ .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uv8yeXpjtZ .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uv8yeXpjtZ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uv8yeXpjtZ .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uv8yeXpjtZ .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uv8yeXpjtZ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uv8yeXpjtZ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uv8yeXpjtZ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uv8yeXpjtZ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uv8yeXpjtZ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uv8yeXpjtZ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uv8yeXpjtZ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uv8yeXpjtZ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uv8yeXpjtZ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv8yeXpjtZ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uv8yeXpjtZ .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uv8yeXpjtZ .panel-title-edit {
  color: #ffffff;
}
.cid-uv8yeXpjtZ .panel-text {
  color: #ffffff;
}
.cid-uv8yeXpjtZ .panel-title-edit,
.cid-uv8yeXpjtZ .icon-wrapper {
  color: #FFFFFF;
}
.cid-uv8yeXpjtZ .panel-text,
.cid-uv8yeXpjtZ .panel-body {
  color: #FFFFFF;
}
.cid-uv8yeXtlYE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d90429;
}
.cid-uv8yeXtlYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeXtlYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeXtlYE .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv8yeXtlYE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uv8yeXtlYE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uv8yeXtlYE .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uv8yeXtlYE .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uv8yeXtlYE .item {
    margin-bottom: 14px;
  }
}
.cid-uv8yeXtlYE .item .item-wrapper {
  border: 1px solid #8d99ae;
  overflow: hidden;
  background-color: #d90429;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uv8yeXtlYE .item .item-wrapper {
    display: block;
  }
}
.cid-uv8yeXtlYE .item .item-wrapper .item-content {
  padding: 24px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uv8yeXtlYE .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.cid-uv8yeXtlYE .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uv8yeXtlYE .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uv8yeXtlYE .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uv8yeXtlYE .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uv8yeXtlYE .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uv8yeXtlYE .item .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uv8yeXtlYE .mbr-section-title {
  color: #FFFFFF;
}
.cid-uv8yeXtlYE .item-title {
  color: #FFFFFF;
}
.cid-uv8yeXtlYE .item-text {
  color: #FFFFFF;
}
.cid-uv8yeXImKP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uv8yeXImKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeXImKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeXImKP .content-wrapper {
  padding: 24px;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uv8yeXImKP .content-wrapper {
    padding: 14px;
  }
}
.cid-uv8yeXImKP .content-wrapper img {
  height: 850px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #8d99ae;
}
@media (max-width: 1200px) {
  .cid-uv8yeXImKP .content-wrapper img {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-uv8yeXImKP .content-wrapper img {
    height: 350px;
  }
}
.cid-uv8yeXLOUt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uv8yeXLOUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yeXLOUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yeXLOUt .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uv8yeXLOUt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uv8yeXLOUt .items-wrap {
  margin: 0 -7px;
}
.cid-uv8yeXLOUt .items-wrap .card {
  padding: 0 7px;
}
.cid-uv8yeXLOUt .content-wrapper {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uv8yeXLOUt .content-wrapper {
    padding: 14px;
    margin-bottom: 14px;
  }
}
.cid-uv8yeXLOUt .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uv8yeXLOUt .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-uv8yeXLOUt .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-uv8yeXLOUt .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #8d99ae !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uv8yeXLOUt .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-uv8yeXLOUt .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uv8yeXLOUt .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uv8yeXLOUt .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uv8yeXLOUt .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uv8yeXLOUt .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uv8yeXLOUt .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #8d99ae;
  border-color: #8d99ae;
}
.cid-uv8yeXLOUt .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uv8yeXLOUt .google-map {
  height: 100%;
}
.cid-uv8yeXLOUt .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uv8yeXLOUt .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uv8yeXLOUt .mbr-section-title {
  color: #bcfe1e;
}
.cid-uv8yeXLOUt label {
  color: #ffffff;
}
.cid-uv8yeXLOUt .mbr-section-title,
.cid-uv8yeXLOUt .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uzLwPLtgwd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzLwPLtgwd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzLwPLtgwd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzLwPLtgwd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzLwPLtgwd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uzLwPLtgwd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzLwPLtgwd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzLwPLtgwd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzLwPLtgwd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uzLwPLtgwd .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzLwPLtgwd .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzLwPLtgwd .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzLwPLtgwd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzLwPLtgwd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uzLwPLtgwd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzLwPLtgwd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzLwPLtgwd .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uzLwPLtgwd .nav-link:hover {
  color: #ffffff !important;
}
.cid-uzLwPLtgwd .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzLwPLtgwd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzLwPLtgwd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uzLwPLtgwd .navbar-caption:hover,
.cid-uzLwPLtgwd .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uzLwPLtgwd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzLwPLtgwd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uzLwPLtgwd .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uzLwPLtgwd .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzLwPLtgwd .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzLwPLtgwd .menu-container {
    margin: 16px;
  }
}
.cid-uzLwPLtgwd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uzLwPLtgwd .iconfont-wrapper:hover,
.cid-uzLwPLtgwd .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzLwPLtgwd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uzLwPLtgwd .nav-item:focus,
.cid-uzLwPLtgwd .nav-link:focus {
  outline: none;
}
.cid-uzLwPLtgwd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzLwPLtgwd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzLwPLtgwd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzLwPLtgwd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzLwPLtgwd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzLwPLtgwd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzLwPLtgwd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzLwPLtgwd .navbar.opened {
  transition: all 0.3s;
}
.cid-uzLwPLtgwd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzLwPLtgwd .navbar .navbar-logo img {
  width: auto;
}
.cid-uzLwPLtgwd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzLwPLtgwd .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzLwPLtgwd .navbar.collapsed {
  justify-content: center;
}
.cid-uzLwPLtgwd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzLwPLtgwd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzLwPLtgwd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzLwPLtgwd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzLwPLtgwd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzLwPLtgwd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzLwPLtgwd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzLwPLtgwd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzLwPLtgwd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzLwPLtgwd .navbar {
    min-height: 72px;
  }
  .cid-uzLwPLtgwd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzLwPLtgwd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzLwPLtgwd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzLwPLtgwd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzLwPLtgwd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzLwPLtgwd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzLwPLtgwd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzLwPLtgwd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzLwPLtgwd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzLwPLtgwd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzLwPLtgwd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzLwPLtgwd .dropdown-item.active,
.cid-uzLwPLtgwd .dropdown-item:active {
  background-color: transparent;
}
.cid-uzLwPLtgwd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzLwPLtgwd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzLwPLtgwd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzLwPLtgwd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uzLwPLtgwd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzLwPLtgwd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzLwPLtgwd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzLwPLtgwd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzLwPLtgwd .navbar-buttons {
    text-align: left;
  }
}
.cid-uzLwPLtgwd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzLwPLtgwd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzLwPLtgwd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzLwPLtgwd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzLwPLtgwd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzLwPLtgwd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzLwPLtgwd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzLwPLtgwd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzLwPLtgwd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzLwPLtgwd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzLwPLtgwd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzLwPLtgwd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzLwPLtgwd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzLwPLtgwd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzLwPLtgwd .navbar {
    height: 70px;
  }
  .cid-uzLwPLtgwd .navbar.opened {
    height: auto;
  }
  .cid-uzLwPLtgwd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzLwPLtgwd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzLwPLtgwd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzLwPLtgwd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzLwPLtgwd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uzLwPLtgwd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzLwPLtgwd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzLwPLtgwd .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzLwPLtgwd .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzLwPLtgwd .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uzLwPLtgwd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzLwPLtgwd .navbar-brand {
    margin-right: auto;
  }
  .cid-uzLwPLtgwd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uzLwPLtgwd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzLwPLtgwd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzLwPLtgwd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzLwPLtgwd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzLwPLtgwd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzLwPLtgwd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uzLwPLtgwd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzLwPLtgwd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzLwPLtgwd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzLwPLtgwd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzLwPLtgwd .navbar-brand,
.cid-uzLwPLtgwd .navbar-toggler,
.cid-uzLwPLtgwd .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzLwPLtgwd .nav-link,
.cid-uzLwPLtgwd .dropdown-item {
  color: #FFFFFF;
}
.cid-uzLwPMXAIW {
  background-image: url("../../../assets/images/img-5143-2000x1124.jpg");
}
.cid-uzLwPMXAIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzLwPMXAIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzLwPMXAIW .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzLwPMXAIW .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uzLwPMXAIW .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uzLwPMXAIW .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uzLwPMXAIW .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzLwPMXAIW .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uzLwPMXAIW .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uzLwPMXAIW .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uzLwPMXAIW .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzLwPMXAIW .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzLwPMXAIW .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uzLwPMXAIW .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uzLwPMXAIW .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uzLwPMXAIW .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uzLwPMXAIW .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uzLwPMXAIW .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzLwPMXAIW .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uzLwPMXAIW .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzLwPMXAIW .panel-title-edit {
  color: #ffffff;
}
.cid-uzLwPMXAIW .panel-text {
  color: #ffffff;
}
.cid-uzLwPMXAIW .panel-title-edit,
.cid-uzLwPMXAIW .icon-wrapper {
  color: #FFFFFF;
}
.cid-uzLwPMXAIW .panel-text,
.cid-uzLwPMXAIW .panel-body {
  color: #FFFFFF;
}
.cid-uzMGRX21wg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzMGRX21wg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzMGRX21wg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzMGRX21wg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzMGRX21wg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uzMGRX21wg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzMGRX21wg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzMGRX21wg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzMGRX21wg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uzMGRX21wg .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzMGRX21wg .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzMGRX21wg .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzMGRX21wg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzMGRX21wg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uzMGRX21wg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzMGRX21wg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzMGRX21wg .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uzMGRX21wg .nav-link:hover {
  color: #ffffff !important;
}
.cid-uzMGRX21wg .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzMGRX21wg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzMGRX21wg .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uzMGRX21wg .navbar-caption:hover,
.cid-uzMGRX21wg .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uzMGRX21wg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzMGRX21wg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uzMGRX21wg .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uzMGRX21wg .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzMGRX21wg .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzMGRX21wg .menu-container {
    margin: 16px;
  }
}
.cid-uzMGRX21wg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uzMGRX21wg .iconfont-wrapper:hover,
.cid-uzMGRX21wg .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzMGRX21wg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uzMGRX21wg .nav-item:focus,
.cid-uzMGRX21wg .nav-link:focus {
  outline: none;
}
.cid-uzMGRX21wg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzMGRX21wg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzMGRX21wg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzMGRX21wg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzMGRX21wg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzMGRX21wg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzMGRX21wg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzMGRX21wg .navbar.opened {
  transition: all 0.3s;
}
.cid-uzMGRX21wg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzMGRX21wg .navbar .navbar-logo img {
  width: auto;
}
.cid-uzMGRX21wg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzMGRX21wg .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzMGRX21wg .navbar.collapsed {
  justify-content: center;
}
.cid-uzMGRX21wg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzMGRX21wg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzMGRX21wg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzMGRX21wg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzMGRX21wg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzMGRX21wg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzMGRX21wg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzMGRX21wg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzMGRX21wg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzMGRX21wg .navbar {
    min-height: 72px;
  }
  .cid-uzMGRX21wg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzMGRX21wg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzMGRX21wg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzMGRX21wg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzMGRX21wg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzMGRX21wg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzMGRX21wg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzMGRX21wg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzMGRX21wg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzMGRX21wg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzMGRX21wg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzMGRX21wg .dropdown-item.active,
.cid-uzMGRX21wg .dropdown-item:active {
  background-color: transparent;
}
.cid-uzMGRX21wg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzMGRX21wg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzMGRX21wg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzMGRX21wg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uzMGRX21wg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzMGRX21wg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzMGRX21wg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzMGRX21wg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzMGRX21wg .navbar-buttons {
    text-align: left;
  }
}
.cid-uzMGRX21wg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzMGRX21wg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzMGRX21wg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzMGRX21wg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzMGRX21wg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzMGRX21wg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzMGRX21wg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzMGRX21wg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzMGRX21wg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzMGRX21wg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzMGRX21wg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzMGRX21wg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzMGRX21wg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzMGRX21wg .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzMGRX21wg .navbar {
    height: 70px;
  }
  .cid-uzMGRX21wg .navbar.opened {
    height: auto;
  }
  .cid-uzMGRX21wg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzMGRX21wg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzMGRX21wg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzMGRX21wg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzMGRX21wg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uzMGRX21wg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzMGRX21wg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzMGRX21wg .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzMGRX21wg .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzMGRX21wg .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uzMGRX21wg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzMGRX21wg .navbar-brand {
    margin-right: auto;
  }
  .cid-uzMGRX21wg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uzMGRX21wg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzMGRX21wg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzMGRX21wg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzMGRX21wg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzMGRX21wg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzMGRX21wg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uzMGRX21wg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzMGRX21wg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzMGRX21wg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzMGRX21wg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzMGRX21wg .navbar-brand,
.cid-uzMGRX21wg .navbar-toggler,
.cid-uzMGRX21wg .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzMGRX21wg .nav-link,
.cid-uzMGRX21wg .dropdown-item {
  color: #FFFFFF;
}
.cid-uzMGRYegJU {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/img-2970-2000x2000.jpeg");
}
.cid-uzMGRYegJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGRYegJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGRYegJU .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uzMGRYegJU .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzMGRYegJU .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzMGRYegJU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzMGRYegJU .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uzMGRYegJU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzMGRYegJU .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uzMGRYegJU .mbr-section-title {
  color: #ffffff;
}
.cid-uzMGRYegJU .mbr-text,
.cid-uzMGRYegJU .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGRYegJU .mbr-section-title,
.cid-uzMGRYegJU .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uzMGRYyLrd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGRYyLrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGRYyLrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGRYyLrd .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uzMGRYyLrd .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzMGRYyLrd .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzMGRYyLrd .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uzMGRYyLrd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzMGRYyLrd .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uzMGRYyLrd .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uzMGRYyLrd .item {
    padding: 0 14px;
  }
}
.cid-uzMGRYyLrd .item .item-wrapper .item-img {
  position: relative;
  border: 1px solid #8d99ae;
  box-shadow: 0px -1px 1px #8d99ae;
  overflow: hidden;
  background-color: #d90429;
}
.cid-uzMGRYyLrd .item .item-wrapper .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uzMGRYyLrd .item .item-wrapper .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uzMGRYyLrd .item .item-wrapper .item-img .item-number {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzMGRYyLrd .item .item-wrapper .item-img .item-number {
    padding: 14px;
  }
}
.cid-uzMGRYyLrd .item .item-wrapper .border-wrap {
  border-top: 2px dashed #ffffff;
  margin: 0 10px;
}
.cid-uzMGRYyLrd .item .item-wrapper .item-content {
  overflow: hidden;
  position: relative;
  border: 1px solid #8d99ae;
  padding: 24px;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzMGRYyLrd .item .item-wrapper .item-content {
    padding: 14px;
  }
}
.cid-uzMGRYyLrd .item .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uzMGRYyLrd .item .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uzMGRYyLrd .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGRYyLrd .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGRYyLrd .item-number {
  color: #FFFFFF;
}
.cid-uzMGRYyLrd .item-title {
  color: #FFFFFF;
}
.cid-uzMGRYyLrd .item-text {
  color: #FFFFFF;
}
.cid-uzMGRYX0k9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGRYX0k9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGRYX0k9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGRYX0k9 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uzMGRYX0k9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzMGRYX0k9 .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uzMGRYX0k9 .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uzMGRYX0k9 .item {
    padding: 0 14px;
  }
}
.cid-uzMGRYX0k9 .item .item-wrapper {
  position: relative;
  border: 1px solid #8d99ae;
  display: flex;
  overflow: hidden;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzMGRYX0k9 .item .item-wrapper {
    display: block;
  }
}
.cid-uzMGRYX0k9 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzMGRYX0k9 .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.cid-uzMGRYX0k9 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uzMGRYX0k9 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uzMGRYX0k9 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzMGRYX0k9 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uzMGRYX0k9 .item .item-wrapper .item-img img {
  min-height: 320px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzMGRYX0k9 .item .item-wrapper .item-img img {
    height: 200px;
    min-height: auto;
  }
}
.cid-uzMGRYX0k9 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGRYX0k9 .item-title {
  color: #FFFFFF;
}
.cid-uzMGRYX0k9 .item-text {
  color: #FFFFFF;
  text-align: left;
}
.cid-uzMGRZduaz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
  overflow: hidden;
}
.cid-uzMGRZduaz .mbr-section-title {
  margin-bottom: 32px;
  opacity: 0.5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzMGRZduaz .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uzMGRZduaz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uzMGRZduaz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzMGRZduaz .embla__slide .slide-content {
  width: 100%;
}
.cid-uzMGRZduaz .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #8d99ae;
}
.cid-uzMGRZduaz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: cover;
}
.cid-uzMGRZduaz .embla__button--next,
.cid-uzMGRZduaz .embla__button--prev {
  display: flex;
}
.cid-uzMGRZduaz .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uzMGRZduaz .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uzMGRZduaz .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uzMGRZduaz .embla__button.embla__button--next {
  right: 0;
}
.cid-uzMGRZduaz .embla {
  position: relative;
  width: 100%;
}
.cid-uzMGRZduaz .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uzMGRZduaz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzMGRZduaz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzMGRZduaz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzMGRZUBVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGRZUBVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGRZUBVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGRZUBVP .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzMGRZUBVP .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uzMGRZUBVP .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uzMGRZUBVP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzMGRZUBVP .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uzMGRZUBVP .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uzMGRZUBVP .content-wrapper .items-wrap .item .item-wrapper {
  padding: 46px 24px;
  border: 1px solid #8d99ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzMGRZUBVP .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uzMGRZUBVP .content-wrapper .items-wrap .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-uzMGRZUBVP .content-wrapper .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uzMGRZUBVP .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uzMGRZUBVP .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGRZUBVP .item-number {
  color: #FFFFFF;
}
.cid-uzMGRZUBVP .item-title {
  color: #FFFFFF;
}
.cid-uzMGRZUBVP .item-text {
  color: #FFFFFF;
}
.cid-uzMGS0owPp {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #d90429;
}
.cid-uzMGS0owPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGS0owPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGS0owPp .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uzMGS0owPp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uzMGS0owPp .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
  }
}
.cid-uzMGS0owPp .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uzMGS0owPp .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uzMGS0owPp .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uzMGS0owPp .item {
    padding: 0 14px;
  }
}
.cid-uzMGS0owPp .item .item-wrapper .item-content {
  position: relative;
  border: 1px solid #8d99ae;
  box-shadow: 0px -1px 1px #8d99ae;
  border-bottom: none;
  background-color: #d90429;
  padding: 24px 24px 32px 24px;
}
@media (max-width: 992px) {
  .cid-uzMGS0owPp .item .item-wrapper .item-content {
    padding: 24px 14px;
  }
}
.cid-uzMGS0owPp .item .item-wrapper .item-content .title-wrap {
  position: relative;
  z-index: 1;
  margin-top: -3.4rem;
}
@media (max-width: 992px) {
  .cid-uzMGS0owPp .item .item-wrapper .item-content .title-wrap {
    margin-top: 0;
  }
}
.cid-uzMGS0owPp .item .item-wrapper .item-content .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 32px;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  background-color: #ef233c;
}
@media (max-width: 992px) {
  .cid-uzMGS0owPp .item .item-wrapper .item-content .title-wrap .item-title {
    margin-bottom: 16px;
    padding: 14px;
  }
}
.cid-uzMGS0owPp .item .item-wrapper .item-content .item-price {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzMGS0owPp .item .item-wrapper .item-content .item-price {
    margin-bottom: 16px;
  }
}
.cid-uzMGS0owPp .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uzMGS0owPp .item .item-wrapper .item-content .mbr-section-btn .btn {
  padding: 15px 22px ;
}
.cid-uzMGS0owPp .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzMGS0owPp .item .item-wrapper .list-wrapper .list .tag-wrap {
  padding: 14px 20px 14px 60px;
  border: 1px solid #8d99ae;
  position: relative;
  z-index: 1;
  margin-bottom: 2px;
  background-color: #d90429;
}
.cid-uzMGS0owPp .item .item-wrapper .list-wrapper .list .tag-wrap::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 24px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #8d99ae;
}
@media (max-width: 992px) {
  .cid-uzMGS0owPp .item .item-wrapper .list-wrapper .list .tag-wrap::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-uzMGS0owPp .item .item-wrapper .list-wrapper .list .tag-wrap {
    padding: 14px;
  }
}
.cid-uzMGS0owPp .btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}
.cid-uzMGS0owPp .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGS0owPp .item-title {
  color: #080813;
}
.cid-uzMGS0owPp .list {
  color: #ffffff;
}
.cid-uzMGS0owPp .item-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGS0owPp .item-title,
.cid-uzMGS0owPp .title-wrap,
.cid-uzMGS0owPp .mbr-section-btn {
  text-align: center;
}
.cid-uzMGS0owPp .item-title,
.cid-uzMGS0owPp .mbr-section-btn,
.cid-uzMGS0owPp .title-wrap {
  color: #FFFFFF;
}
.cid-uzMGS0owPp .list,
.cid-uzMGS0owPp .item-wrap {
  color: #FFFFFF;
}
.cid-uzMGS0SIJs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGS0SIJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGS0SIJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGS0SIJs .items-wrap {
  justify-content: center;
}
.cid-uzMGS0SIJs .items-wrap .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uzMGS0SIJs .items-wrap .item {
    margin-bottom: 14px;
  }
}
.cid-uzMGS0SIJs .items-wrap .item .item-wrapper .item-img img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
.cid-uzMGS0SIJs .items-wrap .item .item-wrapper .card_1 img {
  transform: rotate(-6deg);
}
@media (max-width: 992px) {
  .cid-uzMGS0SIJs .items-wrap .item .item-wrapper .card_1 img {
    transform: none;
  }
}
.cid-uzMGS0SIJs .items-wrap .item .item-wrapper .card_2 img {
  transform: rotate(6deg);
}
@media (max-width: 992px) {
  .cid-uzMGS0SIJs .items-wrap .item .item-wrapper .card_2 img {
    transform: none;
  }
}
.cid-uzMGS0SIJs .items-wrap .item .item-wrapper .card_3 img {
  transform: rotate(10deg);
}
@media (max-width: 992px) {
  .cid-uzMGS0SIJs .items-wrap .item .item-wrapper .card_3 img {
    transform: none;
  }
}
.cid-uzMGS1aTde {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGS1aTde .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGS1aTde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGS1aTde .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzMGS1aTde .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uzMGS1aTde .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uzMGS1aTde .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzMGS1aTde .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uzMGS1aTde .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uzMGS1aTde .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uzMGS1aTde .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzMGS1aTde .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzMGS1aTde .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uzMGS1aTde .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uzMGS1aTde .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uzMGS1aTde .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uzMGS1aTde .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uzMGS1aTde .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzMGS1aTde .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uzMGS1aTde .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGS1aTde .panel-title-edit {
  color: #ffffff;
}
.cid-uzMGS1aTde .panel-text {
  color: #ffffff;
}
.cid-uzMGS1aTde .panel-title-edit,
.cid-uzMGS1aTde .icon-wrapper {
  color: #FFFFFF;
}
.cid-uzMGS1aTde .panel-text,
.cid-uzMGS1aTde .panel-body {
  color: #FFFFFF;
}
.cid-uzMGS1tlEC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGS1tlEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGS1tlEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGS1tlEC .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzMGS1tlEC .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uzMGS1tlEC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzMGS1tlEC .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uzMGS1tlEC .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uzMGS1tlEC .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
.cid-uzMGS1tlEC .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 5px;
}
.cid-uzMGS1tlEC .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 8px 14px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uzMGS1tlEC .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #8d99ae;
}
.cid-uzMGS1tlEC .tab-content .tab-pane .item-content {
  border: 1px solid #8d99ae;
  background-color: #d90429;
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzMGS1tlEC .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uzMGS1tlEC .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uzMGS1tlEC .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
    padding: 14px;
  }
}
.cid-uzMGS1tlEC .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uzMGS1tlEC .tab-content .tab-pane .item-content .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uzMGS1tlEC .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzMGS1tlEC .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
  }
}
.cid-uzMGS1tlEC .tab-content .tab-pane .item-content .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzMGS1tlEC .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-uzMGS1tlEC .mbr-section-title {
  color: #FFFFFF;
}
.cid-uzMGS1tlEC .item-title {
  color: #FFFFFF;
}
.cid-uzMGS1tlEC .item-text {
  color: #FFFFFF;
}
.cid-uzMGS1PSrt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGS1PSrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGS1PSrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGS1PSrt .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzMGS1PSrt .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uzMGS1PSrt .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uzMGS1PSrt .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzMGS1PSrt .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uzMGS1PSrt .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uzMGS1PSrt .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uzMGS1PSrt .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #8d99ae;
  height: 100%;
  box-shadow: 1px 0 1px #8d99ae;
}
@media (max-width: 992px) {
  .cid-uzMGS1PSrt .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uzMGS1PSrt .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uzMGS1PSrt .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-uzMGS1PSrt .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uzMGS1PSrt .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGS1PSrt .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzMGS1PSrt .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGS1PSrt .item-title,
.cid-uzMGS1PSrt .title-wrap {
  color: #000000;
}
.cid-uzMGS2500q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGS2500q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGS2500q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGS2500q .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzMGS2500q .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzMGS2500q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzMGS2500q .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uzMGS2500q .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uzMGS2500q .item {
    margin-bottom: 14px;
  }
}
.cid-uzMGS2500q .item .item-wrapper {
  border: 1px solid #8d99ae;
  overflow: hidden;
  background-color: #d90429;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzMGS2500q .item .item-wrapper {
    display: block;
  }
}
.cid-uzMGS2500q .item .item-wrapper .item-content {
  padding: 24px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uzMGS2500q .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.cid-uzMGS2500q .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uzMGS2500q .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uzMGS2500q .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uzMGS2500q .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uzMGS2500q .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzMGS2500q .item .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uzMGS2500q .mbr-section-title {
  color: #FFFFFF;
}
.cid-uzMGS2500q .item-title {
  color: #FFFFFF;
}
.cid-uzMGS2500q .item-text {
  color: #FFFFFF;
}
.cid-uzMGS2k3OF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGS2k3OF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGS2k3OF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGS2k3OF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzMGS2k3OF .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uzMGS2k3OF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzMGS2k3OF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzMGS2k3OF .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uzMGS2k3OF .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzMGS2k3OF .mbr-section-title {
  color: #ffffff;
}
.cid-uzMGS2k3OF .mbr-text,
.cid-uzMGS2k3OF .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGS2k3OF .mbr-section-title,
.cid-uzMGS2k3OF .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uzMGS2zpXh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGS2zpXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGS2zpXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGS2zpXh .content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzMGS2zpXh .content-wrapper {
    padding: 24px 14px;
  }
}
.cid-uzMGS2zpXh .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uzMGS2zpXh .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzMGS2zpXh .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uzMGS2zpXh .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uzMGS2zpXh .content-wrapper .items-wrap .item .item-img {
  position: relative;
  border: 1px solid #8d99ae;
  box-shadow: 0px -1px 1px #8d99ae;
  overflow: hidden;
  background-color: #d90429;
}
.cid-uzMGS2zpXh .content-wrapper .items-wrap .item .item-img .item-title {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzMGS2zpXh .content-wrapper .items-wrap .item .item-img .item-title {
    padding: 14px;
  }
}
.cid-uzMGS2zpXh .content-wrapper .items-wrap .item .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uzMGS2zpXh .content-wrapper .items-wrap .item .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uzMGS2zpXh .content-wrapper .items-wrap .item .item-content {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzMGS2zpXh .content-wrapper .items-wrap .item .item-content {
    padding: 14px;
  }
}
.cid-uzMGS2zpXh .content-wrapper .items-wrap .item .item-content .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzMGS2zpXh .content-wrapper .items-wrap .item .item-content .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.cid-uzMGS2zpXh .content-wrapper .items-wrap .item .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzMGS2zpXh .content-wrapper .items-wrap .item .item-content .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #8d99ae;
}
.cid-uzMGS2zpXh .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uzMGS2zpXh .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-uzMGS2zpXh .btn-wrapper {
  margin-top: -6%;
}
.cid-uzMGS2zpXh .mbr-section-title {
  color: #ffffff;
}
.cid-uzMGS2zpXh .item-title {
  color: #FFFFFF;
}
.cid-uzMGS2zpXh .list {
  color: #bbbbbb;
}
.cid-uzMGS2zpXh .mbr-section-title,
.cid-uzMGS2zpXh .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uzMGS2zpXh .list,
.cid-uzMGS2zpXh .item-wrap {
  color: #FFFFFF;
}
.cid-uzMGS2RuHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
  overflow: hidden;
}
.cid-uzMGS2RuHK .mbr-section-title {
  margin-bottom: 32px;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-uzMGS2RuHK .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uzMGS2RuHK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .cid-uzMGS2RuHK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzMGS2RuHK .embla__slide .slide-content {
  width: 100%;
}
.cid-uzMGS2RuHK .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #8d99ae;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uzMGS2RuHK .embla__slide .slide-content .item-wrapper {
    padding: 14px;
  }
}
.cid-uzMGS2RuHK .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzMGS2RuHK .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uzMGS2RuHK .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  height: 80px;
  width: 80px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
}
.cid-uzMGS2RuHK .embla__slide .slide-content .item-wrapper .item-img .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzMGS2RuHK .embla__slide .slide-content .item-wrapper .item-img .item-text {
    margin-bottom: 16px;
  }
}
.cid-uzMGS2RuHK .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uzMGS2RuHK .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uzMGS2RuHK .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uzMGS2RuHK .embla__button--next,
.cid-uzMGS2RuHK .embla__button--prev {
  display: flex;
}
.cid-uzMGS2RuHK .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uzMGS2RuHK .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uzMGS2RuHK .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uzMGS2RuHK .embla__button.embla__button--next {
  right: 0;
}
.cid-uzMGS2RuHK .embla {
  position: relative;
  width: 100%;
}
.cid-uzMGS2RuHK .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uzMGS2RuHK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzMGS2RuHK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzMGS2RuHK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzMGS2RuHK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uzMGS2RuHK .item-text {
  color: #ffffff;
}
.cid-uzMGS2RuHK .item-name {
  color: #FFFFFF;
}
.cid-uzMGS2RuHK .item-role {
  color: #FFFFFF;
}
.cid-uzMGS2RuHK .item-text,
.cid-uzMGS2RuHK .image-wrap {
  color: #FFFFFF;
}
.cid-uzMGS3mene {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #d90429;
}
.cid-uzMGS3mene .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGS3mene .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGS3mene .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uzMGS3mene .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzMGS3mene .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzMGS3mene .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzMGS3mene .title-wrapper .mbr-text span {
  color: #ffffff;
}
.cid-uzMGS3mene .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uzMGS3mene .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 94px;
}
@media (max-width: 992px) {
  .cid-uzMGS3mene .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uzMGS3mene .item {
    padding: 0 14px;
  }
}
.cid-uzMGS3mene .item .item-wrapper {
  position: relative;
  border: 1px solid #8d99ae;
  background-color: #d90429;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uzMGS3mene .item .item-wrapper {
    padding: 24px 14px;
  }
}
.cid-uzMGS3mene .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzMGS3mene .item .item-wrapper .card-box .number-wrapper {
  margin-top: -3rem;
}
@media (max-width: 992px) {
  .cid-uzMGS3mene .item .item-wrapper .card-box .number-wrapper {
    margin-top: 0;
  }
}
.cid-uzMGS3mene .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #8d99ae;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-uzMGS3mene .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uzMGS3mene .item .item-wrapper .card-box .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uzMGS3mene .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzMGS3mene .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
  padding: 4px 10px;
  background-color: #ef233c;
  margin: 5px;
}
.cid-uzMGS3mene .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: -5rem;
}
@media (max-width: 992px) {
  .cid-uzMGS3mene .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 0;
  }
}
.cid-uzMGS3mene .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #8d99ae;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uzMGS3mene .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #000000;
}
.cid-uzMGS3mene .btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.cid-uzMGS3mene .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGS3mene .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGS3mene .item-number,
.cid-uzMGS3mene .number-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzMGS3mene .item-title {
  color: #ffffff;
}
.cid-uzMGS3mene .list {
  color: #ffffff;
  text-align: center;
}
.cid-uzMGS3mene .item-title,
.cid-uzMGS3mene .tags-wrapper,
.cid-uzMGS3mene .icon-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uzMGS3mene .list,
.cid-uzMGS3mene .item-wrap {
  color: #FFFFFF;
}
.cid-uzMGS3HiiW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGS3HiiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGS3HiiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGS3HiiW .content-wrapper {
  padding: 24px;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uzMGS3HiiW .content-wrapper {
    padding: 14px;
  }
}
.cid-uzMGS3HiiW .content-wrapper img {
  height: 850px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #8d99ae;
}
@media (max-width: 1200px) {
  .cid-uzMGS3HiiW .content-wrapper img {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-uzMGS3HiiW .content-wrapper img {
    height: 350px;
  }
}
.cid-uzMGS3YU6D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGS3YU6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGS3YU6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGS3YU6D .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uzMGS3YU6D .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzMGS3YU6D .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uzMGS3YU6D .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uzMGS3YU6D .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #8d99ae;
  height: 100%;
  overflow: hidden;
  background-color: #d90429;
}
.cid-uzMGS3YU6D .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzMGS3YU6D .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #8d99ae;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzMGS3YU6D .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uzMGS3YU6D .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uzMGS3YU6D .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uzMGS3YU6D .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uzMGS3YU6D .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uzMGS3YU6D .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uzMGS3YU6D .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzMGS3YU6D .item-number {
  color: #bcfe1e;
}
.cid-uzMGS3YU6D .item-title {
  color: #000000;
}
.cid-uzMGS3YU6D .item-text {
  color: #FFFFFF;
}
.cid-uzMGS4ktiY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGS4ktiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGS4ktiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGS4ktiY .items-wrap {
  justify-content: space-between;
}
.cid-uzMGS4ktiY .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzMGS4ktiY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzMGS4ktiY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzMGS4ktiY .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uzMGS4ktiY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzMGS4ktiY .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uzMGS4ktiY .image-wrapper {
  margin-bottom: 32px;
}
.cid-uzMGS4ktiY .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzMGS4ktiY .image-wrapper img {
    height: 350px;
  }
}
.cid-uzMGS4ktiY .mbr-section-title {
  color: #ffffff;
}
.cid-uzMGS4ktiY .mbr-text,
.cid-uzMGS4ktiY .text-wrapper {
  color: #FFFFFF;
}
.cid-uzMGS4ktiY .mbr-section-title,
.cid-uzMGS4ktiY .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uzMGS4EUcU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uzMGS4EUcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMGS4EUcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMGS4EUcU .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uzMGS4EUcU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzMGS4EUcU .items-wrap {
  margin: 0 -7px;
}
.cid-uzMGS4EUcU .items-wrap .card {
  padding: 0 7px;
}
.cid-uzMGS4EUcU .content-wrapper {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzMGS4EUcU .content-wrapper {
    padding: 14px;
    margin-bottom: 14px;
  }
}
.cid-uzMGS4EUcU .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uzMGS4EUcU .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-uzMGS4EUcU .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-uzMGS4EUcU .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #8d99ae !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uzMGS4EUcU .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-uzMGS4EUcU .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uzMGS4EUcU .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uzMGS4EUcU .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uzMGS4EUcU .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uzMGS4EUcU .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uzMGS4EUcU .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #8d99ae;
  border-color: #8d99ae;
}
.cid-uzMGS4EUcU .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uzMGS4EUcU .google-map {
  height: 100%;
}
.cid-uzMGS4EUcU .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uzMGS4EUcU .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uzMGS4EUcU .mbr-section-title {
  color: #bcfe1e;
}
.cid-uzMGS4EUcU label {
  color: #ffffff;
}
.cid-uzMGS4EUcU .mbr-section-title,
.cid-uzMGS4EUcU .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uzReomP87A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzReomP87A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzReomP87A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzReomP87A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzReomP87A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uzReomP87A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzReomP87A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzReomP87A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzReomP87A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uzReomP87A .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzReomP87A .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzReomP87A .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzReomP87A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzReomP87A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uzReomP87A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzReomP87A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzReomP87A .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uzReomP87A .nav-link:hover {
  color: #ffffff !important;
}
.cid-uzReomP87A .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzReomP87A .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzReomP87A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uzReomP87A .navbar-caption:hover,
.cid-uzReomP87A .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uzReomP87A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzReomP87A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uzReomP87A .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uzReomP87A .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzReomP87A .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzReomP87A .menu-container {
    margin: 16px;
  }
}
.cid-uzReomP87A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uzReomP87A .iconfont-wrapper:hover,
.cid-uzReomP87A .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzReomP87A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uzReomP87A .nav-item:focus,
.cid-uzReomP87A .nav-link:focus {
  outline: none;
}
.cid-uzReomP87A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzReomP87A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzReomP87A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzReomP87A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzReomP87A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzReomP87A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzReomP87A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzReomP87A .navbar.opened {
  transition: all 0.3s;
}
.cid-uzReomP87A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzReomP87A .navbar .navbar-logo img {
  width: auto;
}
.cid-uzReomP87A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzReomP87A .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzReomP87A .navbar.collapsed {
  justify-content: center;
}
.cid-uzReomP87A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzReomP87A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzReomP87A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzReomP87A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzReomP87A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzReomP87A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzReomP87A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzReomP87A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzReomP87A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzReomP87A .navbar {
    min-height: 72px;
  }
  .cid-uzReomP87A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzReomP87A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzReomP87A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzReomP87A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzReomP87A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzReomP87A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzReomP87A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzReomP87A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzReomP87A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzReomP87A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzReomP87A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzReomP87A .dropdown-item.active,
.cid-uzReomP87A .dropdown-item:active {
  background-color: transparent;
}
.cid-uzReomP87A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzReomP87A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzReomP87A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzReomP87A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uzReomP87A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzReomP87A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzReomP87A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzReomP87A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzReomP87A .navbar-buttons {
    text-align: left;
  }
}
.cid-uzReomP87A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzReomP87A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzReomP87A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzReomP87A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzReomP87A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzReomP87A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzReomP87A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzReomP87A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzReomP87A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzReomP87A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzReomP87A .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzReomP87A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzReomP87A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzReomP87A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzReomP87A .navbar {
    height: 70px;
  }
  .cid-uzReomP87A .navbar.opened {
    height: auto;
  }
  .cid-uzReomP87A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzReomP87A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzReomP87A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzReomP87A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzReomP87A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uzReomP87A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzReomP87A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzReomP87A .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzReomP87A .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzReomP87A .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uzReomP87A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzReomP87A .navbar-brand {
    margin-right: auto;
  }
  .cid-uzReomP87A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uzReomP87A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzReomP87A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzReomP87A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzReomP87A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzReomP87A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzReomP87A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uzReomP87A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzReomP87A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzReomP87A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzReomP87A .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzReomP87A .navbar-brand,
.cid-uzReomP87A .navbar-toggler,
.cid-uzReomP87A .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzReomP87A .nav-link,
.cid-uzReomP87A .dropdown-item {
  color: #FFFFFF;
}
.cid-uzReonuwQb {
  background-image: url("../../../assets/images/img-5396-2000x2000.jpeg");
}
.cid-uzReonuwQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzReonuwQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzReonuwQb .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uzReonuwQb .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uzReonuwQb .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uzReonuwQb .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uzReonuwQb .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzReonuwQb .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uzReonuwQb .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uzReonuwQb .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uzReonuwQb .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzReonuwQb .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzReonuwQb .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uzReonuwQb .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uzReonuwQb .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uzReonuwQb .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uzReonuwQb .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uzReonuwQb .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzReonuwQb .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uzReonuwQb .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uzReonuwQb .panel-title-edit {
  color: #ffffff;
}
.cid-uzReonuwQb .panel-text {
  color: #ffffff;
}
.cid-uzReonuwQb .panel-title-edit,
.cid-uzReonuwQb .icon-wrapper {
  color: #FFFFFF;
}
.cid-uzReonuwQb .panel-text,
.cid-uzReonuwQb .panel-body {
  color: #FFFFFF;
  text-align: left;
}
.cid-uAM4xMD1A3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAM4xMD1A3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAM4xMD1A3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAM4xMD1A3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAM4xMD1A3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uAM4xMD1A3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAM4xMD1A3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAM4xMD1A3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAM4xMD1A3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uAM4xMD1A3 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uAM4xMD1A3 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uAM4xMD1A3 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uAM4xMD1A3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uAM4xMD1A3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uAM4xMD1A3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAM4xMD1A3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uAM4xMD1A3 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uAM4xMD1A3 .nav-link:hover {
  color: #ffffff !important;
}
.cid-uAM4xMD1A3 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAM4xMD1A3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAM4xMD1A3 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uAM4xMD1A3 .navbar-caption:hover,
.cid-uAM4xMD1A3 .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uAM4xMD1A3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAM4xMD1A3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uAM4xMD1A3 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uAM4xMD1A3 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uAM4xMD1A3 .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uAM4xMD1A3 .menu-container {
    margin: 16px;
  }
}
.cid-uAM4xMD1A3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uAM4xMD1A3 .iconfont-wrapper:hover,
.cid-uAM4xMD1A3 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uAM4xMD1A3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uAM4xMD1A3 .nav-item:focus,
.cid-uAM4xMD1A3 .nav-link:focus {
  outline: none;
}
.cid-uAM4xMD1A3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAM4xMD1A3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAM4xMD1A3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAM4xMD1A3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAM4xMD1A3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAM4xMD1A3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAM4xMD1A3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAM4xMD1A3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAM4xMD1A3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAM4xMD1A3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uAM4xMD1A3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAM4xMD1A3 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uAM4xMD1A3 .navbar.collapsed {
  justify-content: center;
}
.cid-uAM4xMD1A3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAM4xMD1A3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAM4xMD1A3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uAM4xMD1A3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAM4xMD1A3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAM4xMD1A3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAM4xMD1A3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAM4xMD1A3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAM4xMD1A3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAM4xMD1A3 .navbar {
    min-height: 72px;
  }
  .cid-uAM4xMD1A3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAM4xMD1A3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAM4xMD1A3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAM4xMD1A3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAM4xMD1A3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAM4xMD1A3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAM4xMD1A3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAM4xMD1A3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAM4xMD1A3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAM4xMD1A3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAM4xMD1A3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAM4xMD1A3 .dropdown-item.active,
.cid-uAM4xMD1A3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAM4xMD1A3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAM4xMD1A3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAM4xMD1A3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAM4xMD1A3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uAM4xMD1A3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uAM4xMD1A3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAM4xMD1A3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAM4xMD1A3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAM4xMD1A3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uAM4xMD1A3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAM4xMD1A3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAM4xMD1A3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAM4xMD1A3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAM4xMD1A3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAM4xMD1A3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAM4xMD1A3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAM4xMD1A3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAM4xMD1A3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAM4xMD1A3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAM4xMD1A3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAM4xMD1A3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAM4xMD1A3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAM4xMD1A3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAM4xMD1A3 .navbar {
    height: 70px;
  }
  .cid-uAM4xMD1A3 .navbar.opened {
    height: auto;
  }
  .cid-uAM4xMD1A3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAM4xMD1A3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAM4xMD1A3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAM4xMD1A3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAM4xMD1A3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uAM4xMD1A3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAM4xMD1A3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uAM4xMD1A3 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uAM4xMD1A3 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uAM4xMD1A3 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uAM4xMD1A3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAM4xMD1A3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uAM4xMD1A3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uAM4xMD1A3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAM4xMD1A3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAM4xMD1A3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAM4xMD1A3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAM4xMD1A3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAM4xMD1A3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uAM4xMD1A3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAM4xMD1A3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAM4xMD1A3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAM4xMD1A3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAM4xMD1A3 .navbar-brand,
.cid-uAM4xMD1A3 .navbar-toggler,
.cid-uAM4xMD1A3 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uAM4xMD1A3 .nav-link,
.cid-uAM4xMD1A3 .dropdown-item {
  color: #FFFFFF;
}
.cid-uAM4xNbha6 {
  background-image: url("../../../assets/images/img-6995-2000x2000.jpg");
}
.cid-uAM4xNbha6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAM4xNbha6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAM4xNbha6 .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uAM4xNbha6 .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uAM4xNbha6 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uAM4xNbha6 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uAM4xNbha6 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAM4xNbha6 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAM4xNbha6 .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uAM4xNbha6 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uAM4xNbha6 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAM4xNbha6 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAM4xNbha6 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uAM4xNbha6 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uAM4xNbha6 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uAM4xNbha6 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uAM4xNbha6 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uAM4xNbha6 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAM4xNbha6 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uAM4xNbha6 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uAM4xNbha6 .panel-title-edit {
  color: #ffffff;
}
.cid-uAM4xNbha6 .panel-text {
  color: #ffffff;
}
.cid-uAM4xNbha6 .panel-title-edit,
.cid-uAM4xNbha6 .icon-wrapper {
  color: #FFFFFF;
}
.cid-uAM4xNbha6 .panel-text,
.cid-uAM4xNbha6 .panel-body {
  color: #FFFFFF;
}
.cid-uAM4xNbha6 .panel-title-edit,
.cid-uAM4xNbha6 .icon-wrapper P {
  text-align: left;
}
.cid-uANPrICjTy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uANPrICjTy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uANPrICjTy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uANPrICjTy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uANPrICjTy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uANPrICjTy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uANPrICjTy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uANPrICjTy .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uANPrICjTy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uANPrICjTy .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uANPrICjTy .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uANPrICjTy .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uANPrICjTy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uANPrICjTy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uANPrICjTy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uANPrICjTy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uANPrICjTy .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uANPrICjTy .nav-link:hover {
  color: #ffffff !important;
}
.cid-uANPrICjTy .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uANPrICjTy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uANPrICjTy .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uANPrICjTy .navbar-caption:hover,
.cid-uANPrICjTy .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uANPrICjTy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uANPrICjTy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uANPrICjTy .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uANPrICjTy .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uANPrICjTy .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uANPrICjTy .menu-container {
    margin: 16px;
  }
}
.cid-uANPrICjTy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uANPrICjTy .iconfont-wrapper:hover,
.cid-uANPrICjTy .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uANPrICjTy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uANPrICjTy .nav-item:focus,
.cid-uANPrICjTy .nav-link:focus {
  outline: none;
}
.cid-uANPrICjTy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uANPrICjTy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uANPrICjTy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uANPrICjTy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uANPrICjTy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uANPrICjTy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uANPrICjTy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uANPrICjTy .navbar.opened {
  transition: all 0.3s;
}
.cid-uANPrICjTy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uANPrICjTy .navbar .navbar-logo img {
  width: auto;
}
.cid-uANPrICjTy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uANPrICjTy .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uANPrICjTy .navbar.collapsed {
  justify-content: center;
}
.cid-uANPrICjTy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uANPrICjTy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uANPrICjTy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uANPrICjTy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uANPrICjTy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uANPrICjTy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uANPrICjTy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uANPrICjTy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uANPrICjTy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uANPrICjTy .navbar {
    min-height: 72px;
  }
  .cid-uANPrICjTy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uANPrICjTy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uANPrICjTy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uANPrICjTy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uANPrICjTy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uANPrICjTy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uANPrICjTy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uANPrICjTy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uANPrICjTy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uANPrICjTy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uANPrICjTy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uANPrICjTy .dropdown-item.active,
.cid-uANPrICjTy .dropdown-item:active {
  background-color: transparent;
}
.cid-uANPrICjTy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uANPrICjTy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uANPrICjTy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uANPrICjTy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uANPrICjTy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uANPrICjTy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uANPrICjTy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uANPrICjTy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uANPrICjTy .navbar-buttons {
    text-align: left;
  }
}
.cid-uANPrICjTy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uANPrICjTy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uANPrICjTy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uANPrICjTy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uANPrICjTy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uANPrICjTy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uANPrICjTy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uANPrICjTy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uANPrICjTy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uANPrICjTy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uANPrICjTy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uANPrICjTy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uANPrICjTy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uANPrICjTy .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uANPrICjTy .navbar {
    height: 70px;
  }
  .cid-uANPrICjTy .navbar.opened {
    height: auto;
  }
  .cid-uANPrICjTy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uANPrICjTy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uANPrICjTy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uANPrICjTy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uANPrICjTy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uANPrICjTy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uANPrICjTy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uANPrICjTy .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uANPrICjTy .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uANPrICjTy .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uANPrICjTy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uANPrICjTy .navbar-brand {
    margin-right: auto;
  }
  .cid-uANPrICjTy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uANPrICjTy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uANPrICjTy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uANPrICjTy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uANPrICjTy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uANPrICjTy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uANPrICjTy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uANPrICjTy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uANPrICjTy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uANPrICjTy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uANPrICjTy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uANPrICjTy .navbar-brand,
.cid-uANPrICjTy .navbar-toggler,
.cid-uANPrICjTy .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uANPrICjTy .nav-link,
.cid-uANPrICjTy .dropdown-item {
  color: #FFFFFF;
}
.cid-uANPrJELaN {
  background-image: url("../../../assets/images/img-4465-2000x1125.jpg");
}
.cid-uANPrJELaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANPrJELaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANPrJELaN .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uANPrJELaN .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uANPrJELaN .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uANPrJELaN .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uANPrJELaN .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uANPrJELaN .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uANPrJELaN .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uANPrJELaN .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uANPrJELaN .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uANPrJELaN .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uANPrJELaN .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uANPrJELaN .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uANPrJELaN .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uANPrJELaN .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uANPrJELaN .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uANPrJELaN .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uANPrJELaN .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uANPrJELaN .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uANPrJELaN .panel-title-edit {
  color: #ffffff;
}
.cid-uANPrJELaN .panel-text {
  color: #ffffff;
}
.cid-uANPrJELaN .panel-title-edit,
.cid-uANPrJELaN .icon-wrapper {
  color: #FFFFFF;
}
.cid-uANPrJELaN .panel-text,
.cid-uANPrJELaN .panel-body {
  color: #FFFFFF;
}
.cid-uANPrJELaN .panel-title-edit,
.cid-uANPrJELaN .icon-wrapper P {
  text-align: left;
}
.cid-uAOuiL1kdT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAOuiL1kdT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAOuiL1kdT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAOuiL1kdT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAOuiL1kdT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uAOuiL1kdT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAOuiL1kdT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAOuiL1kdT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAOuiL1kdT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uAOuiL1kdT .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uAOuiL1kdT .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uAOuiL1kdT .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uAOuiL1kdT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uAOuiL1kdT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uAOuiL1kdT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAOuiL1kdT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uAOuiL1kdT .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uAOuiL1kdT .nav-link:hover {
  color: #ffffff !important;
}
.cid-uAOuiL1kdT .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAOuiL1kdT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAOuiL1kdT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uAOuiL1kdT .navbar-caption:hover,
.cid-uAOuiL1kdT .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uAOuiL1kdT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAOuiL1kdT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uAOuiL1kdT .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uAOuiL1kdT .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uAOuiL1kdT .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uAOuiL1kdT .menu-container {
    margin: 16px;
  }
}
.cid-uAOuiL1kdT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uAOuiL1kdT .iconfont-wrapper:hover,
.cid-uAOuiL1kdT .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uAOuiL1kdT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uAOuiL1kdT .nav-item:focus,
.cid-uAOuiL1kdT .nav-link:focus {
  outline: none;
}
.cid-uAOuiL1kdT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAOuiL1kdT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAOuiL1kdT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAOuiL1kdT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOuiL1kdT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAOuiL1kdT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAOuiL1kdT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAOuiL1kdT .navbar.opened {
  transition: all 0.3s;
}
.cid-uAOuiL1kdT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAOuiL1kdT .navbar .navbar-logo img {
  width: auto;
}
.cid-uAOuiL1kdT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAOuiL1kdT .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uAOuiL1kdT .navbar.collapsed {
  justify-content: center;
}
.cid-uAOuiL1kdT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAOuiL1kdT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAOuiL1kdT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uAOuiL1kdT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAOuiL1kdT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAOuiL1kdT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAOuiL1kdT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAOuiL1kdT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAOuiL1kdT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAOuiL1kdT .navbar {
    min-height: 72px;
  }
  .cid-uAOuiL1kdT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAOuiL1kdT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAOuiL1kdT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAOuiL1kdT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAOuiL1kdT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAOuiL1kdT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAOuiL1kdT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAOuiL1kdT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAOuiL1kdT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAOuiL1kdT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAOuiL1kdT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAOuiL1kdT .dropdown-item.active,
.cid-uAOuiL1kdT .dropdown-item:active {
  background-color: transparent;
}
.cid-uAOuiL1kdT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAOuiL1kdT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAOuiL1kdT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAOuiL1kdT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uAOuiL1kdT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uAOuiL1kdT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAOuiL1kdT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAOuiL1kdT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAOuiL1kdT .navbar-buttons {
    text-align: left;
  }
}
.cid-uAOuiL1kdT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAOuiL1kdT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAOuiL1kdT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAOuiL1kdT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOuiL1kdT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOuiL1kdT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAOuiL1kdT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOuiL1kdT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAOuiL1kdT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAOuiL1kdT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOuiL1kdT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAOuiL1kdT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAOuiL1kdT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAOuiL1kdT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAOuiL1kdT .navbar {
    height: 70px;
  }
  .cid-uAOuiL1kdT .navbar.opened {
    height: auto;
  }
  .cid-uAOuiL1kdT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAOuiL1kdT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAOuiL1kdT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAOuiL1kdT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAOuiL1kdT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uAOuiL1kdT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAOuiL1kdT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uAOuiL1kdT .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uAOuiL1kdT .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uAOuiL1kdT .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uAOuiL1kdT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAOuiL1kdT .navbar-brand {
    margin-right: auto;
  }
  .cid-uAOuiL1kdT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uAOuiL1kdT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAOuiL1kdT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAOuiL1kdT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAOuiL1kdT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAOuiL1kdT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAOuiL1kdT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uAOuiL1kdT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAOuiL1kdT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAOuiL1kdT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAOuiL1kdT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAOuiL1kdT .navbar-brand,
.cid-uAOuiL1kdT .navbar-toggler,
.cid-uAOuiL1kdT .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uAOuiL1kdT .nav-link,
.cid-uAOuiL1kdT .dropdown-item {
  color: #FFFFFF;
}
.cid-uAOuiMPMA8 {
  background-image: url("../../../assets/images/img-6900-2000x2000.jpg");
}
.cid-uAOuiMPMA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOuiMPMA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOuiMPMA8 .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uAOuiMPMA8 .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uAOuiMPMA8 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uAOuiMPMA8 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uAOuiMPMA8 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAOuiMPMA8 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAOuiMPMA8 .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uAOuiMPMA8 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uAOuiMPMA8 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOuiMPMA8 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAOuiMPMA8 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uAOuiMPMA8 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uAOuiMPMA8 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uAOuiMPMA8 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uAOuiMPMA8 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uAOuiMPMA8 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAOuiMPMA8 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uAOuiMPMA8 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uAOuiMPMA8 .panel-title-edit {
  color: #ffffff;
}
.cid-uAOuiMPMA8 .panel-text {
  color: #ffffff;
}
.cid-uAOuiMPMA8 .panel-title-edit,
.cid-uAOuiMPMA8 .icon-wrapper {
  color: #FFFFFF;
}
.cid-uAOuiMPMA8 .panel-text,
.cid-uAOuiMPMA8 .panel-body {
  color: #FFFFFF;
}
.cid-uAOuiMPMA8 .panel-title-edit,
.cid-uAOuiMPMA8 .icon-wrapper P {
  text-align: left;
}
.cid-uAOVVSGAiH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAOVVSGAiH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAOVVSGAiH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAOVVSGAiH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAOVVSGAiH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uAOVVSGAiH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAOVVSGAiH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAOVVSGAiH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAOVVSGAiH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uAOVVSGAiH .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uAOVVSGAiH .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uAOVVSGAiH .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uAOVVSGAiH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uAOVVSGAiH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uAOVVSGAiH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAOVVSGAiH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uAOVVSGAiH .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uAOVVSGAiH .nav-link:hover {
  color: #ffffff !important;
}
.cid-uAOVVSGAiH .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAOVVSGAiH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAOVVSGAiH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uAOVVSGAiH .navbar-caption:hover,
.cid-uAOVVSGAiH .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uAOVVSGAiH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAOVVSGAiH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uAOVVSGAiH .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uAOVVSGAiH .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uAOVVSGAiH .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uAOVVSGAiH .menu-container {
    margin: 16px;
  }
}
.cid-uAOVVSGAiH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uAOVVSGAiH .iconfont-wrapper:hover,
.cid-uAOVVSGAiH .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uAOVVSGAiH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uAOVVSGAiH .nav-item:focus,
.cid-uAOVVSGAiH .nav-link:focus {
  outline: none;
}
.cid-uAOVVSGAiH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAOVVSGAiH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAOVVSGAiH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAOVVSGAiH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOVVSGAiH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAOVVSGAiH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAOVVSGAiH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAOVVSGAiH .navbar.opened {
  transition: all 0.3s;
}
.cid-uAOVVSGAiH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAOVVSGAiH .navbar .navbar-logo img {
  width: auto;
}
.cid-uAOVVSGAiH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAOVVSGAiH .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uAOVVSGAiH .navbar.collapsed {
  justify-content: center;
}
.cid-uAOVVSGAiH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAOVVSGAiH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAOVVSGAiH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uAOVVSGAiH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAOVVSGAiH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAOVVSGAiH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAOVVSGAiH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAOVVSGAiH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAOVVSGAiH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAOVVSGAiH .navbar {
    min-height: 72px;
  }
  .cid-uAOVVSGAiH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAOVVSGAiH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAOVVSGAiH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAOVVSGAiH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAOVVSGAiH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAOVVSGAiH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAOVVSGAiH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAOVVSGAiH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAOVVSGAiH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAOVVSGAiH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAOVVSGAiH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAOVVSGAiH .dropdown-item.active,
.cid-uAOVVSGAiH .dropdown-item:active {
  background-color: transparent;
}
.cid-uAOVVSGAiH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAOVVSGAiH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAOVVSGAiH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAOVVSGAiH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uAOVVSGAiH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uAOVVSGAiH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAOVVSGAiH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAOVVSGAiH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAOVVSGAiH .navbar-buttons {
    text-align: left;
  }
}
.cid-uAOVVSGAiH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAOVVSGAiH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAOVVSGAiH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAOVVSGAiH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOVVSGAiH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOVVSGAiH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAOVVSGAiH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOVVSGAiH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAOVVSGAiH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAOVVSGAiH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOVVSGAiH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAOVVSGAiH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAOVVSGAiH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAOVVSGAiH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAOVVSGAiH .navbar {
    height: 70px;
  }
  .cid-uAOVVSGAiH .navbar.opened {
    height: auto;
  }
  .cid-uAOVVSGAiH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAOVVSGAiH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAOVVSGAiH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAOVVSGAiH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAOVVSGAiH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uAOVVSGAiH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAOVVSGAiH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uAOVVSGAiH .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uAOVVSGAiH .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uAOVVSGAiH .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uAOVVSGAiH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAOVVSGAiH .navbar-brand {
    margin-right: auto;
  }
  .cid-uAOVVSGAiH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uAOVVSGAiH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAOVVSGAiH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAOVVSGAiH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAOVVSGAiH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAOVVSGAiH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAOVVSGAiH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uAOVVSGAiH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAOVVSGAiH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAOVVSGAiH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAOVVSGAiH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAOVVSGAiH .navbar-brand,
.cid-uAOVVSGAiH .navbar-toggler,
.cid-uAOVVSGAiH .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uAOVVSGAiH .nav-link,
.cid-uAOVVSGAiH .dropdown-item {
  color: #FFFFFF;
}
.cid-uAOVVTIdRg {
  background-image: url("../../../assets/images/img-1031-2000x1500.jpeg");
}
.cid-uAOVVTIdRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOVVTIdRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOVVTIdRg .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uAOVVTIdRg .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uAOVVTIdRg .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uAOVVTIdRg .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uAOVVTIdRg .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAOVVTIdRg .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAOVVTIdRg .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uAOVVTIdRg .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uAOVVTIdRg .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOVVTIdRg .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAOVVTIdRg .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uAOVVTIdRg .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uAOVVTIdRg .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uAOVVTIdRg .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uAOVVTIdRg .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uAOVVTIdRg .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAOVVTIdRg .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uAOVVTIdRg .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uAOVVTIdRg .panel-title-edit {
  color: #ffffff;
}
.cid-uAOVVTIdRg .panel-text {
  color: #ffffff;
}
.cid-uAOVVTIdRg .panel-title-edit,
.cid-uAOVVTIdRg .icon-wrapper {
  color: #FFFFFF;
}
.cid-uAOVVTIdRg .panel-text,
.cid-uAOVVTIdRg .panel-body {
  color: #FFFFFF;
}
.cid-uAOVVTIdRg .panel-title-edit,
.cid-uAOVVTIdRg .icon-wrapper P {
  text-align: left;
}
.cid-uASJeAM1K6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uASJeAM1K6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uASJeAM1K6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uASJeAM1K6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uASJeAM1K6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uASJeAM1K6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uASJeAM1K6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uASJeAM1K6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uASJeAM1K6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uASJeAM1K6 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uASJeAM1K6 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uASJeAM1K6 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uASJeAM1K6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uASJeAM1K6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uASJeAM1K6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uASJeAM1K6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uASJeAM1K6 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uASJeAM1K6 .nav-link:hover {
  color: #ffffff !important;
}
.cid-uASJeAM1K6 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uASJeAM1K6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uASJeAM1K6 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uASJeAM1K6 .navbar-caption:hover,
.cid-uASJeAM1K6 .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uASJeAM1K6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uASJeAM1K6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uASJeAM1K6 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uASJeAM1K6 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uASJeAM1K6 .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uASJeAM1K6 .menu-container {
    margin: 16px;
  }
}
.cid-uASJeAM1K6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uASJeAM1K6 .iconfont-wrapper:hover,
.cid-uASJeAM1K6 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uASJeAM1K6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uASJeAM1K6 .nav-item:focus,
.cid-uASJeAM1K6 .nav-link:focus {
  outline: none;
}
.cid-uASJeAM1K6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uASJeAM1K6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uASJeAM1K6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uASJeAM1K6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uASJeAM1K6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uASJeAM1K6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uASJeAM1K6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uASJeAM1K6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uASJeAM1K6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uASJeAM1K6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uASJeAM1K6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uASJeAM1K6 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uASJeAM1K6 .navbar.collapsed {
  justify-content: center;
}
.cid-uASJeAM1K6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uASJeAM1K6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uASJeAM1K6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uASJeAM1K6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uASJeAM1K6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uASJeAM1K6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uASJeAM1K6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uASJeAM1K6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uASJeAM1K6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uASJeAM1K6 .navbar {
    min-height: 72px;
  }
  .cid-uASJeAM1K6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uASJeAM1K6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uASJeAM1K6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uASJeAM1K6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uASJeAM1K6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uASJeAM1K6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uASJeAM1K6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uASJeAM1K6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uASJeAM1K6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uASJeAM1K6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uASJeAM1K6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uASJeAM1K6 .dropdown-item.active,
.cid-uASJeAM1K6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uASJeAM1K6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uASJeAM1K6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uASJeAM1K6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uASJeAM1K6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uASJeAM1K6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uASJeAM1K6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uASJeAM1K6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uASJeAM1K6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uASJeAM1K6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uASJeAM1K6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uASJeAM1K6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uASJeAM1K6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uASJeAM1K6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uASJeAM1K6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uASJeAM1K6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uASJeAM1K6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uASJeAM1K6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uASJeAM1K6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uASJeAM1K6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uASJeAM1K6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uASJeAM1K6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uASJeAM1K6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uASJeAM1K6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uASJeAM1K6 .navbar {
    height: 70px;
  }
  .cid-uASJeAM1K6 .navbar.opened {
    height: auto;
  }
  .cid-uASJeAM1K6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uASJeAM1K6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uASJeAM1K6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uASJeAM1K6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uASJeAM1K6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uASJeAM1K6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uASJeAM1K6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uASJeAM1K6 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uASJeAM1K6 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uASJeAM1K6 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uASJeAM1K6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uASJeAM1K6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uASJeAM1K6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uASJeAM1K6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uASJeAM1K6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uASJeAM1K6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uASJeAM1K6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uASJeAM1K6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uASJeAM1K6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uASJeAM1K6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uASJeAM1K6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uASJeAM1K6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uASJeAM1K6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uASJeAM1K6 .navbar-brand,
.cid-uASJeAM1K6 .navbar-toggler,
.cid-uASJeAM1K6 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uASJeAM1K6 .nav-link,
.cid-uASJeAM1K6 .dropdown-item {
  color: #FFFFFF;
}
.cid-uASJeBl4zm {
  background-image: url("../../../assets/images/8b434162-8cd9-444a-84cc-ec3e673850c7-1-105-c-886x886.jpg");
}
.cid-uASJeBl4zm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uASJeBl4zm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uASJeBl4zm .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uASJeBl4zm .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uASJeBl4zm .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uASJeBl4zm .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uASJeBl4zm .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uASJeBl4zm .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uASJeBl4zm .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uASJeBl4zm .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uASJeBl4zm .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uASJeBl4zm .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uASJeBl4zm .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uASJeBl4zm .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uASJeBl4zm .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uASJeBl4zm .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uASJeBl4zm .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uASJeBl4zm .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uASJeBl4zm .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uASJeBl4zm .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uASJeBl4zm .panel-title-edit {
  color: #ffffff;
}
.cid-uASJeBl4zm .panel-text {
  color: #ffffff;
}
.cid-uASJeBl4zm .panel-title-edit,
.cid-uASJeBl4zm .icon-wrapper {
  color: #FFFFFF;
}
.cid-uASJeBl4zm .panel-text,
.cid-uASJeBl4zm .panel-body {
  color: #FFFFFF;
}
.cid-uASJeBl4zm .panel-title-edit,
.cid-uASJeBl4zm .icon-wrapper P {
  text-align: left;
}
.cid-uATww7Aw2y {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uATww7Aw2y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uATww7Aw2y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uATww7Aw2y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uATww7Aw2y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uATww7Aw2y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uATww7Aw2y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uATww7Aw2y .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uATww7Aw2y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uATww7Aw2y .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uATww7Aw2y .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uATww7Aw2y .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uATww7Aw2y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uATww7Aw2y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uATww7Aw2y .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uATww7Aw2y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uATww7Aw2y .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uATww7Aw2y .nav-link:hover {
  color: #ffffff !important;
}
.cid-uATww7Aw2y .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uATww7Aw2y .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uATww7Aw2y .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uATww7Aw2y .navbar-caption:hover,
.cid-uATww7Aw2y .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uATww7Aw2y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uATww7Aw2y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uATww7Aw2y .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uATww7Aw2y .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uATww7Aw2y .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uATww7Aw2y .menu-container {
    margin: 16px;
  }
}
.cid-uATww7Aw2y .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uATww7Aw2y .iconfont-wrapper:hover,
.cid-uATww7Aw2y .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uATww7Aw2y .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uATww7Aw2y .nav-item:focus,
.cid-uATww7Aw2y .nav-link:focus {
  outline: none;
}
.cid-uATww7Aw2y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uATww7Aw2y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uATww7Aw2y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uATww7Aw2y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uATww7Aw2y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uATww7Aw2y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uATww7Aw2y .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uATww7Aw2y .navbar.opened {
  transition: all 0.3s;
}
.cid-uATww7Aw2y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uATww7Aw2y .navbar .navbar-logo img {
  width: auto;
}
.cid-uATww7Aw2y .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uATww7Aw2y .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uATww7Aw2y .navbar.collapsed {
  justify-content: center;
}
.cid-uATww7Aw2y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uATww7Aw2y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uATww7Aw2y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uATww7Aw2y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uATww7Aw2y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uATww7Aw2y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uATww7Aw2y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uATww7Aw2y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uATww7Aw2y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uATww7Aw2y .navbar {
    min-height: 72px;
  }
  .cid-uATww7Aw2y .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uATww7Aw2y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uATww7Aw2y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uATww7Aw2y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uATww7Aw2y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uATww7Aw2y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uATww7Aw2y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uATww7Aw2y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uATww7Aw2y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uATww7Aw2y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uATww7Aw2y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uATww7Aw2y .dropdown-item.active,
.cid-uATww7Aw2y .dropdown-item:active {
  background-color: transparent;
}
.cid-uATww7Aw2y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uATww7Aw2y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uATww7Aw2y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uATww7Aw2y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uATww7Aw2y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uATww7Aw2y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uATww7Aw2y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uATww7Aw2y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uATww7Aw2y .navbar-buttons {
    text-align: left;
  }
}
.cid-uATww7Aw2y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uATww7Aw2y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uATww7Aw2y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uATww7Aw2y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uATww7Aw2y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uATww7Aw2y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uATww7Aw2y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uATww7Aw2y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uATww7Aw2y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uATww7Aw2y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uATww7Aw2y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uATww7Aw2y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uATww7Aw2y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uATww7Aw2y .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uATww7Aw2y .navbar {
    height: 70px;
  }
  .cid-uATww7Aw2y .navbar.opened {
    height: auto;
  }
  .cid-uATww7Aw2y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uATww7Aw2y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uATww7Aw2y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uATww7Aw2y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uATww7Aw2y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uATww7Aw2y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uATww7Aw2y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uATww7Aw2y .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uATww7Aw2y .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uATww7Aw2y .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uATww7Aw2y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uATww7Aw2y .navbar-brand {
    margin-right: auto;
  }
  .cid-uATww7Aw2y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uATww7Aw2y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uATww7Aw2y .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uATww7Aw2y .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uATww7Aw2y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uATww7Aw2y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uATww7Aw2y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uATww7Aw2y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uATww7Aw2y .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uATww7Aw2y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uATww7Aw2y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uATww7Aw2y .navbar-brand,
.cid-uATww7Aw2y .navbar-toggler,
.cid-uATww7Aw2y .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uATww7Aw2y .nav-link,
.cid-uATww7Aw2y .dropdown-item {
  color: #FFFFFF;
}
.cid-uATww9pqmV {
  background-image: url("../../../assets/images/img-159-686x914.jpeg");
}
.cid-uATww9pqmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uATww9pqmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uATww9pqmV .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uATww9pqmV .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uATww9pqmV .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uATww9pqmV .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uATww9pqmV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uATww9pqmV .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uATww9pqmV .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uATww9pqmV .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uATww9pqmV .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uATww9pqmV .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uATww9pqmV .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uATww9pqmV .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uATww9pqmV .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uATww9pqmV .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uATww9pqmV .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uATww9pqmV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uATww9pqmV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uATww9pqmV .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uATww9pqmV .panel-title-edit {
  color: #ffffff;
}
.cid-uATww9pqmV .panel-text {
  color: #ffffff;
}
.cid-uATww9pqmV .panel-title-edit,
.cid-uATww9pqmV .icon-wrapper {
  color: #FFFFFF;
}
.cid-uATww9pqmV .panel-text,
.cid-uATww9pqmV .panel-body {
  color: #FFFFFF;
}
.cid-uATww9pqmV .panel-title-edit,
.cid-uATww9pqmV .icon-wrapper P {
  text-align: left;
}
.cid-uB0gwG5nWK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uB0gwG5nWK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB0gwG5nWK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uB0gwG5nWK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB0gwG5nWK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uB0gwG5nWK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB0gwG5nWK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB0gwG5nWK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uB0gwG5nWK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uB0gwG5nWK .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uB0gwG5nWK .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uB0gwG5nWK .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uB0gwG5nWK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uB0gwG5nWK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uB0gwG5nWK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uB0gwG5nWK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uB0gwG5nWK .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uB0gwG5nWK .nav-link:hover {
  color: #ffffff !important;
}
.cid-uB0gwG5nWK .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uB0gwG5nWK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uB0gwG5nWK .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uB0gwG5nWK .navbar-caption:hover,
.cid-uB0gwG5nWK .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uB0gwG5nWK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uB0gwG5nWK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uB0gwG5nWK .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uB0gwG5nWK .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uB0gwG5nWK .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uB0gwG5nWK .menu-container {
    margin: 16px;
  }
}
.cid-uB0gwG5nWK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uB0gwG5nWK .iconfont-wrapper:hover,
.cid-uB0gwG5nWK .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uB0gwG5nWK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uB0gwG5nWK .nav-item:focus,
.cid-uB0gwG5nWK .nav-link:focus {
  outline: none;
}
.cid-uB0gwG5nWK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB0gwG5nWK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB0gwG5nWK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB0gwG5nWK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB0gwG5nWK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB0gwG5nWK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB0gwG5nWK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uB0gwG5nWK .navbar.opened {
  transition: all 0.3s;
}
.cid-uB0gwG5nWK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB0gwG5nWK .navbar .navbar-logo img {
  width: auto;
}
.cid-uB0gwG5nWK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB0gwG5nWK .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uB0gwG5nWK .navbar.collapsed {
  justify-content: center;
}
.cid-uB0gwG5nWK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB0gwG5nWK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB0gwG5nWK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uB0gwG5nWK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB0gwG5nWK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB0gwG5nWK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uB0gwG5nWK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB0gwG5nWK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB0gwG5nWK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uB0gwG5nWK .navbar {
    min-height: 72px;
  }
  .cid-uB0gwG5nWK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uB0gwG5nWK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB0gwG5nWK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB0gwG5nWK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB0gwG5nWK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB0gwG5nWK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uB0gwG5nWK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB0gwG5nWK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uB0gwG5nWK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB0gwG5nWK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB0gwG5nWK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uB0gwG5nWK .dropdown-item.active,
.cid-uB0gwG5nWK .dropdown-item:active {
  background-color: transparent;
}
.cid-uB0gwG5nWK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB0gwG5nWK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB0gwG5nWK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB0gwG5nWK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uB0gwG5nWK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uB0gwG5nWK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uB0gwG5nWK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB0gwG5nWK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uB0gwG5nWK .navbar-buttons {
    text-align: left;
  }
}
.cid-uB0gwG5nWK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB0gwG5nWK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB0gwG5nWK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB0gwG5nWK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0gwG5nWK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0gwG5nWK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB0gwG5nWK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0gwG5nWK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB0gwG5nWK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB0gwG5nWK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0gwG5nWK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uB0gwG5nWK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB0gwG5nWK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uB0gwG5nWK .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB0gwG5nWK .navbar {
    height: 70px;
  }
  .cid-uB0gwG5nWK .navbar.opened {
    height: auto;
  }
  .cid-uB0gwG5nWK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB0gwG5nWK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uB0gwG5nWK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uB0gwG5nWK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uB0gwG5nWK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uB0gwG5nWK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uB0gwG5nWK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uB0gwG5nWK .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uB0gwG5nWK .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uB0gwG5nWK .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uB0gwG5nWK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uB0gwG5nWK .navbar-brand {
    margin-right: auto;
  }
  .cid-uB0gwG5nWK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uB0gwG5nWK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uB0gwG5nWK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uB0gwG5nWK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uB0gwG5nWK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uB0gwG5nWK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uB0gwG5nWK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uB0gwG5nWK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uB0gwG5nWK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uB0gwG5nWK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uB0gwG5nWK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB0gwG5nWK .navbar-brand,
.cid-uB0gwG5nWK .navbar-toggler,
.cid-uB0gwG5nWK .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uB0gwG5nWK .nav-link,
.cid-uB0gwG5nWK .dropdown-item {
  color: #FFFFFF;
}
.cid-uB0gwH7Jal {
  background-image: url("../../../assets/images/img-5396-2000x2000.jpeg");
}
.cid-uB0gwH7Jal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0gwH7Jal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0gwH7Jal .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uB0gwH7Jal .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uB0gwH7Jal .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uB0gwH7Jal .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uB0gwH7Jal .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uB0gwH7Jal .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB0gwH7Jal .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uB0gwH7Jal .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uB0gwH7Jal .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uB0gwH7Jal .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uB0gwH7Jal .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uB0gwH7Jal .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uB0gwH7Jal .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uB0gwH7Jal .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uB0gwH7Jal .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uB0gwH7Jal .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB0gwH7Jal .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uB0gwH7Jal .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uB0gwH7Jal .panel-title-edit {
  color: #ffffff;
}
.cid-uB0gwH7Jal .panel-text {
  color: #ffffff;
}
.cid-uB0gwH7Jal .panel-title-edit,
.cid-uB0gwH7Jal .icon-wrapper {
  color: #FFFFFF;
}
.cid-uB0gwH7Jal .panel-text,
.cid-uB0gwH7Jal .panel-body {
  color: #FFFFFF;
}
.cid-uB6TdGPIvQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uB6TdGPIvQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB6TdGPIvQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uB6TdGPIvQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB6TdGPIvQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uB6TdGPIvQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB6TdGPIvQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB6TdGPIvQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uB6TdGPIvQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uB6TdGPIvQ .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uB6TdGPIvQ .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uB6TdGPIvQ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uB6TdGPIvQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uB6TdGPIvQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uB6TdGPIvQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uB6TdGPIvQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uB6TdGPIvQ .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uB6TdGPIvQ .nav-link:hover {
  color: #ffffff !important;
}
.cid-uB6TdGPIvQ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uB6TdGPIvQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uB6TdGPIvQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uB6TdGPIvQ .navbar-caption:hover,
.cid-uB6TdGPIvQ .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uB6TdGPIvQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uB6TdGPIvQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uB6TdGPIvQ .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uB6TdGPIvQ .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uB6TdGPIvQ .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uB6TdGPIvQ .menu-container {
    margin: 16px;
  }
}
.cid-uB6TdGPIvQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uB6TdGPIvQ .iconfont-wrapper:hover,
.cid-uB6TdGPIvQ .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uB6TdGPIvQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uB6TdGPIvQ .nav-item:focus,
.cid-uB6TdGPIvQ .nav-link:focus {
  outline: none;
}
.cid-uB6TdGPIvQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB6TdGPIvQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB6TdGPIvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB6TdGPIvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB6TdGPIvQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB6TdGPIvQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB6TdGPIvQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uB6TdGPIvQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uB6TdGPIvQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB6TdGPIvQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uB6TdGPIvQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB6TdGPIvQ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uB6TdGPIvQ .navbar.collapsed {
  justify-content: center;
}
.cid-uB6TdGPIvQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB6TdGPIvQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB6TdGPIvQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uB6TdGPIvQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB6TdGPIvQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB6TdGPIvQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uB6TdGPIvQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB6TdGPIvQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB6TdGPIvQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uB6TdGPIvQ .navbar {
    min-height: 72px;
  }
  .cid-uB6TdGPIvQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uB6TdGPIvQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB6TdGPIvQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB6TdGPIvQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB6TdGPIvQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB6TdGPIvQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uB6TdGPIvQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB6TdGPIvQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uB6TdGPIvQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB6TdGPIvQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB6TdGPIvQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uB6TdGPIvQ .dropdown-item.active,
.cid-uB6TdGPIvQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uB6TdGPIvQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB6TdGPIvQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB6TdGPIvQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB6TdGPIvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uB6TdGPIvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uB6TdGPIvQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uB6TdGPIvQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB6TdGPIvQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uB6TdGPIvQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uB6TdGPIvQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB6TdGPIvQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB6TdGPIvQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB6TdGPIvQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB6TdGPIvQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB6TdGPIvQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB6TdGPIvQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB6TdGPIvQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB6TdGPIvQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB6TdGPIvQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB6TdGPIvQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uB6TdGPIvQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB6TdGPIvQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uB6TdGPIvQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB6TdGPIvQ .navbar {
    height: 70px;
  }
  .cid-uB6TdGPIvQ .navbar.opened {
    height: auto;
  }
  .cid-uB6TdGPIvQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB6TdGPIvQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uB6TdGPIvQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uB6TdGPIvQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uB6TdGPIvQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uB6TdGPIvQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uB6TdGPIvQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uB6TdGPIvQ .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uB6TdGPIvQ .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uB6TdGPIvQ .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uB6TdGPIvQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uB6TdGPIvQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uB6TdGPIvQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uB6TdGPIvQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uB6TdGPIvQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uB6TdGPIvQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uB6TdGPIvQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uB6TdGPIvQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uB6TdGPIvQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uB6TdGPIvQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uB6TdGPIvQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uB6TdGPIvQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uB6TdGPIvQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB6TdGPIvQ .navbar-brand,
.cid-uB6TdGPIvQ .navbar-toggler,
.cid-uB6TdGPIvQ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uB6TdGPIvQ .nav-link,
.cid-uB6TdGPIvQ .dropdown-item {
  color: #FFFFFF;
}
.cid-uB6TdHAfG4 {
  background-image: url("../../../assets/images/img-159-686x914.jpeg");
}
.cid-uB6TdHAfG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB6TdHAfG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB6TdHAfG4 .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uB6TdHAfG4 .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uB6TdHAfG4 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uB6TdHAfG4 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uB6TdHAfG4 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uB6TdHAfG4 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB6TdHAfG4 .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uB6TdHAfG4 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uB6TdHAfG4 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uB6TdHAfG4 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uB6TdHAfG4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uB6TdHAfG4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uB6TdHAfG4 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uB6TdHAfG4 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uB6TdHAfG4 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uB6TdHAfG4 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB6TdHAfG4 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uB6TdHAfG4 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uB6TdHAfG4 .panel-title-edit {
  color: #ffffff;
}
.cid-uB6TdHAfG4 .panel-text {
  color: #ffffff;
}
.cid-uB6TdHAfG4 .panel-title-edit,
.cid-uB6TdHAfG4 .icon-wrapper {
  color: #ffffff;
}
.cid-uB6TdHAfG4 .panel-text,
.cid-uB6TdHAfG4 .panel-body {
  color: #FFFFFF;
}
.cid-uB6TdHAfG4 .panel-title-edit,
.cid-uB6TdHAfG4 .icon-wrapper P {
  text-align: left;
}
.cid-uB6TdHAfG4 .mbr-section-title DIV {
  text-align: center;
}
.cid-uBaEYfZ4R2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBaEYfZ4R2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBaEYfZ4R2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBaEYfZ4R2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBaEYfZ4R2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uBaEYfZ4R2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBaEYfZ4R2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBaEYfZ4R2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uBaEYfZ4R2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBaEYfZ4R2 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uBaEYfZ4R2 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uBaEYfZ4R2 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uBaEYfZ4R2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uBaEYfZ4R2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBaEYfZ4R2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBaEYfZ4R2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBaEYfZ4R2 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uBaEYfZ4R2 .nav-link:hover {
  color: #ffffff !important;
}
.cid-uBaEYfZ4R2 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBaEYfZ4R2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBaEYfZ4R2 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uBaEYfZ4R2 .navbar-caption:hover,
.cid-uBaEYfZ4R2 .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uBaEYfZ4R2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBaEYfZ4R2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBaEYfZ4R2 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uBaEYfZ4R2 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uBaEYfZ4R2 .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBaEYfZ4R2 .menu-container {
    margin: 16px;
  }
}
.cid-uBaEYfZ4R2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uBaEYfZ4R2 .iconfont-wrapper:hover,
.cid-uBaEYfZ4R2 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uBaEYfZ4R2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uBaEYfZ4R2 .nav-item:focus,
.cid-uBaEYfZ4R2 .nav-link:focus {
  outline: none;
}
.cid-uBaEYfZ4R2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBaEYfZ4R2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBaEYfZ4R2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBaEYfZ4R2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBaEYfZ4R2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBaEYfZ4R2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBaEYfZ4R2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBaEYfZ4R2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBaEYfZ4R2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBaEYfZ4R2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBaEYfZ4R2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBaEYfZ4R2 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uBaEYfZ4R2 .navbar.collapsed {
  justify-content: center;
}
.cid-uBaEYfZ4R2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBaEYfZ4R2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBaEYfZ4R2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBaEYfZ4R2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBaEYfZ4R2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBaEYfZ4R2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBaEYfZ4R2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBaEYfZ4R2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBaEYfZ4R2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBaEYfZ4R2 .navbar {
    min-height: 72px;
  }
  .cid-uBaEYfZ4R2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBaEYfZ4R2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBaEYfZ4R2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBaEYfZ4R2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBaEYfZ4R2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBaEYfZ4R2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBaEYfZ4R2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBaEYfZ4R2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBaEYfZ4R2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBaEYfZ4R2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBaEYfZ4R2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBaEYfZ4R2 .dropdown-item.active,
.cid-uBaEYfZ4R2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBaEYfZ4R2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBaEYfZ4R2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBaEYfZ4R2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBaEYfZ4R2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uBaEYfZ4R2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBaEYfZ4R2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBaEYfZ4R2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBaEYfZ4R2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBaEYfZ4R2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBaEYfZ4R2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBaEYfZ4R2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBaEYfZ4R2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBaEYfZ4R2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBaEYfZ4R2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBaEYfZ4R2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBaEYfZ4R2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBaEYfZ4R2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBaEYfZ4R2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBaEYfZ4R2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBaEYfZ4R2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBaEYfZ4R2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBaEYfZ4R2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBaEYfZ4R2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBaEYfZ4R2 .navbar {
    height: 70px;
  }
  .cid-uBaEYfZ4R2 .navbar.opened {
    height: auto;
  }
  .cid-uBaEYfZ4R2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBaEYfZ4R2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBaEYfZ4R2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBaEYfZ4R2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBaEYfZ4R2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBaEYfZ4R2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBaEYfZ4R2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uBaEYfZ4R2 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBaEYfZ4R2 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uBaEYfZ4R2 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uBaEYfZ4R2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBaEYfZ4R2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBaEYfZ4R2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uBaEYfZ4R2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBaEYfZ4R2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBaEYfZ4R2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBaEYfZ4R2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBaEYfZ4R2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBaEYfZ4R2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBaEYfZ4R2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBaEYfZ4R2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBaEYfZ4R2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBaEYfZ4R2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBaEYfZ4R2 .navbar-brand,
.cid-uBaEYfZ4R2 .navbar-toggler,
.cid-uBaEYfZ4R2 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uBaEYfZ4R2 .nav-link,
.cid-uBaEYfZ4R2 .dropdown-item {
  color: #FFFFFF;
}
.cid-uBaEYgN54j {
  background-image: url("../../../assets/images/img-5240-600x600.jpg");
}
.cid-uBaEYgN54j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBaEYgN54j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBaEYgN54j .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uBaEYgN54j .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uBaEYgN54j .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uBaEYgN54j .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBaEYgN54j .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBaEYgN54j .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBaEYgN54j .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uBaEYgN54j .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uBaEYgN54j .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBaEYgN54j .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBaEYgN54j .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uBaEYgN54j .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uBaEYgN54j .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBaEYgN54j .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uBaEYgN54j .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uBaEYgN54j .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBaEYgN54j .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBaEYgN54j .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uBaEYgN54j .panel-title-edit {
  color: #ffffff;
}
.cid-uBaEYgN54j .panel-text {
  color: #ffffff;
}
.cid-uBaEYgN54j .panel-title-edit,
.cid-uBaEYgN54j .icon-wrapper {
  color: #FFFFFF;
}
.cid-uBaEYgN54j .panel-text,
.cid-uBaEYgN54j .panel-body {
  color: #FFFFFF;
}
.cid-uBaEYgN54j .panel-title-edit,
.cid-uBaEYgN54j .icon-wrapper P {
  text-align: left;
}
.cid-uBc8NZANMt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBc8NZANMt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBc8NZANMt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBc8NZANMt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBc8NZANMt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uBc8NZANMt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBc8NZANMt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBc8NZANMt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uBc8NZANMt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBc8NZANMt .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uBc8NZANMt .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uBc8NZANMt .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uBc8NZANMt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uBc8NZANMt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBc8NZANMt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBc8NZANMt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBc8NZANMt .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uBc8NZANMt .nav-link:hover {
  color: #ffffff !important;
}
.cid-uBc8NZANMt .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBc8NZANMt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBc8NZANMt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uBc8NZANMt .navbar-caption:hover,
.cid-uBc8NZANMt .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uBc8NZANMt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBc8NZANMt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBc8NZANMt .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uBc8NZANMt .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uBc8NZANMt .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBc8NZANMt .menu-container {
    margin: 16px;
  }
}
.cid-uBc8NZANMt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uBc8NZANMt .iconfont-wrapper:hover,
.cid-uBc8NZANMt .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uBc8NZANMt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uBc8NZANMt .nav-item:focus,
.cid-uBc8NZANMt .nav-link:focus {
  outline: none;
}
.cid-uBc8NZANMt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBc8NZANMt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBc8NZANMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBc8NZANMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBc8NZANMt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBc8NZANMt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBc8NZANMt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBc8NZANMt .navbar.opened {
  transition: all 0.3s;
}
.cid-uBc8NZANMt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBc8NZANMt .navbar .navbar-logo img {
  width: auto;
}
.cid-uBc8NZANMt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBc8NZANMt .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uBc8NZANMt .navbar.collapsed {
  justify-content: center;
}
.cid-uBc8NZANMt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBc8NZANMt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBc8NZANMt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBc8NZANMt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBc8NZANMt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBc8NZANMt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBc8NZANMt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBc8NZANMt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBc8NZANMt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBc8NZANMt .navbar {
    min-height: 72px;
  }
  .cid-uBc8NZANMt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBc8NZANMt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBc8NZANMt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBc8NZANMt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBc8NZANMt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBc8NZANMt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBc8NZANMt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBc8NZANMt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBc8NZANMt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBc8NZANMt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBc8NZANMt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBc8NZANMt .dropdown-item.active,
.cid-uBc8NZANMt .dropdown-item:active {
  background-color: transparent;
}
.cid-uBc8NZANMt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBc8NZANMt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBc8NZANMt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBc8NZANMt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uBc8NZANMt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBc8NZANMt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBc8NZANMt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBc8NZANMt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBc8NZANMt .navbar-buttons {
    text-align: left;
  }
}
.cid-uBc8NZANMt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBc8NZANMt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBc8NZANMt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBc8NZANMt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBc8NZANMt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBc8NZANMt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBc8NZANMt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBc8NZANMt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBc8NZANMt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBc8NZANMt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBc8NZANMt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBc8NZANMt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBc8NZANMt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBc8NZANMt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBc8NZANMt .navbar {
    height: 70px;
  }
  .cid-uBc8NZANMt .navbar.opened {
    height: auto;
  }
  .cid-uBc8NZANMt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBc8NZANMt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBc8NZANMt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBc8NZANMt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBc8NZANMt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBc8NZANMt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBc8NZANMt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uBc8NZANMt .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBc8NZANMt .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uBc8NZANMt .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uBc8NZANMt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBc8NZANMt .navbar-brand {
    margin-right: auto;
  }
  .cid-uBc8NZANMt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uBc8NZANMt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBc8NZANMt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBc8NZANMt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBc8NZANMt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBc8NZANMt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBc8NZANMt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBc8NZANMt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBc8NZANMt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBc8NZANMt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBc8NZANMt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBc8NZANMt .navbar-brand,
.cid-uBc8NZANMt .navbar-toggler,
.cid-uBc8NZANMt .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uBc8NZANMt .nav-link,
.cid-uBc8NZANMt .dropdown-item {
  color: #FFFFFF;
}
.cid-uBc8O0Du0m {
  background-image: url("../../../assets/images/8b434162-8cd9-444a-84cc-ec3e673850c7-1-105-c-886x886.jpg");
}
.cid-uBc8O0Du0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBc8O0Du0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBc8O0Du0m .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uBc8O0Du0m .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uBc8O0Du0m .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uBc8O0Du0m .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBc8O0Du0m .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBc8O0Du0m .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBc8O0Du0m .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uBc8O0Du0m .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uBc8O0Du0m .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBc8O0Du0m .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBc8O0Du0m .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uBc8O0Du0m .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uBc8O0Du0m .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBc8O0Du0m .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uBc8O0Du0m .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uBc8O0Du0m .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBc8O0Du0m .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBc8O0Du0m .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uBc8O0Du0m .panel-title-edit {
  color: #ffffff;
}
.cid-uBc8O0Du0m .panel-text {
  color: #ffffff;
}
.cid-uBc8O0Du0m .panel-title-edit,
.cid-uBc8O0Du0m .icon-wrapper {
  color: #FFFFFF;
}
.cid-uBc8O0Du0m .panel-text,
.cid-uBc8O0Du0m .panel-body {
  color: #FFFFFF;
}
.cid-uBc8O0Du0m .panel-title-edit,
.cid-uBc8O0Du0m .icon-wrapper P {
  text-align: left;
}
.cid-uAU1u0Chwq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAU1u0Chwq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAU1u0Chwq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAU1u0Chwq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAU1u0Chwq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uAU1u0Chwq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAU1u0Chwq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAU1u0Chwq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAU1u0Chwq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uAU1u0Chwq .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uAU1u0Chwq .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uAU1u0Chwq .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uAU1u0Chwq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uAU1u0Chwq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uAU1u0Chwq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAU1u0Chwq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uAU1u0Chwq .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uAU1u0Chwq .nav-link:hover {
  color: #ffffff !important;
}
.cid-uAU1u0Chwq .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAU1u0Chwq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAU1u0Chwq .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uAU1u0Chwq .navbar-caption:hover,
.cid-uAU1u0Chwq .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uAU1u0Chwq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAU1u0Chwq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uAU1u0Chwq .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uAU1u0Chwq .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uAU1u0Chwq .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uAU1u0Chwq .menu-container {
    margin: 16px;
  }
}
.cid-uAU1u0Chwq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uAU1u0Chwq .iconfont-wrapper:hover,
.cid-uAU1u0Chwq .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uAU1u0Chwq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uAU1u0Chwq .nav-item:focus,
.cid-uAU1u0Chwq .nav-link:focus {
  outline: none;
}
.cid-uAU1u0Chwq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAU1u0Chwq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAU1u0Chwq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAU1u0Chwq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAU1u0Chwq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAU1u0Chwq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAU1u0Chwq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uAU1u0Chwq .navbar.opened {
  transition: all 0.3s;
}
.cid-uAU1u0Chwq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAU1u0Chwq .navbar .navbar-logo img {
  width: auto;
}
.cid-uAU1u0Chwq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uAU1u0Chwq .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uAU1u0Chwq .navbar.collapsed {
  justify-content: center;
}
.cid-uAU1u0Chwq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAU1u0Chwq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAU1u0Chwq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uAU1u0Chwq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAU1u0Chwq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAU1u0Chwq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAU1u0Chwq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAU1u0Chwq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAU1u0Chwq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAU1u0Chwq .navbar {
    min-height: 72px;
  }
  .cid-uAU1u0Chwq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAU1u0Chwq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAU1u0Chwq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAU1u0Chwq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAU1u0Chwq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAU1u0Chwq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAU1u0Chwq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAU1u0Chwq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAU1u0Chwq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAU1u0Chwq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAU1u0Chwq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAU1u0Chwq .dropdown-item.active,
.cid-uAU1u0Chwq .dropdown-item:active {
  background-color: transparent;
}
.cid-uAU1u0Chwq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAU1u0Chwq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAU1u0Chwq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAU1u0Chwq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uAU1u0Chwq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uAU1u0Chwq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAU1u0Chwq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAU1u0Chwq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAU1u0Chwq .navbar-buttons {
    text-align: left;
  }
}
.cid-uAU1u0Chwq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAU1u0Chwq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAU1u0Chwq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAU1u0Chwq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAU1u0Chwq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAU1u0Chwq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAU1u0Chwq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAU1u0Chwq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAU1u0Chwq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAU1u0Chwq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAU1u0Chwq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAU1u0Chwq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAU1u0Chwq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAU1u0Chwq .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAU1u0Chwq .navbar {
    height: 70px;
  }
  .cid-uAU1u0Chwq .navbar.opened {
    height: auto;
  }
  .cid-uAU1u0Chwq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAU1u0Chwq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAU1u0Chwq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAU1u0Chwq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAU1u0Chwq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uAU1u0Chwq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAU1u0Chwq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uAU1u0Chwq .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uAU1u0Chwq .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uAU1u0Chwq .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uAU1u0Chwq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAU1u0Chwq .navbar-brand {
    margin-right: auto;
  }
  .cid-uAU1u0Chwq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uAU1u0Chwq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAU1u0Chwq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAU1u0Chwq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAU1u0Chwq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAU1u0Chwq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAU1u0Chwq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uAU1u0Chwq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAU1u0Chwq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uAU1u0Chwq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAU1u0Chwq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAU1u0Chwq .navbar-brand,
.cid-uAU1u0Chwq .navbar-toggler,
.cid-uAU1u0Chwq .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uAU1u0Chwq .nav-link,
.cid-uAU1u0Chwq .dropdown-item {
  color: #FFFFFF;
}
.cid-uAU1u1V6rO {
  background-image: url("../../../assets/images/afbeelding-6-642x428.jpeg");
}
.cid-uAU1u1V6rO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAU1u1V6rO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAU1u1V6rO .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uAU1u1V6rO .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uAU1u1V6rO .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uAU1u1V6rO .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uAU1u1V6rO .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAU1u1V6rO .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAU1u1V6rO .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uAU1u1V6rO .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uAU1u1V6rO .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAU1u1V6rO .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAU1u1V6rO .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uAU1u1V6rO .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uAU1u1V6rO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uAU1u1V6rO .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uAU1u1V6rO .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uAU1u1V6rO .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAU1u1V6rO .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uAU1u1V6rO .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uAU1u1V6rO .panel-title-edit {
  color: #ffffff;
}
.cid-uAU1u1V6rO .panel-text {
  color: #ffffff;
}
.cid-uAU1u1V6rO .panel-title-edit,
.cid-uAU1u1V6rO .icon-wrapper {
  color: #FFFFFF;
}
.cid-uAU1u1V6rO .panel-text,
.cid-uAU1u1V6rO .panel-body {
  color: #FFFFFF;
}
.cid-uAU1u1V6rO .panel-title-edit,
.cid-uAU1u1V6rO .icon-wrapper P {
  text-align: left;
}
.cid-uBf2ZviJbP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBf2ZviJbP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBf2ZviJbP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBf2ZviJbP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBf2ZviJbP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uBf2ZviJbP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBf2ZviJbP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBf2ZviJbP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uBf2ZviJbP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBf2ZviJbP .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uBf2ZviJbP .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uBf2ZviJbP .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uBf2ZviJbP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uBf2ZviJbP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBf2ZviJbP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBf2ZviJbP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBf2ZviJbP .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uBf2ZviJbP .nav-link:hover {
  color: #ffffff !important;
}
.cid-uBf2ZviJbP .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBf2ZviJbP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBf2ZviJbP .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uBf2ZviJbP .navbar-caption:hover,
.cid-uBf2ZviJbP .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uBf2ZviJbP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBf2ZviJbP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBf2ZviJbP .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uBf2ZviJbP .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uBf2ZviJbP .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBf2ZviJbP .menu-container {
    margin: 16px;
  }
}
.cid-uBf2ZviJbP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uBf2ZviJbP .iconfont-wrapper:hover,
.cid-uBf2ZviJbP .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uBf2ZviJbP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uBf2ZviJbP .nav-item:focus,
.cid-uBf2ZviJbP .nav-link:focus {
  outline: none;
}
.cid-uBf2ZviJbP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBf2ZviJbP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBf2ZviJbP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBf2ZviJbP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBf2ZviJbP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBf2ZviJbP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBf2ZviJbP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBf2ZviJbP .navbar.opened {
  transition: all 0.3s;
}
.cid-uBf2ZviJbP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBf2ZviJbP .navbar .navbar-logo img {
  width: auto;
}
.cid-uBf2ZviJbP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBf2ZviJbP .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uBf2ZviJbP .navbar.collapsed {
  justify-content: center;
}
.cid-uBf2ZviJbP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBf2ZviJbP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBf2ZviJbP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBf2ZviJbP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBf2ZviJbP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBf2ZviJbP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBf2ZviJbP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBf2ZviJbP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBf2ZviJbP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBf2ZviJbP .navbar {
    min-height: 72px;
  }
  .cid-uBf2ZviJbP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBf2ZviJbP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBf2ZviJbP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBf2ZviJbP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBf2ZviJbP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBf2ZviJbP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBf2ZviJbP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBf2ZviJbP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBf2ZviJbP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBf2ZviJbP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBf2ZviJbP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBf2ZviJbP .dropdown-item.active,
.cid-uBf2ZviJbP .dropdown-item:active {
  background-color: transparent;
}
.cid-uBf2ZviJbP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBf2ZviJbP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBf2ZviJbP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBf2ZviJbP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uBf2ZviJbP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBf2ZviJbP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBf2ZviJbP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBf2ZviJbP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBf2ZviJbP .navbar-buttons {
    text-align: left;
  }
}
.cid-uBf2ZviJbP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBf2ZviJbP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBf2ZviJbP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBf2ZviJbP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBf2ZviJbP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBf2ZviJbP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBf2ZviJbP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBf2ZviJbP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBf2ZviJbP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBf2ZviJbP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBf2ZviJbP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBf2ZviJbP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBf2ZviJbP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBf2ZviJbP .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBf2ZviJbP .navbar {
    height: 70px;
  }
  .cid-uBf2ZviJbP .navbar.opened {
    height: auto;
  }
  .cid-uBf2ZviJbP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBf2ZviJbP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBf2ZviJbP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBf2ZviJbP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBf2ZviJbP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBf2ZviJbP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBf2ZviJbP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uBf2ZviJbP .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBf2ZviJbP .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uBf2ZviJbP .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uBf2ZviJbP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBf2ZviJbP .navbar-brand {
    margin-right: auto;
  }
  .cid-uBf2ZviJbP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uBf2ZviJbP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBf2ZviJbP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBf2ZviJbP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBf2ZviJbP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBf2ZviJbP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBf2ZviJbP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBf2ZviJbP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBf2ZviJbP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBf2ZviJbP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBf2ZviJbP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBf2ZviJbP .navbar-brand,
.cid-uBf2ZviJbP .navbar-toggler,
.cid-uBf2ZviJbP .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uBf2ZviJbP .nav-link,
.cid-uBf2ZviJbP .dropdown-item {
  color: #FFFFFF;
}
.cid-uBf2ZvXhTD {
  background-image: url("../../../assets/images/afbeelding-6-642x428.jpeg");
}
.cid-uBf2ZvXhTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBf2ZvXhTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBf2ZvXhTD .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uBf2ZvXhTD .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uBf2ZvXhTD .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uBf2ZvXhTD .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBf2ZvXhTD .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBf2ZvXhTD .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBf2ZvXhTD .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uBf2ZvXhTD .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uBf2ZvXhTD .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBf2ZvXhTD .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBf2ZvXhTD .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uBf2ZvXhTD .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uBf2ZvXhTD .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBf2ZvXhTD .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uBf2ZvXhTD .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uBf2ZvXhTD .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBf2ZvXhTD .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBf2ZvXhTD .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uBf2ZvXhTD .panel-title-edit {
  color: #ffffff;
}
.cid-uBf2ZvXhTD .panel-text {
  color: #ffffff;
}
.cid-uBf2ZvXhTD .panel-title-edit,
.cid-uBf2ZvXhTD .icon-wrapper {
  color: #FFFFFF;
}
.cid-uBf2ZvXhTD .panel-text,
.cid-uBf2ZvXhTD .panel-body {
  color: #FFFFFF;
}
.cid-uBf2ZvXhTD .panel-title-edit,
.cid-uBf2ZvXhTD .icon-wrapper P {
  text-align: left;
}
.cid-uBfw5tVkY5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBfw5tVkY5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBfw5tVkY5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBfw5tVkY5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBfw5tVkY5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uBfw5tVkY5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBfw5tVkY5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBfw5tVkY5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uBfw5tVkY5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBfw5tVkY5 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uBfw5tVkY5 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uBfw5tVkY5 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uBfw5tVkY5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uBfw5tVkY5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBfw5tVkY5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBfw5tVkY5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBfw5tVkY5 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uBfw5tVkY5 .nav-link:hover {
  color: #ffffff !important;
}
.cid-uBfw5tVkY5 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBfw5tVkY5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBfw5tVkY5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uBfw5tVkY5 .navbar-caption:hover,
.cid-uBfw5tVkY5 .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uBfw5tVkY5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBfw5tVkY5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBfw5tVkY5 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uBfw5tVkY5 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uBfw5tVkY5 .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBfw5tVkY5 .menu-container {
    margin: 16px;
  }
}
.cid-uBfw5tVkY5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uBfw5tVkY5 .iconfont-wrapper:hover,
.cid-uBfw5tVkY5 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uBfw5tVkY5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uBfw5tVkY5 .nav-item:focus,
.cid-uBfw5tVkY5 .nav-link:focus {
  outline: none;
}
.cid-uBfw5tVkY5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBfw5tVkY5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBfw5tVkY5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBfw5tVkY5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBfw5tVkY5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBfw5tVkY5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBfw5tVkY5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBfw5tVkY5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBfw5tVkY5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBfw5tVkY5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBfw5tVkY5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBfw5tVkY5 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uBfw5tVkY5 .navbar.collapsed {
  justify-content: center;
}
.cid-uBfw5tVkY5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBfw5tVkY5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBfw5tVkY5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBfw5tVkY5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBfw5tVkY5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBfw5tVkY5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBfw5tVkY5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBfw5tVkY5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBfw5tVkY5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBfw5tVkY5 .navbar {
    min-height: 72px;
  }
  .cid-uBfw5tVkY5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBfw5tVkY5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBfw5tVkY5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBfw5tVkY5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBfw5tVkY5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBfw5tVkY5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBfw5tVkY5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBfw5tVkY5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBfw5tVkY5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBfw5tVkY5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBfw5tVkY5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBfw5tVkY5 .dropdown-item.active,
.cid-uBfw5tVkY5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBfw5tVkY5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBfw5tVkY5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBfw5tVkY5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBfw5tVkY5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uBfw5tVkY5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBfw5tVkY5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBfw5tVkY5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBfw5tVkY5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBfw5tVkY5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBfw5tVkY5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBfw5tVkY5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBfw5tVkY5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBfw5tVkY5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBfw5tVkY5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBfw5tVkY5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBfw5tVkY5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBfw5tVkY5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBfw5tVkY5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBfw5tVkY5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBfw5tVkY5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBfw5tVkY5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBfw5tVkY5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBfw5tVkY5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBfw5tVkY5 .navbar {
    height: 70px;
  }
  .cid-uBfw5tVkY5 .navbar.opened {
    height: auto;
  }
  .cid-uBfw5tVkY5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBfw5tVkY5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBfw5tVkY5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBfw5tVkY5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBfw5tVkY5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBfw5tVkY5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBfw5tVkY5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uBfw5tVkY5 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBfw5tVkY5 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uBfw5tVkY5 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uBfw5tVkY5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBfw5tVkY5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBfw5tVkY5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uBfw5tVkY5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBfw5tVkY5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBfw5tVkY5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBfw5tVkY5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBfw5tVkY5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBfw5tVkY5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBfw5tVkY5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBfw5tVkY5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBfw5tVkY5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBfw5tVkY5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBfw5tVkY5 .navbar-brand,
.cid-uBfw5tVkY5 .navbar-toggler,
.cid-uBfw5tVkY5 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uBfw5tVkY5 .nav-link,
.cid-uBfw5tVkY5 .dropdown-item {
  color: #FFFFFF;
}
.cid-uBfw5uRFPo {
  background-image: url("../../../assets/images/afbeelding-6-642x428.jpeg");
}
.cid-uBfw5uRFPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfw5uRFPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfw5uRFPo .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uBfw5uRFPo .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uBfw5uRFPo .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uBfw5uRFPo .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBfw5uRFPo .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBfw5uRFPo .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBfw5uRFPo .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uBfw5uRFPo .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uBfw5uRFPo .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBfw5uRFPo .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBfw5uRFPo .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uBfw5uRFPo .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uBfw5uRFPo .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBfw5uRFPo .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uBfw5uRFPo .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uBfw5uRFPo .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBfw5uRFPo .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBfw5uRFPo .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uBfw5uRFPo .panel-title-edit {
  color: #ffffff;
}
.cid-uBfw5uRFPo .panel-text {
  color: #ffffff;
}
.cid-uBfw5uRFPo .panel-title-edit,
.cid-uBfw5uRFPo .icon-wrapper {
  color: #FFFFFF;
}
.cid-uBfw5uRFPo .panel-text,
.cid-uBfw5uRFPo .panel-body {
  color: #FFFFFF;
  text-align: left;
}
.cid-uBfw5uRFPo .panel-title-edit,
.cid-uBfw5uRFPo .icon-wrapper P {
  text-align: left;
}
.cid-uBUVUSQC9R {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBUVUSQC9R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBUVUSQC9R .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBUVUSQC9R .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBUVUSQC9R .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uBUVUSQC9R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBUVUSQC9R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBUVUSQC9R .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uBUVUSQC9R .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBUVUSQC9R .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uBUVUSQC9R .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uBUVUSQC9R .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uBUVUSQC9R .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uBUVUSQC9R .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBUVUSQC9R .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBUVUSQC9R .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBUVUSQC9R .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uBUVUSQC9R .nav-link:hover {
  color: #ffffff !important;
}
.cid-uBUVUSQC9R .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBUVUSQC9R .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBUVUSQC9R .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uBUVUSQC9R .navbar-caption:hover,
.cid-uBUVUSQC9R .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uBUVUSQC9R .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBUVUSQC9R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBUVUSQC9R .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uBUVUSQC9R .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uBUVUSQC9R .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBUVUSQC9R .menu-container {
    margin: 16px;
  }
}
.cid-uBUVUSQC9R .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uBUVUSQC9R .iconfont-wrapper:hover,
.cid-uBUVUSQC9R .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uBUVUSQC9R .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uBUVUSQC9R .nav-item:focus,
.cid-uBUVUSQC9R .nav-link:focus {
  outline: none;
}
.cid-uBUVUSQC9R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBUVUSQC9R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBUVUSQC9R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBUVUSQC9R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBUVUSQC9R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBUVUSQC9R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBUVUSQC9R .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBUVUSQC9R .navbar.opened {
  transition: all 0.3s;
}
.cid-uBUVUSQC9R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBUVUSQC9R .navbar .navbar-logo img {
  width: auto;
}
.cid-uBUVUSQC9R .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBUVUSQC9R .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uBUVUSQC9R .navbar.collapsed {
  justify-content: center;
}
.cid-uBUVUSQC9R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBUVUSQC9R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBUVUSQC9R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBUVUSQC9R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBUVUSQC9R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBUVUSQC9R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBUVUSQC9R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBUVUSQC9R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBUVUSQC9R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBUVUSQC9R .navbar {
    min-height: 72px;
  }
  .cid-uBUVUSQC9R .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBUVUSQC9R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBUVUSQC9R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBUVUSQC9R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBUVUSQC9R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBUVUSQC9R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBUVUSQC9R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBUVUSQC9R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBUVUSQC9R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBUVUSQC9R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBUVUSQC9R .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBUVUSQC9R .dropdown-item.active,
.cid-uBUVUSQC9R .dropdown-item:active {
  background-color: transparent;
}
.cid-uBUVUSQC9R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBUVUSQC9R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBUVUSQC9R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBUVUSQC9R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uBUVUSQC9R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBUVUSQC9R .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBUVUSQC9R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBUVUSQC9R .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBUVUSQC9R .navbar-buttons {
    text-align: left;
  }
}
.cid-uBUVUSQC9R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBUVUSQC9R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBUVUSQC9R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBUVUSQC9R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBUVUSQC9R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBUVUSQC9R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBUVUSQC9R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBUVUSQC9R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBUVUSQC9R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBUVUSQC9R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBUVUSQC9R .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBUVUSQC9R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBUVUSQC9R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBUVUSQC9R .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBUVUSQC9R .navbar {
    height: 70px;
  }
  .cid-uBUVUSQC9R .navbar.opened {
    height: auto;
  }
  .cid-uBUVUSQC9R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBUVUSQC9R .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBUVUSQC9R .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBUVUSQC9R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBUVUSQC9R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBUVUSQC9R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBUVUSQC9R .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uBUVUSQC9R .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBUVUSQC9R .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uBUVUSQC9R .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uBUVUSQC9R .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBUVUSQC9R .navbar-brand {
    margin-right: auto;
  }
  .cid-uBUVUSQC9R .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uBUVUSQC9R .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBUVUSQC9R .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBUVUSQC9R .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBUVUSQC9R .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBUVUSQC9R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBUVUSQC9R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBUVUSQC9R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBUVUSQC9R .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBUVUSQC9R .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBUVUSQC9R .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBUVUSQC9R .navbar-brand,
.cid-uBUVUSQC9R .navbar-toggler,
.cid-uBUVUSQC9R .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uBUVUSQC9R .nav-link,
.cid-uBUVUSQC9R .dropdown-item {
  color: #FFFFFF;
}
.cid-uBUVUTf6Cz {
  background-image: url("../../../assets/images/img-6990-2576x1932.jpeg");
}
.cid-uBUVUTf6Cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBUVUTf6Cz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBUVUTf6Cz .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uBUVUTf6Cz .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uBUVUTf6Cz .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uBUVUTf6Cz .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBUVUTf6Cz .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBUVUTf6Cz .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBUVUTf6Cz .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uBUVUTf6Cz .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uBUVUTf6Cz .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBUVUTf6Cz .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBUVUTf6Cz .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uBUVUTf6Cz .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uBUVUTf6Cz .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBUVUTf6Cz .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uBUVUTf6Cz .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uBUVUTf6Cz .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBUVUTf6Cz .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBUVUTf6Cz .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uBUVUTf6Cz .panel-title-edit {
  color: #ffffff;
}
.cid-uBUVUTf6Cz .panel-text {
  color: #ffffff;
}
.cid-uBUVUTf6Cz .panel-title-edit,
.cid-uBUVUTf6Cz .icon-wrapper {
  color: #FFFFFF;
}
.cid-uBUVUTf6Cz .panel-text,
.cid-uBUVUTf6Cz .panel-body {
  color: #FFFFFF;
}
.cid-uBUVUTf6Cz .panel-title-edit,
.cid-uBUVUTf6Cz .icon-wrapper P {
  text-align: left;
}
.cid-uCctZGhTJp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCctZGhTJp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCctZGhTJp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCctZGhTJp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCctZGhTJp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uCctZGhTJp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCctZGhTJp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCctZGhTJp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCctZGhTJp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uCctZGhTJp .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uCctZGhTJp .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uCctZGhTJp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uCctZGhTJp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uCctZGhTJp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uCctZGhTJp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCctZGhTJp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCctZGhTJp .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uCctZGhTJp .nav-link:hover {
  color: #ffffff !important;
}
.cid-uCctZGhTJp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCctZGhTJp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCctZGhTJp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uCctZGhTJp .navbar-caption:hover,
.cid-uCctZGhTJp .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uCctZGhTJp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCctZGhTJp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uCctZGhTJp .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uCctZGhTJp .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uCctZGhTJp .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uCctZGhTJp .menu-container {
    margin: 16px;
  }
}
.cid-uCctZGhTJp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uCctZGhTJp .iconfont-wrapper:hover,
.cid-uCctZGhTJp .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uCctZGhTJp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uCctZGhTJp .nav-item:focus,
.cid-uCctZGhTJp .nav-link:focus {
  outline: none;
}
.cid-uCctZGhTJp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCctZGhTJp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCctZGhTJp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCctZGhTJp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCctZGhTJp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCctZGhTJp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCctZGhTJp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCctZGhTJp .navbar.opened {
  transition: all 0.3s;
}
.cid-uCctZGhTJp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCctZGhTJp .navbar .navbar-logo img {
  width: auto;
}
.cid-uCctZGhTJp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uCctZGhTJp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uCctZGhTJp .navbar.collapsed {
  justify-content: center;
}
.cid-uCctZGhTJp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCctZGhTJp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCctZGhTJp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uCctZGhTJp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCctZGhTJp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCctZGhTJp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCctZGhTJp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCctZGhTJp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCctZGhTJp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCctZGhTJp .navbar {
    min-height: 72px;
  }
  .cid-uCctZGhTJp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCctZGhTJp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCctZGhTJp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCctZGhTJp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCctZGhTJp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCctZGhTJp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCctZGhTJp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCctZGhTJp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCctZGhTJp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCctZGhTJp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCctZGhTJp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCctZGhTJp .dropdown-item.active,
.cid-uCctZGhTJp .dropdown-item:active {
  background-color: transparent;
}
.cid-uCctZGhTJp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCctZGhTJp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCctZGhTJp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCctZGhTJp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uCctZGhTJp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCctZGhTJp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCctZGhTJp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCctZGhTJp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCctZGhTJp .navbar-buttons {
    text-align: left;
  }
}
.cid-uCctZGhTJp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCctZGhTJp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCctZGhTJp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCctZGhTJp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCctZGhTJp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCctZGhTJp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCctZGhTJp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCctZGhTJp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCctZGhTJp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCctZGhTJp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCctZGhTJp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCctZGhTJp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCctZGhTJp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCctZGhTJp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCctZGhTJp .navbar {
    height: 70px;
  }
  .cid-uCctZGhTJp .navbar.opened {
    height: auto;
  }
  .cid-uCctZGhTJp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCctZGhTJp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCctZGhTJp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCctZGhTJp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCctZGhTJp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uCctZGhTJp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCctZGhTJp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uCctZGhTJp .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uCctZGhTJp .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uCctZGhTJp .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uCctZGhTJp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCctZGhTJp .navbar-brand {
    margin-right: auto;
  }
  .cid-uCctZGhTJp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uCctZGhTJp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCctZGhTJp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCctZGhTJp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCctZGhTJp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCctZGhTJp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCctZGhTJp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uCctZGhTJp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCctZGhTJp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCctZGhTJp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCctZGhTJp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCctZGhTJp .navbar-brand,
.cid-uCctZGhTJp .navbar-toggler,
.cid-uCctZGhTJp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uCctZGhTJp .nav-link,
.cid-uCctZGhTJp .dropdown-item {
  color: #FFFFFF;
}
.cid-uCctZH10g0 {
  background-image: url("../../../assets/images/19487c44-db73-47d1-8f36-ead0ef3e3485-1-105-c-886x886.jpg");
}
.cid-uCctZH10g0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCctZH10g0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCctZH10g0 .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uCctZH10g0 .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uCctZH10g0 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uCctZH10g0 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCctZH10g0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCctZH10g0 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCctZH10g0 .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uCctZH10g0 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uCctZH10g0 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCctZH10g0 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCctZH10g0 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uCctZH10g0 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uCctZH10g0 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uCctZH10g0 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uCctZH10g0 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uCctZH10g0 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCctZH10g0 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uCctZH10g0 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCctZH10g0 .panel-title-edit {
  color: #ffffff;
}
.cid-uCctZH10g0 .panel-text {
  color: #ffffff;
}
.cid-uCctZH10g0 .panel-title-edit,
.cid-uCctZH10g0 .icon-wrapper {
  color: #FFFFFF;
}
.cid-uCctZH10g0 .panel-text,
.cid-uCctZH10g0 .panel-body {
  color: #FFFFFF;
  text-align: left;
}
.cid-uCBkdA9Vjf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCBkdA9Vjf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCBkdA9Vjf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCBkdA9Vjf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCBkdA9Vjf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uCBkdA9Vjf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCBkdA9Vjf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBkdA9Vjf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCBkdA9Vjf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uCBkdA9Vjf .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uCBkdA9Vjf .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uCBkdA9Vjf .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uCBkdA9Vjf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uCBkdA9Vjf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uCBkdA9Vjf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCBkdA9Vjf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCBkdA9Vjf .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uCBkdA9Vjf .nav-link:hover {
  color: #ffffff !important;
}
.cid-uCBkdA9Vjf .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCBkdA9Vjf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCBkdA9Vjf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uCBkdA9Vjf .navbar-caption:hover,
.cid-uCBkdA9Vjf .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uCBkdA9Vjf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCBkdA9Vjf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uCBkdA9Vjf .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uCBkdA9Vjf .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uCBkdA9Vjf .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uCBkdA9Vjf .menu-container {
    margin: 16px;
  }
}
.cid-uCBkdA9Vjf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uCBkdA9Vjf .iconfont-wrapper:hover,
.cid-uCBkdA9Vjf .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uCBkdA9Vjf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uCBkdA9Vjf .nav-item:focus,
.cid-uCBkdA9Vjf .nav-link:focus {
  outline: none;
}
.cid-uCBkdA9Vjf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBkdA9Vjf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBkdA9Vjf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBkdA9Vjf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBkdA9Vjf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBkdA9Vjf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBkdA9Vjf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCBkdA9Vjf .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBkdA9Vjf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBkdA9Vjf .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBkdA9Vjf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uCBkdA9Vjf .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uCBkdA9Vjf .navbar.collapsed {
  justify-content: center;
}
.cid-uCBkdA9Vjf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBkdA9Vjf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBkdA9Vjf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uCBkdA9Vjf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBkdA9Vjf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBkdA9Vjf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCBkdA9Vjf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBkdA9Vjf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBkdA9Vjf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCBkdA9Vjf .navbar {
    min-height: 72px;
  }
  .cid-uCBkdA9Vjf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCBkdA9Vjf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBkdA9Vjf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBkdA9Vjf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBkdA9Vjf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBkdA9Vjf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCBkdA9Vjf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBkdA9Vjf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCBkdA9Vjf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBkdA9Vjf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCBkdA9Vjf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCBkdA9Vjf .dropdown-item.active,
.cid-uCBkdA9Vjf .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBkdA9Vjf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBkdA9Vjf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBkdA9Vjf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBkdA9Vjf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uCBkdA9Vjf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCBkdA9Vjf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCBkdA9Vjf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBkdA9Vjf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCBkdA9Vjf .navbar-buttons {
    text-align: left;
  }
}
.cid-uCBkdA9Vjf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBkdA9Vjf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCBkdA9Vjf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBkdA9Vjf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBkdA9Vjf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBkdA9Vjf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBkdA9Vjf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBkdA9Vjf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBkdA9Vjf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBkdA9Vjf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBkdA9Vjf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCBkdA9Vjf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBkdA9Vjf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCBkdA9Vjf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCBkdA9Vjf .navbar {
    height: 70px;
  }
  .cid-uCBkdA9Vjf .navbar.opened {
    height: auto;
  }
  .cid-uCBkdA9Vjf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCBkdA9Vjf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCBkdA9Vjf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCBkdA9Vjf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCBkdA9Vjf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uCBkdA9Vjf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCBkdA9Vjf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uCBkdA9Vjf .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uCBkdA9Vjf .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uCBkdA9Vjf .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uCBkdA9Vjf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCBkdA9Vjf .navbar-brand {
    margin-right: auto;
  }
  .cid-uCBkdA9Vjf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uCBkdA9Vjf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCBkdA9Vjf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCBkdA9Vjf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCBkdA9Vjf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCBkdA9Vjf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCBkdA9Vjf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uCBkdA9Vjf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCBkdA9Vjf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCBkdA9Vjf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCBkdA9Vjf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCBkdA9Vjf .navbar-brand,
.cid-uCBkdA9Vjf .navbar-toggler,
.cid-uCBkdA9Vjf .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uCBkdA9Vjf .nav-link,
.cid-uCBkdA9Vjf .dropdown-item {
  color: #FFFFFF;
}
.cid-uCBkdBlC2P {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/img-5433-2000x2000.jpg");
}
.cid-uCBkdBlC2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdBlC2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdBlC2P .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uCBkdBlC2P .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCBkdBlC2P .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uCBkdBlC2P .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCBkdBlC2P .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uCBkdBlC2P .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCBkdBlC2P .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uCBkdBlC2P .mbr-section-title {
  color: #ffffff;
}
.cid-uCBkdBlC2P .mbr-text,
.cid-uCBkdBlC2P .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdBlC2P .mbr-section-title,
.cid-uCBkdBlC2P .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uCBkdBDKfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uCBkdBDKfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdBDKfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdBDKfp .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uCBkdBDKfp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uCBkdBDKfp .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCBkdBDKfp .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uCBkdBDKfp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCBkdBDKfp .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uCBkdBDKfp .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uCBkdBDKfp .item {
    padding: 0 14px;
  }
}
.cid-uCBkdBDKfp .item .item-wrapper .item-img {
  position: relative;
  border: 1px solid #8d99ae;
  box-shadow: 0px -1px 1px #8d99ae;
  overflow: hidden;
  background-color: #d90429;
}
.cid-uCBkdBDKfp .item .item-wrapper .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uCBkdBDKfp .item .item-wrapper .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uCBkdBDKfp .item .item-wrapper .item-img .item-number {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCBkdBDKfp .item .item-wrapper .item-img .item-number {
    padding: 14px;
  }
}
.cid-uCBkdBDKfp .item .item-wrapper .border-wrap {
  border-top: 2px dashed #ffffff;
  margin: 0 10px;
}
.cid-uCBkdBDKfp .item .item-wrapper .item-content {
  overflow: hidden;
  position: relative;
  border: 1px solid #8d99ae;
  padding: 24px;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uCBkdBDKfp .item .item-wrapper .item-content {
    padding: 14px;
  }
}
.cid-uCBkdBDKfp .item .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uCBkdBDKfp .item .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uCBkdBDKfp .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdBDKfp .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdBDKfp .item-number {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdBDKfp .item-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdBDKfp .item-text {
  color: #FFFFFF;
}
.cid-uCBkdBUzqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uCBkdBUzqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdBUzqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdBUzqr .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uCBkdBUzqr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCBkdBUzqr .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uCBkdBUzqr .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uCBkdBUzqr .item {
    padding: 0 14px;
  }
}
.cid-uCBkdBUzqr .item .item-wrapper {
  position: relative;
  border: 1px solid #8d99ae;
  display: flex;
  overflow: hidden;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uCBkdBUzqr .item .item-wrapper {
    display: block;
  }
}
.cid-uCBkdBUzqr .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uCBkdBUzqr .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.cid-uCBkdBUzqr .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uCBkdBUzqr .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uCBkdBUzqr .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uCBkdBUzqr .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uCBkdBUzqr .item .item-wrapper .item-img img {
  min-height: 320px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCBkdBUzqr .item .item-wrapper .item-img img {
    height: 200px;
    min-height: auto;
  }
}
.cid-uCBkdBUzqr .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdBUzqr .item-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdBUzqr .item-text {
  color: #FFFFFF;
  text-align: left;
}
.cid-uCBkdCkEfW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d90429;
  overflow: hidden;
}
.cid-uCBkdCkEfW .mbr-section-title {
  margin-bottom: 32px;
  opacity: 0.5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCBkdCkEfW .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uCBkdCkEfW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uCBkdCkEfW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uCBkdCkEfW .embla__slide .slide-content {
  width: 100%;
}
.cid-uCBkdCkEfW .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #8d99ae;
}
.cid-uCBkdCkEfW .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: cover;
}
.cid-uCBkdCkEfW .embla__button--next,
.cid-uCBkdCkEfW .embla__button--prev {
  display: flex;
}
.cid-uCBkdCkEfW .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uCBkdCkEfW .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uCBkdCkEfW .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uCBkdCkEfW .embla__button.embla__button--next {
  right: 0;
}
.cid-uCBkdCkEfW .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uCBkdCkEfW .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uCBkdCkEfW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCBkdCkEfW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCBkdCkEfW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCBkdDlRpe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uCBkdDlRpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdDlRpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdDlRpe .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uCBkdDlRpe .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uCBkdDlRpe .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCBkdDlRpe .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCBkdDlRpe .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uCBkdDlRpe .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uCBkdDlRpe .content-wrapper .items-wrap .item .item-wrapper {
  padding: 46px 24px;
  border: 1px solid #8d99ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uCBkdDlRpe .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uCBkdDlRpe .content-wrapper .items-wrap .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-uCBkdDlRpe .content-wrapper .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uCBkdDlRpe .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uCBkdDlRpe .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdDlRpe .item-number {
  color: #FFFFFF;
}
.cid-uCBkdDlRpe .item-title {
  color: #FFFFFF;
}
.cid-uCBkdDlRpe .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdDlRpe .item-number P {
  text-align: center;
}
.cid-uCBkdDPwo3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #d90429;
}
.cid-uCBkdDPwo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdDPwo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdDPwo3 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uCBkdDPwo3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCBkdDPwo3 .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
  }
}
.cid-uCBkdDPwo3 .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uCBkdDPwo3 .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uCBkdDPwo3 .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uCBkdDPwo3 .item {
    padding: 0 14px;
  }
}
.cid-uCBkdDPwo3 .item .item-wrapper .item-content {
  position: relative;
  border: 1px solid #8d99ae;
  box-shadow: 0px -1px 1px #8d99ae;
  border-bottom: none;
  background-color: #d90429;
  padding: 24px 24px 32px 24px;
}
@media (max-width: 992px) {
  .cid-uCBkdDPwo3 .item .item-wrapper .item-content {
    padding: 24px 14px;
  }
}
.cid-uCBkdDPwo3 .item .item-wrapper .item-content .title-wrap {
  position: relative;
  z-index: 1;
  margin-top: -3.4rem;
}
@media (max-width: 992px) {
  .cid-uCBkdDPwo3 .item .item-wrapper .item-content .title-wrap {
    margin-top: 0;
  }
}
.cid-uCBkdDPwo3 .item .item-wrapper .item-content .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 32px;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  background-color: #ef233c;
}
@media (max-width: 992px) {
  .cid-uCBkdDPwo3 .item .item-wrapper .item-content .title-wrap .item-title {
    margin-bottom: 16px;
    padding: 14px;
  }
}
.cid-uCBkdDPwo3 .item .item-wrapper .item-content .item-price {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCBkdDPwo3 .item .item-wrapper .item-content .item-price {
    margin-bottom: 16px;
  }
}
.cid-uCBkdDPwo3 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCBkdDPwo3 .item .item-wrapper .item-content .mbr-section-btn .btn {
  padding: 15px 22px ;
}
.cid-uCBkdDPwo3 .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCBkdDPwo3 .item .item-wrapper .list-wrapper .list .tag-wrap {
  padding: 14px 20px 14px 60px;
  border: 1px solid #8d99ae;
  position: relative;
  z-index: 1;
  margin-bottom: 2px;
  background-color: #d90429;
}
.cid-uCBkdDPwo3 .item .item-wrapper .list-wrapper .list .tag-wrap::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 24px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #8d99ae;
}
@media (max-width: 992px) {
  .cid-uCBkdDPwo3 .item .item-wrapper .list-wrapper .list .tag-wrap::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-uCBkdDPwo3 .item .item-wrapper .list-wrapper .list .tag-wrap {
    padding: 14px;
  }
}
.cid-uCBkdDPwo3 .btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}
.cid-uCBkdDPwo3 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdDPwo3 .item-title {
  color: #080813;
}
.cid-uCBkdDPwo3 .list {
  color: #ffffff;
}
.cid-uCBkdDPwo3 .item-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdDPwo3 .item-title,
.cid-uCBkdDPwo3 .title-wrap,
.cid-uCBkdDPwo3 .mbr-section-btn {
  text-align: center;
}
.cid-uCBkdDPwo3 .item-title,
.cid-uCBkdDPwo3 .mbr-section-btn,
.cid-uCBkdDPwo3 .title-wrap {
  color: #FFFFFF;
}
.cid-uCBkdDPwo3 .list,
.cid-uCBkdDPwo3 .item-wrap {
  color: #FFFFFF;
}
.cid-uCBkdEevOH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d90429;
}
.cid-uCBkdEevOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdEevOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdEevOH .items-wrap {
  justify-content: center;
}
.cid-uCBkdEevOH .items-wrap .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCBkdEevOH .items-wrap .item {
    margin-bottom: 14px;
  }
}
.cid-uCBkdEevOH .items-wrap .item .item-wrapper .item-img img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
.cid-uCBkdEevOH .items-wrap .item .item-wrapper .card_1 img {
  transform: rotate(-6deg);
}
@media (max-width: 992px) {
  .cid-uCBkdEevOH .items-wrap .item .item-wrapper .card_1 img {
    transform: none;
  }
}
.cid-uCBkdEevOH .items-wrap .item .item-wrapper .card_2 img {
  transform: rotate(6deg);
}
@media (max-width: 992px) {
  .cid-uCBkdEevOH .items-wrap .item .item-wrapper .card_2 img {
    transform: none;
  }
}
.cid-uCBkdEevOH .items-wrap .item .item-wrapper .card_3 img {
  transform: rotate(10deg);
}
@media (max-width: 992px) {
  .cid-uCBkdEevOH .items-wrap .item .item-wrapper .card_3 img {
    transform: none;
  }
}
.cid-uCBkdEx4FJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uCBkdEx4FJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdEx4FJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdEx4FJ .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uCBkdEx4FJ .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uCBkdEx4FJ .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCBkdEx4FJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCBkdEx4FJ .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCBkdEx4FJ .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uCBkdEx4FJ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uCBkdEx4FJ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCBkdEx4FJ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCBkdEx4FJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uCBkdEx4FJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uCBkdEx4FJ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uCBkdEx4FJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uCBkdEx4FJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uCBkdEx4FJ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCBkdEx4FJ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uCBkdEx4FJ .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdEx4FJ .panel-title-edit {
  color: #ffffff;
}
.cid-uCBkdEx4FJ .panel-text {
  color: #ffffff;
}
.cid-uCBkdEx4FJ .panel-title-edit,
.cid-uCBkdEx4FJ .icon-wrapper {
  color: #FFFFFF;
}
.cid-uCBkdEx4FJ .panel-text,
.cid-uCBkdEx4FJ .panel-body {
  color: #FFFFFF;
}
.cid-uCBkdERmlL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uCBkdERmlL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdERmlL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdERmlL .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCBkdERmlL .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uCBkdERmlL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCBkdERmlL .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uCBkdERmlL .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uCBkdERmlL .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
.cid-uCBkdERmlL .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 5px;
}
.cid-uCBkdERmlL .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 8px 14px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uCBkdERmlL .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #8d99ae;
}
.cid-uCBkdERmlL .tab-content .tab-pane .item-content {
  border: 1px solid #8d99ae;
  background-color: #d90429;
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uCBkdERmlL .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uCBkdERmlL .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uCBkdERmlL .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
    padding: 14px;
  }
}
.cid-uCBkdERmlL .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uCBkdERmlL .tab-content .tab-pane .item-content .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uCBkdERmlL .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uCBkdERmlL .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
  }
}
.cid-uCBkdERmlL .tab-content .tab-pane .item-content .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCBkdERmlL .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-uCBkdERmlL .mbr-section-title {
  color: #FFFFFF;
}
.cid-uCBkdERmlL .item-title {
  color: #FFFFFF;
}
.cid-uCBkdERmlL .item-text {
  color: #FFFFFF;
}
.cid-uCBkdFj6K9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uCBkdFj6K9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdFj6K9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdFj6K9 .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uCBkdFj6K9 .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uCBkdFj6K9 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCBkdFj6K9 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCBkdFj6K9 .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uCBkdFj6K9 .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uCBkdFj6K9 .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uCBkdFj6K9 .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #8d99ae;
  height: 100%;
  box-shadow: 1px 0 1px #8d99ae;
}
@media (max-width: 992px) {
  .cid-uCBkdFj6K9 .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uCBkdFj6K9 .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCBkdFj6K9 .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-uCBkdFj6K9 .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uCBkdFj6K9 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdFj6K9 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uCBkdFj6K9 .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdFj6K9 .item-title,
.cid-uCBkdFj6K9 .title-wrap {
  color: #000000;
}
.cid-uCBkdFMuB6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uCBkdFMuB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdFMuB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdFMuB6 .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCBkdFMuB6 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uCBkdFMuB6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCBkdFMuB6 .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uCBkdFMuB6 .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uCBkdFMuB6 .item {
    margin-bottom: 14px;
  }
}
.cid-uCBkdFMuB6 .item .item-wrapper {
  border: 1px solid #8d99ae;
  overflow: hidden;
  background-color: #d90429;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uCBkdFMuB6 .item .item-wrapper {
    display: block;
  }
}
.cid-uCBkdFMuB6 .item .item-wrapper .item-content {
  padding: 24px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uCBkdFMuB6 .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.cid-uCBkdFMuB6 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uCBkdFMuB6 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uCBkdFMuB6 .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uCBkdFMuB6 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uCBkdFMuB6 .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCBkdFMuB6 .item .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uCBkdFMuB6 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uCBkdFMuB6 .item-title {
  color: #FFFFFF;
}
.cid-uCBkdFMuB6 .item-text {
  color: #FFFFFF;
}
.cid-uCBkdGdmQx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d90429;
}
.cid-uCBkdGdmQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdGdmQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdGdmQx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCBkdGdmQx .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uCBkdGdmQx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCBkdGdmQx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCBkdGdmQx .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uCBkdGdmQx .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCBkdGdmQx .mbr-section-title {
  color: #ffffff;
}
.cid-uCBkdGdmQx .mbr-text,
.cid-uCBkdGdmQx .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdGdmQx .mbr-section-title,
.cid-uCBkdGdmQx .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uCBkdGyhZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uCBkdGyhZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdGyhZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdGyhZ3 .content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uCBkdGyhZ3 .content-wrapper {
    padding: 24px 14px;
  }
}
.cid-uCBkdGyhZ3 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCBkdGyhZ3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCBkdGyhZ3 .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uCBkdGyhZ3 .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uCBkdGyhZ3 .content-wrapper .items-wrap .item .item-img {
  position: relative;
  border: 1px solid #8d99ae;
  box-shadow: 0px -1px 1px #8d99ae;
  overflow: hidden;
  background-color: #d90429;
}
.cid-uCBkdGyhZ3 .content-wrapper .items-wrap .item .item-img .item-title {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCBkdGyhZ3 .content-wrapper .items-wrap .item .item-img .item-title {
    padding: 14px;
  }
}
.cid-uCBkdGyhZ3 .content-wrapper .items-wrap .item .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uCBkdGyhZ3 .content-wrapper .items-wrap .item .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uCBkdGyhZ3 .content-wrapper .items-wrap .item .item-content {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uCBkdGyhZ3 .content-wrapper .items-wrap .item .item-content {
    padding: 14px;
  }
}
.cid-uCBkdGyhZ3 .content-wrapper .items-wrap .item .item-content .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uCBkdGyhZ3 .content-wrapper .items-wrap .item .item-content .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.cid-uCBkdGyhZ3 .content-wrapper .items-wrap .item .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCBkdGyhZ3 .content-wrapper .items-wrap .item .item-content .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #8d99ae;
}
.cid-uCBkdGyhZ3 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uCBkdGyhZ3 .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-uCBkdGyhZ3 .btn-wrapper {
  margin-top: -6%;
}
.cid-uCBkdGyhZ3 .mbr-section-title {
  color: #ffffff;
}
.cid-uCBkdGyhZ3 .item-title {
  color: #FFFFFF;
}
.cid-uCBkdGyhZ3 .list {
  color: #bbbbbb;
}
.cid-uCBkdGyhZ3 .mbr-section-title,
.cid-uCBkdGyhZ3 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uCBkdGyhZ3 .list,
.cid-uCBkdGyhZ3 .item-wrap {
  color: #FFFFFF;
}
.cid-uCBkdGSgVu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
  overflow: hidden;
}
.cid-uCBkdGSgVu .mbr-section-title {
  margin-bottom: 32px;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-uCBkdGSgVu .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uCBkdGSgVu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .cid-uCBkdGSgVu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uCBkdGSgVu .embla__slide .slide-content {
  width: 100%;
}
.cid-uCBkdGSgVu .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #8d99ae;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uCBkdGSgVu .embla__slide .slide-content .item-wrapper {
    padding: 14px;
  }
}
.cid-uCBkdGSgVu .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCBkdGSgVu .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uCBkdGSgVu .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  height: 80px;
  width: 80px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
}
.cid-uCBkdGSgVu .embla__slide .slide-content .item-wrapper .item-img .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCBkdGSgVu .embla__slide .slide-content .item-wrapper .item-img .item-text {
    margin-bottom: 16px;
  }
}
.cid-uCBkdGSgVu .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uCBkdGSgVu .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uCBkdGSgVu .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uCBkdGSgVu .embla__button--next,
.cid-uCBkdGSgVu .embla__button--prev {
  display: flex;
}
.cid-uCBkdGSgVu .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uCBkdGSgVu .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uCBkdGSgVu .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uCBkdGSgVu .embla__button.embla__button--next {
  right: 0;
}
.cid-uCBkdGSgVu .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uCBkdGSgVu .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uCBkdGSgVu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCBkdGSgVu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCBkdGSgVu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCBkdGSgVu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uCBkdGSgVu .item-text {
  color: #ffffff;
}
.cid-uCBkdGSgVu .item-name {
  color: #FFFFFF;
}
.cid-uCBkdGSgVu .item-role {
  color: #FFFFFF;
}
.cid-uCBkdGSgVu .item-text,
.cid-uCBkdGSgVu .image-wrap {
  color: #FFFFFF;
}
.cid-uCBkdHJR0h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uCBkdHJR0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdHJR0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdHJR0h .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uCBkdHJR0h .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uCBkdHJR0h .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCBkdHJR0h .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCBkdHJR0h .title-wrapper .mbr-text span {
  color: #ffffff;
}
.cid-uCBkdHJR0h .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uCBkdHJR0h .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 94px;
}
@media (max-width: 992px) {
  .cid-uCBkdHJR0h .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uCBkdHJR0h .item {
    padding: 0 14px;
  }
}
.cid-uCBkdHJR0h .item .item-wrapper {
  position: relative;
  border: 1px solid #8d99ae;
  background-color: #d90429;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uCBkdHJR0h .item .item-wrapper {
    padding: 24px 14px;
  }
}
.cid-uCBkdHJR0h .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uCBkdHJR0h .item .item-wrapper .card-box .number-wrapper {
  margin-top: -3rem;
}
@media (max-width: 992px) {
  .cid-uCBkdHJR0h .item .item-wrapper .card-box .number-wrapper {
    margin-top: 0;
  }
}
.cid-uCBkdHJR0h .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #8d99ae;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-uCBkdHJR0h .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uCBkdHJR0h .item .item-wrapper .card-box .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uCBkdHJR0h .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCBkdHJR0h .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
  padding: 4px 10px;
  background-color: #ef233c;
  margin: 5px;
}
.cid-uCBkdHJR0h .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: -5rem;
}
@media (max-width: 992px) {
  .cid-uCBkdHJR0h .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 0;
  }
}
.cid-uCBkdHJR0h .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #8d99ae;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBkdHJR0h .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #000000;
}
.cid-uCBkdHJR0h .btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.cid-uCBkdHJR0h .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdHJR0h .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdHJR0h .item-number,
.cid-uCBkdHJR0h .number-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uCBkdHJR0h .item-title {
  color: #ffffff;
}
.cid-uCBkdHJR0h .list {
  color: #ffffff;
  text-align: center;
}
.cid-uCBkdHJR0h .item-title,
.cid-uCBkdHJR0h .tags-wrapper,
.cid-uCBkdHJR0h .icon-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uCBkdHJR0h .list,
.cid-uCBkdHJR0h .item-wrap {
  color: #FFFFFF;
}
.cid-uCBkdIgUG5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uCBkdIgUG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdIgUG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdIgUG5 .content-wrapper {
  padding: 24px;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uCBkdIgUG5 .content-wrapper {
    padding: 14px;
  }
}
.cid-uCBkdIgUG5 .content-wrapper img {
  height: 850px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #8d99ae;
}
@media (max-width: 1200px) {
  .cid-uCBkdIgUG5 .content-wrapper img {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-uCBkdIgUG5 .content-wrapper img {
    height: 350px;
  }
}
.cid-uCBkdIJurI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d90429;
}
.cid-uCBkdIJurI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdIJurI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdIJurI .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uCBkdIJurI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCBkdIJurI .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uCBkdIJurI .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uCBkdIJurI .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #8d99ae;
  height: 100%;
  overflow: hidden;
  background-color: #d90429;
}
.cid-uCBkdIJurI .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uCBkdIJurI .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #8d99ae;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCBkdIJurI .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uCBkdIJurI .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uCBkdIJurI .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uCBkdIJurI .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uCBkdIJurI .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uCBkdIJurI .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uCBkdIJurI .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCBkdIJurI .item-number {
  color: #bcfe1e;
}
.cid-uCBkdIJurI .item-title {
  color: #000000;
}
.cid-uCBkdIJurI .item-text {
  color: #FFFFFF;
}
.cid-uCBkdJ7Pti {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d90429;
}
.cid-uCBkdJ7Pti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdJ7Pti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdJ7Pti .items-wrap {
  justify-content: space-between;
}
.cid-uCBkdJ7Pti .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCBkdJ7Pti .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uCBkdJ7Pti .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCBkdJ7Pti .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uCBkdJ7Pti .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCBkdJ7Pti .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uCBkdJ7Pti .image-wrapper {
  margin-bottom: 32px;
}
.cid-uCBkdJ7Pti .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCBkdJ7Pti .image-wrapper img {
    height: 350px;
  }
}
.cid-uCBkdJ7Pti .mbr-section-title {
  color: #ffffff;
}
.cid-uCBkdJ7Pti .mbr-text,
.cid-uCBkdJ7Pti .text-wrapper {
  color: #FFFFFF;
}
.cid-uCBkdJ7Pti .mbr-section-title,
.cid-uCBkdJ7Pti .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uCBkdJtPkP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d90429;
}
.cid-uCBkdJtPkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBkdJtPkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBkdJtPkP .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uCBkdJtPkP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCBkdJtPkP .items-wrap {
  margin: 0 -7px;
}
.cid-uCBkdJtPkP .items-wrap .card {
  padding: 0 7px;
}
.cid-uCBkdJtPkP .content-wrapper {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uCBkdJtPkP .content-wrapper {
    padding: 14px;
    margin-bottom: 14px;
  }
}
.cid-uCBkdJtPkP .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uCBkdJtPkP .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-uCBkdJtPkP .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-uCBkdJtPkP .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #8d99ae !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uCBkdJtPkP .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-uCBkdJtPkP .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uCBkdJtPkP .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uCBkdJtPkP .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uCBkdJtPkP .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uCBkdJtPkP .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uCBkdJtPkP .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #8d99ae;
  border-color: #8d99ae;
}
.cid-uCBkdJtPkP .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uCBkdJtPkP .google-map {
  height: 100%;
}
.cid-uCBkdJtPkP .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uCBkdJtPkP .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uCBkdJtPkP .mbr-section-title {
  color: #bcfe1e;
}
.cid-uCBkdJtPkP label {
  color: #ffffff;
}
.cid-uCBkdJtPkP .mbr-section-title,
.cid-uCBkdJtPkP .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uCHk7YJyp9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCHk7YJyp9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCHk7YJyp9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCHk7YJyp9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCHk7YJyp9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uCHk7YJyp9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCHk7YJyp9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCHk7YJyp9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCHk7YJyp9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uCHk7YJyp9 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uCHk7YJyp9 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uCHk7YJyp9 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uCHk7YJyp9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uCHk7YJyp9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uCHk7YJyp9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCHk7YJyp9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCHk7YJyp9 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uCHk7YJyp9 .nav-link:hover {
  color: #ffffff !important;
}
.cid-uCHk7YJyp9 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCHk7YJyp9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCHk7YJyp9 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uCHk7YJyp9 .navbar-caption:hover,
.cid-uCHk7YJyp9 .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uCHk7YJyp9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCHk7YJyp9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uCHk7YJyp9 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uCHk7YJyp9 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uCHk7YJyp9 .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uCHk7YJyp9 .menu-container {
    margin: 16px;
  }
}
.cid-uCHk7YJyp9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uCHk7YJyp9 .iconfont-wrapper:hover,
.cid-uCHk7YJyp9 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uCHk7YJyp9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uCHk7YJyp9 .nav-item:focus,
.cid-uCHk7YJyp9 .nav-link:focus {
  outline: none;
}
.cid-uCHk7YJyp9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCHk7YJyp9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCHk7YJyp9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCHk7YJyp9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCHk7YJyp9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCHk7YJyp9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCHk7YJyp9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCHk7YJyp9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCHk7YJyp9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCHk7YJyp9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCHk7YJyp9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uCHk7YJyp9 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uCHk7YJyp9 .navbar.collapsed {
  justify-content: center;
}
.cid-uCHk7YJyp9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCHk7YJyp9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCHk7YJyp9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uCHk7YJyp9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCHk7YJyp9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCHk7YJyp9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCHk7YJyp9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCHk7YJyp9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCHk7YJyp9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCHk7YJyp9 .navbar {
    min-height: 72px;
  }
  .cid-uCHk7YJyp9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHk7YJyp9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCHk7YJyp9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCHk7YJyp9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCHk7YJyp9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCHk7YJyp9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCHk7YJyp9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCHk7YJyp9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCHk7YJyp9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCHk7YJyp9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCHk7YJyp9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCHk7YJyp9 .dropdown-item.active,
.cid-uCHk7YJyp9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCHk7YJyp9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCHk7YJyp9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCHk7YJyp9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCHk7YJyp9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uCHk7YJyp9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCHk7YJyp9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCHk7YJyp9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCHk7YJyp9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCHk7YJyp9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uCHk7YJyp9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCHk7YJyp9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCHk7YJyp9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCHk7YJyp9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHk7YJyp9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHk7YJyp9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCHk7YJyp9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHk7YJyp9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCHk7YJyp9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCHk7YJyp9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHk7YJyp9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCHk7YJyp9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCHk7YJyp9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCHk7YJyp9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCHk7YJyp9 .navbar {
    height: 70px;
  }
  .cid-uCHk7YJyp9 .navbar.opened {
    height: auto;
  }
  .cid-uCHk7YJyp9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCHk7YJyp9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCHk7YJyp9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCHk7YJyp9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCHk7YJyp9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uCHk7YJyp9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCHk7YJyp9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uCHk7YJyp9 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uCHk7YJyp9 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uCHk7YJyp9 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uCHk7YJyp9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCHk7YJyp9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uCHk7YJyp9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uCHk7YJyp9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCHk7YJyp9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCHk7YJyp9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCHk7YJyp9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCHk7YJyp9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCHk7YJyp9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uCHk7YJyp9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCHk7YJyp9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCHk7YJyp9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCHk7YJyp9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCHk7YJyp9 .navbar-brand,
.cid-uCHk7YJyp9 .navbar-toggler,
.cid-uCHk7YJyp9 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uCHk7YJyp9 .nav-link,
.cid-uCHk7YJyp9 .dropdown-item {
  color: #FFFFFF;
}
.cid-uCHk7ZtEAC {
  background-image: url("../../../assets/images/img-6990-2576x1932.jpeg");
}
.cid-uCHk7ZtEAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHk7ZtEAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHk7ZtEAC .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uCHk7ZtEAC .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uCHk7ZtEAC .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uCHk7ZtEAC .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCHk7ZtEAC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCHk7ZtEAC .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCHk7ZtEAC .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uCHk7ZtEAC .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uCHk7ZtEAC .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCHk7ZtEAC .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCHk7ZtEAC .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uCHk7ZtEAC .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uCHk7ZtEAC .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uCHk7ZtEAC .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uCHk7ZtEAC .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uCHk7ZtEAC .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCHk7ZtEAC .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uCHk7ZtEAC .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCHk7ZtEAC .panel-title-edit {
  color: #ffffff;
}
.cid-uCHk7ZtEAC .panel-text {
  color: #ffffff;
}
.cid-uCHk7ZtEAC .panel-title-edit,
.cid-uCHk7ZtEAC .icon-wrapper {
  color: #FFFFFF;
}
.cid-uCHk7ZtEAC .panel-text,
.cid-uCHk7ZtEAC .panel-body {
  color: #FFFFFF;
}
.cid-uCHk7ZtEAC .panel-title-edit,
.cid-uCHk7ZtEAC .icon-wrapper P {
  text-align: left;
}
.cid-uCI6GMv0Yu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCI6GMv0Yu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCI6GMv0Yu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCI6GMv0Yu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCI6GMv0Yu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uCI6GMv0Yu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCI6GMv0Yu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCI6GMv0Yu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCI6GMv0Yu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uCI6GMv0Yu .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uCI6GMv0Yu .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uCI6GMv0Yu .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uCI6GMv0Yu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uCI6GMv0Yu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uCI6GMv0Yu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCI6GMv0Yu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCI6GMv0Yu .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uCI6GMv0Yu .nav-link:hover {
  color: #ffffff !important;
}
.cid-uCI6GMv0Yu .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCI6GMv0Yu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCI6GMv0Yu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uCI6GMv0Yu .navbar-caption:hover,
.cid-uCI6GMv0Yu .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uCI6GMv0Yu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCI6GMv0Yu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uCI6GMv0Yu .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uCI6GMv0Yu .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uCI6GMv0Yu .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uCI6GMv0Yu .menu-container {
    margin: 16px;
  }
}
.cid-uCI6GMv0Yu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uCI6GMv0Yu .iconfont-wrapper:hover,
.cid-uCI6GMv0Yu .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uCI6GMv0Yu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uCI6GMv0Yu .nav-item:focus,
.cid-uCI6GMv0Yu .nav-link:focus {
  outline: none;
}
.cid-uCI6GMv0Yu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCI6GMv0Yu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCI6GMv0Yu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCI6GMv0Yu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCI6GMv0Yu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCI6GMv0Yu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCI6GMv0Yu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCI6GMv0Yu .navbar.opened {
  transition: all 0.3s;
}
.cid-uCI6GMv0Yu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCI6GMv0Yu .navbar .navbar-logo img {
  width: auto;
}
.cid-uCI6GMv0Yu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uCI6GMv0Yu .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uCI6GMv0Yu .navbar.collapsed {
  justify-content: center;
}
.cid-uCI6GMv0Yu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCI6GMv0Yu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCI6GMv0Yu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uCI6GMv0Yu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCI6GMv0Yu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCI6GMv0Yu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCI6GMv0Yu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCI6GMv0Yu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCI6GMv0Yu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCI6GMv0Yu .navbar {
    min-height: 72px;
  }
  .cid-uCI6GMv0Yu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCI6GMv0Yu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCI6GMv0Yu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCI6GMv0Yu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCI6GMv0Yu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCI6GMv0Yu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCI6GMv0Yu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCI6GMv0Yu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCI6GMv0Yu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCI6GMv0Yu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCI6GMv0Yu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCI6GMv0Yu .dropdown-item.active,
.cid-uCI6GMv0Yu .dropdown-item:active {
  background-color: transparent;
}
.cid-uCI6GMv0Yu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCI6GMv0Yu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCI6GMv0Yu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCI6GMv0Yu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uCI6GMv0Yu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCI6GMv0Yu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCI6GMv0Yu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCI6GMv0Yu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCI6GMv0Yu .navbar-buttons {
    text-align: left;
  }
}
.cid-uCI6GMv0Yu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCI6GMv0Yu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCI6GMv0Yu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCI6GMv0Yu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCI6GMv0Yu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCI6GMv0Yu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCI6GMv0Yu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCI6GMv0Yu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCI6GMv0Yu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCI6GMv0Yu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCI6GMv0Yu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCI6GMv0Yu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCI6GMv0Yu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCI6GMv0Yu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCI6GMv0Yu .navbar {
    height: 70px;
  }
  .cid-uCI6GMv0Yu .navbar.opened {
    height: auto;
  }
  .cid-uCI6GMv0Yu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCI6GMv0Yu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCI6GMv0Yu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCI6GMv0Yu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCI6GMv0Yu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uCI6GMv0Yu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCI6GMv0Yu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uCI6GMv0Yu .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uCI6GMv0Yu .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uCI6GMv0Yu .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uCI6GMv0Yu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCI6GMv0Yu .navbar-brand {
    margin-right: auto;
  }
  .cid-uCI6GMv0Yu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uCI6GMv0Yu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCI6GMv0Yu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCI6GMv0Yu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCI6GMv0Yu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCI6GMv0Yu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCI6GMv0Yu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uCI6GMv0Yu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCI6GMv0Yu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCI6GMv0Yu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCI6GMv0Yu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCI6GMv0Yu .navbar-brand,
.cid-uCI6GMv0Yu .navbar-toggler,
.cid-uCI6GMv0Yu .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uCI6GMv0Yu .nav-link,
.cid-uCI6GMv0Yu .dropdown-item {
  color: #FFFFFF;
}
.cid-uCI6GNqpfR {
  padding-top: 8rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/img-5289-1290x1290.jpeg");
}
.cid-uCI6GNqpfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCI6GNqpfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCI6GNqpfR .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uCI6GNqpfR .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uCI6GNqpfR .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uCI6GNqpfR .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uCI6GNqpfR .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCI6GNqpfR .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCI6GNqpfR .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uCI6GNqpfR .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uCI6GNqpfR .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCI6GNqpfR .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCI6GNqpfR .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uCI6GNqpfR .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uCI6GNqpfR .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uCI6GNqpfR .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uCI6GNqpfR .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uCI6GNqpfR .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCI6GNqpfR .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uCI6GNqpfR .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCI6GNqpfR .panel-title-edit {
  color: #ffffff;
}
.cid-uCI6GNqpfR .panel-text {
  color: #ffffff;
}
.cid-uCI6GNqpfR .panel-title-edit,
.cid-uCI6GNqpfR .icon-wrapper {
  color: #FFFFFF;
}
.cid-uCI6GNqpfR .panel-text,
.cid-uCI6GNqpfR .panel-body {
  color: #FFFFFF;
}
.cid-uCI6GNI8vX {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #d90429;
}
.cid-uCI6GNI8vX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCI6GNI8vX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCI6GNI8vX .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uCI6GNI8vX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCI6GNI8vX .items-wrap {
  margin: 0 -7px;
}
.cid-uCI6GNI8vX .items-wrap .card {
  padding: 0 7px;
}
.cid-uCI6GNI8vX .content-wrapper {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uCI6GNI8vX .content-wrapper {
    padding: 14px;
    margin-bottom: 14px;
  }
}
.cid-uCI6GNI8vX .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uCI6GNI8vX .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-uCI6GNI8vX .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-uCI6GNI8vX .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #8d99ae !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uCI6GNI8vX .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-uCI6GNI8vX .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uCI6GNI8vX .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uCI6GNI8vX .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uCI6GNI8vX .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uCI6GNI8vX .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uCI6GNI8vX .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #8d99ae;
  border-color: #8d99ae;
}
.cid-uCI6GNI8vX .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uCI6GNI8vX .google-map {
  height: 100%;
}
.cid-uCI6GNI8vX .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uCI6GNI8vX .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uCI6GNI8vX .mbr-section-title {
  color: #bcfe1e;
}
.cid-uCI6GNI8vX label {
  color: #ffffff;
}
.cid-uCI6GNI8vX .mbr-section-title,
.cid-uCI6GNI8vX .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uHw2zuXsgL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uHw2zuXsgL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uHw2zuXsgL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uHw2zuXsgL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHw2zuXsgL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uHw2zuXsgL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHw2zuXsgL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHw2zuXsgL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uHw2zuXsgL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uHw2zuXsgL .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uHw2zuXsgL .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uHw2zuXsgL .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uHw2zuXsgL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uHw2zuXsgL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uHw2zuXsgL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uHw2zuXsgL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uHw2zuXsgL .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uHw2zuXsgL .nav-link:hover {
  color: #ffffff !important;
}
.cid-uHw2zuXsgL .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uHw2zuXsgL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uHw2zuXsgL .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uHw2zuXsgL .navbar-caption:hover,
.cid-uHw2zuXsgL .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uHw2zuXsgL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uHw2zuXsgL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uHw2zuXsgL .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uHw2zuXsgL .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uHw2zuXsgL .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uHw2zuXsgL .menu-container {
    margin: 16px;
  }
}
.cid-uHw2zuXsgL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uHw2zuXsgL .iconfont-wrapper:hover,
.cid-uHw2zuXsgL .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uHw2zuXsgL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uHw2zuXsgL .nav-item:focus,
.cid-uHw2zuXsgL .nav-link:focus {
  outline: none;
}
.cid-uHw2zuXsgL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHw2zuXsgL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHw2zuXsgL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHw2zuXsgL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHw2zuXsgL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHw2zuXsgL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHw2zuXsgL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uHw2zuXsgL .navbar.opened {
  transition: all 0.3s;
}
.cid-uHw2zuXsgL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHw2zuXsgL .navbar .navbar-logo img {
  width: auto;
}
.cid-uHw2zuXsgL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHw2zuXsgL .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uHw2zuXsgL .navbar.collapsed {
  justify-content: center;
}
.cid-uHw2zuXsgL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHw2zuXsgL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHw2zuXsgL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uHw2zuXsgL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHw2zuXsgL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHw2zuXsgL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHw2zuXsgL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHw2zuXsgL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHw2zuXsgL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uHw2zuXsgL .navbar {
    min-height: 72px;
  }
  .cid-uHw2zuXsgL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uHw2zuXsgL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHw2zuXsgL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHw2zuXsgL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHw2zuXsgL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHw2zuXsgL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHw2zuXsgL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHw2zuXsgL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uHw2zuXsgL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHw2zuXsgL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHw2zuXsgL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uHw2zuXsgL .dropdown-item.active,
.cid-uHw2zuXsgL .dropdown-item:active {
  background-color: transparent;
}
.cid-uHw2zuXsgL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHw2zuXsgL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHw2zuXsgL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHw2zuXsgL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uHw2zuXsgL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uHw2zuXsgL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uHw2zuXsgL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHw2zuXsgL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHw2zuXsgL .navbar-buttons {
    text-align: left;
  }
}
.cid-uHw2zuXsgL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHw2zuXsgL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHw2zuXsgL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHw2zuXsgL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHw2zuXsgL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHw2zuXsgL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHw2zuXsgL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHw2zuXsgL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHw2zuXsgL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHw2zuXsgL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHw2zuXsgL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHw2zuXsgL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHw2zuXsgL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHw2zuXsgL .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHw2zuXsgL .navbar {
    height: 70px;
  }
  .cid-uHw2zuXsgL .navbar.opened {
    height: auto;
  }
  .cid-uHw2zuXsgL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHw2zuXsgL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uHw2zuXsgL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uHw2zuXsgL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uHw2zuXsgL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uHw2zuXsgL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uHw2zuXsgL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uHw2zuXsgL .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uHw2zuXsgL .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uHw2zuXsgL .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uHw2zuXsgL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uHw2zuXsgL .navbar-brand {
    margin-right: auto;
  }
  .cid-uHw2zuXsgL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uHw2zuXsgL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uHw2zuXsgL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uHw2zuXsgL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uHw2zuXsgL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uHw2zuXsgL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uHw2zuXsgL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uHw2zuXsgL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uHw2zuXsgL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uHw2zuXsgL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uHw2zuXsgL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uHw2zuXsgL .navbar-brand,
.cid-uHw2zuXsgL .navbar-toggler,
.cid-uHw2zuXsgL .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uHw2zuXsgL .nav-link,
.cid-uHw2zuXsgL .dropdown-item {
  color: #FFFFFF;
}
.cid-uHw2zwcRZi {
  background-image: url("../../../assets/images/img-611-2000x2000.jpg");
}
.cid-uHw2zwcRZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHw2zwcRZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHw2zwcRZi .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uHw2zwcRZi .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uHw2zwcRZi .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #d90429 50%);
  opacity: 0.5;
}
.cid-uHw2zwcRZi .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHw2zwcRZi .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHw2zwcRZi .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #8d99ae;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uHw2zwcRZi .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uHw2zwcRZi .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uHw2zwcRZi .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHw2zwcRZi .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHw2zwcRZi .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ef233c;
  border-radius: 100%;
}
.cid-uHw2zwcRZi .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uHw2zwcRZi .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uHw2zwcRZi .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uHw2zwcRZi .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uHw2zwcRZi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHw2zwcRZi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uHw2zwcRZi .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uHw2zwcRZi .panel-title-edit {
  color: #ffffff;
}
.cid-uHw2zwcRZi .panel-text {
  color: #ffffff;
}
.cid-uHw2zwcRZi .panel-title-edit,
.cid-uHw2zwcRZi .icon-wrapper {
  color: #FFFFFF;
}
.cid-uHw2zwcRZi .panel-text,
.cid-uHw2zwcRZi .panel-body {
  color: #FFFFFF;
  text-align: left;
}
.cid-uRtSpFICde {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRtSpFICde .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRtSpFICde .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRtSpFICde .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRtSpFICde .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uRtSpFICde .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRtSpFICde .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRtSpFICde .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRtSpFICde .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRtSpFICde .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
@media (max-width: 1200px) {
  .cid-uRtSpFICde .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uRtSpFICde .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uRtSpFICde .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uRtSpFICde .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRtSpFICde .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRtSpFICde .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRtSpFICde .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uRtSpFICde .nav-link:hover {
  color: #ffffff !important;
}
.cid-uRtSpFICde .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRtSpFICde .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRtSpFICde .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cid-uRtSpFICde .navbar-caption:hover,
.cid-uRtSpFICde .navbar-caption:focus {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uRtSpFICde .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRtSpFICde .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRtSpFICde .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: #d90429 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #d90429;
  box-shadow: none;
  position: relative;
  border: 1px solid #8d99ae;
}
@media (max-width: 992px) {
  .cid-uRtSpFICde .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uRtSpFICde .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uRtSpFICde .menu-container {
    margin: 16px;
  }
}
.cid-uRtSpFICde .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.cid-uRtSpFICde .iconfont-wrapper:hover,
.cid-uRtSpFICde .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uRtSpFICde .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d90429;
  background: #d90429 !important;
}
.cid-uRtSpFICde .nav-item:focus,
.cid-uRtSpFICde .nav-link:focus {
  outline: none;
}
.cid-uRtSpFICde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRtSpFICde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRtSpFICde .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRtSpFICde .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtSpFICde .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRtSpFICde .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRtSpFICde .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRtSpFICde .navbar.opened {
  transition: all 0.3s;
}
.cid-uRtSpFICde .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRtSpFICde .navbar .navbar-logo img {
  width: auto;
}
.cid-uRtSpFICde .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRtSpFICde .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uRtSpFICde .navbar.collapsed {
  justify-content: center;
}
.cid-uRtSpFICde .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRtSpFICde .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRtSpFICde .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRtSpFICde .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRtSpFICde .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRtSpFICde .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRtSpFICde .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRtSpFICde .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRtSpFICde .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRtSpFICde .navbar {
    min-height: 72px;
  }
  .cid-uRtSpFICde .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRtSpFICde .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRtSpFICde .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRtSpFICde .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRtSpFICde .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRtSpFICde .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRtSpFICde .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRtSpFICde .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRtSpFICde .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRtSpFICde .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRtSpFICde .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRtSpFICde .dropdown-item.active,
.cid-uRtSpFICde .dropdown-item:active {
  background-color: transparent;
}
.cid-uRtSpFICde .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRtSpFICde .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRtSpFICde .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRtSpFICde .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d90429;
}
.cid-uRtSpFICde .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRtSpFICde .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRtSpFICde ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRtSpFICde .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRtSpFICde .navbar-buttons {
    text-align: left;
  }
}
.cid-uRtSpFICde button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRtSpFICde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRtSpFICde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRtSpFICde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtSpFICde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtSpFICde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRtSpFICde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtSpFICde nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRtSpFICde nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRtSpFICde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtSpFICde .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRtSpFICde a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRtSpFICde .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRtSpFICde .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRtSpFICde .navbar {
    height: 70px;
  }
  .cid-uRtSpFICde .navbar.opened {
    height: auto;
  }
  .cid-uRtSpFICde .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRtSpFICde .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRtSpFICde .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRtSpFICde .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRtSpFICde .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRtSpFICde .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRtSpFICde .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uRtSpFICde .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uRtSpFICde .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uRtSpFICde .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uRtSpFICde .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRtSpFICde .navbar-brand {
    margin-right: auto;
  }
  .cid-uRtSpFICde .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d90429;
    opacity: 1;
    border-color: #d90429 !important;
    background: #d90429 !important;
  }
  .cid-uRtSpFICde .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRtSpFICde .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRtSpFICde .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRtSpFICde .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRtSpFICde .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRtSpFICde .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRtSpFICde .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRtSpFICde .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRtSpFICde .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRtSpFICde .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRtSpFICde .navbar-brand,
.cid-uRtSpFICde .navbar-toggler,
.cid-uRtSpFICde .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uRtSpFICde .nav-link,
.cid-uRtSpFICde .dropdown-item {
  color: #FFFFFF;
}
.cid-uRtSpRtIcj {
  background-color: #d90429;
}
.cid-uRtSpRtIcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtSpRtIcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtSpRtIcj .content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uRtSpRtIcj .content-wrapper {
    padding: 24px 14px;
  }
}
.cid-uRtSpRtIcj .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRtSpRtIcj .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRtSpRtIcj .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uRtSpRtIcj .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uRtSpRtIcj .content-wrapper .items-wrap .item .item-img {
  position: relative;
  border: 1px solid #8d99ae;
  box-shadow: 0px -1px 1px #8d99ae;
  overflow: hidden;
  background-color: #d90429;
}
.cid-uRtSpRtIcj .content-wrapper .items-wrap .item .item-img .item-title {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRtSpRtIcj .content-wrapper .items-wrap .item .item-img .item-title {
    padding: 14px;
  }
}
.cid-uRtSpRtIcj .content-wrapper .items-wrap .item .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uRtSpRtIcj .content-wrapper .items-wrap .item .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uRtSpRtIcj .content-wrapper .items-wrap .item .item-content {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uRtSpRtIcj .content-wrapper .items-wrap .item .item-content {
    padding: 14px;
  }
}
.cid-uRtSpRtIcj .content-wrapper .items-wrap .item .item-content .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRtSpRtIcj .content-wrapper .items-wrap .item .item-content .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.cid-uRtSpRtIcj .content-wrapper .items-wrap .item .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRtSpRtIcj .content-wrapper .items-wrap .item .item-content .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #8d99ae;
}
.cid-uRtSpRtIcj .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uRtSpRtIcj .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-uRtSpRtIcj .btn-wrapper {
  margin-top: -6%;
}
.cid-uRtSpRtIcj .mbr-section-title {
  color: #ffffff;
}
.cid-uRtSpRtIcj .item-title {
  color: #FFFFFF;
}
.cid-uRtSpRtIcj .list {
  color: #bbbbbb;
}
.cid-uRtSpRtIcj .mbr-section-title,
.cid-uRtSpRtIcj .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uRtSpRtIcj .list,
.cid-uRtSpRtIcj .item-wrap {
  color: #FFFFFF;
  text-align: left;
}
.cid-uRtSpYBQ1I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d90429;
}
.cid-uRtSpYBQ1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtSpYBQ1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtSpYBQ1I .items-wrap {
  justify-content: center;
}
.cid-uRtSpYBQ1I .items-wrap .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRtSpYBQ1I .items-wrap .item {
    margin-bottom: 14px;
  }
}
.cid-uRtSpYBQ1I .items-wrap .item .item-wrapper .item-img img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
.cid-uRtSpYBQ1I .items-wrap .item .item-wrapper .card_1 img {
  transform: rotate(-6deg);
}
@media (max-width: 992px) {
  .cid-uRtSpYBQ1I .items-wrap .item .item-wrapper .card_1 img {
    transform: none;
  }
}
.cid-uRtSpYBQ1I .items-wrap .item .item-wrapper .card_2 img {
  transform: rotate(6deg);
}
@media (max-width: 992px) {
  .cid-uRtSpYBQ1I .items-wrap .item .item-wrapper .card_2 img {
    transform: none;
  }
}
.cid-uRtSpYBQ1I .items-wrap .item .item-wrapper .card_3 img {
  transform: rotate(10deg);
}
@media (max-width: 992px) {
  .cid-uRtSpYBQ1I .items-wrap .item .item-wrapper .card_3 img {
    transform: none;
  }
}
.cid-uRtSq24snM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d90429;
}
.cid-uRtSq24snM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtSq24snM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtSq24snM .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRtSq24snM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRtSq24snM .items-wrap {
  margin: 0 -7px;
}
.cid-uRtSq24snM .items-wrap .card {
  padding: 0 7px;
}
.cid-uRtSq24snM .content-wrapper {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #8d99ae;
  background-color: #d90429;
}
@media (max-width: 992px) {
  .cid-uRtSq24snM .content-wrapper {
    padding: 14px;
    margin-bottom: 14px;
  }
}
.cid-uRtSq24snM .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uRtSq24snM .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 8px !important;
}
.cid-uRtSq24snM .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 4px;
}
.cid-uRtSq24snM .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  border: 1px solid #8d99ae !important;
  background-color: transparent;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uRtSq24snM .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 14px;
  }
}
.cid-uRtSq24snM .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uRtSq24snM .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uRtSq24snM .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uRtSq24snM .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uRtSq24snM .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uRtSq24snM .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #8d99ae;
  border-color: #8d99ae;
}
.cid-uRtSq24snM .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uRtSq24snM .google-map {
  height: 100%;
}
.cid-uRtSq24snM .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uRtSq24snM .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uRtSq24snM .mbr-section-title {
  color: #bcfe1e;
}
.cid-uRtSq24snM label {
  color: #ffffff;
}
.cid-uRtSq24snM .mbr-section-title,
.cid-uRtSq24snM .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
