body {
  font-family: Tilt Warp;
}
.display-1 {
  font-family: 'Tilt Warp', display;
  font-size: 3.44rem;
  line-height: 60px;
  letter-spacing: 6px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.3rem;
}
.display-2 {
  font-family: 'Tilt Warp', display;
  font-size: 2rem;
  line-height: 1.16em;
  letter-spacing: .06em;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Tilt Warp', display;
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Tilt Warp', display;
  font-size: 1.56rem;
  line-height: 1.44em;
  letter-spacing: .06em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.67;
  letter-spacing: normal;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.752rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.408rem;
    font-size: calc( 1.8539999999999999rem + (3.44 - 1.8539999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8539999999999999rem + (3.44 - 1.8539999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #6d359d !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #cc1313 !important;
}
.bg-danger {
  background-color: #d54f19 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cacaca !important;
  border-color: #cacaca !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9f9f9f !important;
  border-color: #9f9f9f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9f9f9f !important;
  border-color: #9f9f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6d359d !important;
  border-color: #6d359d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #401f5c !important;
  border-color: #401f5c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #401f5c !important;
  border-color: #401f5c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc1313 !important;
  border-color: #cc1313 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #7d0c0c !important;
  border-color: #7d0c0c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #7d0c0c !important;
  border-color: #7d0c0c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d54f19 !important;
  border-color: #d54f19 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #873210 !important;
  border-color: #873210 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #873210 !important;
  border-color: #873210 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cacaca;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9f9f9f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cacaca !important;
  border-color: #cacaca !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d359d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #401f5c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6d359d !important;
  border-color: #6d359d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc1313;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7d0c0c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc1313 !important;
  border-color: #cc1313 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d54f19;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #873210 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d54f19 !important;
  border-color: #d54f19 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #cacaca !important;
}
.text-success {
  color: #6d359d !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #cc1313 !important;
}
.text-danger {
  color: #d54f19 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #979797 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #381b51 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6f0a0a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a2d0e !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #cc1313;
}
.alert-danger {
  background-color: #d54f19;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ac7ed3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8d2c2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Tilt Warp', display;
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.325rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Tilt Warp', display;
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.325rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cacaca !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  box-shadow: none;
  padding: 10px 70px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 40px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn-main .btn-primary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border: 2px solid transparent !important;
  color: #191919 !important;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #cacaca;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn-main .btn-secondary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #cacaca;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border: 2px solid transparent !important;
  color: #000000 !important;
  box-shadow: inset 0 -100px 0 0 #cacaca !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #6d359d;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn-main .btn-success-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #6d359d;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #6d359d !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #cc1313;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn-main .btn-warning-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #cc1313;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #cc1313 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #d54f19;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn-main .btn-danger-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #d54f19;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #d54f19 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline::after,
.mbr-section-btn-main .btn-white-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border: 2px solid transparent !important;
  color: #000000;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn-main .btn-black-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.cid-uM25X1yFeJ {
  z-index: 1000;
  width: 100%;
}
.cid-uM25X1yFeJ .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uM25X1yFeJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uM25X1yFeJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uM25X1yFeJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uM25X1yFeJ .menu_box {
    flex-direction: column;
    align-items: center;
  }
  .cid-uM25X1yFeJ .menu_box .navbar.opened,
  .cid-uM25X1yFeJ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uM25X1yFeJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uM25X1yFeJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uM25X1yFeJ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uM25X1yFeJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uM25X1yFeJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uM25X1yFeJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uM25X1yFeJ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uM25X1yFeJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uM25X1yFeJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uM25X1yFeJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uM25X1yFeJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uM25X1yFeJ .offcanvas-body .mbr-text,
  .cid-uM25X1yFeJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uM25X1yFeJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uM25X1yFeJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uM25X1yFeJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #424242;
  }
  .cid-uM25X1yFeJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uM25X1yFeJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uM25X1yFeJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uM25X1yFeJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uM25X1yFeJ ul.navbar-nav {
    padding-bottom: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uM25X1yFeJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uM25X1yFeJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uM25X1yFeJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uM25X1yFeJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uM25X1yFeJ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uM25X1yFeJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uM25X1yFeJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uM25X1yFeJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uM25X1yFeJ .nav-item .nav-link {
  position: relative;
}
.cid-uM25X1yFeJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uM25X1yFeJ .nav-item .nav-link:hover,
.cid-uM25X1yFeJ .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uM25X1yFeJ .nav-item .nav-link:hover::before,
.cid-uM25X1yFeJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uM25X1yFeJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uM25X1yFeJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uM25X1yFeJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uM25X1yFeJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uM25X1yFeJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uM25X1yFeJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uM25X1yFeJ .offcanvas_box {
    display: none;
  }
}
.cid-uM25X1yFeJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uM25X1yFeJ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uM25X1yFeJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uM25X1yFeJ .container {
  display: flex;
  margin: auto;
  justify-content: space-between;
}
.cid-uM25X1yFeJ .iconfont-wrapper {
  color: #232323;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uM25X1yFeJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uM25X1yFeJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uM25X1yFeJ .navbar-caption {
  color: #ffffff;
  whitespace: nowrap;
}
.cid-uM25X1yFeJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uM25X1yFeJ .navbar-nav {
    margin: 0;
  }
}
.cid-uM25X1yFeJ .dropdown-menu,
.cid-uM25X1yFeJ .navbar.opened {
  background-color: true !important;
}
.cid-uM25X1yFeJ .nav-item:focus,
.cid-uM25X1yFeJ .nav-link:focus {
  outline: none;
}
.cid-uM25X1yFeJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM25X1yFeJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM25X1yFeJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM25X1yFeJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM25X1yFeJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM25X1yFeJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM25X1yFeJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uM25X1yFeJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uM25X1yFeJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uM25X1yFeJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uM25X1yFeJ .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uM25X1yFeJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uM25X1yFeJ .navbar.collapsed {
  justify-content: center;
}
.cid-uM25X1yFeJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM25X1yFeJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uM25X1yFeJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM25X1yFeJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM25X1yFeJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM25X1yFeJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uM25X1yFeJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uM25X1yFeJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uM25X1yFeJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uM25X1yFeJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM25X1yFeJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM25X1yFeJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uM25X1yFeJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM25X1yFeJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uM25X1yFeJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uM25X1yFeJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uM25X1yFeJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uM25X1yFeJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uM25X1yFeJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uM25X1yFeJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM25X1yFeJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uM25X1yFeJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uM25X1yFeJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uM25X1yFeJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uM25X1yFeJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uM25X1yFeJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uM25X1yFeJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM25X1yFeJ .dropdown-item.active,
.cid-uM25X1yFeJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uM25X1yFeJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM25X1yFeJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM25X1yFeJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM25X1yFeJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uM25X1yFeJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uM25X1yFeJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uM25X1yFeJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uM25X1yFeJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #424242;
}
.cid-uM25X1yFeJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM25X1yFeJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM25X1yFeJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM25X1yFeJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM25X1yFeJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM25X1yFeJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM25X1yFeJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM25X1yFeJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM25X1yFeJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uM25X1yFeJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uM25X1yFeJ .navbar {
    height: 70px;
  }
  .cid-uM25X1yFeJ .navbar.opened {
    height: auto;
  }
  .cid-uM25X1yFeJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM25X1yFeJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uM25X1yFeJ .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uM25X1yFeJ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uM25X1yFeJ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uM25X1yFeJ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uM25X1yFeJ .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uM25X1yFeJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uM25X1yFeJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uM25X1yFeJ .text_widget {
  margin-bottom: 32px;
}
.cid-uM25X1yFeJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uM25X1yFeJ .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uM25X1yFeJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uM25X1yFeJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uM25X1yFeJ .mbr-section-subtitle,
.cid-uM25X1yFeJ .text_widget,
.cid-uM25X1yFeJ .mbr-section-btn {
  text-align: center;
}
.cid-uM25X1yFeJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uM25X1yFeJ .va {
  transform: rotate(180deg);
  margin: 0px;
  float: left;
}
.cid-uM25X1yFeJ .val {
  whitespace: nowrap;
  min-width: 100px;
  display: inline-block;
  margin-top: 5px;
}
.cid-uMcsWG8WrS {
  background-image: url("../../../assets/images/poster-1904x1079.webp");
}
.cid-uMcsWG8WrS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcsWG8WrS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcsWG8WrS .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMcsWG8WrS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMcsWG8WrS .container {
    padding: 0 26px;
  }
}
.cid-uMcsWG8WrS .title-wrapper {
  padding-top: 35%;
}
.cid-uMcsWG8WrS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uMcsWG8WrS .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-uMcsWG8WrS .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-uMcsWG8WrS .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-uMcsWG8WrS .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-uMcsWG8WrS .mbr-section-title {
  color: #ffffff;
}
.cid-uMcsWG8WrS .mbr-text {
  color: #ffffff;
}
.cid-uMcsWG8WrS .mbr-section-title,
.cid-uMcsWG8WrS .icon-wrapper,
.cid-uMcsWG8WrS .mbr-section-btn {
  text-align: right;
}
.cid-uMcsWG8WrS p {
  max-width: 525px;
  text-align: justify;
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.25em;
}
.cid-uMcsWG8WrS .mbr-text.clear {
  text-align: right;
}
.cid-tCxV3p9tXx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tCxV3p9tXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxV3p9tXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxV3p9tXx .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxV3p9tXx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxV3p9tXx .container {
    padding: 0 26px;
  }
}
.cid-tCxV3p9tXx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tCxV3p9tXx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCxV3p9tXx .embla__slide .card-wrap {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxV3p9tXx .embla__slide .card-wrap {
    padding: 0 26px;
  }
}
.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .icon-wrapper {
  margin-bottom: 30px;
}
.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 30px;
}
.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tCxV3p9tXx .embla__button--next,
.cid-tCxV3p9tXx .embla__button--prev {
  display: flex;
}
.cid-tCxV3p9tXx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCxV3p9tXx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCxV3p9tXx .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-tCxV3p9tXx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-tCxV3p9tXx .embla__button.embla__button--prev {
    left: -2rem;
  }
}
.cid-tCxV3p9tXx .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-tCxV3p9tXx .embla__button.embla__button--next {
    right: -2rem;
  }
}
.cid-tCxV3p9tXx .embla {
  position: relative;
  width: 100%;
}
.cid-tCxV3p9tXx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCxV3p9tXx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCxV3p9tXx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCxV3p9tXx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCxV3p9tXx .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxV3p9tXx .mbr-name {
  color: #ffffff;
}
.cid-tCxV3p9tXx .mbr-role {
  color: #cacaca;
  text-align: center;
}
.cid-tCxV3p9tXx .mbr-name,
.cid-tCxV3p9tXx .icon-wrapper {
  text-align: center;
}
.cid-uM29i7qa8N {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bodybg-1970x1371.webp");
}
.cid-uM29i7qa8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM29i7qa8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM29i7qa8N .container-fluid {
  padding: 0 95px;
}
@media (max-width: 768px) {
  .cid-uM29i7qa8N .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uM29i7qa8N .container {
    padding: 0 26px;
  }
}
.cid-uM29i7qa8N .row {
  justify-content: center;
}
.cid-uM29i7qa8N .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uM29i7qa8N .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uM29i7qa8N .item {
  padding: 0 40px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uM29i7qa8N .item {
    padding: 0 12px;
  }
}
.cid-uM29i7qa8N .item .item-wrapper .item-img img {
  background-color: black;
  height: 360px;
  object-fit: cover;
  margin-bottom: 30px;
  border: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uM29i7qa8N .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uM29i7qa8N .item .item-wrapper .item-content .content-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uM29i7qa8N .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 0;
}
.cid-uM29i7qa8N .item .item-wrapper .item-content .content-wrap .mbr-number {
  margin-right: 15px;
  margin-bottom: 0;
}
.cid-uM29i7qa8N .mbr-section-title {
  color: #ffffff;
}
.cid-uM29i7qa8N .mbr-section-subtitle {
  color: #cc1313;
}
.cid-uM29i7qa8N .item-title {
  color: #ffffff;
}
.cid-uM29i7qa8N .mbr-number {
  color: #cacaca;
}
.cid-uM29i7qa8N .mbr-section-btn {
  text-align: right;
}
.cid-tCxUXZakxp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cropped-photo-of-young-man-gamer-sitting-at-home-pqgcpp5-1080x720.webp");
}
.cid-tCxUXZakxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxUXZakxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxUXZakxp .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxUXZakxp .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxUXZakxp .container {
    padding: 0 26px;
  }
}
.cid-tCxUXZakxp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxUXZakxp .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-tCxUXZakxp .mbr-section-title {
  color: #ffffff;
}
.cid-tCxUXZakxp .mbr-section-title,
.cid-tCxUXZakxp .mbr-section-btn {
  text-align: center;
}
.cid-tCxUYXeoCt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bodybg-1970x1371.webp");
}
.cid-tCxUYXeoCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxUYXeoCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxUYXeoCt .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tCxUYXeoCt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tCxUYXeoCt .container {
    padding: 0 26px;
  }
}
.cid-tCxUYXeoCt .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCxUYXeoCt .image-wrapper img {
    height: 300px;
  }
}
.cid-tCxUYXeoCt .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tCxUYXeoCt .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tCxUYXeoCt .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tCxUYXeoCt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxUYXeoCt .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxUYXeoCt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCxUYXeoCt .mbr-section-title {
  color: #ffffff;
}
.cid-tCxUYXeoCt .mbr-section-subtitle {
  color: #cc1313;
}
.cid-tCxUYXeoCt .mbr-text {
  color: #cacaca;
}
.cid-uMa7ZQ7lYu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
}
.cid-uMa7ZQ7lYu .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-uMa7ZQ7lYu .timelines-container {
    padding: 0 24px;
  }
}
.cid-uMa7ZQ7lYu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uMa7ZQ7lYu .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-uMa7ZQ7lYu .timeline-element {
    width: 100%;
  }
}
.cid-uMa7ZQ7lYu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMa7ZQ7lYu .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  top: 0;
  padding: 0;
}
.cid-uMa7ZQ7lYu .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-uMa7ZQ7lYu .mbr-section-title,
.cid-uMa7ZQ7lYu .mbr-section-subtitle {
  text-align: center;
}
.cid-uMa7ZQ7lYu .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-uMa7ZQ7lYu .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-uMa7ZQ7lYu .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uMa7ZQ7lYu .mbr-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-uMa7ZQ7lYu .mbr-timeline-date {
    font-size: 4rem;
  }
}
.cid-uMa7ZQ7lYu .mbr-timeline-text {
  color: #ffffff;
}
.cid-uMa7ZQ7lYu .mbr-timeline-title {
  color: #ffffff;
}
.cid-uMa7ZQ7lYu .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMa7ZQ7lYu .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-uMa7ZQ7lYu .timeline-img-panel {
  padding: 0;
}
.cid-uMa7ZQ7lYu .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-uMa7ZQ7lYu .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tCxV63OEos {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxV63OEos .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxV63OEos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxV63OEos .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxV63OEos .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxV63OEos .container {
    padding: 0 26px;
  }
}
.cid-tCxV63OEos .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tCxV63OEos .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tCxV63OEos .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxV63OEos .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxV63OEos .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tCxV63OEos .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tCxV63OEos .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tCxV63OEos .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-tCxV63OEos .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tCxV63OEos .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  color: #ffffff;
}
.cid-tCxV63OEos .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-family: "Golos Text", sans-serif;
}
.cid-tCxV63OEos .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-tCxV63OEos .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-tCxV63OEos .mbr-section-title {
  color: #ffffff;
}
.cid-tCxV63OEos .mbr-section-subtitle {
  color: #cc1313;
}
.cid-tCxV63OEos .mbr-contact {
  color: #ffffff;
}
.cid-tCxV63OEos .mbr-desc {
  color: #ffffff;
}
.cid-tCxV5NP56J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxV5NP56J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxV5NP56J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxV5NP56J .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxV5NP56J .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxV5NP56J .container {
    padding: 0 26px;
  }
}
.cid-tCxV5NP56J .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCxV5NP56J .row {
    padding: 26px;
  }
}
.cid-tCxV5NP56J .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxV5NP56J .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tCxV5NP56J .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tCxV5NP56J .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxV5NP56J .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tCxV5NP56J .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tCxV5NP56J .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tCxV5NP56J .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tCxV5NP56J .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tCxV5NP56J .nav-wrapper .list {
    display: block;
  }
}
.cid-tCxV5NP56J .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCxV5NP56J .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tCxV5NP56J .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tCxV5NP56J .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxV5NP56J .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tCxV5NP56J .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tCxV5NP56J .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tCxV5NP56J .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tCxV5NP56J .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxV5NP56J .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxV5NP56J .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxV5NP56J .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tCxV5NP56J .mbr-section-title,
.cid-tCxV5NP56J .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tCxV5NP56J .list {
  color: #ffffff;
}
.cid-tCxV5NP56J .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-tCxV5NP56J .list,
.cid-tCxV5NP56J .nav-wrapper,
.cid-tCxV5NP56J .soc-wrapper {
  text-align: center;
}
.cid-uM25X1yFeJ {
  z-index: 1000;
  width: 100%;
}
.cid-uM25X1yFeJ .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uM25X1yFeJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uM25X1yFeJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uM25X1yFeJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uM25X1yFeJ .menu_box {
    flex-direction: column;
    align-items: center;
  }
  .cid-uM25X1yFeJ .menu_box .navbar.opened,
  .cid-uM25X1yFeJ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uM25X1yFeJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uM25X1yFeJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uM25X1yFeJ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uM25X1yFeJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uM25X1yFeJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uM25X1yFeJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uM25X1yFeJ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uM25X1yFeJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uM25X1yFeJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uM25X1yFeJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uM25X1yFeJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uM25X1yFeJ .offcanvas-body .mbr-text,
  .cid-uM25X1yFeJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uM25X1yFeJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uM25X1yFeJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uM25X1yFeJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #424242;
  }
  .cid-uM25X1yFeJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uM25X1yFeJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uM25X1yFeJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uM25X1yFeJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uM25X1yFeJ ul.navbar-nav {
    padding-bottom: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uM25X1yFeJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uM25X1yFeJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uM25X1yFeJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uM25X1yFeJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uM25X1yFeJ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uM25X1yFeJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uM25X1yFeJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uM25X1yFeJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uM25X1yFeJ .nav-item .nav-link {
  position: relative;
}
.cid-uM25X1yFeJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uM25X1yFeJ .nav-item .nav-link:hover,
.cid-uM25X1yFeJ .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uM25X1yFeJ .nav-item .nav-link:hover::before,
.cid-uM25X1yFeJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uM25X1yFeJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uM25X1yFeJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uM25X1yFeJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uM25X1yFeJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uM25X1yFeJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uM25X1yFeJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uM25X1yFeJ .offcanvas_box {
    display: none;
  }
}
.cid-uM25X1yFeJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uM25X1yFeJ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uM25X1yFeJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uM25X1yFeJ .container {
  display: flex;
  margin: auto;
  justify-content: space-between;
}
.cid-uM25X1yFeJ .iconfont-wrapper {
  color: #232323;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uM25X1yFeJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uM25X1yFeJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uM25X1yFeJ .navbar-caption {
  color: #ffffff;
  whitespace: nowrap;
}
.cid-uM25X1yFeJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uM25X1yFeJ .navbar-nav {
    margin: 0;
  }
}
.cid-uM25X1yFeJ .dropdown-menu,
.cid-uM25X1yFeJ .navbar.opened {
  background-color: true !important;
}
.cid-uM25X1yFeJ .nav-item:focus,
.cid-uM25X1yFeJ .nav-link:focus {
  outline: none;
}
.cid-uM25X1yFeJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM25X1yFeJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM25X1yFeJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM25X1yFeJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM25X1yFeJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM25X1yFeJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM25X1yFeJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uM25X1yFeJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uM25X1yFeJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uM25X1yFeJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uM25X1yFeJ .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uM25X1yFeJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uM25X1yFeJ .navbar.collapsed {
  justify-content: center;
}
.cid-uM25X1yFeJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM25X1yFeJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uM25X1yFeJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM25X1yFeJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM25X1yFeJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM25X1yFeJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uM25X1yFeJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uM25X1yFeJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uM25X1yFeJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uM25X1yFeJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM25X1yFeJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM25X1yFeJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uM25X1yFeJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM25X1yFeJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uM25X1yFeJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uM25X1yFeJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uM25X1yFeJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uM25X1yFeJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uM25X1yFeJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uM25X1yFeJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM25X1yFeJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uM25X1yFeJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uM25X1yFeJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uM25X1yFeJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uM25X1yFeJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uM25X1yFeJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uM25X1yFeJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM25X1yFeJ .dropdown-item.active,
.cid-uM25X1yFeJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uM25X1yFeJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM25X1yFeJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM25X1yFeJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM25X1yFeJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uM25X1yFeJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uM25X1yFeJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uM25X1yFeJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uM25X1yFeJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #424242;
}
.cid-uM25X1yFeJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM25X1yFeJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM25X1yFeJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM25X1yFeJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM25X1yFeJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM25X1yFeJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM25X1yFeJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM25X1yFeJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM25X1yFeJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uM25X1yFeJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uM25X1yFeJ .navbar {
    height: 70px;
  }
  .cid-uM25X1yFeJ .navbar.opened {
    height: auto;
  }
  .cid-uM25X1yFeJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM25X1yFeJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uM25X1yFeJ .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uM25X1yFeJ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uM25X1yFeJ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uM25X1yFeJ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uM25X1yFeJ .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uM25X1yFeJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uM25X1yFeJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uM25X1yFeJ .text_widget {
  margin-bottom: 32px;
}
.cid-uM25X1yFeJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uM25X1yFeJ .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uM25X1yFeJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uM25X1yFeJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uM25X1yFeJ .mbr-section-subtitle,
.cid-uM25X1yFeJ .text_widget,
.cid-uM25X1yFeJ .mbr-section-btn {
  text-align: center;
}
.cid-uM25X1yFeJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uM25X1yFeJ .va {
  transform: rotate(180deg);
  margin: 0px;
  float: left;
}
.cid-uM25X1yFeJ .val {
  whitespace: nowrap;
  min-width: 100px;
  display: inline-block;
  margin-top: 5px;
}
.cid-tCxTUw407v {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-tCxTUw407v {
    padding: 26px;
  }
}
.cid-tCxTUw407v .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-tCxTUw407v .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxTUw407v .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxTUw407v .container {
    padding: 26px;
  }
}
.cid-tCxTUw407v .container-fluid,
.cid-tCxTUw407v .container {
  background-image: url("../../../assets/images/modern-1920x1080.webp");
  background-size: cover;
}
.cid-tCxTUw407v .container-fluid .mbr-fallback-image.disabled,
.cid-tCxTUw407v .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxTUw407v .container-fluid .mbr-fallback-image,
.cid-tCxTUw407v .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxTUw407v .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-tCxTUw407v .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxTUw407v .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCxTUw407v .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tCxTUw407v .mbr-section-title {
  color: #ffffff;
}
.cid-tCxTUw407v .mbr-text {
  color: #ffffff;
}
.cid-tCxTUw407v .mbr-section-title,
.cid-tCxTUw407v .mbr-section-btn {
  color: #cc1313;
}
.cid-uMbkWLanIk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bodybg-1970x1371.webp");
}
.cid-uMbkWLanIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbkWLanIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbkWLanIk .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uMbkWLanIk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbkWLanIk .container {
    padding: 0 26px;
  }
}
.cid-uMbkWLanIk .row {
  justify-content: center;
}
.cid-uMbkWLanIk .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uMbkWLanIk .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uMbkWLanIk .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uMbkWLanIk .item .item-wrapper .item-img img {
  height: 128px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uMbkWLanIk .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMbkWLanIk .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uMbkWLanIk .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uMbkWLanIk .item .item-wrapper .item-content a .mbr-desc,
.cid-uMbkWLanIk .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMbkWLanIk .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uMbkWLanIk .mbr-date {
  color: #cacaca;
  text-align: left;
}
.cid-uMbkWLanIk .mbr-desc {
  color: #cacaca;
  text-align: left;
}
.cid-tCxOKM2mvt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxOKM2mvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxOKM2mvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxOKM2mvt .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxOKM2mvt .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxOKM2mvt .container {
    padding: 0 26px;
  }
}
.cid-tCxOKM2mvt .image-wrapper {
  border: 1px solid #000000;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-tCxOKM2mvt .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tCxOKM2mvt .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-tCxOKM2mvt .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCxOKM2mvt .image-wrapper img {
    height: 300px;
  }
}
.cid-tCxOKM2mvt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxOKM2mvt .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxOKM2mvt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCxOKM2mvt .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tCxOKM2mvt .mbr-section-title {
  color: #ffffff;
}
.cid-tCxOKM2mvt .mbr-section-subtitle {
  color: #cc1313;
}
.cid-tCxOKM2mvt .mbr-text {
  color: #cacaca;
}
.cid-tCxOEqGAjK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxOEqGAjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxOEqGAjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxOEqGAjK .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-tCxOEqGAjK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxOEqGAjK .container {
    padding: 0 26px;
  }
}
.cid-tCxOEqGAjK .row {
  justify-content: center;
}
.cid-tCxOEqGAjK .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxOEqGAjK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxOEqGAjK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxOEqGAjK .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCxOEqGAjK .item {
    padding: 0 12px;
  }
}
.cid-tCxOEqGAjK .item .item-wrapper .item-img img {
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tCxOEqGAjK .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tCxOEqGAjK .item .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-tCxOEqGAjK .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 16px;
}
.cid-tCxOEqGAjK .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-tCxOEqGAjK .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-tCxOEqGAjK .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxOEqGAjK .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxOEqGAjK .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxOEqGAjK .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tCxOEqGAjK .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tCxOEqGAjK .item-name {
  color: #ffffff;
}
.cid-tCxOEqGAjK .mbr-role {
  color: #cacaca;
}
.cid-uMb2FiMBxg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMb2FiMBxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMb2FiMBxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMb2FiMBxg .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMb2FiMBxg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMb2FiMBxg .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uMb2FiMBxg .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMb2FiMBxg .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMb2FiMBxg .image-wrapper img {
    height: 300px;
  }
}
.cid-uMb2FiMBxg .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uMb2FiMBxg .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMb2FiMBxg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMb2FiMBxg .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMb2FiMBxg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMb2FiMBxg .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-uMb2FiMBxg .cards-wrapper {
    margin: 0;
  }
}
.cid-uMb2FiMBxg .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uMb2FiMBxg .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-uMb2FiMBxg .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-uMb2FiMBxg .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uMb2FiMBxg .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-uMb2FiMBxg .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-uMb2FiMBxg .mbr-section-title {
  color: #ffffff;
}
.cid-uMb2FiMBxg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMb2FiMBxg .mbr-text {
  color: #cacaca;
}
.cid-uMb2FiMBxg .mbr-card-title {
  color: #ffffff;
}
.cid-tCxP14leLM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxP14leLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxP14leLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxP14leLM .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container {
    padding: 0 26px;
  }
}
.cid-tCxP14leLM .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 26px;
  }
}
.cid-tCxP14leLM .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tCxP14leLM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tCxP14leLM .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list {
    display: block;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tCxP14leLM .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxP14leLM .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tCxP14leLM .mbr-section-title,
.cid-tCxP14leLM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tCxP14leLM .list {
  color: #ffffff;
}
.cid-tCxP14leLM .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-tCxP14leLM .list,
.cid-tCxP14leLM .nav-wrapper,
.cid-tCxP14leLM .soc-wrapper {
  text-align: center;
}
.cid-uMb4hz6GbN {
  z-index: 1000;
  width: 100%;
}
.cid-uMb4hz6GbN .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uMb4hz6GbN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uMb4hz6GbN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMb4hz6GbN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMb4hz6GbN .menu_box {
    flex-direction: column;
    align-items: center;
  }
  .cid-uMb4hz6GbN .menu_box .navbar.opened,
  .cid-uMb4hz6GbN .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMb4hz6GbN nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMb4hz6GbN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMb4hz6GbN .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMb4hz6GbN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMb4hz6GbN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMb4hz6GbN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMb4hz6GbN .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uMb4hz6GbN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMb4hz6GbN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMb4hz6GbN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMb4hz6GbN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMb4hz6GbN .offcanvas-body .mbr-text,
  .cid-uMb4hz6GbN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMb4hz6GbN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMb4hz6GbN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMb4hz6GbN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #424242;
  }
  .cid-uMb4hz6GbN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMb4hz6GbN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMb4hz6GbN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMb4hz6GbN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMb4hz6GbN ul.navbar-nav {
    padding-bottom: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uMb4hz6GbN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMb4hz6GbN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMb4hz6GbN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMb4hz6GbN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMb4hz6GbN .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMb4hz6GbN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMb4hz6GbN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMb4hz6GbN .nav-item {
    margin: 0 !important;
  }
}
.cid-uMb4hz6GbN .nav-item .nav-link {
  position: relative;
}
.cid-uMb4hz6GbN .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMb4hz6GbN .nav-item .nav-link:hover,
.cid-uMb4hz6GbN .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uMb4hz6GbN .nav-item .nav-link:hover::before,
.cid-uMb4hz6GbN .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMb4hz6GbN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMb4hz6GbN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMb4hz6GbN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMb4hz6GbN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMb4hz6GbN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMb4hz6GbN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMb4hz6GbN .offcanvas_box {
    display: none;
  }
}
.cid-uMb4hz6GbN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMb4hz6GbN .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMb4hz6GbN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMb4hz6GbN .container {
  display: flex;
  margin: auto;
  justify-content: space-between;
}
.cid-uMb4hz6GbN .iconfont-wrapper {
  color: #232323;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMb4hz6GbN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMb4hz6GbN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMb4hz6GbN .navbar-caption {
  color: #ffffff;
  whitespace: nowrap;
}
.cid-uMb4hz6GbN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMb4hz6GbN .navbar-nav {
    margin: 0;
  }
}
.cid-uMb4hz6GbN .dropdown-menu,
.cid-uMb4hz6GbN .navbar.opened {
  background-color: true !important;
}
.cid-uMb4hz6GbN .nav-item:focus,
.cid-uMb4hz6GbN .nav-link:focus {
  outline: none;
}
.cid-uMb4hz6GbN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMb4hz6GbN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMb4hz6GbN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMb4hz6GbN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMb4hz6GbN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMb4hz6GbN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMb4hz6GbN .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMb4hz6GbN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMb4hz6GbN .navbar.opened {
  transition: all 0.3s;
}
.cid-uMb4hz6GbN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMb4hz6GbN .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uMb4hz6GbN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMb4hz6GbN .navbar.collapsed {
  justify-content: center;
}
.cid-uMb4hz6GbN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMb4hz6GbN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMb4hz6GbN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMb4hz6GbN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMb4hz6GbN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMb4hz6GbN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMb4hz6GbN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMb4hz6GbN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMb4hz6GbN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMb4hz6GbN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMb4hz6GbN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMb4hz6GbN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMb4hz6GbN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMb4hz6GbN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMb4hz6GbN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMb4hz6GbN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMb4hz6GbN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMb4hz6GbN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMb4hz6GbN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMb4hz6GbN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMb4hz6GbN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMb4hz6GbN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMb4hz6GbN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMb4hz6GbN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMb4hz6GbN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMb4hz6GbN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMb4hz6GbN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMb4hz6GbN .dropdown-item.active,
.cid-uMb4hz6GbN .dropdown-item:active {
  background-color: transparent;
}
.cid-uMb4hz6GbN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMb4hz6GbN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMb4hz6GbN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMb4hz6GbN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMb4hz6GbN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMb4hz6GbN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMb4hz6GbN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uMb4hz6GbN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #424242;
}
.cid-uMb4hz6GbN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMb4hz6GbN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMb4hz6GbN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMb4hz6GbN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMb4hz6GbN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMb4hz6GbN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMb4hz6GbN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMb4hz6GbN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMb4hz6GbN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMb4hz6GbN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMb4hz6GbN .navbar {
    height: 70px;
  }
  .cid-uMb4hz6GbN .navbar.opened {
    height: auto;
  }
  .cid-uMb4hz6GbN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMb4hz6GbN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMb4hz6GbN .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uMb4hz6GbN .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMb4hz6GbN .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uMb4hz6GbN .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uMb4hz6GbN .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uMb4hz6GbN .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uMb4hz6GbN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMb4hz6GbN .text_widget {
  margin-bottom: 32px;
}
.cid-uMb4hz6GbN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMb4hz6GbN .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uMb4hz6GbN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMb4hz6GbN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMb4hz6GbN .mbr-section-subtitle,
.cid-uMb4hz6GbN .text_widget,
.cid-uMb4hz6GbN .mbr-section-btn {
  text-align: center;
}
.cid-uMb4hz6GbN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMb4hz6GbN .va {
  transform: rotate(180deg);
  margin: 0px;
  float: left;
}
.cid-uMb4hz6GbN .val {
  whitespace: nowrap;
  min-width: 100px;
  display: inline-block;
  margin-top: 5px;
}
.cid-uMb4hA22Ov {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uMb4hA22Ov {
    padding: 26px;
  }
}
.cid-uMb4hA22Ov .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-uMb4hA22Ov .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMb4hA22Ov .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMb4hA22Ov .container {
    padding: 26px;
  }
}
.cid-uMb4hA22Ov .container-fluid,
.cid-uMb4hA22Ov .container {
  background-image: url("../../../assets/images/screenshot1-edited-1-1-1280x800.webp");
  background-size: cover;
}
.cid-uMb4hA22Ov .container-fluid .mbr-fallback-image.disabled,
.cid-uMb4hA22Ov .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMb4hA22Ov .container-fluid .mbr-fallback-image,
.cid-uMb4hA22Ov .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMb4hA22Ov .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-uMb4hA22Ov .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMb4hA22Ov .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMb4hA22Ov .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMb4hA22Ov .mbr-section-title {
  color: #ffffff;
}
.cid-uMb4hA22Ov .mbr-text {
  color: #ffffff;
}
.cid-uMb4hA22Ov .mbr-section-title,
.cid-uMb4hA22Ov .mbr-section-btn {
  color: #cc1313;
}
.cid-uMbjAW7Wdi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bodybg-1970x1371.webp");
}
.cid-uMbjAW7Wdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbjAW7Wdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbjAW7Wdi .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uMbjAW7Wdi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbjAW7Wdi .container {
    padding: 0 26px;
  }
}
.cid-uMbjAW7Wdi .row {
  justify-content: center;
}
.cid-uMbjAW7Wdi .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uMbjAW7Wdi .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uMbjAW7Wdi .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uMbjAW7Wdi .item .item-wrapper .item-img img {
  height: 128px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uMbjAW7Wdi .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMbjAW7Wdi .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uMbjAW7Wdi .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uMbjAW7Wdi .item .item-wrapper .item-content a .mbr-desc,
.cid-uMbjAW7Wdi .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMbjAW7Wdi .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uMbjAW7Wdi .mbr-date {
  color: #cacaca;
  text-align: left;
}
.cid-uMbjAW7Wdi .mbr-desc {
  color: #cacaca;
  text-align: left;
}
.cid-uMb4hAZYw6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMb4hAZYw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMb4hAZYw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMb4hAZYw6 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMb4hAZYw6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMb4hAZYw6 .container {
    padding: 0 26px;
  }
}
.cid-uMb4hAZYw6 .image-wrapper {
  border: 1px solid #000000;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMb4hAZYw6 .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMb4hAZYw6 .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uMb4hAZYw6 .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMb4hAZYw6 .image-wrapper img {
    height: 300px;
  }
}
.cid-uMb4hAZYw6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMb4hAZYw6 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMb4hAZYw6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMb4hAZYw6 .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMb4hAZYw6 .mbr-section-title {
  color: #ffffff;
}
.cid-uMb4hAZYw6 .mbr-section-subtitle {
  color: #cc1313;
}
.cid-uMb4hAZYw6 .mbr-text {
  color: #cacaca;
}
.cid-uMb4hBuXi0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMb4hBuXi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMb4hBuXi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMb4hBuXi0 .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-uMb4hBuXi0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMb4hBuXi0 .container {
    padding: 0 26px;
  }
}
.cid-uMb4hBuXi0 .row {
  justify-content: center;
}
.cid-uMb4hBuXi0 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uMb4hBuXi0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMb4hBuXi0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMb4hBuXi0 .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMb4hBuXi0 .item {
    padding: 0 12px;
  }
}
.cid-uMb4hBuXi0 .item .item-wrapper .item-img img {
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMb4hBuXi0 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uMb4hBuXi0 .item .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-uMb4hBuXi0 .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 16px;
}
.cid-uMb4hBuXi0 .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-uMb4hBuXi0 .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-uMb4hBuXi0 .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uMb4hBuXi0 .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uMb4hBuXi0 .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMb4hBuXi0 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uMb4hBuXi0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uMb4hBuXi0 .item-name {
  color: #ffffff;
}
.cid-uMb4hBuXi0 .mbr-role {
  color: #cacaca;
}
.cid-uMb4hCkGgG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMb4hCkGgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMb4hCkGgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMb4hCkGgG .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMb4hCkGgG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMb4hCkGgG .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uMb4hCkGgG .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMb4hCkGgG .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMb4hCkGgG .image-wrapper img {
    height: 300px;
  }
}
.cid-uMb4hCkGgG .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uMb4hCkGgG .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMb4hCkGgG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMb4hCkGgG .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMb4hCkGgG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMb4hCkGgG .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-uMb4hCkGgG .cards-wrapper {
    margin: 0;
  }
}
.cid-uMb4hCkGgG .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uMb4hCkGgG .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-uMb4hCkGgG .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-uMb4hCkGgG .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uMb4hCkGgG .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-uMb4hCkGgG .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-uMb4hCkGgG .mbr-section-title {
  color: #ffffff;
}
.cid-uMb4hCkGgG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMb4hCkGgG .mbr-text {
  color: #cacaca;
}
.cid-uMb4hCkGgG .mbr-card-title {
  color: #ffffff;
}
.cid-uMb4hCPqd3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMb4hCPqd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMb4hCPqd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMb4hCPqd3 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMb4hCPqd3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMb4hCPqd3 .container {
    padding: 0 26px;
  }
}
.cid-uMb4hCPqd3 .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMb4hCPqd3 .row {
    padding: 26px;
  }
}
.cid-uMb4hCPqd3 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uMb4hCPqd3 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMb4hCPqd3 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uMb4hCPqd3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMb4hCPqd3 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uMb4hCPqd3 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uMb4hCPqd3 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uMb4hCPqd3 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uMb4hCPqd3 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uMb4hCPqd3 .nav-wrapper .list {
    display: block;
  }
}
.cid-uMb4hCPqd3 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMb4hCPqd3 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uMb4hCPqd3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uMb4hCPqd3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMb4hCPqd3 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uMb4hCPqd3 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uMb4hCPqd3 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uMb4hCPqd3 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uMb4hCPqd3 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uMb4hCPqd3 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uMb4hCPqd3 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMb4hCPqd3 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uMb4hCPqd3 .mbr-section-title,
.cid-uMb4hCPqd3 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMb4hCPqd3 .list {
  color: #ffffff;
}
.cid-uMb4hCPqd3 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uMb4hCPqd3 .list,
.cid-uMb4hCPqd3 .nav-wrapper,
.cid-uMb4hCPqd3 .soc-wrapper {
  text-align: center;
}
.cid-uMbe9jp2eg {
  z-index: 1000;
  width: 100%;
}
.cid-uMbe9jp2eg .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uMbe9jp2eg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uMbe9jp2eg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMbe9jp2eg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMbe9jp2eg .menu_box {
    flex-direction: column;
    align-items: center;
  }
  .cid-uMbe9jp2eg .menu_box .navbar.opened,
  .cid-uMbe9jp2eg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMbe9jp2eg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMbe9jp2eg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMbe9jp2eg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMbe9jp2eg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMbe9jp2eg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMbe9jp2eg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMbe9jp2eg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uMbe9jp2eg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMbe9jp2eg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMbe9jp2eg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMbe9jp2eg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMbe9jp2eg .offcanvas-body .mbr-text,
  .cid-uMbe9jp2eg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMbe9jp2eg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMbe9jp2eg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMbe9jp2eg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #424242;
  }
  .cid-uMbe9jp2eg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMbe9jp2eg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMbe9jp2eg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMbe9jp2eg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMbe9jp2eg ul.navbar-nav {
    padding-bottom: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uMbe9jp2eg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMbe9jp2eg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMbe9jp2eg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMbe9jp2eg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMbe9jp2eg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMbe9jp2eg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMbe9jp2eg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMbe9jp2eg .nav-item {
    margin: 0 !important;
  }
}
.cid-uMbe9jp2eg .nav-item .nav-link {
  position: relative;
}
.cid-uMbe9jp2eg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMbe9jp2eg .nav-item .nav-link:hover,
.cid-uMbe9jp2eg .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uMbe9jp2eg .nav-item .nav-link:hover::before,
.cid-uMbe9jp2eg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMbe9jp2eg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMbe9jp2eg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMbe9jp2eg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMbe9jp2eg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMbe9jp2eg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMbe9jp2eg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMbe9jp2eg .offcanvas_box {
    display: none;
  }
}
.cid-uMbe9jp2eg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMbe9jp2eg .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMbe9jp2eg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMbe9jp2eg .container {
  display: flex;
  margin: auto;
  justify-content: space-between;
}
.cid-uMbe9jp2eg .iconfont-wrapper {
  color: #232323;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMbe9jp2eg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMbe9jp2eg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMbe9jp2eg .navbar-caption {
  color: #ffffff;
  whitespace: nowrap;
}
.cid-uMbe9jp2eg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMbe9jp2eg .navbar-nav {
    margin: 0;
  }
}
.cid-uMbe9jp2eg .dropdown-menu,
.cid-uMbe9jp2eg .navbar.opened {
  background-color: true !important;
}
.cid-uMbe9jp2eg .nav-item:focus,
.cid-uMbe9jp2eg .nav-link:focus {
  outline: none;
}
.cid-uMbe9jp2eg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMbe9jp2eg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMbe9jp2eg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMbe9jp2eg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMbe9jp2eg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMbe9jp2eg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMbe9jp2eg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMbe9jp2eg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMbe9jp2eg .navbar.opened {
  transition: all 0.3s;
}
.cid-uMbe9jp2eg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMbe9jp2eg .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uMbe9jp2eg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMbe9jp2eg .navbar.collapsed {
  justify-content: center;
}
.cid-uMbe9jp2eg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMbe9jp2eg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMbe9jp2eg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMbe9jp2eg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMbe9jp2eg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMbe9jp2eg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMbe9jp2eg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMbe9jp2eg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMbe9jp2eg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMbe9jp2eg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMbe9jp2eg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMbe9jp2eg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMbe9jp2eg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMbe9jp2eg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMbe9jp2eg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMbe9jp2eg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMbe9jp2eg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMbe9jp2eg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMbe9jp2eg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMbe9jp2eg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMbe9jp2eg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMbe9jp2eg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMbe9jp2eg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMbe9jp2eg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMbe9jp2eg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMbe9jp2eg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMbe9jp2eg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMbe9jp2eg .dropdown-item.active,
.cid-uMbe9jp2eg .dropdown-item:active {
  background-color: transparent;
}
.cid-uMbe9jp2eg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMbe9jp2eg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMbe9jp2eg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMbe9jp2eg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMbe9jp2eg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMbe9jp2eg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMbe9jp2eg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uMbe9jp2eg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #424242;
}
.cid-uMbe9jp2eg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMbe9jp2eg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMbe9jp2eg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMbe9jp2eg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMbe9jp2eg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMbe9jp2eg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMbe9jp2eg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMbe9jp2eg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMbe9jp2eg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMbe9jp2eg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMbe9jp2eg .navbar {
    height: 70px;
  }
  .cid-uMbe9jp2eg .navbar.opened {
    height: auto;
  }
  .cid-uMbe9jp2eg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMbe9jp2eg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMbe9jp2eg .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uMbe9jp2eg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMbe9jp2eg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uMbe9jp2eg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uMbe9jp2eg .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uMbe9jp2eg .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uMbe9jp2eg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMbe9jp2eg .text_widget {
  margin-bottom: 32px;
}
.cid-uMbe9jp2eg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMbe9jp2eg .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uMbe9jp2eg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMbe9jp2eg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMbe9jp2eg .mbr-section-subtitle,
.cid-uMbe9jp2eg .text_widget,
.cid-uMbe9jp2eg .mbr-section-btn {
  text-align: center;
}
.cid-uMbe9jp2eg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMbe9jp2eg .va {
  transform: rotate(180deg);
  margin: 0px;
  float: left;
}
.cid-uMbe9jp2eg .val {
  whitespace: nowrap;
  min-width: 100px;
  display: inline-block;
  margin-top: 5px;
}
.cid-uMbe9kbIQd {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uMbe9kbIQd {
    padding: 26px;
  }
}
.cid-uMbe9kbIQd .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-uMbe9kbIQd .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbe9kbIQd .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbe9kbIQd .container {
    padding: 26px;
  }
}
.cid-uMbe9kbIQd .container-fluid,
.cid-uMbe9kbIQd .container {
  background-image: url("../../../assets/images/rgsd-440x280.webp");
  background-size: cover;
}
.cid-uMbe9kbIQd .container-fluid .mbr-fallback-image.disabled,
.cid-uMbe9kbIQd .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbe9kbIQd .container-fluid .mbr-fallback-image,
.cid-uMbe9kbIQd .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbe9kbIQd .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-uMbe9kbIQd .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMbe9kbIQd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMbe9kbIQd .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMbe9kbIQd .mbr-section-title {
  color: #ffffff;
}
.cid-uMbe9kbIQd .mbr-text {
  color: #ffffff;
}
.cid-uMbe9kbIQd .mbr-section-title,
.cid-uMbe9kbIQd .mbr-section-btn {
  color: #cc1313;
}
.cid-uMbldOTROV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bodybg-1970x1371.webp");
}
.cid-uMbldOTROV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbldOTROV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbldOTROV .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uMbldOTROV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbldOTROV .container {
    padding: 0 26px;
  }
}
.cid-uMbldOTROV .row {
  justify-content: center;
}
.cid-uMbldOTROV .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uMbldOTROV .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uMbldOTROV .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uMbldOTROV .item .item-wrapper .item-img img {
  height: 128px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uMbldOTROV .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMbldOTROV .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uMbldOTROV .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uMbldOTROV .item .item-wrapper .item-content a .mbr-desc,
.cid-uMbldOTROV .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMbldOTROV .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uMbldOTROV .mbr-date {
  color: #cacaca;
  text-align: left;
}
.cid-uMbldOTROV .mbr-desc {
  color: #cacaca;
  text-align: left;
}
.cid-uMbe9kD7RS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMbe9kD7RS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbe9kD7RS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbe9kD7RS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uMbe9kD7RS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbe9kD7RS .container {
    padding: 0 26px;
  }
}
.cid-uMbe9kD7RS .row {
  justify-content: center;
}
.cid-uMbe9kD7RS .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uMbe9kD7RS .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uMbe9kD7RS .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uMbe9kD7RS .item .item-wrapper .item-img img {
  height: 64px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uMbe9kD7RS .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMbe9kD7RS .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uMbe9kD7RS .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uMbe9kD7RS .item .item-wrapper .item-content a .mbr-desc,
.cid-uMbe9kD7RS .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMbe9kD7RS .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uMbe9kD7RS .mbr-date {
  color: #cacaca;
  text-align: left;
}
.cid-uMbe9kD7RS .mbr-desc {
  color: #cacaca;
  text-align: left;
}
.cid-uMbe9leQcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbe9leQcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbe9leQcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbe9leQcL .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMbe9leQcL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbe9leQcL .container {
    padding: 0 26px;
  }
}
.cid-uMbe9leQcL .image-wrapper {
  border: 1px solid #000000;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMbe9leQcL .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMbe9leQcL .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uMbe9leQcL .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMbe9leQcL .image-wrapper img {
    height: 300px;
  }
}
.cid-uMbe9leQcL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMbe9leQcL .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMbe9leQcL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMbe9leQcL .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMbe9leQcL .mbr-section-title {
  color: #ffffff;
}
.cid-uMbe9leQcL .mbr-section-subtitle {
  color: #cc1313;
}
.cid-uMbe9leQcL .mbr-text {
  color: #cacaca;
}
.cid-uMbe9lLxVO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbe9lLxVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbe9lLxVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbe9lLxVO .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-uMbe9lLxVO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbe9lLxVO .container {
    padding: 0 26px;
  }
}
.cid-uMbe9lLxVO .row {
  justify-content: center;
}
.cid-uMbe9lLxVO .title-wrapper {
  margin-bottom: 50px;
}
.cid-uMbe9lLxVO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMbe9lLxVO .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMbe9lLxVO .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMbe9lLxVO .item {
    padding: 0 12px;
  }
}
.cid-uMbe9lLxVO .item .item-wrapper .item-img img {
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMbe9lLxVO .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uMbe9lLxVO .item .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-uMbe9lLxVO .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 16px;
}
.cid-uMbe9lLxVO .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-uMbe9lLxVO .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-uMbe9lLxVO .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uMbe9lLxVO .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uMbe9lLxVO .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMbe9lLxVO .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uMbe9lLxVO .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uMbe9lLxVO .item-name {
  color: #ffffff;
}
.cid-uMbe9lLxVO .mbr-role {
  color: #cacaca;
}
.cid-uMbe9mCGpU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbe9mCGpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbe9mCGpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbe9mCGpU .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMbe9mCGpU .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbe9mCGpU .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uMbe9mCGpU .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMbe9mCGpU .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMbe9mCGpU .image-wrapper img {
    height: 300px;
  }
}
.cid-uMbe9mCGpU .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uMbe9mCGpU .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMbe9mCGpU .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMbe9mCGpU .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMbe9mCGpU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMbe9mCGpU .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-uMbe9mCGpU .cards-wrapper {
    margin: 0;
  }
}
.cid-uMbe9mCGpU .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uMbe9mCGpU .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-uMbe9mCGpU .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-uMbe9mCGpU .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uMbe9mCGpU .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-uMbe9mCGpU .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-uMbe9mCGpU .mbr-section-title {
  color: #ffffff;
}
.cid-uMbe9mCGpU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMbe9mCGpU .mbr-text {
  color: #cacaca;
}
.cid-uMbe9mCGpU .mbr-card-title {
  color: #ffffff;
}
.cid-uMbe9nbpIT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbe9nbpIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbe9nbpIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbe9nbpIT .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMbe9nbpIT .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbe9nbpIT .container {
    padding: 0 26px;
  }
}
.cid-uMbe9nbpIT .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMbe9nbpIT .row {
    padding: 26px;
  }
}
.cid-uMbe9nbpIT .title-wrapper {
  margin-bottom: 50px;
}
.cid-uMbe9nbpIT .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMbe9nbpIT .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uMbe9nbpIT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMbe9nbpIT .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uMbe9nbpIT .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uMbe9nbpIT .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uMbe9nbpIT .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uMbe9nbpIT .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uMbe9nbpIT .nav-wrapper .list {
    display: block;
  }
}
.cid-uMbe9nbpIT .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMbe9nbpIT .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uMbe9nbpIT .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uMbe9nbpIT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMbe9nbpIT .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uMbe9nbpIT .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uMbe9nbpIT .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uMbe9nbpIT .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uMbe9nbpIT .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uMbe9nbpIT .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uMbe9nbpIT .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMbe9nbpIT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uMbe9nbpIT .mbr-section-title,
.cid-uMbe9nbpIT .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMbe9nbpIT .list {
  color: #ffffff;
}
.cid-uMbe9nbpIT .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uMbe9nbpIT .list,
.cid-uMbe9nbpIT .nav-wrapper,
.cid-uMbe9nbpIT .soc-wrapper {
  text-align: center;
}
.cid-uMbnjdeHoa {
  z-index: 1000;
  width: 100%;
}
.cid-uMbnjdeHoa .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uMbnjdeHoa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uMbnjdeHoa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMbnjdeHoa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMbnjdeHoa .menu_box {
    flex-direction: column;
    align-items: center;
  }
  .cid-uMbnjdeHoa .menu_box .navbar.opened,
  .cid-uMbnjdeHoa .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMbnjdeHoa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMbnjdeHoa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMbnjdeHoa .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMbnjdeHoa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMbnjdeHoa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMbnjdeHoa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMbnjdeHoa .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uMbnjdeHoa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMbnjdeHoa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMbnjdeHoa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMbnjdeHoa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMbnjdeHoa .offcanvas-body .mbr-text,
  .cid-uMbnjdeHoa .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMbnjdeHoa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMbnjdeHoa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMbnjdeHoa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #424242;
  }
  .cid-uMbnjdeHoa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMbnjdeHoa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMbnjdeHoa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMbnjdeHoa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMbnjdeHoa ul.navbar-nav {
    padding-bottom: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uMbnjdeHoa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMbnjdeHoa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMbnjdeHoa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMbnjdeHoa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMbnjdeHoa .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMbnjdeHoa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMbnjdeHoa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMbnjdeHoa .nav-item {
    margin: 0 !important;
  }
}
.cid-uMbnjdeHoa .nav-item .nav-link {
  position: relative;
}
.cid-uMbnjdeHoa .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMbnjdeHoa .nav-item .nav-link:hover,
.cid-uMbnjdeHoa .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uMbnjdeHoa .nav-item .nav-link:hover::before,
.cid-uMbnjdeHoa .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMbnjdeHoa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMbnjdeHoa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMbnjdeHoa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMbnjdeHoa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMbnjdeHoa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMbnjdeHoa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMbnjdeHoa .offcanvas_box {
    display: none;
  }
}
.cid-uMbnjdeHoa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMbnjdeHoa .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMbnjdeHoa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMbnjdeHoa .container {
  display: flex;
  margin: auto;
  justify-content: space-between;
}
.cid-uMbnjdeHoa .iconfont-wrapper {
  color: #232323;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMbnjdeHoa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMbnjdeHoa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMbnjdeHoa .navbar-caption {
  color: #ffffff;
  whitespace: nowrap;
}
.cid-uMbnjdeHoa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMbnjdeHoa .navbar-nav {
    margin: 0;
  }
}
.cid-uMbnjdeHoa .dropdown-menu,
.cid-uMbnjdeHoa .navbar.opened {
  background-color: true !important;
}
.cid-uMbnjdeHoa .nav-item:focus,
.cid-uMbnjdeHoa .nav-link:focus {
  outline: none;
}
.cid-uMbnjdeHoa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMbnjdeHoa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMbnjdeHoa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMbnjdeHoa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMbnjdeHoa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMbnjdeHoa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMbnjdeHoa .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMbnjdeHoa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMbnjdeHoa .navbar.opened {
  transition: all 0.3s;
}
.cid-uMbnjdeHoa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMbnjdeHoa .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uMbnjdeHoa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMbnjdeHoa .navbar.collapsed {
  justify-content: center;
}
.cid-uMbnjdeHoa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMbnjdeHoa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMbnjdeHoa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMbnjdeHoa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMbnjdeHoa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMbnjdeHoa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMbnjdeHoa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMbnjdeHoa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMbnjdeHoa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMbnjdeHoa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMbnjdeHoa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMbnjdeHoa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMbnjdeHoa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMbnjdeHoa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMbnjdeHoa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMbnjdeHoa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMbnjdeHoa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMbnjdeHoa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMbnjdeHoa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMbnjdeHoa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMbnjdeHoa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMbnjdeHoa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMbnjdeHoa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMbnjdeHoa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMbnjdeHoa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMbnjdeHoa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMbnjdeHoa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMbnjdeHoa .dropdown-item.active,
.cid-uMbnjdeHoa .dropdown-item:active {
  background-color: transparent;
}
.cid-uMbnjdeHoa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMbnjdeHoa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMbnjdeHoa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMbnjdeHoa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMbnjdeHoa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMbnjdeHoa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMbnjdeHoa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uMbnjdeHoa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #424242;
}
.cid-uMbnjdeHoa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMbnjdeHoa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMbnjdeHoa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMbnjdeHoa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMbnjdeHoa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMbnjdeHoa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMbnjdeHoa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMbnjdeHoa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMbnjdeHoa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMbnjdeHoa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMbnjdeHoa .navbar {
    height: 70px;
  }
  .cid-uMbnjdeHoa .navbar.opened {
    height: auto;
  }
  .cid-uMbnjdeHoa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMbnjdeHoa .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMbnjdeHoa .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uMbnjdeHoa .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMbnjdeHoa .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uMbnjdeHoa .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uMbnjdeHoa .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uMbnjdeHoa .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uMbnjdeHoa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMbnjdeHoa .text_widget {
  margin-bottom: 32px;
}
.cid-uMbnjdeHoa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMbnjdeHoa .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uMbnjdeHoa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMbnjdeHoa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMbnjdeHoa .mbr-section-subtitle,
.cid-uMbnjdeHoa .text_widget,
.cid-uMbnjdeHoa .mbr-section-btn {
  text-align: center;
}
.cid-uMbnjdeHoa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMbnjdeHoa .va {
  transform: rotate(180deg);
  margin: 0px;
  float: left;
}
.cid-uMbnjdeHoa .val {
  whitespace: nowrap;
  min-width: 100px;
  display: inline-block;
  margin-top: 5px;
}
.cid-uMbnjk0HvG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbnjk0HvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbnjk0HvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbnjk0HvG .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMbnjk0HvG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbnjk0HvG .container {
    padding: 0 26px;
  }
}
.cid-uMbnjk0HvG .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMbnjk0HvG .row {
    padding: 26px;
  }
}
.cid-uMbnjk0HvG .title-wrapper {
  margin-bottom: 50px;
}
.cid-uMbnjk0HvG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMbnjk0HvG .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uMbnjk0HvG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMbnjk0HvG .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uMbnjk0HvG .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uMbnjk0HvG .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uMbnjk0HvG .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uMbnjk0HvG .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uMbnjk0HvG .nav-wrapper .list {
    display: block;
  }
}
.cid-uMbnjk0HvG .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMbnjk0HvG .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uMbnjk0HvG .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uMbnjk0HvG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMbnjk0HvG .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uMbnjk0HvG .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uMbnjk0HvG .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uMbnjk0HvG .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uMbnjk0HvG .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uMbnjk0HvG .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uMbnjk0HvG .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMbnjk0HvG .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uMbnjk0HvG .mbr-section-title,
.cid-uMbnjk0HvG .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMbnjk0HvG .list {
  color: #ffffff;
}
.cid-uMbnjk0HvG .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uMbnjk0HvG .list,
.cid-uMbnjk0HvG .nav-wrapper,
.cid-uMbnjk0HvG .soc-wrapper {
  text-align: center;
}
.cid-uMbnjdeHoa {
  z-index: 1000;
  width: 100%;
}
.cid-uMbnjdeHoa .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uMbnjdeHoa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uMbnjdeHoa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMbnjdeHoa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMbnjdeHoa .menu_box {
    flex-direction: column;
    align-items: center;
  }
  .cid-uMbnjdeHoa .menu_box .navbar.opened,
  .cid-uMbnjdeHoa .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMbnjdeHoa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMbnjdeHoa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMbnjdeHoa .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMbnjdeHoa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMbnjdeHoa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMbnjdeHoa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMbnjdeHoa .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uMbnjdeHoa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMbnjdeHoa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMbnjdeHoa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMbnjdeHoa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMbnjdeHoa .offcanvas-body .mbr-text,
  .cid-uMbnjdeHoa .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMbnjdeHoa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMbnjdeHoa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMbnjdeHoa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #424242;
  }
  .cid-uMbnjdeHoa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMbnjdeHoa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMbnjdeHoa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMbnjdeHoa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMbnjdeHoa ul.navbar-nav {
    padding-bottom: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uMbnjdeHoa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMbnjdeHoa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMbnjdeHoa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMbnjdeHoa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMbnjdeHoa .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMbnjdeHoa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMbnjdeHoa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMbnjdeHoa .nav-item {
    margin: 0 !important;
  }
}
.cid-uMbnjdeHoa .nav-item .nav-link {
  position: relative;
}
.cid-uMbnjdeHoa .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMbnjdeHoa .nav-item .nav-link:hover,
.cid-uMbnjdeHoa .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uMbnjdeHoa .nav-item .nav-link:hover::before,
.cid-uMbnjdeHoa .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMbnjdeHoa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMbnjdeHoa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMbnjdeHoa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMbnjdeHoa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMbnjdeHoa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMbnjdeHoa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMbnjdeHoa .offcanvas_box {
    display: none;
  }
}
.cid-uMbnjdeHoa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMbnjdeHoa .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMbnjdeHoa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMbnjdeHoa .container {
  display: flex;
  margin: auto;
  justify-content: space-between;
}
.cid-uMbnjdeHoa .iconfont-wrapper {
  color: #232323;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMbnjdeHoa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMbnjdeHoa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMbnjdeHoa .navbar-caption {
  color: #ffffff;
  whitespace: nowrap;
}
.cid-uMbnjdeHoa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMbnjdeHoa .navbar-nav {
    margin: 0;
  }
}
.cid-uMbnjdeHoa .dropdown-menu,
.cid-uMbnjdeHoa .navbar.opened {
  background-color: true !important;
}
.cid-uMbnjdeHoa .nav-item:focus,
.cid-uMbnjdeHoa .nav-link:focus {
  outline: none;
}
.cid-uMbnjdeHoa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMbnjdeHoa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMbnjdeHoa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMbnjdeHoa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMbnjdeHoa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMbnjdeHoa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMbnjdeHoa .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMbnjdeHoa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMbnjdeHoa .navbar.opened {
  transition: all 0.3s;
}
.cid-uMbnjdeHoa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMbnjdeHoa .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uMbnjdeHoa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMbnjdeHoa .navbar.collapsed {
  justify-content: center;
}
.cid-uMbnjdeHoa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMbnjdeHoa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMbnjdeHoa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMbnjdeHoa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMbnjdeHoa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMbnjdeHoa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMbnjdeHoa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMbnjdeHoa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMbnjdeHoa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMbnjdeHoa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMbnjdeHoa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMbnjdeHoa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMbnjdeHoa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMbnjdeHoa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMbnjdeHoa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMbnjdeHoa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMbnjdeHoa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMbnjdeHoa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMbnjdeHoa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMbnjdeHoa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMbnjdeHoa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMbnjdeHoa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMbnjdeHoa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMbnjdeHoa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMbnjdeHoa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMbnjdeHoa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMbnjdeHoa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMbnjdeHoa .dropdown-item.active,
.cid-uMbnjdeHoa .dropdown-item:active {
  background-color: transparent;
}
.cid-uMbnjdeHoa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMbnjdeHoa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMbnjdeHoa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMbnjdeHoa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMbnjdeHoa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMbnjdeHoa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMbnjdeHoa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uMbnjdeHoa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #424242;
}
.cid-uMbnjdeHoa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMbnjdeHoa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMbnjdeHoa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMbnjdeHoa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMbnjdeHoa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMbnjdeHoa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMbnjdeHoa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMbnjdeHoa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMbnjdeHoa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMbnjdeHoa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMbnjdeHoa .navbar {
    height: 70px;
  }
  .cid-uMbnjdeHoa .navbar.opened {
    height: auto;
  }
  .cid-uMbnjdeHoa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMbnjdeHoa .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMbnjdeHoa .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uMbnjdeHoa .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMbnjdeHoa .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uMbnjdeHoa .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uMbnjdeHoa .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uMbnjdeHoa .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uMbnjdeHoa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMbnjdeHoa .text_widget {
  margin-bottom: 32px;
}
.cid-uMbnjdeHoa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMbnjdeHoa .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uMbnjdeHoa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMbnjdeHoa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMbnjdeHoa .mbr-section-subtitle,
.cid-uMbnjdeHoa .text_widget,
.cid-uMbnjdeHoa .mbr-section-btn {
  text-align: center;
}
.cid-uMbnjdeHoa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMbnjdeHoa .va {
  transform: rotate(180deg);
  margin: 0px;
  float: left;
}
.cid-uMbnjdeHoa .val {
  whitespace: nowrap;
  min-width: 100px;
  display: inline-block;
  margin-top: 5px;
}
.cid-uMbnjenXvx {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uMbnjenXvx {
    padding: 26px;
  }
}
.cid-uMbnjenXvx .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-uMbnjenXvx .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbnjenXvx .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbnjenXvx .container {
    padding: 26px;
  }
}
.cid-uMbnjenXvx .container-fluid,
.cid-uMbnjenXvx .container {
  background-image: url("../../../assets/images/08-1366x768.webp");
  background-size: cover;
}
.cid-uMbnjenXvx .container-fluid .mbr-fallback-image.disabled,
.cid-uMbnjenXvx .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbnjenXvx .container-fluid .mbr-fallback-image,
.cid-uMbnjenXvx .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbnjenXvx .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-uMbnjenXvx .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMbnjenXvx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMbnjenXvx .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMbnjenXvx .mbr-section-title {
  color: #ffffff;
}
.cid-uMbnjenXvx .mbr-text {
  color: #ffffff;
}
.cid-uMbnjenXvx .mbr-section-title,
.cid-uMbnjenXvx .mbr-section-btn {
  color: #cc1313;
}
.cid-uMbnjeYtGz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bodybg-1970x1371.webp");
}
.cid-uMbnjeYtGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbnjeYtGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbnjeYtGz .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uMbnjeYtGz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbnjeYtGz .container {
    padding: 0 26px;
  }
}
.cid-uMbnjeYtGz .row {
  justify-content: center;
}
.cid-uMbnjeYtGz .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uMbnjeYtGz .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uMbnjeYtGz .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uMbnjeYtGz .item .item-wrapper .item-img img {
  height: 128px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uMbnjeYtGz .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMbnjeYtGz .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uMbnjeYtGz .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uMbnjeYtGz .item .item-wrapper .item-content a .mbr-desc,
.cid-uMbnjeYtGz .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMbnjeYtGz .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uMbnjeYtGz .mbr-date {
  color: #cacaca;
  text-align: left;
}
.cid-uMbnjeYtGz .mbr-desc {
  color: #cacaca;
  text-align: left;
}
.cid-uMbnjgJ3tc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbnjgJ3tc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbnjgJ3tc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbnjgJ3tc .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMbnjgJ3tc .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbnjgJ3tc .container {
    padding: 0 26px;
  }
}
.cid-uMbnjgJ3tc .image-wrapper {
  border: 1px solid #000000;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMbnjgJ3tc .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMbnjgJ3tc .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uMbnjgJ3tc .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMbnjgJ3tc .image-wrapper img {
    height: 300px;
  }
}
.cid-uMbnjgJ3tc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMbnjgJ3tc .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMbnjgJ3tc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMbnjgJ3tc .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMbnjgJ3tc .mbr-section-title {
  color: #ffffff;
}
.cid-uMbnjgJ3tc .mbr-section-subtitle {
  color: #cc1313;
}
.cid-uMbnjgJ3tc .mbr-text {
  color: #cacaca;
}
.cid-uMbnjhiOqH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbnjhiOqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbnjhiOqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbnjhiOqH .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-uMbnjhiOqH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbnjhiOqH .container {
    padding: 0 26px;
  }
}
.cid-uMbnjhiOqH .row {
  justify-content: center;
}
.cid-uMbnjhiOqH .title-wrapper {
  margin-bottom: 50px;
}
.cid-uMbnjhiOqH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMbnjhiOqH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMbnjhiOqH .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMbnjhiOqH .item {
    padding: 0 12px;
  }
}
.cid-uMbnjhiOqH .item .item-wrapper .item-img img {
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMbnjhiOqH .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uMbnjhiOqH .item .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-uMbnjhiOqH .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 16px;
}
.cid-uMbnjhiOqH .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-uMbnjhiOqH .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-uMbnjhiOqH .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uMbnjhiOqH .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uMbnjhiOqH .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMbnjhiOqH .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uMbnjhiOqH .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uMbnjhiOqH .item-name {
  color: #ffffff;
}
.cid-uMbnjhiOqH .mbr-role {
  color: #cacaca;
}
.cid-uMbnjiUfVt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbnjiUfVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbnjiUfVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbnjiUfVt .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMbnjiUfVt .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbnjiUfVt .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uMbnjiUfVt .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMbnjiUfVt .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMbnjiUfVt .image-wrapper img {
    height: 300px;
  }
}
.cid-uMbnjiUfVt .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uMbnjiUfVt .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMbnjiUfVt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMbnjiUfVt .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMbnjiUfVt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMbnjiUfVt .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-uMbnjiUfVt .cards-wrapper {
    margin: 0;
  }
}
.cid-uMbnjiUfVt .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uMbnjiUfVt .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-uMbnjiUfVt .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-uMbnjiUfVt .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uMbnjiUfVt .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-uMbnjiUfVt .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-uMbnjiUfVt .mbr-section-title {
  color: #ffffff;
}
.cid-uMbnjiUfVt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMbnjiUfVt .mbr-text {
  color: #cacaca;
}
.cid-uMbnjiUfVt .mbr-card-title {
  color: #ffffff;
}
.cid-uMbnjk0HvG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbnjk0HvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbnjk0HvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbnjk0HvG .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMbnjk0HvG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbnjk0HvG .container {
    padding: 0 26px;
  }
}
.cid-uMbnjk0HvG .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMbnjk0HvG .row {
    padding: 26px;
  }
}
.cid-uMbnjk0HvG .title-wrapper {
  margin-bottom: 50px;
}
.cid-uMbnjk0HvG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMbnjk0HvG .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uMbnjk0HvG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMbnjk0HvG .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uMbnjk0HvG .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uMbnjk0HvG .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uMbnjk0HvG .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uMbnjk0HvG .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uMbnjk0HvG .nav-wrapper .list {
    display: block;
  }
}
.cid-uMbnjk0HvG .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMbnjk0HvG .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uMbnjk0HvG .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uMbnjk0HvG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMbnjk0HvG .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uMbnjk0HvG .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uMbnjk0HvG .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uMbnjk0HvG .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uMbnjk0HvG .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uMbnjk0HvG .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uMbnjk0HvG .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMbnjk0HvG .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uMbnjk0HvG .mbr-section-title,
.cid-uMbnjk0HvG .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMbnjk0HvG .list {
  color: #ffffff;
}
.cid-uMbnjk0HvG .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uMbnjk0HvG .list,
.cid-uMbnjk0HvG .nav-wrapper,
.cid-uMbnjk0HvG .soc-wrapper {
  text-align: center;
}
.cid-uMbrJr5AMf {
  z-index: 1000;
  width: 100%;
}
.cid-uMbrJr5AMf .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uMbrJr5AMf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uMbrJr5AMf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMbrJr5AMf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMbrJr5AMf .menu_box {
    flex-direction: column;
    align-items: center;
  }
  .cid-uMbrJr5AMf .menu_box .navbar.opened,
  .cid-uMbrJr5AMf .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMbrJr5AMf nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMbrJr5AMf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMbrJr5AMf .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMbrJr5AMf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMbrJr5AMf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMbrJr5AMf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMbrJr5AMf .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uMbrJr5AMf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMbrJr5AMf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMbrJr5AMf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMbrJr5AMf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMbrJr5AMf .offcanvas-body .mbr-text,
  .cid-uMbrJr5AMf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMbrJr5AMf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMbrJr5AMf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMbrJr5AMf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #424242;
  }
  .cid-uMbrJr5AMf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMbrJr5AMf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMbrJr5AMf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMbrJr5AMf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMbrJr5AMf ul.navbar-nav {
    padding-bottom: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uMbrJr5AMf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMbrJr5AMf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMbrJr5AMf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMbrJr5AMf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMbrJr5AMf .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMbrJr5AMf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMbrJr5AMf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMbrJr5AMf .nav-item {
    margin: 0 !important;
  }
}
.cid-uMbrJr5AMf .nav-item .nav-link {
  position: relative;
}
.cid-uMbrJr5AMf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMbrJr5AMf .nav-item .nav-link:hover,
.cid-uMbrJr5AMf .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uMbrJr5AMf .nav-item .nav-link:hover::before,
.cid-uMbrJr5AMf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMbrJr5AMf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMbrJr5AMf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMbrJr5AMf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMbrJr5AMf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMbrJr5AMf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMbrJr5AMf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMbrJr5AMf .offcanvas_box {
    display: none;
  }
}
.cid-uMbrJr5AMf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMbrJr5AMf .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMbrJr5AMf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMbrJr5AMf .container {
  display: flex;
  margin: auto;
  justify-content: space-between;
}
.cid-uMbrJr5AMf .iconfont-wrapper {
  color: #232323;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMbrJr5AMf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMbrJr5AMf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMbrJr5AMf .navbar-caption {
  color: #ffffff;
  whitespace: nowrap;
}
.cid-uMbrJr5AMf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMbrJr5AMf .navbar-nav {
    margin: 0;
  }
}
.cid-uMbrJr5AMf .dropdown-menu,
.cid-uMbrJr5AMf .navbar.opened {
  background-color: true !important;
}
.cid-uMbrJr5AMf .nav-item:focus,
.cid-uMbrJr5AMf .nav-link:focus {
  outline: none;
}
.cid-uMbrJr5AMf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMbrJr5AMf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMbrJr5AMf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMbrJr5AMf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMbrJr5AMf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMbrJr5AMf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMbrJr5AMf .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMbrJr5AMf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMbrJr5AMf .navbar.opened {
  transition: all 0.3s;
}
.cid-uMbrJr5AMf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMbrJr5AMf .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uMbrJr5AMf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMbrJr5AMf .navbar.collapsed {
  justify-content: center;
}
.cid-uMbrJr5AMf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMbrJr5AMf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMbrJr5AMf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMbrJr5AMf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMbrJr5AMf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMbrJr5AMf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMbrJr5AMf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMbrJr5AMf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMbrJr5AMf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMbrJr5AMf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMbrJr5AMf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMbrJr5AMf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMbrJr5AMf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMbrJr5AMf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMbrJr5AMf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMbrJr5AMf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMbrJr5AMf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMbrJr5AMf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMbrJr5AMf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMbrJr5AMf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMbrJr5AMf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMbrJr5AMf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMbrJr5AMf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMbrJr5AMf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMbrJr5AMf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMbrJr5AMf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMbrJr5AMf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMbrJr5AMf .dropdown-item.active,
.cid-uMbrJr5AMf .dropdown-item:active {
  background-color: transparent;
}
.cid-uMbrJr5AMf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMbrJr5AMf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMbrJr5AMf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMbrJr5AMf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMbrJr5AMf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMbrJr5AMf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMbrJr5AMf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uMbrJr5AMf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #424242;
}
.cid-uMbrJr5AMf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMbrJr5AMf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMbrJr5AMf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMbrJr5AMf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMbrJr5AMf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMbrJr5AMf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMbrJr5AMf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMbrJr5AMf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMbrJr5AMf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMbrJr5AMf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMbrJr5AMf .navbar {
    height: 70px;
  }
  .cid-uMbrJr5AMf .navbar.opened {
    height: auto;
  }
  .cid-uMbrJr5AMf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMbrJr5AMf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMbrJr5AMf .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uMbrJr5AMf .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMbrJr5AMf .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uMbrJr5AMf .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uMbrJr5AMf .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uMbrJr5AMf .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uMbrJr5AMf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMbrJr5AMf .text_widget {
  margin-bottom: 32px;
}
.cid-uMbrJr5AMf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMbrJr5AMf .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uMbrJr5AMf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMbrJr5AMf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMbrJr5AMf .mbr-section-subtitle,
.cid-uMbrJr5AMf .text_widget,
.cid-uMbrJr5AMf .mbr-section-btn {
  text-align: center;
}
.cid-uMbrJr5AMf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMbrJr5AMf .va {
  transform: rotate(180deg);
  margin: 0px;
  float: left;
}
.cid-uMbrJr5AMf .val {
  whitespace: nowrap;
  min-width: 100px;
  display: inline-block;
  margin-top: 5px;
}
.cid-uMbrJsTHUN {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uMbrJsTHUN {
    padding: 26px;
  }
}
.cid-uMbrJsTHUN .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-uMbrJsTHUN .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbrJsTHUN .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbrJsTHUN .container {
    padding: 26px;
  }
}
.cid-uMbrJsTHUN .container-fluid,
.cid-uMbrJsTHUN .container {
  background-image: url("../../../assets/images/screenshot1-1-640x400.webp");
  background-size: cover;
}
.cid-uMbrJsTHUN .container-fluid .mbr-fallback-image.disabled,
.cid-uMbrJsTHUN .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbrJsTHUN .container-fluid .mbr-fallback-image,
.cid-uMbrJsTHUN .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbrJsTHUN .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-uMbrJsTHUN .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMbrJsTHUN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMbrJsTHUN .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMbrJsTHUN .mbr-section-title {
  color: #ffffff;
}
.cid-uMbrJsTHUN .mbr-text {
  color: #ffffff;
}
.cid-uMbrJsTHUN .mbr-section-title,
.cid-uMbrJsTHUN .mbr-section-btn {
  color: #cc1313;
}
.cid-uMbrJtHaPE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bodybg-1970x1371.webp");
}
.cid-uMbrJtHaPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbrJtHaPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbrJtHaPE .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uMbrJtHaPE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbrJtHaPE .container {
    padding: 0 26px;
  }
}
.cid-uMbrJtHaPE .row {
  justify-content: center;
}
.cid-uMbrJtHaPE .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uMbrJtHaPE .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uMbrJtHaPE .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uMbrJtHaPE .item .item-wrapper .item-img img {
  height: 128px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uMbrJtHaPE .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMbrJtHaPE .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uMbrJtHaPE .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uMbrJtHaPE .item .item-wrapper .item-content a .mbr-desc,
.cid-uMbrJtHaPE .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMbrJtHaPE .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uMbrJtHaPE .mbr-date {
  color: #cacaca;
  text-align: left;
}
.cid-uMbrJtHaPE .mbr-desc {
  color: #cacaca;
  text-align: left;
}
.cid-uMbrJuTBjM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbrJuTBjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbrJuTBjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbrJuTBjM .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMbrJuTBjM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbrJuTBjM .container {
    padding: 0 26px;
  }
}
.cid-uMbrJuTBjM .image-wrapper {
  border: 1px solid #000000;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMbrJuTBjM .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMbrJuTBjM .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uMbrJuTBjM .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMbrJuTBjM .image-wrapper img {
    height: 300px;
  }
}
.cid-uMbrJuTBjM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMbrJuTBjM .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMbrJuTBjM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMbrJuTBjM .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMbrJuTBjM .mbr-section-title {
  color: #ffffff;
}
.cid-uMbrJuTBjM .mbr-section-subtitle {
  color: #cc1313;
}
.cid-uMbrJuTBjM .mbr-text {
  color: #cacaca;
}
.cid-uMbrJvXy3I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbrJvXy3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbrJvXy3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbrJvXy3I .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-uMbrJvXy3I .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbrJvXy3I .container {
    padding: 0 26px;
  }
}
.cid-uMbrJvXy3I .row {
  justify-content: center;
}
.cid-uMbrJvXy3I .title-wrapper {
  margin-bottom: 50px;
}
.cid-uMbrJvXy3I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMbrJvXy3I .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMbrJvXy3I .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMbrJvXy3I .item {
    padding: 0 12px;
  }
}
.cid-uMbrJvXy3I .item .item-wrapper .item-img img {
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMbrJvXy3I .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uMbrJvXy3I .item .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-uMbrJvXy3I .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 16px;
}
.cid-uMbrJvXy3I .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-uMbrJvXy3I .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-uMbrJvXy3I .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uMbrJvXy3I .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uMbrJvXy3I .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMbrJvXy3I .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uMbrJvXy3I .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uMbrJvXy3I .item-name {
  color: #ffffff;
}
.cid-uMbrJvXy3I .mbr-role {
  color: #cacaca;
}
.cid-uMbrJwVK5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbrJwVK5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbrJwVK5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbrJwVK5i .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMbrJwVK5i .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbrJwVK5i .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uMbrJwVK5i .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMbrJwVK5i .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMbrJwVK5i .image-wrapper img {
    height: 300px;
  }
}
.cid-uMbrJwVK5i .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uMbrJwVK5i .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMbrJwVK5i .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMbrJwVK5i .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMbrJwVK5i .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMbrJwVK5i .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-uMbrJwVK5i .cards-wrapper {
    margin: 0;
  }
}
.cid-uMbrJwVK5i .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uMbrJwVK5i .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-uMbrJwVK5i .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-uMbrJwVK5i .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uMbrJwVK5i .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-uMbrJwVK5i .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-uMbrJwVK5i .mbr-section-title {
  color: #ffffff;
}
.cid-uMbrJwVK5i .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMbrJwVK5i .mbr-text {
  color: #cacaca;
}
.cid-uMbrJwVK5i .mbr-card-title {
  color: #ffffff;
}
.cid-uMbrJxq1e3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbrJxq1e3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbrJxq1e3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbrJxq1e3 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMbrJxq1e3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbrJxq1e3 .container {
    padding: 0 26px;
  }
}
.cid-uMbrJxq1e3 .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMbrJxq1e3 .row {
    padding: 26px;
  }
}
.cid-uMbrJxq1e3 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uMbrJxq1e3 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMbrJxq1e3 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uMbrJxq1e3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMbrJxq1e3 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uMbrJxq1e3 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uMbrJxq1e3 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uMbrJxq1e3 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uMbrJxq1e3 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uMbrJxq1e3 .nav-wrapper .list {
    display: block;
  }
}
.cid-uMbrJxq1e3 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMbrJxq1e3 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uMbrJxq1e3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uMbrJxq1e3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMbrJxq1e3 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uMbrJxq1e3 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uMbrJxq1e3 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uMbrJxq1e3 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uMbrJxq1e3 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uMbrJxq1e3 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uMbrJxq1e3 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMbrJxq1e3 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uMbrJxq1e3 .mbr-section-title,
.cid-uMbrJxq1e3 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMbrJxq1e3 .list {
  color: #ffffff;
}
.cid-uMbrJxq1e3 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uMbrJxq1e3 .list,
.cid-uMbrJxq1e3 .nav-wrapper,
.cid-uMbrJxq1e3 .soc-wrapper {
  text-align: center;
}
.cid-uMbtGY1N1Y {
  z-index: 1000;
  width: 100%;
}
.cid-uMbtGY1N1Y .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uMbtGY1N1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uMbtGY1N1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMbtGY1N1Y .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMbtGY1N1Y .menu_box {
    flex-direction: column;
    align-items: center;
  }
  .cid-uMbtGY1N1Y .menu_box .navbar.opened,
  .cid-uMbtGY1N1Y .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMbtGY1N1Y nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMbtGY1N1Y .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMbtGY1N1Y .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMbtGY1N1Y .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMbtGY1N1Y .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMbtGY1N1Y .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMbtGY1N1Y .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uMbtGY1N1Y .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMbtGY1N1Y .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMbtGY1N1Y .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMbtGY1N1Y .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMbtGY1N1Y .offcanvas-body .mbr-text,
  .cid-uMbtGY1N1Y .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMbtGY1N1Y .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMbtGY1N1Y .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMbtGY1N1Y .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #424242;
  }
  .cid-uMbtGY1N1Y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMbtGY1N1Y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMbtGY1N1Y .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMbtGY1N1Y .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMbtGY1N1Y ul.navbar-nav {
    padding-bottom: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uMbtGY1N1Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMbtGY1N1Y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMbtGY1N1Y .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMbtGY1N1Y li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMbtGY1N1Y .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMbtGY1N1Y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMbtGY1N1Y .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMbtGY1N1Y .nav-item {
    margin: 0 !important;
  }
}
.cid-uMbtGY1N1Y .nav-item .nav-link {
  position: relative;
}
.cid-uMbtGY1N1Y .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMbtGY1N1Y .nav-item .nav-link:hover,
.cid-uMbtGY1N1Y .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uMbtGY1N1Y .nav-item .nav-link:hover::before,
.cid-uMbtGY1N1Y .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMbtGY1N1Y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMbtGY1N1Y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMbtGY1N1Y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMbtGY1N1Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMbtGY1N1Y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMbtGY1N1Y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMbtGY1N1Y .offcanvas_box {
    display: none;
  }
}
.cid-uMbtGY1N1Y .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMbtGY1N1Y .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMbtGY1N1Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMbtGY1N1Y .container {
  display: flex;
  margin: auto;
  justify-content: space-between;
}
.cid-uMbtGY1N1Y .iconfont-wrapper {
  color: #232323;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMbtGY1N1Y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMbtGY1N1Y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMbtGY1N1Y .navbar-caption {
  color: #ffffff;
  whitespace: nowrap;
}
.cid-uMbtGY1N1Y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMbtGY1N1Y .navbar-nav {
    margin: 0;
  }
}
.cid-uMbtGY1N1Y .dropdown-menu,
.cid-uMbtGY1N1Y .navbar.opened {
  background-color: true !important;
}
.cid-uMbtGY1N1Y .nav-item:focus,
.cid-uMbtGY1N1Y .nav-link:focus {
  outline: none;
}
.cid-uMbtGY1N1Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMbtGY1N1Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMbtGY1N1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMbtGY1N1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMbtGY1N1Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMbtGY1N1Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMbtGY1N1Y .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMbtGY1N1Y .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMbtGY1N1Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uMbtGY1N1Y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMbtGY1N1Y .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uMbtGY1N1Y .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMbtGY1N1Y .navbar.collapsed {
  justify-content: center;
}
.cid-uMbtGY1N1Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMbtGY1N1Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMbtGY1N1Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMbtGY1N1Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMbtGY1N1Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMbtGY1N1Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMbtGY1N1Y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMbtGY1N1Y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMbtGY1N1Y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMbtGY1N1Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMbtGY1N1Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMbtGY1N1Y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMbtGY1N1Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMbtGY1N1Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMbtGY1N1Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMbtGY1N1Y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMbtGY1N1Y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMbtGY1N1Y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMbtGY1N1Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMbtGY1N1Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMbtGY1N1Y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMbtGY1N1Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMbtGY1N1Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMbtGY1N1Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMbtGY1N1Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMbtGY1N1Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMbtGY1N1Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMbtGY1N1Y .dropdown-item.active,
.cid-uMbtGY1N1Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uMbtGY1N1Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMbtGY1N1Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMbtGY1N1Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMbtGY1N1Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMbtGY1N1Y ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMbtGY1N1Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMbtGY1N1Y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uMbtGY1N1Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #424242;
}
.cid-uMbtGY1N1Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMbtGY1N1Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMbtGY1N1Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMbtGY1N1Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMbtGY1N1Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMbtGY1N1Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMbtGY1N1Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMbtGY1N1Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMbtGY1N1Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMbtGY1N1Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMbtGY1N1Y .navbar {
    height: 70px;
  }
  .cid-uMbtGY1N1Y .navbar.opened {
    height: auto;
  }
  .cid-uMbtGY1N1Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMbtGY1N1Y .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMbtGY1N1Y .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uMbtGY1N1Y .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMbtGY1N1Y .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uMbtGY1N1Y .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uMbtGY1N1Y .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uMbtGY1N1Y .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uMbtGY1N1Y .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMbtGY1N1Y .text_widget {
  margin-bottom: 32px;
}
.cid-uMbtGY1N1Y .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMbtGY1N1Y .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uMbtGY1N1Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMbtGY1N1Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMbtGY1N1Y .mbr-section-subtitle,
.cid-uMbtGY1N1Y .text_widget,
.cid-uMbtGY1N1Y .mbr-section-btn {
  text-align: center;
}
.cid-uMbtGY1N1Y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMbtGY1N1Y .va {
  transform: rotate(180deg);
  margin: 0px;
  float: left;
}
.cid-uMbtGY1N1Y .val {
  whitespace: nowrap;
  min-width: 100px;
  display: inline-block;
  margin-top: 5px;
}
.cid-uMbtGYR9UW {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uMbtGYR9UW {
    padding: 26px;
  }
}
.cid-uMbtGYR9UW .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-uMbtGYR9UW .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbtGYR9UW .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbtGYR9UW .container {
    padding: 26px;
  }
}
.cid-uMbtGYR9UW .container-fluid,
.cid-uMbtGYR9UW .container {
  background-image: url("../../../assets/images/ted-wants-to-rock-screen-2-1366x768.webp");
  background-size: cover;
}
.cid-uMbtGYR9UW .container-fluid .mbr-fallback-image.disabled,
.cid-uMbtGYR9UW .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbtGYR9UW .container-fluid .mbr-fallback-image,
.cid-uMbtGYR9UW .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbtGYR9UW .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-uMbtGYR9UW .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMbtGYR9UW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMbtGYR9UW .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMbtGYR9UW .mbr-section-title {
  color: #ffffff;
}
.cid-uMbtGYR9UW .mbr-text {
  color: #ffffff;
}
.cid-uMbtGYR9UW .mbr-section-title,
.cid-uMbtGYR9UW .mbr-section-btn {
  color: #cc1313;
}
.cid-uMbtGZhVHA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bodybg-1970x1371.webp");
}
.cid-uMbtGZhVHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbtGZhVHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbtGZhVHA .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uMbtGZhVHA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbtGZhVHA .container {
    padding: 0 26px;
  }
}
.cid-uMbtGZhVHA .row {
  justify-content: center;
}
.cid-uMbtGZhVHA .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uMbtGZhVHA .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uMbtGZhVHA .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uMbtGZhVHA .item .item-wrapper .item-img img {
  height: 128px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-uMbtGZhVHA .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMbtGZhVHA .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uMbtGZhVHA .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uMbtGZhVHA .item .item-wrapper .item-content a .mbr-desc,
.cid-uMbtGZhVHA .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMbtGZhVHA .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uMbtGZhVHA .mbr-date {
  color: #cacaca;
  text-align: left;
}
.cid-uMbtGZhVHA .mbr-desc {
  color: #cacaca;
  text-align: left;
}
.cid-uMbtGZT89g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbtGZT89g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbtGZT89g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbtGZT89g .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMbtGZT89g .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbtGZT89g .container {
    padding: 0 26px;
  }
}
.cid-uMbtGZT89g .image-wrapper {
  border: 1px solid #000000;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMbtGZT89g .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMbtGZT89g .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uMbtGZT89g .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMbtGZT89g .image-wrapper img {
    height: 300px;
  }
}
.cid-uMbtGZT89g .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMbtGZT89g .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMbtGZT89g .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMbtGZT89g .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMbtGZT89g .mbr-section-title {
  color: #ffffff;
}
.cid-uMbtGZT89g .mbr-section-subtitle {
  color: #cc1313;
}
.cid-uMbtGZT89g .mbr-text {
  color: #cacaca;
}
.cid-uMbtH0mIct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbtH0mIct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbtH0mIct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbtH0mIct .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-uMbtH0mIct .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbtH0mIct .container {
    padding: 0 26px;
  }
}
.cid-uMbtH0mIct .row {
  justify-content: center;
}
.cid-uMbtH0mIct .title-wrapper {
  margin-bottom: 50px;
}
.cid-uMbtH0mIct .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMbtH0mIct .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMbtH0mIct .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMbtH0mIct .item {
    padding: 0 12px;
  }
}
.cid-uMbtH0mIct .item .item-wrapper .item-img img {
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMbtH0mIct .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uMbtH0mIct .item .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-uMbtH0mIct .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 16px;
}
.cid-uMbtH0mIct .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-uMbtH0mIct .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-uMbtH0mIct .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uMbtH0mIct .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uMbtH0mIct .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMbtH0mIct .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uMbtH0mIct .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uMbtH0mIct .item-name {
  color: #ffffff;
}
.cid-uMbtH0mIct .mbr-role {
  color: #cacaca;
}
.cid-uMbtH17M9z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbtH17M9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbtH17M9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbtH17M9z .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMbtH17M9z .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbtH17M9z .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uMbtH17M9z .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uMbtH17M9z .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMbtH17M9z .image-wrapper img {
    height: 300px;
  }
}
.cid-uMbtH17M9z .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uMbtH17M9z .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMbtH17M9z .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMbtH17M9z .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMbtH17M9z .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMbtH17M9z .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-uMbtH17M9z .cards-wrapper {
    margin: 0;
  }
}
.cid-uMbtH17M9z .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uMbtH17M9z .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-uMbtH17M9z .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-uMbtH17M9z .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uMbtH17M9z .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-uMbtH17M9z .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-uMbtH17M9z .mbr-section-title {
  color: #ffffff;
}
.cid-uMbtH17M9z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMbtH17M9z .mbr-text {
  color: #cacaca;
}
.cid-uMbtH17M9z .mbr-card-title {
  color: #ffffff;
}
.cid-uMbtH1ZsPl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMbtH1ZsPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbtH1ZsPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbtH1ZsPl .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMbtH1ZsPl .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMbtH1ZsPl .container {
    padding: 0 26px;
  }
}
.cid-uMbtH1ZsPl .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMbtH1ZsPl .row {
    padding: 26px;
  }
}
.cid-uMbtH1ZsPl .title-wrapper {
  margin-bottom: 50px;
}
.cid-uMbtH1ZsPl .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMbtH1ZsPl .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uMbtH1ZsPl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMbtH1ZsPl .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uMbtH1ZsPl .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uMbtH1ZsPl .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uMbtH1ZsPl .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uMbtH1ZsPl .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uMbtH1ZsPl .nav-wrapper .list {
    display: block;
  }
}
.cid-uMbtH1ZsPl .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMbtH1ZsPl .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uMbtH1ZsPl .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uMbtH1ZsPl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMbtH1ZsPl .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uMbtH1ZsPl .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uMbtH1ZsPl .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uMbtH1ZsPl .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uMbtH1ZsPl .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uMbtH1ZsPl .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uMbtH1ZsPl .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMbtH1ZsPl .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uMbtH1ZsPl .mbr-section-title,
.cid-uMbtH1ZsPl .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMbtH1ZsPl .list {
  color: #ffffff;
}
.cid-uMbtH1ZsPl .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uMbtH1ZsPl .list,
.cid-uMbtH1ZsPl .nav-wrapper,
.cid-uMbtH1ZsPl .soc-wrapper {
  text-align: center;
}
