.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.row,
.item-wrapper {
  border-radius: 3rem !important;
}
.video-wrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem !important;
  }
}
body {
  font-family: Roboto Condensed;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 8.2rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 10.25rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 1700px) {
  .display-1 {
    font-size: 4.92rem;
  }
}
@media (max-width: 1350px) {
  .display-1 {
    font-size: 4.92rem;
  }
}
@media (max-width: 1100px) {
  .display-1 {
    font-size: 4.1rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.56rem;
  }
}
@media (max-width: 1400px) {
  .display-2 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.74rem;
    font-size: calc( 3.5199999999999996rem + (8.2 - 3.5199999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.5199999999999996rem + (8.2 - 3.5199999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 4rem;
  border-radius: 4px;
}
.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: #1e2330 !important;
}
.bg-success {
  background-color: #05abff !important;
}
.bg-info {
  background-color: #780016 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #1b1818 !important;
}
.btn-primary {
  background: linear-gradient(to right, #1e2330, #b20000);
  border: 0px;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e2330 !important;
  border-color: #1e2330 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: linear-gradient(to right, #05abff, #780016);
}
.btn-secondary {
  background: linear-gradient(to right, #b20000, #b20000);
  border: 0px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b20000 !important;
  border-color: #b20000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e50000 !important;
  border-color: #e50000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50000 !important;
  border-color: #e50000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: linear-gradient(to right, #05abff, #780016);
}
.btn-info {
  background: linear-gradient(to right, #780016, #b20000);
  border: 0px;
}
.btn-info,
.btn-info:active {
  background-color: #780016 !important;
  border-color: #780016 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ab001f !important;
  border-color: #ab001f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ab001f !important;
  border-color: #ab001f !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: linear-gradient(to right, #05abff, #780016);
}
.btn-success {
  background: linear-gradient(to right, #05abff, #b20000);
  border: 0px;
}
.btn-success,
.btn-success:active {
  background-color: #05abff !important;
  border-color: #05abff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #38bcff !important;
  border-color: #38bcff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #38bcff !important;
  border-color: #38bcff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: linear-gradient(to right, #05abff, #780016);
}
.btn-warning {
  background: linear-gradient(to right, #a0e2e1, #b20000);
  border: 0px;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: linear-gradient(to right, #05abff, #780016);
}
.btn-danger {
  background: linear-gradient(to right, #1b1818, #b20000);
  border: 0px;
}
.btn-danger,
.btn-danger:active {
  background-color: #1b1818 !important;
  border-color: #1b1818 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #363030 !important;
  border-color: #363030 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #363030 !important;
  border-color: #363030 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: linear-gradient(to right, #05abff, #780016);
}
.btn-white {
  background: linear-gradient(to right, #eff0ec, #b20000);
  border: 0px;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: linear-gradient(to right, #05abff, #780016);
}
.btn-black {
  background: linear-gradient(to right, #1e2330, #b20000);
  border: 0px;
}
.btn-black,
.btn-black:active {
  background-color: #1e2330 !important;
  border-color: #1e2330 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: linear-gradient(to right, #05abff, #780016);
}
.btn-black {
  background: #1b1818 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: white !important;
  color: #1b1818 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1e2330;
  color: #1e2330;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2330 !important;
  border-color: #1e2330 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b20000;
  color: #b20000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5b0000 !important;
  background-color: transparent !important;
  border-color: #5b0000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b20000 !important;
  border-color: #b20000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #780016;
  color: #780016;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #210006 !important;
  background-color: transparent !important;
  border-color: #210006 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #780016 !important;
  border-color: #780016 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #05abff;
  color: #05abff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0073ad !important;
  background-color: transparent !important;
  border-color: #0073ad !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #05abff !important;
  border-color: #05abff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1b1818;
  color: #1b1818;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1818 !important;
  border-color: #1b1818 !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: #1e2330 !important;
}
.text-secondary {
  color: #b20000 !important;
}
.text-success {
  color: #05abff !important;
}
.text-info {
  color: #780016 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #1b1818 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4c0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00699e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #120003 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #1e2330;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #780016;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #1b1818;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e2330;
  border-color: #1e2330;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1e2330;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1d6e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f0ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8002d;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cfc9c9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1e2330 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #1e2330;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e2330;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1e2330;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1e2330;
  border-bottom-color: #1e2330;
}
.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: #1e2330 !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: #b20000 !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='%231e2330' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uOxUMCWSyX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOxUMCWSyX .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-uOxUMCWSyX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOxUMCWSyX .hamb {
  background: linear-gradient(to right, #1e2330, #b20000);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uOxUMCWSyX .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uOxUMCWSyX .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uOxUMCWSyX .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-uOxUMCWSyX .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uOxUMCWSyX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOxUMCWSyX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOxUMCWSyX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uOxUMCWSyX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOxUMCWSyX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uOxUMCWSyX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOxUMCWSyX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOxUMCWSyX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOxUMCWSyX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uOxUMCWSyX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOxUMCWSyX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOxUMCWSyX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOxUMCWSyX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOxUMCWSyX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uOxUMCWSyX .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOxUMCWSyX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOxUMCWSyX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uOxUMCWSyX .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(178, 0, 0, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #b20000;
}
@media (max-width: 992px) {
  .cid-uOxUMCWSyX .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOxUMCWSyX .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOxUMCWSyX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOxUMCWSyX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #b20000;
  background: rgba(178, 0, 0, 0.4) !important;
}
.cid-uOxUMCWSyX .nav-item:focus,
.cid-uOxUMCWSyX .nav-link:focus {
  outline: none;
}
.cid-uOxUMCWSyX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOxUMCWSyX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOxUMCWSyX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOxUMCWSyX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOxUMCWSyX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOxUMCWSyX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOxUMCWSyX .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-uOxUMCWSyX .navbar.opened {
  transition: all 0.3s;
}
.cid-uOxUMCWSyX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOxUMCWSyX .navbar .navbar-logo img {
  width: auto;
}
.cid-uOxUMCWSyX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOxUMCWSyX .navbar.collapsed {
  justify-content: center;
}
.cid-uOxUMCWSyX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOxUMCWSyX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOxUMCWSyX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOxUMCWSyX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOxUMCWSyX .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-uOxUMCWSyX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOxUMCWSyX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOxUMCWSyX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOxUMCWSyX .navbar {
    min-height: 72px;
  }
  .cid-uOxUMCWSyX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOxUMCWSyX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOxUMCWSyX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOxUMCWSyX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOxUMCWSyX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOxUMCWSyX .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-uOxUMCWSyX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOxUMCWSyX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOxUMCWSyX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOxUMCWSyX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOxUMCWSyX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOxUMCWSyX .dropdown-item.active,
.cid-uOxUMCWSyX .dropdown-item:active {
  background-color: transparent;
}
.cid-uOxUMCWSyX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOxUMCWSyX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOxUMCWSyX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOxUMCWSyX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b20000;
}
.cid-uOxUMCWSyX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOxUMCWSyX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOxUMCWSyX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOxUMCWSyX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOxUMCWSyX .navbar-buttons {
    text-align: center;
  }
}
.cid-uOxUMCWSyX button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOxUMCWSyX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOxUMCWSyX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOxUMCWSyX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOxUMCWSyX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOxUMCWSyX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOxUMCWSyX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOxUMCWSyX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOxUMCWSyX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOxUMCWSyX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOxUMCWSyX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOxUMCWSyX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOxUMCWSyX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOxUMCWSyX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOxUMCWSyX .navbar {
    height: 70px;
  }
  .cid-uOxUMCWSyX .navbar.opened {
    height: auto;
  }
  .cid-uOxUMCWSyX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOxUMCWSyX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOxUMCWSyX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOxUMCWSyX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOxUMCWSyX .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uOxUMCWSyX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOxUMCWSyX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOxUMCWSyX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOxUMCWSyX .navbar-brand {
    margin-right: auto;
  }
  .cid-uOxUMCWSyX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #b20000;
    opacity: 1;
    border-color: rgba(178, 0, 0, 0.4) !important;
    background: rgba(178, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uOxUMCWSyX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOxUMCWSyX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOxUMCWSyX .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-uOxUMCWSyX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOxUMCWSyX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOxUMCWSyX .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOxUMCWSyX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOxUMCWSyX .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-uOxUMCWSyX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOxUMCWSyX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tJ2HU9MPKC {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/67474d2f-e975-4996-801d-dcea963dcb54-1024x1024.webp");
}
.cid-tJ2HU9MPKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2HU9MPKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-tJ2HU9MPKC .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-tJ2HU9MPKC .mbr-section-btn,
.cid-tJ2HU9MPKC .btn {
  width: 100%;
}
.cid-tJ2HU9MPKC .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tJ2HU9MPKC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJ2HU9MPKC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJ2HU9MPKC .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tJ2HU9MPKC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJ2HU9MPKC .mbr-section-title {
  color: #b20000;
}
.cid-tJ2HU9MPKC .mbr-text,
.cid-tJ2HU9MPKC .mbr-section-btn {
  color: #f3f3f1;
}
.cid-tJ2HU9MPKC .mbr-section-subtitle {
  color: #d40000;
}
.cid-uOyPOe4XUn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-uOyPOe4XUn .item {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uOyPOe4XUn .item {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uOyPOe4XUn .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (min-width: 992px) {
  .cid-uOyPOe4XUn .row {
    padding-top: 200px;
  }
}
.cid-uOyPOe4XUn .mbr-section-btn,
.cid-uOyPOe4XUn .btn {
  width: 100%;
}
.cid-uOyPOe4XUn .card-title,
.cid-uOyPOe4XUn .card-title2,
.cid-uOyPOe4XUn .card-text {
  width: 100%;
}
.cid-uOyPOe4XUn .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uOyPOe4XUn .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uOyPOe4XUn p {
  line-height: 1.6;
}
.cid-uOyPOe4XUn .item-wrapper {
  position: relative;
  background: linear-gradient(to top, #1e2330, #b20000);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOyPOe4XUn .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uOyPOe4XUn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOyPOe4XUn .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOyPOe4XUn .mbr-text,
.cid-uOyPOe4XUn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOyPOe4XUn .item-subtitle {
  color: #000000;
}
.cid-uOyPOe4XUn .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOyPOe4XUn .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOyPOe4XUn .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOyPOe4XUn .card-title2 {
  color: #ffffff;
  text-align: center;
}
.cid-uOyPOe4XUn .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uNOc23x8eG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-uNOc23x8eG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOc23x8eG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOc23x8eG .row {
  justify-content: center;
}
.cid-uNOc23x8eG .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uNOc23x8eG .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uNOc23x8eG .row {
    padding: 0 24px;
  }
}
.cid-uNOc23x8eG .title-wrapper {
  margin-bottom: 32px;
}
.cid-uNOc23x8eG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNOc23x8eG .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uNOc23x8eG .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #b20000;
  z-index: -1;
}
.cid-uNOc23x8eG .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNOc23x8eG .video-block {
    margin-bottom: 24px;
  }
}
.cid-uNOc23x8eG .mbr-figure__img {
  object-fit: cover;
}
.cid-uNOc23x8eG .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uQDb0gd3go {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uQDb0gd3go .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDb0gd3go .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uQDb0gd3go .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uQDb0gd3go P {
  max-width: 1200px;
}
.cid-uQDb0gd3go .mbr-section-btn,
.cid-uQDb0gd3go .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uQDb0gd3go .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQDb0gd3go .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQDb0gd3go .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uQDb0gd3go .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQDb0gd3go .mbr-section-title {
  color: #ffffff;
}
.cid-uQDb0gd3go .mbr-text,
.cid-uQDb0gd3go .mbr-section-btn {
  color: #ffffff;
}
.cid-uQDb0gd3go .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNUStRMWhU {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #282727;
}
.cid-uNUStRMWhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUStRMWhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUStRMWhU .row {
  justify-content: center;
}
.cid-uNUStRMWhU .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNUStRMWhU .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uNUStRMWhU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNUStRMWhU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uNUStRMWhU .items-wrapper {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uNUStRMWhU .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uNUStRMWhU .items-wrapper {
    display: block;
  }
}
.cid-uNUStRMWhU .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uNUStRMWhU .item {
    margin-bottom: 16px;
  }
}
.cid-uNUStRMWhU .item:hover,
.cid-uNUStRMWhU .item:focus {
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-uNUStRMWhU .item:hover,
  .cid-uNUStRMWhU .item:focus {
    transform: none;
  }
}
.cid-uNUStRMWhU .item:hover .item-wrapper .item-img img,
.cid-uNUStRMWhU .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uNUStRMWhU .item .item-wrapper {
  height: 100%;
  background-color: #909090;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uNUStRMWhU .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uNUStRMWhU .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uNUStRMWhU .item .item-wrapper .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNUStRMWhU .item .item-wrapper .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uNUStRMWhU .item .item-wrapper .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #cbff5b;
  box-shadow: 0 1px 1px 1px #000000;
  padding: 14px;
  margin-bottom: 0;
}
.cid-uNUStRMWhU .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uNUStRMWhU .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uNUStRMWhU .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uNUStRMWhU .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNUStRMWhU .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uNUStRMWhU .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uNUStRMWhU .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNUStRMWhU .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uNUStRMWhU .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uNUStRMWhU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNUStRMWhU .card-title {
  color: #000000;
}
.cid-uNUStRMWhU .card-text {
  color: #000000;
}
.cid-uNUStRMWhU .iconfont-wrapper {
  text-align: center;
}
.cid-uNUStRMWhU .mbr-tag {
  color: #000000;
}
.cid-uvaClu80ve {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d0e11;
}
.cid-uvaClu80ve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvaClu80ve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvaClu80ve .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvaClu80ve .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvaClu80ve .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvaClu80ve .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvaClu80ve .mbr-section-title {
  color: #ff9945;
  text-align: left;
}
.cid-uvaClu80ve .mbr-text,
.cid-uvaClu80ve .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPuS9DWjI8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-uPuS9DWjI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPuS9DWjI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPuS9DWjI8 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPuS9DWjI8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPuS9DWjI8 .container {
    padding: 0 16px;
  }
}
.cid-uPuS9DWjI8 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uPuS9DWjI8 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uPuS9DWjI8 .content-wrapper {
  margin-bottom: 80px;
}
.cid-uPuS9DWjI8 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPuS9DWjI8 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPuS9DWjI8 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uPuS9DWjI8 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uPuS9DWjI8 .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uPuS9DWjI8 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uPuS9DWjI8 .item .item-wrapper {
  background-color: #b20000;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uPuS9DWjI8 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uPuS9DWjI8 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPuS9DWjI8 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uPuS9DWjI8 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uPuS9DWjI8 .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uPuS9DWjI8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPuS9DWjI8 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uPuS9DWjI8 .mbr-section-title {
  color: #000000;
}
.cid-uPuS9DWjI8 .mbr-text,
.cid-uPuS9DWjI8 .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uPuS9DWjI8 .item-title {
  color: #ffffff;
}
.cid-uPuS9DWjI8 .item-text {
  color: #ffffff;
}
.cid-uPuS9DWjI8 .mbr-section-title,
.cid-uPuS9DWjI8 .mbr-section-btn {
  text-align: center;
  color: #b20000;
}
.cid-uOYIOhE4iM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uOYIOhE4iM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOYIOhE4iM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOYIOhE4iM .row {
  justify-content: space-between;
  background: linear-gradient(to top, #1e2330, #b20000);
  align-items: center;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uOYIOhE4iM .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uOYIOhE4iM .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uOYIOhE4iM .container-fluid,
.cid-uOYIOhE4iM .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uOYIOhE4iM .container-fluid,
  .cid-uOYIOhE4iM .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uOYIOhE4iM .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uOYIOhE4iM .mbr-section-btn,
.cid-uOYIOhE4iM .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uOYIOhE4iM .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOYIOhE4iM .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOYIOhE4iM .mbr-section-title {
  color: #ffffff;
}
.cid-uOYIOhE4iM .mbr-text,
.cid-uOYIOhE4iM .mbr-section-btn {
  color: #ffffff;
}
.cid-uOYIOhE4iM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNOhe2BlEB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-uNOhe2BlEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOhe2BlEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOhe2BlEB .row {
  justify-content: center;
}
.cid-uNOhe2BlEB .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uNOhe2BlEB .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uNOhe2BlEB .row {
    padding: 0 24px;
  }
}
.cid-uNOhe2BlEB .title-wrapper {
  margin-bottom: 32px;
}
.cid-uNOhe2BlEB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNOhe2BlEB .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uNOhe2BlEB .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #b20000;
  z-index: -1;
}
.cid-uNOhe2BlEB .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNOhe2BlEB .video-block {
    margin-bottom: 24px;
  }
}
.cid-uNOhe2BlEB .mbr-figure__img {
  object-fit: cover;
}
.cid-uNOhe2BlEB .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uNOhfcCrgs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-uNOhfcCrgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOhfcCrgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOhfcCrgs .row {
  justify-content: center;
}
.cid-uNOhfcCrgs .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uNOhfcCrgs .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uNOhfcCrgs .row {
    padding: 0 24px;
  }
}
.cid-uNOhfcCrgs .title-wrapper {
  margin-bottom: 32px;
}
.cid-uNOhfcCrgs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNOhfcCrgs .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uNOhfcCrgs .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uNOhfcCrgs .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNOhfcCrgs .video-block {
    margin-bottom: 24px;
  }
}
.cid-uNOhfcCrgs .mbr-figure__img {
  object-fit: cover;
}
.cid-uNOhfcCrgs .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uOk4pJ8r6N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-uOk4pJ8r6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk4pJ8r6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk4pJ8r6N .row {
  justify-content: center;
}
.cid-uOk4pJ8r6N .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uOk4pJ8r6N .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uOk4pJ8r6N .row {
    padding: 0 24px;
  }
}
.cid-uOk4pJ8r6N .title-wrapper {
  margin-bottom: 32px;
}
.cid-uOk4pJ8r6N .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOk4pJ8r6N .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uOk4pJ8r6N .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uOk4pJ8r6N .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOk4pJ8r6N .video-block {
    margin-bottom: 24px;
  }
}
.cid-uOk4pJ8r6N .mbr-figure__img {
  object-fit: cover;
}
.cid-uOk4pJ8r6N .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uvajBca9lw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uvajBca9lw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvajBca9lw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvajBca9lw a {
  font-weight: bold;
}
.cid-uvajBca9lw .row {
  justify-content: space-between;
  background: linear-gradient(to top, #1e2330, #b20000);
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uvajBca9lw .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uvajBca9lw .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uvajBca9lw .container-fluid,
.cid-uvajBca9lw .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uvajBca9lw .container-fluid,
  .cid-uvajBca9lw .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uvajBca9lw .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uvajBca9lw .mbr-section-btn,
.cid-uvajBca9lw .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvajBca9lw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvajBca9lw .mbr-section-title {
  color: #ffffff;
}
.cid-uvajBca9lw .mbr-text,
.cid-uvajBca9lw .mbr-section-btn {
  color: #ffffff;
}
.cid-uvajBca9lw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvajBca9lw .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uQyogjII27 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #acacac;
}
.cid-uQyogjII27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyogjII27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQyogjII27 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQyogjII27 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uQyogjII27 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uQyogjII27 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uQyogjII27 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQyogjII27 .item {
    margin-bottom: 20px;
  }
}
.cid-uQyogjII27 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uQyogjII27 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uQyogjII27 .item .item-wrapper .card-box .card-title_1,
.cid-uQyogjII27 .item .item-wrapper .card-box .card-title_2,
.cid-uQyogjII27 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uQyogjII27 .item .item-wrapper .card-box .card-text_1,
.cid-uQyogjII27 .item .item-wrapper .card-box .card-text_2,
.cid-uQyogjII27 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-uQyogjII27 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQyogjII27 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQyogjII27 .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uQyogjII27 .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-uQyogjII27 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #1b1818;
  background-color: #ffffff;
}
.cid-uQyogjII27 .item .card_1 {
  background-color: #b20000;
}
.cid-uQyogjII27 .item .card_2 {
  background-color: #b20000;
}
.cid-uQyogjII27 .item .card_3 {
  background-color: #b20000;
}
.cid-uQyogjII27 .btn-wrapper {
  margin-top: -6%;
}
.cid-uQyogjII27 .mbr-section-title,
.cid-uQyogjII27 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uQyogjII27 .card-title_1 {
  color: #f1f5eb;
}
.cid-uQyogjII27 .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-uQyogjII27 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-uQyogjII27 .card-text_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uQyogjII27 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-uQyogjII27 .card-text_3 {
  color: #ffffff;
  text-align: center;
}
.cid-uQyogjII27 .card-title_1,
.cid-uQyogjII27 .mbr-section-btn {
  text-align: center;
}
.cid-uQyogjII27 .card-title_2,
.cid-uQyogjII27 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQyogjII27 .card-title_3,
.cid-uQyogjII27 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQDdo25rcj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #acacac;
}
.cid-uQDdo25rcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDdo25rcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDdo25rcj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQDdo25rcj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uQDdo25rcj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uQDdo25rcj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uQDdo25rcj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQDdo25rcj .item {
    margin-bottom: 20px;
  }
}
.cid-uQDdo25rcj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uQDdo25rcj .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uQDdo25rcj .item .item-wrapper .card-box .card-title_1,
.cid-uQDdo25rcj .item .item-wrapper .card-box .card-title_2,
.cid-uQDdo25rcj .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uQDdo25rcj .item .item-wrapper .card-box .card-text_1,
.cid-uQDdo25rcj .item .item-wrapper .card-box .card-text_2,
.cid-uQDdo25rcj .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-uQDdo25rcj .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQDdo25rcj .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQDdo25rcj .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uQDdo25rcj .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-uQDdo25rcj .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #1b1818;
  background-color: #ffffff;
}
.cid-uQDdo25rcj .item .card_1 {
  background-color: #b20000;
}
.cid-uQDdo25rcj .item .card_2 {
  background-color: #b20000;
}
.cid-uQDdo25rcj .item .card_3 {
  background-color: #1b1818;
}
.cid-uQDdo25rcj .btn-wrapper {
  margin-top: -6%;
}
.cid-uQDdo25rcj .mbr-section-title,
.cid-uQDdo25rcj .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uQDdo25rcj .card-title_1 {
  color: #f1f5eb;
}
.cid-uQDdo25rcj .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-uQDdo25rcj .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-uQDdo25rcj .card-text_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uQDdo25rcj .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-uQDdo25rcj .card-text_3 {
  color: #ffffff;
  text-align: center;
}
.cid-uQDdo25rcj .card-title_1,
.cid-uQDdo25rcj .mbr-section-btn {
  text-align: center;
}
.cid-uQDdo25rcj .card-title_2,
.cid-uQDdo25rcj .mbr-section-btn {
  color: #ffffff;
}
.cid-uQDdo25rcj .card-title_3,
.cid-uQDdo25rcj .mbr-section-btn {
  color: #ffffff;
}
.cid-utUPYxMqbA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0d0e11;
}
.cid-utUPYxMqbA .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-utUPYxMqbA .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-utUPYxMqbA .panel-group {
  border: none;
}
.cid-utUPYxMqbA .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-utUPYxMqbA .card-header {
    padding: 1rem 0rem;
  }
}
.cid-utUPYxMqbA .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-utUPYxMqbA .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-utUPYxMqbA .content {
  margin: 5rem auto;
}
.cid-utUPYxMqbA .img-col {
  padding: 0;
}
.cid-utUPYxMqbA .img-item {
  height: 100%;
}
.cid-utUPYxMqbA img {
  height: 100%;
  object-fit: cover;
}
.cid-utUPYxMqbA .collapsed span {
  transform: rotate(0deg);
}
.cid-utUPYxMqbA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-utUPYxMqbA p {
  margin-bottom: 0.3rem;
}
.cid-utUPYxMqbA .panel-title-edit {
  color: #1b1818;
}
.cid-utUPYxMqbA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-utUPYxMqbA .card {
  background: #edefeb;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-utUPYxMqbA .card {
    padding: 1rem;
  }
}
.cid-utUPYxMqbA .panel-text {
  color: #1b1818;
}
.cid-utUPYxMqbA H3 {
  text-align: center;
  color: #ffffff;
}
.cid-utUPYxMqbA H4 {
  text-align: center;
  color: #ffffff;
}
.cid-tJ2ODlHU18 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tJ2ODlHU18 .mbr-text {
  color: #ffffff;
}
.lang-links {
                    position: fixed;
                    left: 15px;
                    bottom: 15px;
                }

                .lang-links .language-wrapper {
                    background-color: #ffffff;
                    border-radius: 25px;
                    width: 50px;
                    height: 50px;
                    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
                    display: flex;
                }

                .lang-links .language {
                    width: 48px;
                    height: 48px;
                    border-radius: 25px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 4px;
                }

                .lang-links .language:hover {
                    width: 50px;
                    height: 50px;
                    border-radius: 25px;
                    background-color: #efefef;
                }.cid-uubUSnpMEf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uubUSnpMEf .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-uubUSnpMEf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uubUSnpMEf .hamb {
  background: linear-gradient(to right, #1e2330, #b20000);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uubUSnpMEf .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uubUSnpMEf .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uubUSnpMEf .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-uubUSnpMEf .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uubUSnpMEf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uubUSnpMEf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uubUSnpMEf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uubUSnpMEf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uubUSnpMEf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uubUSnpMEf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uubUSnpMEf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uubUSnpMEf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uubUSnpMEf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uubUSnpMEf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uubUSnpMEf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uubUSnpMEf .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uubUSnpMEf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uubUSnpMEf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uubUSnpMEf .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uubUSnpMEf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uubUSnpMEf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uubUSnpMEf .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(178, 0, 0, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #b20000;
}
@media (max-width: 992px) {
  .cid-uubUSnpMEf .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uubUSnpMEf .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uubUSnpMEf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uubUSnpMEf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #b20000;
  background: rgba(178, 0, 0, 0.4) !important;
}
.cid-uubUSnpMEf .nav-item:focus,
.cid-uubUSnpMEf .nav-link:focus {
  outline: none;
}
.cid-uubUSnpMEf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uubUSnpMEf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uubUSnpMEf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uubUSnpMEf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uubUSnpMEf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uubUSnpMEf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uubUSnpMEf .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-uubUSnpMEf .navbar.opened {
  transition: all 0.3s;
}
.cid-uubUSnpMEf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uubUSnpMEf .navbar .navbar-logo img {
  width: auto;
}
.cid-uubUSnpMEf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uubUSnpMEf .navbar.collapsed {
  justify-content: center;
}
.cid-uubUSnpMEf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uubUSnpMEf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uubUSnpMEf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uubUSnpMEf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uubUSnpMEf .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-uubUSnpMEf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uubUSnpMEf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uubUSnpMEf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uubUSnpMEf .navbar {
    min-height: 72px;
  }
  .cid-uubUSnpMEf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uubUSnpMEf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uubUSnpMEf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uubUSnpMEf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uubUSnpMEf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uubUSnpMEf .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-uubUSnpMEf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uubUSnpMEf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uubUSnpMEf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uubUSnpMEf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uubUSnpMEf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uubUSnpMEf .dropdown-item.active,
.cid-uubUSnpMEf .dropdown-item:active {
  background-color: transparent;
}
.cid-uubUSnpMEf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uubUSnpMEf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uubUSnpMEf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uubUSnpMEf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b20000;
}
.cid-uubUSnpMEf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uubUSnpMEf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uubUSnpMEf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uubUSnpMEf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uubUSnpMEf .navbar-buttons {
    text-align: center;
  }
}
.cid-uubUSnpMEf button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uubUSnpMEf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uubUSnpMEf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uubUSnpMEf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uubUSnpMEf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uubUSnpMEf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uubUSnpMEf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uubUSnpMEf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uubUSnpMEf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uubUSnpMEf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uubUSnpMEf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uubUSnpMEf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uubUSnpMEf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uubUSnpMEf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uubUSnpMEf .navbar {
    height: 70px;
  }
  .cid-uubUSnpMEf .navbar.opened {
    height: auto;
  }
  .cid-uubUSnpMEf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uubUSnpMEf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uubUSnpMEf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uubUSnpMEf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uubUSnpMEf .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uubUSnpMEf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uubUSnpMEf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uubUSnpMEf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uubUSnpMEf .navbar-brand {
    margin-right: auto;
  }
  .cid-uubUSnpMEf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #b20000;
    opacity: 1;
    border-color: rgba(178, 0, 0, 0.4) !important;
    background: rgba(178, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uubUSnpMEf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uubUSnpMEf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uubUSnpMEf .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-uubUSnpMEf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uubUSnpMEf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uubUSnpMEf .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uubUSnpMEf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uubUSnpMEf .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-uubUSnpMEf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uubUSnpMEf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uubVaMLZhz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-uubVaMLZhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubVaMLZhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uubVaMLZhz .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uubVaMLZhz P {
  max-width: 1200px;
}
.cid-uubVaMLZhz .mbr-section-btn,
.cid-uubVaMLZhz .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uubVaMLZhz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uubVaMLZhz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uubVaMLZhz .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uubVaMLZhz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uubVaMLZhz .mbr-section-title {
  color: #ffffff;
}
.cid-uubVaMLZhz .mbr-text,
.cid-uubVaMLZhz .mbr-section-btn {
  color: #ffffff;
}
.cid-uubVaMLZhz .mbr-section-subtitle {
  color: #ffffff;
}
.lang-links {
                    position: fixed;
                    left: 15px;
                    bottom: 15px;
                }

                .lang-links .language-wrapper {
                    background-color: #ffffff;
                    border-radius: 25px;
                    width: 50px;
                    height: 50px;
                    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
                    display: flex;
                }

                .lang-links .language {
                    width: 48px;
                    height: 48px;
                    border-radius: 25px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 4px;
                }

                .lang-links .language:hover {
                    width: 50px;
                    height: 50px;
                    border-radius: 25px;
                    background-color: #efefef;
                }.cid-uubWd9Aext {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uubWd9Aext .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-uubWd9Aext .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uubWd9Aext .hamb {
  background: linear-gradient(to right, #1e2330, #b20000);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uubWd9Aext .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uubWd9Aext .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uubWd9Aext .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-uubWd9Aext .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uubWd9Aext .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uubWd9Aext .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uubWd9Aext .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uubWd9Aext .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uubWd9Aext .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uubWd9Aext .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uubWd9Aext .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uubWd9Aext .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uubWd9Aext .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uubWd9Aext .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uubWd9Aext .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uubWd9Aext .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uubWd9Aext .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uubWd9Aext .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uubWd9Aext .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uubWd9Aext .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uubWd9Aext .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uubWd9Aext .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(178, 0, 0, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #b20000;
}
@media (max-width: 992px) {
  .cid-uubWd9Aext .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uubWd9Aext .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uubWd9Aext .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uubWd9Aext .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #b20000;
  background: rgba(178, 0, 0, 0.4) !important;
}
.cid-uubWd9Aext .nav-item:focus,
.cid-uubWd9Aext .nav-link:focus {
  outline: none;
}
.cid-uubWd9Aext .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uubWd9Aext .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uubWd9Aext .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uubWd9Aext .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uubWd9Aext .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uubWd9Aext .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uubWd9Aext .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-uubWd9Aext .navbar.opened {
  transition: all 0.3s;
}
.cid-uubWd9Aext .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uubWd9Aext .navbar .navbar-logo img {
  width: auto;
}
.cid-uubWd9Aext .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uubWd9Aext .navbar.collapsed {
  justify-content: center;
}
.cid-uubWd9Aext .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uubWd9Aext .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uubWd9Aext .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uubWd9Aext .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uubWd9Aext .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-uubWd9Aext .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uubWd9Aext .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uubWd9Aext .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uubWd9Aext .navbar {
    min-height: 72px;
  }
  .cid-uubWd9Aext .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uubWd9Aext .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uubWd9Aext .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uubWd9Aext .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uubWd9Aext .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uubWd9Aext .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-uubWd9Aext .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uubWd9Aext .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uubWd9Aext .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uubWd9Aext .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uubWd9Aext .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uubWd9Aext .dropdown-item.active,
.cid-uubWd9Aext .dropdown-item:active {
  background-color: transparent;
}
.cid-uubWd9Aext .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uubWd9Aext .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uubWd9Aext .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uubWd9Aext .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b20000;
}
.cid-uubWd9Aext .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uubWd9Aext .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uubWd9Aext ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uubWd9Aext .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uubWd9Aext .navbar-buttons {
    text-align: center;
  }
}
.cid-uubWd9Aext button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uubWd9Aext button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uubWd9Aext button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uubWd9Aext button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uubWd9Aext button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uubWd9Aext button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uubWd9Aext nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uubWd9Aext nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uubWd9Aext nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uubWd9Aext nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uubWd9Aext .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uubWd9Aext a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uubWd9Aext .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uubWd9Aext .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uubWd9Aext .navbar {
    height: 70px;
  }
  .cid-uubWd9Aext .navbar.opened {
    height: auto;
  }
  .cid-uubWd9Aext .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uubWd9Aext .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uubWd9Aext .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uubWd9Aext .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uubWd9Aext .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uubWd9Aext .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uubWd9Aext .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uubWd9Aext .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uubWd9Aext .navbar-brand {
    margin-right: auto;
  }
  .cid-uubWd9Aext .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #b20000;
    opacity: 1;
    border-color: rgba(178, 0, 0, 0.4) !important;
    background: rgba(178, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uubWd9Aext .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uubWd9Aext .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uubWd9Aext .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-uubWd9Aext .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uubWd9Aext .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uubWd9Aext .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uubWd9Aext .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uubWd9Aext .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-uubWd9Aext .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uubWd9Aext .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uubWdaccGc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-uubWdaccGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubWdaccGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uubWdaccGc .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uubWdaccGc P {
  max-width: 1200px;
}
.cid-uubWdaccGc .mbr-section-btn,
.cid-uubWdaccGc .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uubWdaccGc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uubWdaccGc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uubWdaccGc .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uubWdaccGc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uubWdaccGc .mbr-section-title {
  color: #ffffff;
}
.cid-uubWdaccGc .mbr-text,
.cid-uubWdaccGc .mbr-section-btn {
  color: #ffffff;
}
.cid-uubWdaccGc .mbr-section-subtitle {
  color: #ffffff;
}
.lang-links {
                    position: fixed;
                    left: 15px;
                    bottom: 15px;
                }

                .lang-links .language-wrapper {
                    background-color: #ffffff;
                    border-radius: 25px;
                    width: 50px;
                    height: 50px;
                    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
                    display: flex;
                }

                .lang-links .language {
                    width: 48px;
                    height: 48px;
                    border-radius: 25px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 4px;
                }

                .lang-links .language:hover {
                    width: 50px;
                    height: 50px;
                    border-radius: 25px;
                    background-color: #efefef;
                }.cid-tJ2HY8Ph1h {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJ2HY8Ph1h .hamb {
  background: linear-gradient(to right, #1e2330, #b20000);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .hamb {
    margin-right: 3rem !important;
  }
}
.cid-tJ2HY8Ph1h .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar-brand img {
  border-radius: 0px !important;
}
.cid-tJ2HY8Ph1h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJ2HY8Ph1h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJ2HY8Ph1h .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJ2HY8Ph1h .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJ2HY8Ph1h .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(178, 0, 0, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #b20000;
}
@media (max-width: 992px) {
  .cid-tJ2HY8Ph1h .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJ2HY8Ph1h .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJ2HY8Ph1h .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #b20000;
  background: rgba(178, 0, 0, 0.4) !important;
}
.cid-tJ2HY8Ph1h .nav-item:focus,
.cid-tJ2HY8Ph1h .nav-link:focus {
  outline: none;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJ2HY8Ph1h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ2HY8Ph1h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar.opened {
  transition: all 0.3s;
}
.cid-tJ2HY8Ph1h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJ2HY8Ph1h .navbar .navbar-logo img {
  width: auto;
}
.cid-tJ2HY8Ph1h .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJ2HY8Ph1h .navbar.collapsed {
  justify-content: center;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJ2HY8Ph1h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar {
    min-height: 72px;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJ2HY8Ph1h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJ2HY8Ph1h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJ2HY8Ph1h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJ2HY8Ph1h .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJ2HY8Ph1h .dropdown-item.active,
.cid-tJ2HY8Ph1h .dropdown-item:active {
  background-color: transparent;
}
.cid-tJ2HY8Ph1h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJ2HY8Ph1h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b20000;
}
.cid-tJ2HY8Ph1h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJ2HY8Ph1h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJ2HY8Ph1h .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar-buttons {
    text-align: center;
  }
}
.cid-tJ2HY8Ph1h button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJ2HY8Ph1h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJ2HY8Ph1h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJ2HY8Ph1h .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJ2HY8Ph1h .navbar {
    height: 70px;
  }
  .cid-tJ2HY8Ph1h .navbar.opened {
    height: auto;
  }
  .cid-tJ2HY8Ph1h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJ2HY8Ph1h .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: .3s all;
  transform: rotate(-90deg);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJ2HY8Ph1h .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJ2HY8Ph1h .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJ2HY8Ph1h .navbar-brand {
    margin-right: auto;
  }
  .cid-tJ2HY8Ph1h .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #b20000;
    opacity: 1;
    border-color: rgba(178, 0, 0, 0.4) !important;
    background: rgba(178, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJ2HY8Ph1h .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJ2HY8Ph1h .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uR2Te4NBHa {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uR2Te4NBHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2Te4NBHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uR2Te4NBHa .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uR2Te4NBHa P {
  max-width: 1200px;
}
.cid-uR2Te4NBHa .mbr-section-btn,
.cid-uR2Te4NBHa .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR2Te4NBHa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uR2Te4NBHa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uR2Te4NBHa .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uR2Te4NBHa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR2Te4NBHa .mbr-section-title {
  color: #ff9945;
}
.cid-uR2Te4NBHa .mbr-text,
.cid-uR2Te4NBHa .mbr-section-btn {
  color: #ffffff;
}
.cid-uR2Te4NBHa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOyZRxz5qe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uOyZRxz5qe .item {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uOyZRxz5qe .item {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uOyZRxz5qe .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (min-width: 992px) {
  .cid-uOyZRxz5qe .row {
    padding-top: 200px;
  }
}
.cid-uOyZRxz5qe .mbr-section-btn,
.cid-uOyZRxz5qe .btn {
  width: 100%;
}
.cid-uOyZRxz5qe .card-title,
.cid-uOyZRxz5qe .card-title2,
.cid-uOyZRxz5qe .card-text {
  width: 100%;
}
.cid-uOyZRxz5qe .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uOyZRxz5qe .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uOyZRxz5qe p {
  line-height: 1.6;
}
.cid-uOyZRxz5qe .item-wrapper {
  position: relative;
  background: linear-gradient(to top, #1e2330, #b20000);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOyZRxz5qe .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uOyZRxz5qe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOyZRxz5qe .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOyZRxz5qe .mbr-text,
.cid-uOyZRxz5qe .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOyZRxz5qe .item-subtitle {
  color: #000000;
}
.cid-uOyZRxz5qe .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOyZRxz5qe .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOyZRxz5qe .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOyZRxz5qe .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uOyZRxz5qe .card-title {
  color: #ff9945;
  text-align: left;
}
.cid-uOz0sjYc5X {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uOz0sjYc5X .item {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uOz0sjYc5X .item {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uOz0sjYc5X .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (min-width: 992px) {
  .cid-uOz0sjYc5X .row {
    padding-top: 200px;
  }
}
.cid-uOz0sjYc5X .mbr-section-btn,
.cid-uOz0sjYc5X .btn {
  width: 100%;
}
.cid-uOz0sjYc5X .card-title,
.cid-uOz0sjYc5X .card-title2,
.cid-uOz0sjYc5X .card-text {
  width: 100%;
}
.cid-uOz0sjYc5X .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uOz0sjYc5X .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uOz0sjYc5X p {
  line-height: 1.6;
}
.cid-uOz0sjYc5X .item-wrapper {
  position: relative;
  background: linear-gradient(to top, #1e2330, #b20000);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOz0sjYc5X .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uOz0sjYc5X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOz0sjYc5X .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOz0sjYc5X .mbr-text,
.cid-uOz0sjYc5X .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOz0sjYc5X .item-subtitle {
  color: #000000;
}
.cid-uOz0sjYc5X .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOz0sjYc5X .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOz0sjYc5X .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOz0sjYc5X .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uOz0sjYc5X .card-title {
  color: #ff9945;
  text-align: left;
}
.cid-uOzAYgckCU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-uOzAYgckCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzAYgckCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzAYgckCU .row {
  justify-content: center;
}
.cid-uOzAYgckCU .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uOzAYgckCU .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uOzAYgckCU .row {
    padding: 0 24px;
  }
}
.cid-uOzAYgckCU .title-wrapper {
  margin-bottom: 32px;
}
.cid-uOzAYgckCU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOzAYgckCU .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uOzAYgckCU .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #b20000;
  z-index: -1;
}
.cid-uOzAYgckCU .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOzAYgckCU .video-block {
    margin-bottom: 24px;
  }
}
.cid-uOzAYgckCU .mbr-figure__img {
  object-fit: cover;
}
.cid-uOzAYgckCU .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uOAVquHaIC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-uOAVquHaIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOAVquHaIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOAVquHaIC .row {
  justify-content: center;
}
.cid-uOAVquHaIC .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uOAVquHaIC .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uOAVquHaIC .row {
    padding: 0 24px;
  }
}
.cid-uOAVquHaIC .title-wrapper {
  margin-bottom: 32px;
}
.cid-uOAVquHaIC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOAVquHaIC .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uOAVquHaIC .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #b20000;
  z-index: -1;
}
.cid-uOAVquHaIC .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOAVquHaIC .video-block {
    margin-bottom: 24px;
  }
}
.cid-uOAVquHaIC .mbr-figure__img {
  object-fit: cover;
}
.cid-uOAVquHaIC .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tJ2ODlHU18 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-tJ2ODlHU18 .mbr-text {
  color: #ffffff;
}
.lang-links {
                    position: fixed;
                    left: 15px;
                    bottom: 15px;
                }

                .lang-links .language-wrapper {
                    background-color: #ffffff;
                    border-radius: 25px;
                    width: 50px;
                    height: 50px;
                    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
                    display: flex;
                }

                .lang-links .language {
                    width: 48px;
                    height: 48px;
                    border-radius: 25px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 4px;
                }

                .lang-links .language:hover {
                    width: 50px;
                    height: 50px;
                    border-radius: 25px;
                    background-color: #efefef;
                }.cid-uNLbhLTj6j {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNLbhLTj6j .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-uNLbhLTj6j .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNLbhLTj6j .hamb {
  background: linear-gradient(to right, #1e2330, #b20000);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uNLbhLTj6j .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uNLbhLTj6j .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uNLbhLTj6j .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-uNLbhLTj6j .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uNLbhLTj6j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNLbhLTj6j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNLbhLTj6j .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uNLbhLTj6j .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uNLbhLTj6j .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uNLbhLTj6j .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNLbhLTj6j .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNLbhLTj6j .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNLbhLTj6j .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uNLbhLTj6j .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNLbhLTj6j .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNLbhLTj6j .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNLbhLTj6j .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNLbhLTj6j .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uNLbhLTj6j .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNLbhLTj6j .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNLbhLTj6j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uNLbhLTj6j .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(178, 0, 0, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #b20000;
}
@media (max-width: 992px) {
  .cid-uNLbhLTj6j .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNLbhLTj6j .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNLbhLTj6j .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNLbhLTj6j .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #b20000;
  background: rgba(178, 0, 0, 0.4) !important;
}
.cid-uNLbhLTj6j .nav-item:focus,
.cid-uNLbhLTj6j .nav-link:focus {
  outline: none;
}
.cid-uNLbhLTj6j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNLbhLTj6j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNLbhLTj6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNLbhLTj6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNLbhLTj6j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNLbhLTj6j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNLbhLTj6j .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-uNLbhLTj6j .navbar.opened {
  transition: all 0.3s;
}
.cid-uNLbhLTj6j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNLbhLTj6j .navbar .navbar-logo img {
  width: auto;
}
.cid-uNLbhLTj6j .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNLbhLTj6j .navbar.collapsed {
  justify-content: center;
}
.cid-uNLbhLTj6j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNLbhLTj6j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNLbhLTj6j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNLbhLTj6j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNLbhLTj6j .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-uNLbhLTj6j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNLbhLTj6j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNLbhLTj6j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNLbhLTj6j .navbar {
    min-height: 72px;
  }
  .cid-uNLbhLTj6j .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNLbhLTj6j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNLbhLTj6j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNLbhLTj6j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNLbhLTj6j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNLbhLTj6j .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-uNLbhLTj6j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNLbhLTj6j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNLbhLTj6j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNLbhLTj6j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNLbhLTj6j .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNLbhLTj6j .dropdown-item.active,
.cid-uNLbhLTj6j .dropdown-item:active {
  background-color: transparent;
}
.cid-uNLbhLTj6j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNLbhLTj6j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNLbhLTj6j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNLbhLTj6j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b20000;
}
.cid-uNLbhLTj6j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNLbhLTj6j .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNLbhLTj6j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNLbhLTj6j .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNLbhLTj6j .navbar-buttons {
    text-align: center;
  }
}
.cid-uNLbhLTj6j button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNLbhLTj6j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNLbhLTj6j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNLbhLTj6j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNLbhLTj6j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNLbhLTj6j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNLbhLTj6j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNLbhLTj6j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNLbhLTj6j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNLbhLTj6j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNLbhLTj6j .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNLbhLTj6j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNLbhLTj6j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNLbhLTj6j .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNLbhLTj6j .navbar {
    height: 70px;
  }
  .cid-uNLbhLTj6j .navbar.opened {
    height: auto;
  }
  .cid-uNLbhLTj6j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNLbhLTj6j .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNLbhLTj6j .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNLbhLTj6j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNLbhLTj6j .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uNLbhLTj6j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNLbhLTj6j .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNLbhLTj6j .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNLbhLTj6j .navbar-brand {
    margin-right: auto;
  }
  .cid-uNLbhLTj6j .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #b20000;
    opacity: 1;
    border-color: rgba(178, 0, 0, 0.4) !important;
    background: rgba(178, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uNLbhLTj6j .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNLbhLTj6j .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNLbhLTj6j .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-uNLbhLTj6j .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNLbhLTj6j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNLbhLTj6j .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uNLbhLTj6j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNLbhLTj6j .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-uNLbhLTj6j .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNLbhLTj6j .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uR2V3wwS7P {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uR2V3wwS7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2V3wwS7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uR2V3wwS7P .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uR2V3wwS7P P {
  max-width: 1200px;
}
.cid-uR2V3wwS7P .mbr-section-btn,
.cid-uR2V3wwS7P .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR2V3wwS7P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uR2V3wwS7P .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uR2V3wwS7P .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uR2V3wwS7P .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR2V3wwS7P .mbr-section-title {
  color: #ff9945;
}
.cid-uR2V3wwS7P .mbr-text,
.cid-uR2V3wwS7P .mbr-section-btn {
  color: #ffffff;
}
.cid-uR2V3wwS7P .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOzBkX9pOa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uOzBkX9pOa .item {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uOzBkX9pOa .item {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uOzBkX9pOa .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (min-width: 992px) {
  .cid-uOzBkX9pOa .row {
    padding-top: 200px;
  }
}
.cid-uOzBkX9pOa .mbr-section-btn,
.cid-uOzBkX9pOa .btn {
  width: 100%;
}
.cid-uOzBkX9pOa .card-title,
.cid-uOzBkX9pOa .card-title2,
.cid-uOzBkX9pOa .card-text {
  width: 100%;
}
.cid-uOzBkX9pOa .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uOzBkX9pOa .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uOzBkX9pOa p {
  line-height: 1.6;
}
.cid-uOzBkX9pOa .item-wrapper {
  position: relative;
  background: linear-gradient(to top, #1e2330, #b20000);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOzBkX9pOa .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uOzBkX9pOa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOzBkX9pOa .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOzBkX9pOa .mbr-text,
.cid-uOzBkX9pOa .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOzBkX9pOa .item-subtitle {
  color: #000000;
}
.cid-uOzBkX9pOa .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOzBkX9pOa .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOzBkX9pOa .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOzBkX9pOa .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uOzBkX9pOa .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOzBlyCzNF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uOzBlyCzNF .item {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uOzBlyCzNF .item {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uOzBlyCzNF .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (min-width: 992px) {
  .cid-uOzBlyCzNF .row {
    padding-top: 200px;
  }
}
.cid-uOzBlyCzNF .mbr-section-btn,
.cid-uOzBlyCzNF .btn {
  width: 100%;
}
.cid-uOzBlyCzNF .card-title,
.cid-uOzBlyCzNF .card-title2,
.cid-uOzBlyCzNF .card-text {
  width: 100%;
}
.cid-uOzBlyCzNF .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uOzBlyCzNF .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uOzBlyCzNF p {
  line-height: 1.6;
}
.cid-uOzBlyCzNF .item-wrapper {
  position: relative;
  background: linear-gradient(to top, #1e2330, #b20000);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOzBlyCzNF .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uOzBlyCzNF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOzBlyCzNF .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOzBlyCzNF .mbr-text,
.cid-uOzBlyCzNF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOzBlyCzNF .item-subtitle {
  color: #000000;
}
.cid-uOzBlyCzNF .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOzBlyCzNF .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOzBlyCzNF .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOzBlyCzNF .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uOzBlyCzNF .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOzBmhQN7E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-uOzBmhQN7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzBmhQN7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzBmhQN7E .row {
  justify-content: center;
}
.cid-uOzBmhQN7E .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uOzBmhQN7E .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uOzBmhQN7E .row {
    padding: 0 24px;
  }
}
.cid-uOzBmhQN7E .title-wrapper {
  margin-bottom: 32px;
}
.cid-uOzBmhQN7E .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOzBmhQN7E .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uOzBmhQN7E .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #b20000;
  z-index: -1;
}
.cid-uOzBmhQN7E .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOzBmhQN7E .video-block {
    margin-bottom: 24px;
  }
}
.cid-uOzBmhQN7E .mbr-figure__img {
  object-fit: cover;
}
.cid-uOzBmhQN7E .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uNLbhMenNr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uNLbhMenNr .mbr-text {
  color: #ffffff;
}
.lang-links {
                    position: fixed;
                    left: 15px;
                    bottom: 15px;
                }

                .lang-links .language-wrapper {
                    background-color: #ffffff;
                    border-radius: 25px;
                    width: 50px;
                    height: 50px;
                    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
                    display: flex;
                }

                .lang-links .language {
                    width: 48px;
                    height: 48px;
                    border-radius: 25px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 4px;
                }

                .lang-links .language:hover {
                    width: 50px;
                    height: 50px;
                    border-radius: 25px;
                    background-color: #efefef;
                }.cid-uNLdVRYFgE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNLdVRYFgE .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-uNLdVRYFgE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNLdVRYFgE .hamb {
  background: linear-gradient(to right, #1e2330, #b20000);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uNLdVRYFgE .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uNLdVRYFgE .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uNLdVRYFgE .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-uNLdVRYFgE .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uNLdVRYFgE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNLdVRYFgE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNLdVRYFgE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uNLdVRYFgE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uNLdVRYFgE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uNLdVRYFgE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNLdVRYFgE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNLdVRYFgE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNLdVRYFgE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uNLdVRYFgE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNLdVRYFgE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNLdVRYFgE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNLdVRYFgE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNLdVRYFgE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uNLdVRYFgE .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNLdVRYFgE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNLdVRYFgE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uNLdVRYFgE .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(178, 0, 0, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #b20000;
}
@media (max-width: 992px) {
  .cid-uNLdVRYFgE .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNLdVRYFgE .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNLdVRYFgE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNLdVRYFgE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #b20000;
  background: rgba(178, 0, 0, 0.4) !important;
}
.cid-uNLdVRYFgE .nav-item:focus,
.cid-uNLdVRYFgE .nav-link:focus {
  outline: none;
}
.cid-uNLdVRYFgE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNLdVRYFgE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNLdVRYFgE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNLdVRYFgE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNLdVRYFgE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNLdVRYFgE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNLdVRYFgE .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-uNLdVRYFgE .navbar.opened {
  transition: all 0.3s;
}
.cid-uNLdVRYFgE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNLdVRYFgE .navbar .navbar-logo img {
  width: auto;
}
.cid-uNLdVRYFgE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNLdVRYFgE .navbar.collapsed {
  justify-content: center;
}
.cid-uNLdVRYFgE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNLdVRYFgE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNLdVRYFgE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNLdVRYFgE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNLdVRYFgE .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-uNLdVRYFgE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNLdVRYFgE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNLdVRYFgE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNLdVRYFgE .navbar {
    min-height: 72px;
  }
  .cid-uNLdVRYFgE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNLdVRYFgE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNLdVRYFgE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNLdVRYFgE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNLdVRYFgE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNLdVRYFgE .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-uNLdVRYFgE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNLdVRYFgE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNLdVRYFgE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNLdVRYFgE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNLdVRYFgE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNLdVRYFgE .dropdown-item.active,
.cid-uNLdVRYFgE .dropdown-item:active {
  background-color: transparent;
}
.cid-uNLdVRYFgE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNLdVRYFgE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNLdVRYFgE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNLdVRYFgE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b20000;
}
.cid-uNLdVRYFgE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNLdVRYFgE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNLdVRYFgE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNLdVRYFgE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNLdVRYFgE .navbar-buttons {
    text-align: center;
  }
}
.cid-uNLdVRYFgE button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNLdVRYFgE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNLdVRYFgE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNLdVRYFgE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNLdVRYFgE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNLdVRYFgE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNLdVRYFgE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNLdVRYFgE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNLdVRYFgE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNLdVRYFgE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNLdVRYFgE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNLdVRYFgE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNLdVRYFgE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNLdVRYFgE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNLdVRYFgE .navbar {
    height: 70px;
  }
  .cid-uNLdVRYFgE .navbar.opened {
    height: auto;
  }
  .cid-uNLdVRYFgE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNLdVRYFgE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNLdVRYFgE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNLdVRYFgE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNLdVRYFgE .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uNLdVRYFgE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNLdVRYFgE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNLdVRYFgE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNLdVRYFgE .navbar-brand {
    margin-right: auto;
  }
  .cid-uNLdVRYFgE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #b20000;
    opacity: 1;
    border-color: rgba(178, 0, 0, 0.4) !important;
    background: rgba(178, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uNLdVRYFgE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNLdVRYFgE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNLdVRYFgE .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-uNLdVRYFgE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNLdVRYFgE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNLdVRYFgE .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uNLdVRYFgE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNLdVRYFgE .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-uNLdVRYFgE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNLdVRYFgE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uR2VRT8F8S {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uR2VRT8F8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2VRT8F8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uR2VRT8F8S .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uR2VRT8F8S P {
  max-width: 1200px;
}
.cid-uR2VRT8F8S .mbr-section-btn,
.cid-uR2VRT8F8S .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR2VRT8F8S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uR2VRT8F8S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uR2VRT8F8S .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uR2VRT8F8S .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR2VRT8F8S .mbr-section-title {
  color: #ff9945;
}
.cid-uR2VRT8F8S .mbr-text,
.cid-uR2VRT8F8S .mbr-section-btn {
  color: #ffffff;
}
.cid-uR2VRT8F8S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOzC6gV396 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uOzC6gV396 .item {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uOzC6gV396 .item {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uOzC6gV396 .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (min-width: 992px) {
  .cid-uOzC6gV396 .row {
    padding-top: 200px;
  }
}
.cid-uOzC6gV396 .mbr-section-btn,
.cid-uOzC6gV396 .btn {
  width: 100%;
}
.cid-uOzC6gV396 .card-title,
.cid-uOzC6gV396 .card-title2,
.cid-uOzC6gV396 .card-text {
  width: 100%;
}
.cid-uOzC6gV396 .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uOzC6gV396 .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uOzC6gV396 p {
  line-height: 1.6;
}
.cid-uOzC6gV396 .item-wrapper {
  position: relative;
  background: linear-gradient(to top, #1e2330, #b20000);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOzC6gV396 .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uOzC6gV396 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOzC6gV396 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOzC6gV396 .mbr-text,
.cid-uOzC6gV396 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOzC6gV396 .item-subtitle {
  color: #000000;
}
.cid-uOzC6gV396 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOzC6gV396 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOzC6gV396 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOzC6gV396 .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uOzC6gV396 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOzC7dGpbN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uOzC7dGpbN .item {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uOzC7dGpbN .item {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uOzC7dGpbN .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (min-width: 992px) {
  .cid-uOzC7dGpbN .row {
    padding-top: 200px;
  }
}
.cid-uOzC7dGpbN .mbr-section-btn,
.cid-uOzC7dGpbN .btn {
  width: 100%;
}
.cid-uOzC7dGpbN .card-title,
.cid-uOzC7dGpbN .card-title2,
.cid-uOzC7dGpbN .card-text {
  width: 100%;
}
.cid-uOzC7dGpbN .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uOzC7dGpbN .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uOzC7dGpbN p {
  line-height: 1.6;
}
.cid-uOzC7dGpbN .item-wrapper {
  position: relative;
  background: linear-gradient(to top, #1e2330, #b20000);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOzC7dGpbN .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uOzC7dGpbN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOzC7dGpbN .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOzC7dGpbN .mbr-text,
.cid-uOzC7dGpbN .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOzC7dGpbN .item-subtitle {
  color: #000000;
}
.cid-uOzC7dGpbN .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOzC7dGpbN .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOzC7dGpbN .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOzC7dGpbN .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uOzC7dGpbN .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOzC7Z8QTH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-uOzC7Z8QTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzC7Z8QTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzC7Z8QTH .row {
  justify-content: center;
}
.cid-uOzC7Z8QTH .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uOzC7Z8QTH .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uOzC7Z8QTH .row {
    padding: 0 24px;
  }
}
.cid-uOzC7Z8QTH .title-wrapper {
  margin-bottom: 32px;
}
.cid-uOzC7Z8QTH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOzC7Z8QTH .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uOzC7Z8QTH .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #b20000;
  z-index: -1;
}
.cid-uOzC7Z8QTH .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOzC7Z8QTH .video-block {
    margin-bottom: 24px;
  }
}
.cid-uOzC7Z8QTH .mbr-figure__img {
  object-fit: cover;
}
.cid-uOzC7Z8QTH .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uNLdVSlBQp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uNLdVSlBQp .mbr-text {
  color: #ffffff;
}
.lang-links {
                    position: fixed;
                    left: 15px;
                    bottom: 15px;
                }

                .lang-links .language-wrapper {
                    background-color: #ffffff;
                    border-radius: 25px;
                    width: 50px;
                    height: 50px;
                    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
                    display: flex;
                }

                .lang-links .language {
                    width: 48px;
                    height: 48px;
                    border-radius: 25px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 4px;
                }

                .lang-links .language:hover {
                    width: 50px;
                    height: 50px;
                    border-radius: 25px;
                    background-color: #efefef;
                }.cid-uNLapjQ1h8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNLapjQ1h8 .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-uNLapjQ1h8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNLapjQ1h8 .hamb {
  background: linear-gradient(to right, #1e2330, #b20000);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uNLapjQ1h8 .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uNLapjQ1h8 .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uNLapjQ1h8 .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-uNLapjQ1h8 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uNLapjQ1h8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNLapjQ1h8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNLapjQ1h8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uNLapjQ1h8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uNLapjQ1h8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uNLapjQ1h8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNLapjQ1h8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNLapjQ1h8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNLapjQ1h8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uNLapjQ1h8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNLapjQ1h8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNLapjQ1h8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNLapjQ1h8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNLapjQ1h8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uNLapjQ1h8 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNLapjQ1h8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNLapjQ1h8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uNLapjQ1h8 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(178, 0, 0, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #b20000;
}
@media (max-width: 992px) {
  .cid-uNLapjQ1h8 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNLapjQ1h8 .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNLapjQ1h8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNLapjQ1h8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #b20000;
  background: rgba(178, 0, 0, 0.4) !important;
}
.cid-uNLapjQ1h8 .nav-item:focus,
.cid-uNLapjQ1h8 .nav-link:focus {
  outline: none;
}
.cid-uNLapjQ1h8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNLapjQ1h8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNLapjQ1h8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNLapjQ1h8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNLapjQ1h8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNLapjQ1h8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNLapjQ1h8 .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-uNLapjQ1h8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNLapjQ1h8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNLapjQ1h8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNLapjQ1h8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNLapjQ1h8 .navbar.collapsed {
  justify-content: center;
}
.cid-uNLapjQ1h8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNLapjQ1h8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNLapjQ1h8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNLapjQ1h8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNLapjQ1h8 .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-uNLapjQ1h8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNLapjQ1h8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNLapjQ1h8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNLapjQ1h8 .navbar {
    min-height: 72px;
  }
  .cid-uNLapjQ1h8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNLapjQ1h8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNLapjQ1h8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNLapjQ1h8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNLapjQ1h8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNLapjQ1h8 .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-uNLapjQ1h8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNLapjQ1h8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNLapjQ1h8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNLapjQ1h8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNLapjQ1h8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNLapjQ1h8 .dropdown-item.active,
.cid-uNLapjQ1h8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNLapjQ1h8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNLapjQ1h8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNLapjQ1h8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNLapjQ1h8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b20000;
}
.cid-uNLapjQ1h8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNLapjQ1h8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNLapjQ1h8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNLapjQ1h8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNLapjQ1h8 .navbar-buttons {
    text-align: center;
  }
}
.cid-uNLapjQ1h8 button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNLapjQ1h8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNLapjQ1h8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNLapjQ1h8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNLapjQ1h8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNLapjQ1h8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNLapjQ1h8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNLapjQ1h8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNLapjQ1h8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNLapjQ1h8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNLapjQ1h8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNLapjQ1h8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNLapjQ1h8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNLapjQ1h8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNLapjQ1h8 .navbar {
    height: 70px;
  }
  .cid-uNLapjQ1h8 .navbar.opened {
    height: auto;
  }
  .cid-uNLapjQ1h8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNLapjQ1h8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNLapjQ1h8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNLapjQ1h8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNLapjQ1h8 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uNLapjQ1h8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNLapjQ1h8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNLapjQ1h8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNLapjQ1h8 .navbar-brand {
    margin-right: auto;
  }
  .cid-uNLapjQ1h8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #b20000;
    opacity: 1;
    border-color: rgba(178, 0, 0, 0.4) !important;
    background: rgba(178, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uNLapjQ1h8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNLapjQ1h8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNLapjQ1h8 .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-uNLapjQ1h8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNLapjQ1h8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNLapjQ1h8 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uNLapjQ1h8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNLapjQ1h8 .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-uNLapjQ1h8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNLapjQ1h8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uR2Wy5Mpzk {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uR2Wy5Mpzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2Wy5Mpzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uR2Wy5Mpzk .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uR2Wy5Mpzk P {
  max-width: 1200px;
}
.cid-uR2Wy5Mpzk .mbr-section-btn,
.cid-uR2Wy5Mpzk .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR2Wy5Mpzk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uR2Wy5Mpzk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uR2Wy5Mpzk .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uR2Wy5Mpzk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR2Wy5Mpzk .mbr-section-title {
  color: #ff9945;
}
.cid-uR2Wy5Mpzk .mbr-text,
.cid-uR2Wy5Mpzk .mbr-section-btn {
  color: #ffffff;
}
.cid-uR2Wy5Mpzk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOzCFTetLS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uOzCFTetLS .item {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uOzCFTetLS .item {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uOzCFTetLS .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (min-width: 992px) {
  .cid-uOzCFTetLS .row {
    padding-top: 200px;
  }
}
.cid-uOzCFTetLS .mbr-section-btn,
.cid-uOzCFTetLS .btn {
  width: 100%;
}
.cid-uOzCFTetLS .card-title,
.cid-uOzCFTetLS .card-title2,
.cid-uOzCFTetLS .card-text {
  width: 100%;
}
.cid-uOzCFTetLS .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uOzCFTetLS .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uOzCFTetLS p {
  line-height: 1.6;
}
.cid-uOzCFTetLS .item-wrapper {
  position: relative;
  background: linear-gradient(to top, #1e2330, #b20000);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOzCFTetLS .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uOzCFTetLS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOzCFTetLS .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOzCFTetLS .mbr-text,
.cid-uOzCFTetLS .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOzCFTetLS .item-subtitle {
  color: #000000;
}
.cid-uOzCFTetLS .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOzCFTetLS .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOzCFTetLS .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOzCFTetLS .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uOzCFTetLS .card-title {
  color: #ff9945;
  text-align: left;
}
.cid-uOzCGlIK6z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uOzCGlIK6z .item {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uOzCGlIK6z .item {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uOzCGlIK6z .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (min-width: 992px) {
  .cid-uOzCGlIK6z .row {
    padding-top: 200px;
  }
}
.cid-uOzCGlIK6z .mbr-section-btn,
.cid-uOzCGlIK6z .btn {
  width: 100%;
}
.cid-uOzCGlIK6z .card-title,
.cid-uOzCGlIK6z .card-title2,
.cid-uOzCGlIK6z .card-text {
  width: 100%;
}
.cid-uOzCGlIK6z .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uOzCGlIK6z .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-uOzCGlIK6z p {
  line-height: 1.6;
}
.cid-uOzCGlIK6z .item-wrapper {
  position: relative;
  background: linear-gradient(to top, #1e2330, #b20000);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOzCGlIK6z .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-uOzCGlIK6z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOzCGlIK6z .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOzCGlIK6z .mbr-text,
.cid-uOzCGlIK6z .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uOzCGlIK6z .item-subtitle {
  color: #000000;
}
.cid-uOzCGlIK6z .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOzCGlIK6z .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOzCGlIK6z .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOzCGlIK6z .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-uOzCGlIK6z .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOxVyyJfOJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-uOxVyyJfOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOxVyyJfOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOxVyyJfOJ .row {
  justify-content: center;
}
.cid-uOxVyyJfOJ .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uOxVyyJfOJ .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uOxVyyJfOJ .row {
    padding: 0 24px;
  }
}
.cid-uOxVyyJfOJ .title-wrapper {
  margin-bottom: 32px;
}
.cid-uOxVyyJfOJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOxVyyJfOJ .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uOxVyyJfOJ .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #b20000;
  z-index: -1;
}
.cid-uOxVyyJfOJ .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOxVyyJfOJ .video-block {
    margin-bottom: 24px;
  }
}
.cid-uOxVyyJfOJ .mbr-figure__img {
  object-fit: cover;
}
.cid-uOxVyyJfOJ .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uNLapkQVx4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uNLapkQVx4 .mbr-text {
  color: #ffffff;
}
.lang-links {
                    position: fixed;
                    left: 15px;
                    bottom: 15px;
                }

                .lang-links .language-wrapper {
                    background-color: #ffffff;
                    border-radius: 25px;
                    width: 50px;
                    height: 50px;
                    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
                    display: flex;
                }

                .lang-links .language {
                    width: 48px;
                    height: 48px;
                    border-radius: 25px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 4px;
                }

                .lang-links .language:hover {
                    width: 50px;
                    height: 50px;
                    border-radius: 25px;
                    background-color: #efefef;
                }