.btn {
    border-width: 2px;
  }
  .video-wrapper {
    overflow: hidden;
  }
  body {
    background-color: #f0e6e6;
  }
  body {
    font-family: Manrope;
  }
  .display-1 {
    font-family: 'Manrope', sans-serif;
    font-size: 4.7rem;
    line-height: 1;
  }
  .display-1 > .mbr-iconfont {
    font-size: 5.875rem;
  }
  .display-2 {
    font-family: 'Manrope', sans-serif;
    font-size: 4rem;
    line-height: 1.15;
  }
  .display-2 > .mbr-iconfont {
    font-size: 5rem;
  }
  .display-4 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .display-4 > .mbr-iconfont {
    font-size: 1.5625rem;
  }
  .display-5 {
    font-family: 'Manrope', sans-serif;
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .display-5 > .mbr-iconfont {
    font-size: 2.8125rem;
  }
  .display-7 {
    font-family: 'Manrope', 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: #e5383b !important;
  }
  .bg-success {
    background-color: #25c57b !important;
  }
  .bg-info {
    background-color: #0cbbde !important;
  }
  .bg-warning {
    background-color: #eab000 !important;
  }
  .bg-danger {
    background-color: #c72332 !important;
  }
  .btn-primary,
  .btn-primary:active {
    background-color: #e5383b !important;
    border-color: #e5383b !important;
    color: #ffffff !important;
    box-shadow: none;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary.focus,
  .btn-primary.active {
    color: inherit;
    background-color: #eb6567 !important;
    border-color: #eb6567 !important;
    box-shadow: none;
  }
  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #ffffff !important;
    background-color: #eb6567 !important;
    border-color: #eb6567 !important;
  }
  .btn-secondary,
  .btn-secondary:active {
    background-color: #333132 !important;
    border-color: #333132 !important;
    color: #ffffff !important;
    box-shadow: none;
  }
  .btn-secondary:hover,
  .btn-secondary:focus,
  .btn-secondary.focus,
  .btn-secondary.active {
    color: inherit;
    background-color: #4d4a4c !important;
    border-color: #4d4a4c !important;
    box-shadow: none;
  }
  .btn-secondary.disabled,
  .btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #4d4a4c !important;
    border-color: #4d4a4c !important;
  }
  .btn-info,
  .btn-info:active {
    background-color: #0cbbde !important;
    border-color: #0cbbde !important;
    color: #ffffff !important;
    box-shadow: none;
  }
  .btn-info:hover,
  .btn-info:focus,
  .btn-info.focus,
  .btn-info.active {
    color: inherit;
    background-color: #2ad2f3 !important;
    border-color: #2ad2f3 !important;
    box-shadow: none;
  }
  .btn-info.disabled,
  .btn-info:disabled {
    color: #ffffff !important;
    background-color: #2ad2f3 !important;
    border-color: #2ad2f3 !important;
  }
  .btn-success,
  .btn-success:active {
    background-color: #25c57b !important;
    border-color: #25c57b !important;
    color: #ffffff !important;
    box-shadow: none;
  }
  .btn-success:hover,
  .btn-success:focus,
  .btn-success.focus,
  .btn-success.active {
    color: inherit;
    background-color: #42db94 !important;
    border-color: #42db94 !important;
    box-shadow: none;
  }
  .btn-success.disabled,
  .btn-success:disabled {
    color: #ffffff !important;
    background-color: #42db94 !important;
    border-color: #42db94 !important;
  }
  .btn-warning,
  .btn-warning:active {
    background-color: #eab000 !important;
    border-color: #eab000 !important;
    color: #ffffff !important;
    box-shadow: none;
  }
  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning.focus,
  .btn-warning.active {
    color: inherit;
    background-color: #ffc71e !important;
    border-color: #ffc71e !important;
    box-shadow: none;
  }
  .btn-warning.disabled,
  .btn-warning:disabled {
    color: #ffffff !important;
    background-color: #ffc71e !important;
    border-color: #ffc71e !important;
  }
  .btn-danger,
  .btn-danger:active {
    background-color: #c72332 !important;
    border-color: #c72332 !important;
    color: #ffffff !important;
    box-shadow: none;
  }
  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger.focus,
  .btn-danger.active {
    color: inherit;
    background-color: #dd404e !important;
    border-color: #dd404e !important;
    box-shadow: none;
  }
  .btn-danger.disabled,
  .btn-danger:disabled {
    color: #ffffff !important;
    background-color: #dd404e !important;
    border-color: #dd404e !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: #e5383b;
    color: #e5383b;
  }
  .btn-primary-outline:hover,
  .btn-primary-outline:focus,
  .btn-primary-outline.focus,
  .btn-primary-outline.active {
    color: #af171a !important;
    background-color: transparent !important;
    border-color: #af171a !important;
    box-shadow: none !important;
  }
  .btn-primary-outline.disabled,
  .btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #e5383b !important;
    border-color: #e5383b !important;
  }
  .btn-secondary-outline,
  .btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: #333132;
    color: #333132;
  }
  .btn-secondary-outline:hover,
  .btn-secondary-outline:focus,
  .btn-secondary-outline.focus,
  .btn-secondary-outline.active {
    color: #070707 !important;
    background-color: transparent !important;
    border-color: #070707 !important;
    box-shadow: none !important;
  }
  .btn-secondary-outline.disabled,
  .btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #333132 !important;
    border-color: #333132 !important;
  }
  .btn-info-outline,
  .btn-info-outline:active {
    background-color: transparent !important;
    border-color: #0cbbde;
    color: #0cbbde;
  }
  .btn-info-outline:hover,
  .btn-info-outline:focus,
  .btn-info-outline.focus,
  .btn-info-outline.active {
    color: #08768c !important;
    background-color: transparent !important;
    border-color: #08768c !important;
    box-shadow: none !important;
  }
  .btn-info-outline.disabled,
  .btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #0cbbde !important;
    border-color: #0cbbde !important;
  }
  .btn-success-outline,
  .btn-success-outline:active {
    background-color: transparent !important;
    border-color: #25c57b;
    color: #25c57b;
  }
  .btn-success-outline:hover,
  .btn-success-outline:focus,
  .btn-success-outline.focus,
  .btn-success-outline.active {
    color: #177c4d !important;
    background-color: transparent !important;
    border-color: #177c4d !important;
    box-shadow: none !important;
  }
  .btn-success-outline.disabled,
  .btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #25c57b !important;
    border-color: #25c57b !important;
  }
  .btn-warning-outline,
  .btn-warning-outline:active {
    background-color: transparent !important;
    border-color: #eab000;
    color: #eab000;
  }
  .btn-warning-outline:hover,
  .btn-warning-outline:focus,
  .btn-warning-outline.focus,
  .btn-warning-outline.active {
    color: #936f00 !important;
    background-color: transparent !important;
    border-color: #936f00 !important;
    box-shadow: none !important;
  }
  .btn-warning-outline.disabled,
  .btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #eab000 !important;
    border-color: #eab000 !important;
  }
  .btn-danger-outline,
  .btn-danger-outline:active {
    background-color: transparent !important;
    border-color: #c72332;
    color: #c72332;
  }
  .btn-danger-outline:hover,
  .btn-danger-outline:focus,
  .btn-danger-outline.focus,
  .btn-danger-outline.active {
    color: #7d161f !important;
    background-color: transparent !important;
    border-color: #7d161f !important;
    box-shadow: none !important;
  }
  .btn-danger-outline.disabled,
  .btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #c72332 !important;
    border-color: #c72332 !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: #e5383b !important;
  }
  .text-secondary {
    color: #333132 !important;
  }
  .text-success {
    color: #25c57b !important;
  }
  .text-info {
    color: #0cbbde !important;
  }
  .text-warning {
    color: #eab000 !important;
  }
  .text-danger {
    color: #c72332 !important;
  }
  .text-white {
    color: #fafafa !important;
  }
  .text-black {
    color: #232323 !important;
  }
  a.text-primary:hover,
  a.text-primary:focus,
  a.text-primary.active {
    color: #a21518 !important;
  }
  a.text-secondary:hover,
  a.text-secondary:focus,
  a.text-secondary.active {
    color: #000000 !important;
  }
  a.text-success:hover,
  a.text-success:focus,
  a.text-success.active {
    color: #156f45 !important;
  }
  a.text-info:hover,
  a.text-info:focus,
  a.text-info.active {
    color: #07697d !important;
  }
  a.text-warning:hover,
  a.text-warning:focus,
  a.text-warning.active {
    color: #846300 !important;
  }
  a.text-danger:hover,
  a.text-danger:focus,
  a.text-danger.active {
    color: #70141c !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: #e5383b;
  }
  .nav-tabs .nav-link:not(.active) {
    color: #232323;
  }
  .alert-success {
    background-color: #70c770;
  }
  .alert-info {
    background-color: #0cbbde;
  }
  .alert-warning {
    background-color: #eab000;
  }
  .alert-danger {
    background-color: #c72332;
  }
  .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: #e5383b;
    border-color: #e5383b;
    color: #ffffff;
  }
  .mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
  }
  .nav-tabs .nav-link {
    border-radius: 100px !important;
  }
  a,
  a:hover {
    color: #e5383b;
  }
  .mbr-plan-header.bg-primary .mbr-plan-subtitle,
  .mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #fdeced;
  }
  .mbr-plan-header.bg-success .mbr-plan-subtitle,
  .mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #82e8b9;
  }
  .mbr-plan-header.bg-info .mbr-plan-subtitle,
  .mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #bbf1fb;
  }
  .mbr-plan-header.bg-warning .mbr-plan-subtitle,
  .mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffedb7;
  }
  .mbr-plan-header.bg-danger .mbr-plan-subtitle,
  .mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #e9818a;
  }
  /* Scroll to top button*/
  .scrollToTop_wraper {
    display: none;
  }
  .form-control {
    background-color: #431919;
    font-family: 'Manrope', 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: #e5383b !important;
  }
  .form-control:-webkit-input-placeholder {
    font-family: 'Manrope', 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: #e5383b;
  }
  /* 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: #e5383b;
    color: #ffffff;
  }
  .jq-number__spin {
    transition: 0.25s ease;
  }
  .jq-number__spin:hover {
    border-color: #e5383b;
  }
  .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: #e5383b;
    border-bottom-color: #e5383b;
  }
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    color: #ffffff !important;
    background-color: #e5383b !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: #333132 !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='%23e5383b' %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-uHBYqRXtON {
    z-index: 1000;
    width: 100%;
    position: relative;
  }
  .cid-uHBYqRXtON .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-uHBYqRXtON .navbar-toggler {
      transform: scale(0.8);
    }
  }
  .cid-uHBYqRXtON .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-uHBYqRXtON .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px !important;
  }
  .cid-uHBYqRXtON .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-uHBYqRXtON .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-uHBYqRXtON .navbar-nav {
    margin: auto;
    margin-left: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .cid-uHBYqRXtON .navbar-nav .nav-item {
    padding: 0 !important;
    transition: 0.3s all !important;
  }
  .cid-uHBYqRXtON .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-uHBYqRXtON .navbar-nav .nav-item .nav-link {
      padding: 16px !important;
    }
  }
  .cid-uHBYqRXtON .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
  .cid-uHBYqRXtON .navbar-nav .open .nav-link::after {
    transform: rotate(180deg);
  }
  .cid-uHBYqRXtON .navbar-nav .dropdown-item {
    padding: 12px !important;
    border-radius: 0.5rem !important;
    margin: 0 8px !important;
    transition: 0.3s all !important;
  }
  .cid-uHBYqRXtON .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  @media (min-width: 992px) {
    .cid-uHBYqRXtON .navbar-nav {
      padding-left: 1.5rem;
    }
  }
  .cid-uHBYqRXtON .nav-link {
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 400 !important;
  }
  .cid-uHBYqRXtON .nav-link:hover {
    color: #ffffff !important;
  }
  .cid-uHBYqRXtON .navbar-logo {
    padding-right: 0;
    margin: 0 !important;
  }
  @media (max-width: 767px) {
    .cid-uHBYqRXtON .navbar-logo {
      padding-left: 1rem;
    }
  }
  .cid-uHBYqRXtON .navbar-caption {
    padding-left: 1rem;
    padding-right: 0.5rem;
    font-weight: 700;
    color: #FFFFFF;
  }
  @media (min-width: 767px) {
    .cid-uHBYqRXtON .navbar-caption {
      padding-left: 0;
    }
  }
  .cid-uHBYqRXtON .navbar-caption:hover,
  .cid-uHBYqRXtON .navbar-caption:focus {
    color: #ffffff !important;
  }
  @media (max-width: 767px) {
    .cid-uHBYqRXtON .nav-dropdown {
      padding-bottom: 0.5rem;
    }
  }
  .cid-uHBYqRXtON .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    transition: 0.3s all;
  }
  .cid-uHBYqRXtON .menu-container {
    width: 100%;
    display: flex;
    min-height: 90px;
    padding: 16px 24px;
    flex-wrap: nowrap;
    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: #22090b;
    box-shadow: none;
    position: relative;
    border: 1px solid #e5383b00;
  }
  @media (max-width: 992px) {
    .cid-uHBYqRXtON .menu-container {
      padding: 16px;
    }
  }
  @media (max-width: 1200px) {
    .cid-uHBYqRXtON .menu-container {
      margin: 1rem 16px 0;
    }
  }
  @media (max-width: 991px) {
    .cid-uHBYqRXtON .menu-container {
      margin: 16px;
    }
  }
  .cid-uHBYqRXtON .iconfont-wrapper {
    color: #ffffff !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
  }
  .cid-uHBYqRXtON .iconfont-wrapper:hover,
  .cid-uHBYqRXtON .iconfont-wrapper:focus {
    opacity: 1;
  }
  .cid-uHBYqRXtON .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: #22090b;
  }
  .cid-uHBYqRXtON .nav-item:focus,
  .cid-uHBYqRXtON .nav-link:focus {
    outline: none;
  }
  .cid-uHBYqRXtON .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
  }
  .cid-uHBYqRXtON .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-uHBYqRXtON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
  }
  .cid-uHBYqRXtON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
  }
  .cid-uHBYqRXtON .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
  }
  .cid-uHBYqRXtON .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-uHBYqRXtON .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-uHBYqRXtON .navbar.opened {
    transition: all 0.3s;
  }
  .cid-uHBYqRXtON .navbar .dropdown-item {
    padding: 0.5rem 1.8rem;
  }
  .cid-uHBYqRXtON .navbar .navbar-logo img {
    width: auto;
  }
  .cid-uHBYqRXtON .navbar .navbar-collapse {
    z-index: 1;
    justify-content: flex-end;
  }
  @media (max-width: 992px) {
    .cid-uHBYqRXtON .navbar .navbar-collapse {
      position: absolute;
    }
  }
  .cid-uHBYqRXtON .navbar.collapsed {
    justify-content: center;
  }
  .cid-uHBYqRXtON .navbar.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHBYqRXtON .navbar.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHBYqRXtON .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHBYqRXtON .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHBYqRXtON .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-uHBYqRXtON .navbar.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHBYqRXtON .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uHBYqRXtON .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  @media (max-width: 767px) {
    .cid-uHBYqRXtON .navbar {
      min-height: 72px;
    }
    .cid-uHBYqRXtON .navbar .navbar-logo img {
      height: 2rem !important;
    }
  }
  @media (max-width: 991px) {
    .cid-uHBYqRXtON .navbar .nav-item .nav-link::before {
      display: none;
    }
    .cid-uHBYqRXtON .navbar.opened .dropdown-menu {
      top: 0;
    }
    .cid-uHBYqRXtON .navbar .dropdown-menu .dropdown-submenu {
      left: 0 !important;
    }
    .cid-uHBYqRXtON .navbar .dropdown-menu .dropdown-item:after {
      right: auto;
    }
    .cid-uHBYqRXtON .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-uHBYqRXtON .navbar .dropdown-menu .dropdown-item {
      padding: 0.25rem 1.5rem !important;
      text-align: center;
    }
    .cid-uHBYqRXtON .navbar .navbar-brand {
      flex-shrink: initial;
      flex-basis: auto;
      word-break: break-word;
      padding-right: 10px;
    }
    .cid-uHBYqRXtON .navbar .navbar-toggler {
      flex-basis: auto;
    }
    .cid-uHBYqRXtON .navbar .icons-menu {
      padding-left: 0;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
  }
  .cid-uHBYqRXtON .navbar.navbar-short .navbar-logo img {
    height: 2rem;
  }
  .cid-uHBYqRXtON .dropdown-item.active,
  .cid-uHBYqRXtON .dropdown-item:active {
    background-color: transparent;
  }
  .cid-uHBYqRXtON .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-uHBYqRXtON .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-uHBYqRXtON .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
  }
  .cid-uHBYqRXtON .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #22090b;
  }
  .cid-uHBYqRXtON .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 105%;
    transform: none;
    top: -12px;
  }
  .cid-uHBYqRXtON .navbar .dropdown.open > .dropdown-menu {
    display: flex;
  }
  .cid-uHBYqRXtON ul.navbar-nav {
    flex-wrap: wrap;
  }
  .cid-uHBYqRXtON .navbar-buttons {
    text-align: center;
    min-width: 140px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqRXtON .navbar-buttons {
      text-align: left;
    }
  }
  .cid-uHBYqRXtON button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHBYqRXtON button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHBYqRXtON button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
  }
  .cid-uHBYqRXtON button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
  }
  .cid-uHBYqRXtON button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
  }
  .cid-uHBYqRXtON button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
  }
  .cid-uHBYqRXtON nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }
  .cid-uHBYqRXtON nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
  }
  .cid-uHBYqRXtON nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
  }
  .cid-uHBYqRXtON nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }
  .cid-uHBYqRXtON .navbar-dropdown {
    padding: 0 1rem;
  }
  .cid-uHBYqRXtON a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cid-uHBYqRXtON .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-uHBYqRXtON .icons-menu {
      justify-content: flex-start;
      margin-bottom: 0.5rem;
    }
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-uHBYqRXtON .navbar {
      height: 70px;
    }
    .cid-uHBYqRXtON .navbar.opened {
      height: auto;
    }
    .cid-uHBYqRXtON .nav-item .nav-link:hover::before {
      width: 175%;
      max-width: calc(100% + 2rem);
      left: -1rem;
    }
  }
  .cid-uHBYqRXtON .navbar .dropdown > .dropdown-menu {
    display: none;
    width: max-content;
    max-width: 500px !important;
    transform: translateX(-50%);
    top: calc(100% + 20px);
    left: 50%;
  }
  .cid-uHBYqRXtON .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
  }
  .cid-uHBYqRXtON .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uHBYqRXtON .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-uHBYqRXtON .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(0deg);
  }
  .cid-uHBYqRXtON .mbr-section-btn {
    margin: -0.6rem -0.6rem;
    width: auto;
    padding-left: 2rem;
  }
  @media (max-width: 1200px) {
    .cid-uHBYqRXtON .mbr-section-btn {
      padding-left: 2rem;
    }
  }
  @media (max-width: 992px) {
    .cid-uHBYqRXtON .mbr-section-btn {
      padding-left: 0;
    }
  }
  .cid-uHBYqRXtON .mbr-section-btn .btn {
    justify-content: center;
    width: auto !important;
    min-width: 180px;
    padding: 12px 24px;
  }
  .cid-uHBYqRXtON .navbar-toggler {
    margin-left: 12px;
    margin-right: 8px;
    order: 1000;
  }
  @media (max-width: 991px) {
    .cid-uHBYqRXtON .navbar-brand {
      margin-right: auto;
    }
    .cid-uHBYqRXtON .navbar-collapse {
      z-index: -1 !important;
      position: absolute;
      top: 110%;
      left: 0;
      width: 100%;
      padding: 1rem;
      border-radius: 1.5rem;
      background: #22090b;
    }
    .cid-uHBYqRXtON .navbar-nav .nav-item .nav-link::after {
      margin-left: 10px;
    }
    .cid-uHBYqRXtON .navbar-nav .dropdown-item:hover {
      background-color: rgba(27, 31, 10, 0.06);
    }
    .cid-uHBYqRXtON .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-uHBYqRXtON .navbar .dropdown > .dropdown-menu .dropdown-item {
      padding: 8px !important;
      line-height: 1 !important;
      margin-bottom: 4px !important;
    }
    .cid-uHBYqRXtON .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
      align-items: center;
      display: flex;
      height: max-content !important;
      min-height: max-content !important;
    }
    .cid-uHBYqRXtON .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-uHBYqRXtON .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
      transform: rotate(180deg);
    }
    .cid-uHBYqRXtON .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-uHBYqRXtON .navbar .dropdown.open > .dropdown-menu {
      display: flex !important;
      flex-direction: column;
      align-items: flex-start;
    }
  }
  @media (max-width: 575px) {
    .cid-uHBYqRXtON .navbar-collapse {
      padding: 1rem;
    }
  }
  .cid-uHBYqRXtON .navbar-brand,
  .cid-uHBYqRXtON .navbar-toggler,
  .cid-uHBYqRXtON .navbar-collapse {
    position: relative;
    z-index: 1;
  }
  .cid-uHBYqRXtON .nav-link,
  .cid-uHBYqRXtON .dropdown-item {
    color: #FFFFFF;
  }
  .cid-uHBYqRZ8q4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url(../images/maxresdefault.jpg);
  }
  .cid-uHBYqRZ8q4 .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqRZ8q4 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqRZ8q4 .content-wrapper .image-wrapper {
    margin-bottom: 32px;
  }
  .cid-uHBYqRZ8q4 .content-wrapper .image-wrapper img {
    height: 530px;
    object-fit: cover;
  }
  @media (max-width: 992px) {
    .cid-uHBYqRZ8q4 .content-wrapper .image-wrapper img {
      height: 350px;
    }
  }
  .cid-uHBYqRZ8q4 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
  .cid-uHBYqRZ8q4 .content-wrapper .mbr-section-title span {
    color: #ffffff;
  }
  .cid-uHBYqRZ8q4 .content-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 60%;
    margin-bottom: 32px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqRZ8q4 .content-wrapper .text-wrapper .mbr-text {
      margin-bottom: 16px;
      width: 100%;
    }
  }
  .cid-uHBYqRZ8q4 .mbr-section-title {
    color: #ffffff;
  }
  .cid-uHBYqRZ8q4 .mbr-text,
  .cid-uHBYqRZ8q4 .text-wrapper {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqRZ8q4 .mbr-section-title,
  .cid-uHBYqRZ8q4 .mbr-section-btn {
    text-align: center;
    color: #FFFFFF;
  }
  .cid-uHBYqRZJiP {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqRZJiP .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqRZJiP .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqRZJiP .items-wrap {
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 992px) {
    .cid-uHBYqRZJiP .content-wrapper {
      margin-bottom: 46px;
    }
  }
  .cid-uHBYqRZJiP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
  .cid-uHBYqRZJiP .content-wrapper .mbr-section-title span {
    color: #ffffff;
  }
  .cid-uHBYqRZJiP .content-wrapper .tabs-wrapper {
    border-bottom: none;
  }
  .cid-uHBYqRZJiP .content-wrapper .tabs-wrapper .nav.nav-tabs {
    border: none;
    padding: 0;
    border-radius: 0 !important;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uHBYqRZJiP .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
    padding: 0;
    border: none;
    display: block;
    margin: 5px;
  }
  .cid-uHBYqRZJiP .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    color: #ffffff;
    padding: 8px 14px;
    border: 1px solid #ffffff;
    transition: all 0.3s ease-in-out;
  }
  .cid-uHBYqRZJiP .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #e5383b;
  }
  .cid-uHBYqRZJiP .tab-content .tab-pane .item-content {
    border: 1px solid #e5383b;
    background-color: #22090b;
    overflow: hidden;
    display: flex;
  }
  @media (max-width: 992px) {
    .cid-uHBYqRZJiP .tab-content .tab-pane .item-content {
      display: block;
    }
  }
  .cid-uHBYqRZJiP .tab-content .tab-pane .item-content .text-wrapper {
    width: 50%;
    padding: 24px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqRZJiP .tab-content .tab-pane .item-content .text-wrapper {
      width: 100%;
      padding: 14px;
    }
  }
  .cid-uHBYqRZJiP .tab-content .tab-pane .item-content .text-wrapper .item-title {
    margin-bottom: 16px;
  }
  .cid-uHBYqRZJiP .tab-content .tab-pane .item-content .text-wrapper .text-wrap .item-text {
    margin-bottom: 0;
  }
  .cid-uHBYqRZJiP .tab-content .tab-pane .item-content .image-wrap {
    width: 50%;
  }
  @media (max-width: 992px) {
    .cid-uHBYqRZJiP .tab-content .tab-pane .item-content .image-wrap {
      width: 100%;
    }
  }
  .cid-uHBYqRZJiP .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-uHBYqRZJiP .tab-content .tab-pane .item-content .image-wrap img {
      height: 300px;
    }
  }
  .cid-uHBYqRZJiP .mbr-section-title {
    color: #FFFFFF;
  }
  .cid-uHBYqRZJiP .item-title {
    color: #FFFFFF;
  }
  .cid-uHBYqRZJiP .item-text {
    color: #FFFFFF;
  }
  .cid-uHBYqS0go0 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
    overflow: hidden;
  }
  .cid-uHBYqS0go0 .mbr-section-title {
    margin-bottom: 32px;
    opacity: 0.5;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS0go0 .mbr-section-title {
      margin-bottom: 16px;
    }
  }
  .cid-uHBYqS0go0 .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 450px;
    max-width: 450px;
  }
  @media (max-width: 767px) {
    .cid-uHBYqS0go0 .embla__slide {
      min-width: 100%;
      max-width: 100%;
    }
  }
  .cid-uHBYqS0go0 .embla__slide .slide-content {
    width: 100%;
  }
  .cid-uHBYqS0go0 .embla__slide .slide-content .item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid #d12a2a;
    padding: 24px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS0go0 .embla__slide .slide-content .item-wrapper {
      padding: 14px;
    }
  }
  .cid-uHBYqS0go0 .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-bottom: 32px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS0go0 .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
      margin-bottom: 16px;
    }
  }
  .cid-uHBYqS0go0 .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-uHBYqS0go0 .embla__slide .slide-content .item-wrapper .item-img .item-text {
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS0go0 .embla__slide .slide-content .item-wrapper .item-img .item-text {
      margin-bottom: 16px;
    }
  }
  .cid-uHBYqS0go0 .embla__slide .slide-content .item-wrapper .item-content {
    position: relative;
    z-index: 1;
  }
  .cid-uHBYqS0go0 .embla__slide .slide-content .item-wrapper .item-content .item-name {
    margin-bottom: 8px;
  }
  .cid-uHBYqS0go0 .embla__slide .slide-content .item-wrapper .item-content .item-role {
    margin-bottom: 0;
  }
  .cid-uHBYqS0go0 .embla__button--next,
  .cid-uHBYqS0go0 .embla__button--prev {
    display: flex;
  }
  .cid-uHBYqS0go0 .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-uHBYqS0go0 .embla__button:hover {
    opacity: 0.5 !important;
  }
  .cid-uHBYqS0go0 .embla__button.embla__button--prev {
    right: 48px;
  }
  .cid-uHBYqS0go0 .embla__button.embla__button--next {
    right: 0;
  }
  .cid-uHBYqS0go0 .embla {
    position: relative;
    width: 100%;
  }
  .cid-uHBYqS0go0 .embla__viewport {
    width: 100%;
    margin-right: 1rem;
  }
  .cid-uHBYqS0go0 .embla__viewport.is-draggable {
    cursor: grab;
  }
  .cid-uHBYqS0go0 .embla__viewport.is-dragging {
    cursor: grabbing;
  }
  .cid-uHBYqS0go0 .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .cid-uHBYqS0go0 .item-menu-overlay {
    opacity: 0 !important;
  }
  .cid-uHBYqS0go0 .item-text {
    color: #ffffff;
  }
  .cid-uHBYqS0go0 .item-name {
    color: #FFFFFF;
  }
  .cid-uHBYqS0go0 .item-role {
    color: #FFFFFF;
  }
  .cid-uHBYqS0go0 .item-text,
  .cid-uHBYqS0go0 .image-wrap {
    color: #FFFFFF;
  }
  .cid-uHBYqS18ef {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS18ef .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS18ef .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS18ef .content-wrapper {
    position: relative;
    padding: 46px 24px;
    overflow: hidden;
    border: 1px solid #e5383b;
    background-color: #22090b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS18ef .content-wrapper {
      padding: 24px 14px 0 14px;
    }
  }
  .cid-uHBYqS18ef .content-wrapper .mbr-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS18ef .content-wrapper .mbr-section-title {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqS18ef .content-wrapper .panel-group .card {
    position: relative;
    padding: 24px;
    background-color: transparent;
    border: 1px solid #e5383b;
    margin-bottom: 16px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS18ef .content-wrapper .panel-group .card {
      padding: 14px;
    }
  }
  .cid-uHBYqS18ef .content-wrapper .panel-group .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .cid-uHBYqS18ef .content-wrapper .panel-group .card .card-header .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uHBYqS18ef .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 0;
  }
  .cid-uHBYqS18ef .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: #333132;
    border-radius: 100%;
  }
  .cid-uHBYqS18ef .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-uHBYqS18ef .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
    transform: rotate(-45deg);
  }
  .cid-uHBYqS18ef .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 24px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS18ef .content-wrapper .panel-group .card .panel-collapse .panel-body {
      margin-top: 14px;
    }
  }
  .cid-uHBYqS18ef .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    display: inline-block;
    width: 80%;
    margin-bottom: 0;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS18ef .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
      width: 100%;
    }
  }
  .cid-uHBYqS18ef .mbr-section-title {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqS18ef .panel-title-edit {
    color: #ffffff;
  }
  .cid-uHBYqS18ef .panel-text {
    color: #ffffff;
  }
  .cid-uHBYqS18ef .panel-title-edit,
  .cid-uHBYqS18ef .icon-wrapper {
    color: #FFFFFF;
  }
  .cid-uHBYqS18ef .panel-text,
  .cid-uHBYqS18ef .panel-body {
    color: #FFFFFF;
  }
  .cid-uHBYqS2v89 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS2v89 .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS2v89 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS2v89 .title-wrapper .mbr-section-title {
    margin-bottom: 100px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS2v89 .title-wrapper .mbr-section-title {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqS2v89 .items-wrap {
    justify-content: center;
    margin: 0 -14px;
  }
  .cid-uHBYqS2v89 .item {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS2v89 .item {
      padding: 0 14px;
    }
  }
  .cid-uHBYqS2v89 .item .item-wrapper {
    position: relative;
    border: 1px solid #e5383b;
    display: flex;
    overflow: hidden;
    background-color: #22090b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS2v89 .item .item-wrapper {
      display: block;
    }
  }
  .cid-uHBYqS2v89 .item .item-wrapper .item-content {
    position: relative;
    z-index: 1;
    padding: 24px;
    width: 50%;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS2v89 .item .item-wrapper .item-content {
      padding: 14px;
      width: 100%;
    }
  }
  .cid-uHBYqS2v89 .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
  .cid-uHBYqS2v89 .item .item-wrapper .item-content .item-text {
    margin-bottom: 0;
  }
  .cid-uHBYqS2v89 .item .item-wrapper .item-img {
    position: relative;
    z-index: 1;
    width: 50%;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS2v89 .item .item-wrapper .item-img {
      width: 100%;
    }
  }
  .cid-uHBYqS2v89 .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-uHBYqS2v89 .item .item-wrapper .item-img img {
      height: 200px;
      min-height: auto;
    }
  }
  .cid-uHBYqS2v89 .mbr-section-title {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqS2v89 .item-title {
    color: #FFFFFF;
  }
  .cid-uHBYqS2v89 .item-text {
    color: #FFFFFF;
  }
  .cid-uHBYqS2Wg2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS2Wg2 .item:focus,
  .cid-uHBYqS2Wg2 span:focus {
    outline: none;
  }
  .cid-uHBYqS2Wg2 .item {
    cursor: pointer;
  }
  .cid-uHBYqS2Wg2 .grid-container {
    grid-row-gap: 14px;
  }
  @media (max-width: 767px) {
    .cid-uHBYqS2Wg2 .grid-container {
      grid-row-gap: 14px;
    }
  }
  .cid-uHBYqS2Wg2 .grid-container-1,
  .cid-uHBYqS2Wg2 .grid-container-2,
  .cid-uHBYqS2Wg2 .grid-container-3 {
    gap: 0 14px;
  }
  @media (max-width: 767px) {
    .cid-uHBYqS2Wg2 .grid-container-1,
    .cid-uHBYqS2Wg2 .grid-container-2,
    .cid-uHBYqS2Wg2 .grid-container-3 {
      gap: 0 14px;
    }
  }
  .cid-uHBYqS2Wg2 .mbr-section-title {
    margin-bottom: 48px;
    color: #ffffff;
    text-align: center;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS2Wg2 .mbr-section-title {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqS2Wg2 .content-head {
    max-width: 800px;
  }
  .cid-uHBYqS2Wg2 .container,
  .cid-uHBYqS2Wg2 .container-fluid {
    overflow: hidden;
  }
  .cid-uHBYqS2Wg2 .grid-container {
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
  }
  .cid-uHBYqS2Wg2 .grid-item {
    padding: 2px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-uHBYqS2Wg2 .grid-item img {
    min-width: 30vw;
    max-width: 100%;
    height: 530px;
    object-fit: cover;
    border: 1px solid #e5383b;
    box-shadow: 0px -1px 1px #e5383b;
  }
  @media (max-width: 1200px) {
    .cid-uHBYqS2Wg2 .grid-item img {
      height: 350px;
    }
  }
  @media (max-width: 767px) {
    .cid-uHBYqS2Wg2 .grid-item img {
      min-width: 35vw;
      height: 160px;
    }
  }
  .cid-uHBYqS2Wg2 .grid-container-1,
  .cid-uHBYqS2Wg2 .grid-container-2,
  .cid-uHBYqS2Wg2 .grid-container-3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }
  .cid-uHBYqS2Wg2 .grid-container-1 {
    align-items: flex-end;
  }
  .cid-uHBYqS2Wg2 .grid-container-2 {
    align-items: flex-start;
  }
  .cid-uHBYqS2tx9 {
    padding-top: 5rem;
    padding-bottom: 7rem;
    background-color: #22090b;
  }
  .cid-uHBYqS2tx9 .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS2tx9 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS2tx9 .title-wrapper .mbr-section-title {
    margin-bottom: 100px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS2tx9 .title-wrapper .mbr-section-title {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqS2tx9 .title-wrapper .mbr-section-title span {
    color: #ffffff;
  }
  .cid-uHBYqS2tx9 .items-wrap {
    justify-content: center;
    margin: 0 -14px;
  }
  .cid-uHBYqS2tx9 .item {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS2tx9 .item {
      padding: 0 14px;
    }
  }
  .cid-uHBYqS2tx9 .item .item-wrapper {
    position: relative;
    border: 1px solid #e5383b;
    background-color: #22090b;
    padding: 24px;
    overflow: hidden;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS2tx9 .item .item-wrapper {
      padding: 14px;
    }
  }
  .cid-uHBYqS2tx9 .item .item-wrapper .card-box {
    position: relative;
    z-index: 1;
  }
  .cid-uHBYqS2tx9 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 32px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS2tx9 .item .item-wrapper .card-box .icon-wrapper {
      margin-bottom: 16px;
    }
  }
  .cid-uHBYqS2tx9 .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cid-uHBYqS2tx9 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
    font-size: 56px;
    color: #ffffff;
  }
  .cid-uHBYqS2tx9 .item .item-wrapper .card-box .item-title {
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS2tx9 .item .item-wrapper .card-box .item-title {
      margin-bottom: 16px;
    }
  }
  .cid-uHBYqS2tx9 .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-uHBYqS2tx9 .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
    padding: 8px 14px;
    margin: 5px;
    border: 1px solid #ffffff;
  }
  .cid-uHBYqS2tx9 .item .card_1 .card-box .icon-wrapper .icon-wrap {
    background-color: #aef800;
  }
  .cid-uHBYqS2tx9 .item .card_2 .card-box .icon-wrapper .icon-wrap {
    background-color: #5d5983;
  }
  .cid-uHBYqS2tx9 .item .card_3 .card-box .icon-wrapper .icon-wrap {
    background-color: #7541e5;
  }
  .cid-uHBYqS2tx9 .item-wrapper .card-box .icon-wrapper .icon-wrap {
    background-color: #e5383b !important;
  }
  .cid-uHBYqS2tx9 .mbr-section-title {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqS2tx9 .item-title {
    color: #ffffff;
  }
  .cid-uHBYqS2tx9 .list {
    color: #ffffff;
    text-align: center;
  }
  .cid-uHBYqS2tx9 .item-title,
  .cid-uHBYqS2tx9 .tags-wrapper,
  .cid-uHBYqS2tx9 .icon-wrapper {
    text-align: center;
    color: #FFFFFF;
  }
  .cid-uHBYqS2tx9 .list,
  .cid-uHBYqS2tx9 .item-wrap {
    color: #FFFFFF;
  }
  .cid-uHBYqS3GHx {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
    overflow: hidden;
  }
  .cid-uHBYqS3GHx .mbr-section-title {
    margin-bottom: 32px;
    opacity: 0.5;
    color: #ffffff;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS3GHx .mbr-section-title {
      margin-bottom: 16px;
    }
  }
  .cid-uHBYqS3GHx .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 200px;
    max-width: 200px;
  }
  @media (max-width: 767px) {
    .cid-uHBYqS3GHx .embla__slide {
      min-width: 100%;
      max-width: 100%;
    }
  }
  .cid-uHBYqS3GHx .embla__slide .slide-content {
    width: 100%;
  }
  .cid-uHBYqS3GHx .embla__slide .slide-content .item-wrapper .item-img {
    background-color: #e5383b;
  }
  .cid-uHBYqS3GHx .embla__slide .slide-content .item-wrapper .item-img img {
    height: 120px;
    object-fit: cover;
  }
  .cid-uHBYqS3GHx .embla__button--next,
  .cid-uHBYqS3GHx .embla__button--prev {
    display: flex;
  }
  .cid-uHBYqS3GHx .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-uHBYqS3GHx .embla__button:hover {
    opacity: 0.5 !important;
  }
  .cid-uHBYqS3GHx .embla__button.embla__button--prev {
    right: 48px;
  }
  .cid-uHBYqS3GHx .embla__button.embla__button--next {
    right: 0;
  }
  .cid-uHBYqS3GHx .embla {
    position: relative;
    width: 100%;
  }
  .cid-uHBYqS3GHx .embla__viewport {
    width: 100%;
    margin-right: 1rem;
  }
  .cid-uHBYqS3GHx .embla__viewport.is-draggable {
    cursor: grab;
  }
  .cid-uHBYqS3GHx .embla__viewport.is-dragging {
    cursor: grabbing;
  }
  .cid-uHBYqS3GHx .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .cid-uHBYqS4oqg {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS4oqg .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS4oqg .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS4oqg .items-wrap {
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4oqg .title-wrapper {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqS4oqg .title-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-uHBYqS4oqg .title-wrapper .mbr-section-title span {
    color: #ffffff;
  }
  .cid-uHBYqS4oqg .item {
    margin-bottom: 12px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4oqg .item {
      margin-bottom: 14px;
    }
  }
  .cid-uHBYqS4oqg .item .item-wrapper {
    border: 1px solid #e5383b;
    overflow: hidden;
    background-color: #22090b;
    display: flex;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4oqg .item .item-wrapper {
      display: block;
    }
  }
  .cid-uHBYqS4oqg .item .item-wrapper .item-content {
    padding: 24px;
    width: 60%;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4oqg .item .item-wrapper .item-content {
      padding: 14px;
      width: 100%;
    }
  }
  .cid-uHBYqS4oqg .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
  .cid-uHBYqS4oqg .item .item-wrapper .item-content .item-text {
    margin-bottom: 0;
  }
  .cid-uHBYqS4oqg .item .item-wrapper .item-img {
    width: 40%;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4oqg .item .item-wrapper .item-img {
      width: 100%;
    }
  }
  .cid-uHBYqS4oqg .item .item-wrapper .item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0 !important;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4oqg .item .item-wrapper .item-img img {
      height: 200px;
    }
  }
  .cid-uHBYqS4oqg .mbr-section-title {
    color: #FFFFFF;
  }
  .cid-uHBYqS4oqg .item-title {
    color: #FFFFFF;
  }
  .cid-uHBYqS4oqg .item-text {
    color: #FFFFFF;
  }
  .cid-uHBYqS4w94 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS4w94 .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS4w94 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS4w94 .title-wrapper .mbr-section-title {
    margin-bottom: 100px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4w94 .title-wrapper .mbr-section-title {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqS4w94 .items-wrap {
    justify-content: center;
    margin: 0 -7px;
  }
  .cid-uHBYqS4w94 .items-wrap .item {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  .cid-uHBYqS4w94 .items-wrap .item .item-wrapper {
    position: relative;
    border: 1px solid #e5383b;
    height: 100%;
    overflow: hidden;
    background-color: #22090b;
  }
  .cid-uHBYqS4w94 .items-wrap .item .item-wrapper .card-box {
    position: relative;
    z-index: 1;
  }
  .cid-uHBYqS4w94 .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px 24px;
    background-color: #e5383b;
    margin-bottom: 0;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4w94 .items-wrap .item .item-wrapper .card-box .item-title {
      padding: 14px;
    }
  }
  .cid-uHBYqS4w94 .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 24px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4w94 .items-wrap .item .item-wrapper .card-box .text-wrapper {
      padding: 14px;
    }
  }
  .cid-uHBYqS4w94 .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
    margin-bottom: 16px;
  }
  .cid-uHBYqS4w94 .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
    width: 100%;
  }
  .cid-uHBYqS4w94 .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
    width: 100%;
    margin-bottom: 0;
  }
  .cid-uHBYqS4w94 .mbr-section-title {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqS4w94 .item-number {
    color: #bcfe1e;
  }
  .cid-uHBYqS4w94 .item-title {
    color: #FFFFFF;
  }
  .cid-uHBYqS4w94 .item-text {
    color: #FFFFFF;
  }
  .cid-uHBYqS4gEv {
    padding-top: 5rem;
    padding-bottom: 7rem;
    background-color: #22090b;
  }
  .cid-uHBYqS4gEv .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS4gEv .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS4gEv .title-wrapper .mbr-section-title {
    margin-bottom: 100px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4gEv .title-wrapper .mbr-section-title {
      margin-bottom: 32px;
    }
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4gEv .title-wrapper .mbr-section-title {
      margin-bottom: 64px;
    }
  }
  .cid-uHBYqS4gEv .items-wrap {
    justify-content: center;
    margin: 0 -14px;
  }
  .cid-uHBYqS4gEv .item {
    padding: 0 7px;
    margin-bottom: 14px;
    margin-bottom: 44px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4gEv .item {
      margin-bottom: 14px;
    }
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4gEv .item {
      padding: 0 14px;
    }
  }
  .cid-uHBYqS4gEv .item .item-wrapper .item-content {
    position: relative;
    border: 1px solid #e5383b;
    box-shadow: 0px -1px 1px #e5383b;
    border-bottom: none;
    background-color: #22090b;
    padding: 24px 24px 32px 24px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4gEv .item .item-wrapper .item-content {
      padding: 24px 14px;
    }
  }
  .cid-uHBYqS4gEv .item .item-wrapper .item-content .title-wrap {
    position: relative;
    z-index: 1;
    margin-top: -3.4rem;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4gEv .item .item-wrapper .item-content .title-wrap {
      margin-top: 0;
    }
  }
  .cid-uHBYqS4gEv .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: #333132;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4gEv .item .item-wrapper .item-content .title-wrap .item-title {
      margin-bottom: 16px;
      padding: 14px;
    }
  }
  .cid-uHBYqS4gEv .item .item-wrapper .item-content .item-price {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4gEv .item .item-wrapper .item-content .item-price {
      margin-bottom: 16px;
    }
  }
  .cid-uHBYqS4gEv .item .item-wrapper .item-content .mbr-section-btn {
    position: relative;
    z-index: 1;
  }
  .cid-uHBYqS4gEv .item .item-wrapper .item-content .mbr-section-btn .btn {
    padding: 15px 22px ;
  }
  .cid-uHBYqS4gEv .item .item-wrapper .list-wrapper .list {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .cid-uHBYqS4gEv .item .item-wrapper .list-wrapper .list .tag-wrap {
    padding: 14px 20px 14px 60px;
    border: 1px solid #e5383b;
    position: relative;
    z-index: 1;
    margin-bottom: 2px;
    background-color: #22090b;
  }
  .cid-uHBYqS4gEv .item .item-wrapper .list-wrapper .list .tag-wrap::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 24px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #e5383b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4gEv .item .item-wrapper .list-wrapper .list .tag-wrap::after {
      display: none;
    }
  }
  @media (max-width: 992px) {
    .cid-uHBYqS4gEv .item .item-wrapper .list-wrapper .list .tag-wrap {
      padding: 14px;
    }
  }
  .cid-uHBYqS4gEv .btn-wrapper {
    margin-top: 0;
    margin-right: 0;
  }
  .cid-uHBYqS4gEv .mbr-section-title {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqS4gEv .item-title {
    color: #080813;
  }
  .cid-uHBYqS4gEv .list {
    color: #ffffff;
  }
  .cid-uHBYqS4gEv .item-price {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqS4gEv .item-title,
  .cid-uHBYqS4gEv .title-wrap,
  .cid-uHBYqS4gEv .mbr-section-btn {
    text-align: center;
  }
  .cid-uHBYqS4gEv .item-title,
  .cid-uHBYqS4gEv .mbr-section-btn,
  .cid-uHBYqS4gEv .title-wrap {
    color: #FFFFFF;
  }
  .cid-uHBYqS4gEv .list,
  .cid-uHBYqS4gEv .item-wrap {
    color: #FFFFFF;
  }
  .cid-uHBYqS5MjY {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS5MjY .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS5MjY .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS5MjY .content-wrapper {
    position: relative;
    padding: 46px 24px;
    overflow: hidden;
    border: 1px solid #e5383b;
    background-color: #22090b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS5MjY .content-wrapper {
      padding: 24px 14px 0 14px;
    }
  }
  .cid-uHBYqS5MjY .content-wrapper .mbr-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS5MjY .content-wrapper .mbr-section-title {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqS5MjY .content-wrapper .items-wrap {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin: 0 -7px;
  }
  .cid-uHBYqS5MjY .content-wrapper .items-wrap .item {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  .cid-uHBYqS5MjY .content-wrapper .items-wrap .item .item-wrapper {
    padding: 46px 24px;
    border: 1px solid #e5383b;
    height: 100%;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS5MjY .content-wrapper .items-wrap .item .item-wrapper {
      padding: 14px;
    }
  }
  .cid-uHBYqS5MjY .content-wrapper .items-wrap .item .item-wrapper .card-box .item-number {
    margin-bottom: 16px;
  }
  .cid-uHBYqS5MjY .content-wrapper .items-wrap .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
  .cid-uHBYqS5MjY .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
  .cid-uHBYqS5MjY .mbr-section-title {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqS5MjY .item-number {
    color: #FFFFFF;
  }
  .cid-uHBYqS5MjY .item-title {
    color: #FFFFFF;
  }
  .cid-uHBYqS5MjY .item-text {
    color: #FFFFFF;
  }
  .cid-uHBYqS6pYR {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS6pYR .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS6pYR .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS6pYR .content-wrapper {
    padding: 46px 24px;
    border: 1px solid #e5383b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS6pYR .content-wrapper {
      padding: 24px 14px 14px;
    }
  }
  .cid-uHBYqS6pYR .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS6pYR .content-wrapper .mbr-section-title {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqS6pYR .mbr-section-title {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqS7Ggn {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS7Ggn .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS7Ggn .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS7Ggn .content-wrapper {
    padding: 24px;
    border: 1px solid #e5383b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS7Ggn .content-wrapper {
      padding: 14px;
    }
  }
  .cid-uHBYqS7Ggn .content-wrapper img {
    height: 850px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #e5383b;
  }
  @media (max-width: 1200px) {
    .cid-uHBYqS7Ggn .content-wrapper img {
      height: 650px;
    }
  }
  @media (max-width: 992px) {
    .cid-uHBYqS7Ggn .content-wrapper img {
      height: 350px;
    }
  }
  .cid-uHBYqS74t3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS74t3 .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS74t3 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS74t3 .content-wrapper {
    position: relative;
    padding: 46px 24px;
    overflow: hidden;
    border: 1px solid #e5383b;
    background-color: #22090b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS74t3 .content-wrapper {
      padding: 24px 14px 0 14px;
    }
  }
  .cid-uHBYqS74t3 .content-wrapper .mbr-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS74t3 .content-wrapper .mbr-section-title {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqS74t3 .content-wrapper .mbr-section-title span {
    color: #ffffff;
  }
  .cid-uHBYqS74t3 .content-wrapper .items-wrap {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin: 0 -7px;
  }
  .cid-uHBYqS74t3 .content-wrapper .items-wrap .item {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  .cid-uHBYqS74t3 .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px 24px 24px;
    border: 1px solid #e5383b;
    height: 100%;
    box-shadow: 1px 0 1px #e5383b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS74t3 .content-wrapper .items-wrap .item .item-wrapper {
      padding: 14px;
    }
  }
  .cid-uHBYqS74t3 .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px 32px;
    background-color: #e5383b;
    margin-bottom: 16px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS74t3 .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
      padding: 14px;
    }
  }
  .cid-uHBYqS74t3 .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
  .cid-uHBYqS74t3 .mbr-section-title {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqS74t3 .item-title {
    color: #ffffff;
    text-align: center;
  }
  .cid-uHBYqS74t3 .item-text {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqS74t3 .item-title,
  .cid-uHBYqS74t3 .title-wrap {
    color: #FFFFFF;
  }
  .cid-uHBYqS7Ido {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS7Ido .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS7Ido .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS7Ido .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
  .cid-uHBYqS7Ido .content-wrapper .mbr-section-title span {
    color: #ffffff;
  }
  .cid-uHBYqS7Ido .content-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 60%;
    margin-bottom: 22px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS7Ido .content-wrapper .text-wrapper .mbr-text {
      width: 100%;
      margin-bottom: 16px;
    }
  }
  .cid-uHBYqS7Ido .border-wrap {
    margin-top: 64px;
    height: 2px;
    background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
  }
  @media (max-width: 992px) {
    .cid-uHBYqS7Ido .border-wrap {
      margin-top: 32px;
    }
  }
  .cid-uHBYqS7Ido .mbr-section-title {
    color: #ffffff;
  }
  .cid-uHBYqS7Ido .mbr-text,
  .cid-uHBYqS7Ido .text-wrapper {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqS7Ido .mbr-section-title,
  .cid-uHBYqS7Ido .mbr-section-btn {
    text-align: center;
    color: #FFFFFF;
  }
  .cid-uHBYqS8Izo {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS8Izo .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS8Izo .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS8Izo .content-wrapper {
    position: relative;
    padding: 46px 24px 74px 24px;
    overflow: hidden;
    border: 1px solid #e5383b;
    background-color: #22090b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS8Izo .content-wrapper {
      padding: 24px 14px;
    }
  }
  .cid-uHBYqS8Izo .content-wrapper .mbr-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS8Izo .content-wrapper .mbr-section-title {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqS8Izo .content-wrapper .items-wrap {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin: 0 -7px;
  }
  .cid-uHBYqS8Izo .content-wrapper .items-wrap .item {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  .cid-uHBYqS8Izo .content-wrapper .items-wrap .item .item-img {
    position: relative;
    border: 1px solid #e5383b;
    box-shadow: 0px -1px 1px #e5383b;
    overflow: hidden;
    background-color: #22090b;
  }
  .cid-uHBYqS8Izo .content-wrapper .items-wrap .item .item-img .item-title {
    position: relative;
    z-index: 1;
    padding: 24px;
    margin-bottom: 0;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS8Izo .content-wrapper .items-wrap .item .item-img .item-title {
      padding: 14px;
    }
  }
  .cid-uHBYqS8Izo .content-wrapper .items-wrap .item .item-img .image-wrap {
    position: relative;
    z-index: 1;
  }
  .cid-uHBYqS8Izo .content-wrapper .items-wrap .item .item-img .image-wrap img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 !important;
  }
  .cid-uHBYqS8Izo .content-wrapper .items-wrap .item .item-content {
    position: relative;
    padding: 24px;
    overflow: hidden;
    border: 1px solid #e5383b;
    background-color: #22090b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS8Izo .content-wrapper .items-wrap .item .item-content {
      padding: 14px;
    }
  }
  .cid-uHBYqS8Izo .content-wrapper .items-wrap .item .item-content .list {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .cid-uHBYqS8Izo .content-wrapper .items-wrap .item .item-content .list .item-wrap {
    padding-left: 24px;
    position: relative;
    margin-bottom: 16px;
  }
  .cid-uHBYqS8Izo .content-wrapper .items-wrap .item .item-content .list .item-wrap:last-child {
    margin-bottom: 0;
  }
  .cid-uHBYqS8Izo .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: #e5383b;
  }
  .cid-uHBYqS8Izo .content-wrapper .mbr-section-btn {
    position: relative;
    z-index: 1;
    margin-top: 64px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS8Izo .content-wrapper .mbr-section-btn {
      margin-top: 14px;
    }
  }
  .cid-uHBYqS8Izo .btn-wrapper {
    margin-top: -6%;
  }
  .cid-uHBYqS8Izo .mbr-section-title {
    color: #ffffff;
  }
  .cid-uHBYqS8Izo .item-title {
    color: #FFFFFF;
  }
  .cid-uHBYqS8Izo .list {
    color: #bbbbbb;
  }
  .cid-uHBYqS8Izo .mbr-section-title,
  .cid-uHBYqS8Izo .mbr-section-btn {
    text-align: center;
    color: #FFFFFF;
  }
  .cid-uHBYqS8Izo .list,
  .cid-uHBYqS8Izo .item-wrap {
    color: #FFFFFF;
  }
  .cid-uHBYqS8Bwd {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS8Bwd .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS8Bwd .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS8Bwd .title-wrapper {
    margin-bottom: 100px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS8Bwd .title-wrapper {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqS8Bwd .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
  .cid-uHBYqS8Bwd .title-wrapper .mbr-section-title span {
    color: #ffffff;
  }
  .cid-uHBYqS8Bwd .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
  .cid-uHBYqS8Bwd .items-wrap {
    justify-content: center;
    margin: 0 -14px;
  }
  .cid-uHBYqS8Bwd .item {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS8Bwd .item {
      padding: 0 14px;
    }
  }
  .cid-uHBYqS8Bwd .item .item-wrapper .item-img {
    position: relative;
    border: 1px solid #e5383b;
    box-shadow: 0px -1px 1px #e5383b;
    overflow: hidden;
    background-color: #22090b;
  }
  .cid-uHBYqS8Bwd .item .item-wrapper .item-img .image-wrap {
    position: relative;
    z-index: 1;
  }
  .cid-uHBYqS8Bwd .item .item-wrapper .item-img .image-wrap img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 !important;
  }
  .cid-uHBYqS8Bwd .item .item-wrapper .item-img .item-number {
    position: relative;
    z-index: 1;
    padding: 24px;
    margin-bottom: 0;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS8Bwd .item .item-wrapper .item-img .item-number {
      padding: 14px;
    }
  }
  .cid-uHBYqS8Bwd .item .item-wrapper .border-wrap {
    border-top: 2px dashed #ffffff;
    margin: 0 10px;
  }
  .cid-uHBYqS8Bwd .item .item-wrapper .item-content {
    overflow: hidden;
    position: relative;
    border: 1px solid #e5383b;
    padding: 24px;
    background-color: #22090b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS8Bwd .item .item-wrapper .item-content {
      padding: 14px;
    }
  }
  .cid-uHBYqS8Bwd .item .item-wrapper .item-content .item-title {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
  }
  .cid-uHBYqS8Bwd .item .item-wrapper .item-content .item-text {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
  }
  .cid-uHBYqS8Bwd .mbr-section-title {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqS8Bwd .mbr-text {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqS8Bwd .item-number {
    color: #FFFFFF;
  }
  .cid-uHBYqS8Bwd .item-title {
    color: #FFFFFF;
  }
  .cid-uHBYqS8Bwd .item-text {
    color: #FFFFFF;
  }
  .cid-uHBYqS9DlP {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS9DlP .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS9DlP .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS9DlP .items-wrap {
    justify-content: center;
  }
  .cid-uHBYqS9DlP .items-wrap .item {
    margin-bottom: 48px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS9DlP .items-wrap .item {
      margin-bottom: 14px;
    }
  }
  .cid-uHBYqS9DlP .items-wrap .item .item-wrapper .item-img img {
    height: 360px;
    width: 100%;
    object-fit: cover;
  }
  .cid-uHBYqS9DlP .items-wrap .item .item-wrapper .card_1 img {
    transform: rotate(-6deg);
  }
  @media (max-width: 992px) {
    .cid-uHBYqS9DlP .items-wrap .item .item-wrapper .card_1 img {
      transform: none;
    }
  }
  .cid-uHBYqS9DlP .items-wrap .item .item-wrapper .card_2 img {
    transform: rotate(6deg);
  }
  @media (max-width: 992px) {
    .cid-uHBYqS9DlP .items-wrap .item .item-wrapper .card_2 img {
      transform: none;
    }
  }
  .cid-uHBYqS9DlP .items-wrap .item .item-wrapper .card_3 img {
    transform: rotate(10deg);
  }
  @media (max-width: 992px) {
    .cid-uHBYqS9DlP .items-wrap .item .item-wrapper .card_3 img {
      transform: none;
    }
  }
  .cid-uHBYqS9V8F {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqS9V8F .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqS9V8F .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqS9V8F .items-wrap {
    justify-content: space-between;
  }
  .cid-uHBYqS9V8F .items-wrap .card {
    justify-content: center;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS9V8F .content-wrapper {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqS9V8F .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
  .cid-uHBYqS9V8F .content-wrapper .mbr-section-title span {
    color: #ffffff;
  }
  .cid-uHBYqS9V8F .content-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 80%;
    margin-bottom: 32px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS9V8F .content-wrapper .text-wrapper .mbr-text {
      margin-bottom: 16px;
      width: 100%;
    }
  }
  .cid-uHBYqS9V8F .image-wrapper {
    margin-bottom: 32px;
  }
  .cid-uHBYqS9V8F .image-wrapper img {
    height: 530px;
    object-fit: cover;
  }
  @media (max-width: 992px) {
    .cid-uHBYqS9V8F .image-wrapper img {
      height: 350px;
    }
  }
  .cid-uHBYqS9V8F .mbr-section-title {
    color: #ffffff;
  }
  .cid-uHBYqS9V8F .mbr-text,
  .cid-uHBYqS9V8F .text-wrapper {
    color: #FFFFFF;
  }
  .cid-uHBYqS9V8F .mbr-section-title,
  .cid-uHBYqS9V8F .mbr-section-btn {
    color: #FFFFFF;
  }
  .cid-uHBYqSa7I3 {
    background-image: url("https://r.mobirisesite.com/1373289/assets/images/photo-1579621970795-87facc2f976d.jpeg");
  }
  .cid-uHBYqSa7I3 .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqSa7I3 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqSa1kE {
    padding-top: 5rem;
    padding-bottom: 7rem;
    background-color: #22090b;
  }
  .cid-uHBYqSa1kE .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqSa1kE .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqSa1kE .title-wrapper {
    margin-bottom: 100px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqSa1kE .title-wrapper {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqSa1kE .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
  .cid-uHBYqSa1kE .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
  .cid-uHBYqSa1kE .title-wrapper .mbr-text span {
    color: #ffffff;
  }
  .cid-uHBYqSa1kE .items-wrap {
    justify-content: center;
    margin: 0 -14px;
  }
  .cid-uHBYqSa1kE .item {
    padding: 0 7px;
    margin-bottom: 14px;
    margin-bottom: 94px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqSa1kE .item {
      margin-bottom: 14px;
    }
  }
  @media (max-width: 992px) {
    .cid-uHBYqSa1kE .item {
      padding: 0 14px;
    }
  }
  .cid-uHBYqSa1kE .item .item-wrapper {
    position: relative;
    border: 1px solid #e5383b;
    background-color: #22090b;
    padding: 24px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqSa1kE .item .item-wrapper {
      padding: 24px 14px;
    }
  }
  .cid-uHBYqSa1kE .item .item-wrapper .card-box {
    position: relative;
    z-index: 1;
  }
  .cid-uHBYqSa1kE .item .item-wrapper .card-box .number-wrapper {
    margin-top: -3rem;
  }
  @media (max-width: 992px) {
    .cid-uHBYqSa1kE .item .item-wrapper .card-box .number-wrapper {
      margin-top: 0;
    }
  }
  .cid-uHBYqSa1kE .item .item-wrapper .card-box .number-wrapper .item-number {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #e5383b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }
  .cid-uHBYqSa1kE .item .item-wrapper .card-box .item-title {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
  }
  .cid-uHBYqSa1kE .item .item-wrapper .card-box .tags-wrapper {
    margin-bottom: 16px;
  }
  .cid-uHBYqSa1kE .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-uHBYqSa1kE .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
    padding: 4px 10px;
    background-color: #333132;
    margin: 5px;
  }
  .cid-uHBYqSa1kE .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: -5rem;
  }
  @media (max-width: 992px) {
    .cid-uHBYqSa1kE .item .item-wrapper .card-box .icon-wrapper {
      margin-bottom: 0;
    }
  }
  .cid-uHBYqSa1kE .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #e5383b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cid-uHBYqSa1kE .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
    font-size: 56px;
    color: #ffffff;
  }
  .cid-uHBYqSa1kE .btn-wrapper {
    margin-top: -6%;
    margin-right: -3%;
  }
  .cid-uHBYqSa1kE .mbr-section-title {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqSa1kE .mbr-text {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqSa1kE .item-number,
  .cid-uHBYqSa1kE .number-wrapper {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqSa1kE .item-title {
    color: #ffffff;
  }
  .cid-uHBYqSa1kE .list {
    color: #ffffff;
    text-align: center;
  }
  .cid-uHBYqSa1kE .item-title,
  .cid-uHBYqSa1kE .tags-wrapper,
  .cid-uHBYqSa1kE .icon-wrapper {
    text-align: center;
    color: #FFFFFF;
  }
  .cid-uHBYqSa1kE .list,
  .cid-uHBYqSa1kE .item-wrap {
    color: #FFFFFF;
  }
  .cid-uHBYqSafJs .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqSafJs .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("https://r.mobirisesite.com/1373289/assets/images/background1.jpg?rnd=1743962009277");
  }
  .cid-uHBYqSb5k7 {
    padding-top: 2rem;
    padding-bottom: 1rem;
    background-color: #e5383b;
  }
  .cid-uHBYqSb5k7 .item:focus,
  .cid-uHBYqSb5k7 span:focus {
    outline: none;
  }
  .cid-uHBYqSb5k7 .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .cid-uHBYqSb5k7 .loop-container {
    padding: 10px 0;
  }
  .cid-uHBYqSb5k7 .item {
    color: #ffffff;
    min-height: 90px;
  }
  @media (max-width: 768px) {
    .cid-uHBYqSb5k7 .item {
      min-height: 45px;
    }
  }
  .cid-uHBYqSbxMm {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqSbxMm .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqSbxMm .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqSbxMm .content-wrapper {
    position: relative;
    padding: 46px 24px 74px 24px;
    overflow: hidden;
    border: 1px solid #e5383b;
    background-color: #22090b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqSbxMm .content-wrapper {
      padding: 24px 14px;
    }
  }
  .cid-uHBYqSbxMm .content-wrapper .mbr-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqSbxMm .content-wrapper .mbr-section-title {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqSbxMm .content-wrapper .items-wrap {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin: 0 -7px;
  }
  .cid-uHBYqSbxMm .content-wrapper .items-wrap .item {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  .cid-uHBYqSbxMm .content-wrapper .items-wrap .item .item-img {
    position: relative;
    border: 1px solid #e5383b;
    box-shadow: 0px -1px 1px #e5383b;
    overflow: hidden;
    background-color: #22090b;
  }
  .cid-uHBYqSbxMm .content-wrapper .items-wrap .item .item-img .item-title {
    position: relative;
    z-index: 1;
    padding: 24px;
    margin-bottom: 0;
  }
  @media (max-width: 992px) {
    .cid-uHBYqSbxMm .content-wrapper .items-wrap .item .item-img .item-title {
      padding: 14px;
    }
  }
  .cid-uHBYqSbxMm .content-wrapper .items-wrap .item .item-img .image-wrap {
    position: relative;
    z-index: 1;
  }
  .cid-uHBYqSbxMm .content-wrapper .items-wrap .item .item-img .image-wrap img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 !important;
  }
  .cid-uHBYqSbxMm .content-wrapper .items-wrap .item .item-content {
    position: relative;
    padding: 24px;
    overflow: hidden;
    border: 1px solid #e5383b;
    background-color: #22090b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqSbxMm .content-wrapper .items-wrap .item .item-content {
      padding: 14px;
    }
  }
  .cid-uHBYqSbxMm .content-wrapper .items-wrap .item .item-content .item-price {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
  }
  .cid-uHBYqSbxMm .content-wrapper .items-wrap .item .item-content .item-text {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
  }
  .cid-uHBYqSbxMm .content-wrapper .items-wrap .item .item-content .mbr-section-btn .btn {
    margin-bottom: 0;
  }
  .cid-uHBYqSbxMm .btn-wrapper {
    margin-top: -6%;
  }
  .cid-uHBYqSbxMm .mbr-section-title {
    color: #ffffff;
  }
  .cid-uHBYqSbxMm .item-title {
    color: #ffffff;
  }
  .cid-uHBYqSbxMm .item-text {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqSbxMm .item-price {
    color: #FFFFFF;
    text-align: center;
  }
  .cid-uHBYqSbxMm .item-title,
  .cid-uHBYqSbxMm .mbr-section-btn {
    text-align: center;
    color: #FFFFFF;
  }
  .cid-uHBYqSbxMm .mbr-section-title,
  .cid-uHBYqSbxMm .mbr-section-btn {
    text-align: center;
    color: #FFFFFF;
  }
  .cid-uHBYqScprw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqScprw .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqScprw .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqScprw .title-wrapper .mbr-section-title {
    margin-bottom: 100px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqScprw .title-wrapper .mbr-section-title {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqScprw .items-wrap {
    margin: 0 -7px;
  }
  .cid-uHBYqScprw .items-wrap .card {
    padding: 0 7px;
  }
  .cid-uHBYqScprw .content-wrapper {
    position: relative;
    padding: 24px;
    overflow: hidden;
    border: 1px solid #e5383b;
    background-color: #22090b;
  }
  @media (max-width: 992px) {
    .cid-uHBYqScprw .content-wrapper {
      padding: 14px;
      margin-bottom: 14px;
    }
  }
  .cid-uHBYqScprw .content-wrapper .form-wrapper .dragArea.row {
    position: relative;
    z-index: 1;
  }
  .cid-uHBYqScprw .content-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 8px !important;
  }
  .cid-uHBYqScprw .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
    width: 100%;
    margin-bottom: 4px;
  }
  .cid-uHBYqScprw .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    position: relative;
    z-index: 1;
    padding: 14px 24px;
    border: 1px solid #e5383b !important;
    background-color: transparent;
    line-height: 1 !important;
  }
  @media (max-width: 992px) {
    .cid-uHBYqScprw .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
      padding: 14px;
    }
  }
  .cid-uHBYqScprw .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
  .cid-uHBYqScprw .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
    border: 1px solid #ffffff !important;
  }
  .cid-uHBYqScprw .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
    color: #ffffff;
  }
  .cid-uHBYqScprw .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
    min-height: 120px;
  }
  .cid-uHBYqScprw .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
    padding-left: 2.3em;
    margin-bottom: 16px;
  }
  .cid-uHBYqScprw .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
    background-color: #e5383b;
    border-color: #e5383b;
  }
  .cid-uHBYqScprw .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
    width: 100%;
  }
  .cid-uHBYqScprw .google-map {
    height: 100%;
  }
  .cid-uHBYqScprw .google-map iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: invert(1);
  }
  @media (max-width: 992px) {
    .cid-uHBYqScprw .google-map iframe {
      height: 350px;
      object-fit: cover;
    }
  }
  .cid-uHBYqScprw .mbr-section-title {
    color: #bcfe1e;
  }
  .cid-uHBYqScprw label {
    color: #ffffff;
  }
  .cid-uHBYqScprw .mbr-section-title,
  .cid-uHBYqScprw .mbr-section-btn {
    text-align: center;
    color: #FFFFFF;
  }
  .cid-uHBYqScpXn {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqScpXn .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqScpXn .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqScpXn .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqScpXn .content-wrapper .mbr-section-title {
      margin-bottom: 32px;
    }
  }
  .cid-uHBYqScpXn .content-wrapper .mbr-section-title span {
    color: #ffffff;
  }
  .cid-uHBYqScpXn .content-wrapper .social-wrapper .social-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
  }
  .cid-uHBYqScpXn .content-wrapper .social-wrapper .social-wrap .soc-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    background-color: #e5383b;
    transition: all 0.3s ease-in-out;
    margin: 5px;
  }
  .cid-uHBYqScpXn .content-wrapper .social-wrapper .social-wrap .soc-item:hover,
  .cid-uHBYqScpXn .content-wrapper .social-wrapper .social-wrap .soc-item:focus {
    transform: scale(1.05);
  }
  .cid-uHBYqScpXn .content-wrapper .social-wrapper .social-wrap .soc-item a {
    display: block;
  }
  .cid-uHBYqScpXn .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    display: block;
    color: #ffffff;
    font-size: 22px;
    width: 22px;
    height: 22px;
  }
  .cid-uHBYqScpXn .content-wrapper .social-wrapper .social-wrap .soc-item .mbr-desc {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .cid-uHBYqScpXn .mbr-section-title {
    color: #ffffff;
  }
  .cid-uHBYqScpXn .mbr-desc {
    color: #FFFFFF;
  }
  .cid-uHBYqScpXn .mbr-section-title,
  .cid-uHBYqScpXn .social-wrapper {
    text-align: center;
    color: #FFFFFF;
  }
  .cid-uHBYqScaVu {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #22090b;
  }
  .cid-uHBYqScaVu .mbr-fallback-image.disabled {
    display: none;
  }
  .cid-uHBYqScaVu .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .cid-uHBYqScaVu .items-wrap {
    justify-content: center;
  }
  .cid-uHBYqScaVu .items-wrap .card {
    justify-content: flex-end;
  }
  .cid-uHBYqScaVu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
  @media (max-width: 992px) {
    .cid-uHBYqScaVu .title-wrapper .mbr-section-title {
      text-align: center;
    }
  }
  .cid-uHBYqScaVu .nav-wrapper {
    margin-bottom: 32px;
  }
  .cid-uHBYqScaVu .nav-wrapper .list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .cid-uHBYqScaVu .nav-wrapper .list .item-wrap {
    padding: 5px 10px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uHBYqScaVu .nav-wrapper .list .item-wrap:hover,
  .cid-uHBYqScaVu .nav-wrapper .list .item-wrap:focus {
    color: #bcfe1e;
  }
  .cid-uHBYqScaVu .mbr-copy {
    margin-bottom: 0;
    color: #FFFFFF;
  }
  @media (max-width: 992px) {
    .cid-uHBYqScaVu .mbr-copy {
      text-align: center;
    }
  }
  .cid-uHBYqScaVu .mbr-section-title {
    color: #FFFFFF;
  }
  .cid-uHBYqScaVu .list,
  .cid-uHBYqScaVu .nav-wrapper {
    color: #ffffff;
    text-align: right;
  }
  .cid-uHBYqScaVu .list,
  .cid-uHBYqScaVu .item-wrap,
  .cid-uHBYqScaVu .nav-wrapper {
    color: #FFFFFF;
  }