body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1285em;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1666em;
  letter-spacing: .02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.125rem;
  line-height: 1.2058em;
  letter-spacing: .02em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4em;
}
.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: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((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: 22px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 22px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3d4d46 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #6a5458 !important;
}
.bg-danger {
  background-color: #706359 !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: #a4a2a2 !important;
  border-color: #a4a2a2 !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: #797676 !important;
  border-color: #797676 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #797676 !important;
  border-color: #797676 !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: #3d4d46 !important;
  border-color: #3d4d46 !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: #171d1a !important;
  border-color: #171d1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #171d1a !important;
  border-color: #171d1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6a5458 !important;
  border-color: #6a5458 !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: #3a2e30 !important;
  border-color: #3a2e30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3a2e30 !important;
  border-color: #3a2e30 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #706359 !important;
  border-color: #706359 !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: #403833 !important;
  border-color: #403833 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #403833 !important;
  border-color: #403833 !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: #a4a2a2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #797676 !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: #a4a2a2 !important;
  border-color: #a4a2a2 !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: #3d4d46;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #171d1a !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: #3d4d46 !important;
  border-color: #3d4d46 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6a5458;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3a2e30 !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: #6a5458 !important;
  border-color: #6a5458 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #706359;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #403833 !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: #706359 !important;
  border-color: #706359 !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: #a4a2a2 !important;
}
.text-success {
  color: #3d4d46 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #6a5458 !important;
}
.text-danger {
  color: #706359 !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: #716f6f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #101412 !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: #312729 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #37312c !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: #6a5458;
}
.alert-danger {
  background-color: #706359;
}
.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: #afc0b9;
}
.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: #aa9498;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #afa39a;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
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: #a4a2a2 !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 {
  height: 44px;
  padding: 12px 26px;
  box-shadow: none;
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  background-size: 100% 100%,90% 100%;
  background-position: 0 0, -1000% 0;
  background-repeat: no-repeat;
  transition: all 0.6s ease-out;
  color: #000000 !important;
  border: none;
  font-weight: 400;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  background-position: 0 0,150% 0;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  margin-left: 15px;
  margin-right: 3px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 18px;
  font-size: 16px;
  transition: all 0.6s ease-out;
}
.cid-ttRteJbtJm .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-ttRteJbtJm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-ttRteJbtJm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .menu_box .navbar.opened,
  .cid-ttRteJbtJm .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRteJbtJm .navbar-dropdown {
  position: relative !important;
}
.cid-ttRteJbtJm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRteJbtJm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRteJbtJm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRteJbtJm .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-ttRteJbtJm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRteJbtJm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRteJbtJm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRteJbtJm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRteJbtJm .offcanvas-body .mbr-text,
  .cid-ttRteJbtJm .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRteJbtJm .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRteJbtJm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRteJbtJm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRteJbtJm .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-ttRteJbtJm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRteJbtJm 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-ttRteJbtJm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRteJbtJm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRteJbtJm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRteJbtJm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRteJbtJm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRteJbtJm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRteJbtJm .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-ttRteJbtJm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRteJbtJm .offcanvas_box {
    display: none;
  }
}
.cid-ttRteJbtJm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRteJbtJm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRteJbtJm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRteJbtJm .container {
  display: flex;
  margin: auto;
}
.cid-ttRteJbtJm .iconfont-wrapper {
  color: #ffffff;
  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-ttRteJbtJm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRteJbtJm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRteJbtJm .navbar-caption {
  color: #ffffff;
}
.cid-ttRteJbtJm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRteJbtJm .navbar-nav {
    margin: 0;
  }
}
.cid-ttRteJbtJm .dropdown-menu,
.cid-ttRteJbtJm .navbar.opened {
  background-color: false !important;
}
.cid-ttRteJbtJm .nav-item:focus,
.cid-ttRteJbtJm .nav-link:focus {
  outline: none;
}
.cid-ttRteJbtJm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRteJbtJm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRteJbtJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRteJbtJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRteJbtJm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRteJbtJm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRteJbtJm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRteJbtJm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRteJbtJm .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRteJbtJm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRteJbtJm .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRteJbtJm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRteJbtJm .navbar.collapsed {
  justify-content: center;
}
.cid-ttRteJbtJm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRteJbtJm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRteJbtJm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRteJbtJm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRteJbtJm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRteJbtJm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRteJbtJm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRteJbtJm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRteJbtJm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRteJbtJm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRteJbtJm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRteJbtJm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRteJbtJm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRteJbtJm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRteJbtJm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRteJbtJm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRteJbtJm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRteJbtJm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRteJbtJm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRteJbtJm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRteJbtJm .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRteJbtJm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRteJbtJm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRteJbtJm .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-ttRteJbtJm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRteJbtJm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRteJbtJm .dropdown-item.active,
.cid-ttRteJbtJm .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRteJbtJm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRteJbtJm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRteJbtJm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRteJbtJm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRteJbtJm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRteJbtJm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRteJbtJm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRteJbtJm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRteJbtJm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRteJbtJm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRteJbtJm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRteJbtJm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRteJbtJm .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-ttRteJbtJm .navbar {
    height: 70px;
  }
  .cid-ttRteJbtJm .navbar.opened {
    height: auto;
  }
  .cid-ttRteJbtJm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRteJbtJm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRteJbtJm .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRteJbtJm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRteJbtJm .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRteJbtJm .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRteJbtJm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRteJbtJm .mbr-section-btn .btn,
.cid-ttRteJbtJm .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRteJbtJm .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRteJbtJm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRteJbtJm .text_widget {
  color: #000000;
}
.cid-ttRteJbtJm .mbr-section-subtitle,
.cid-ttRteJbtJm .text_widget,
.cid-ttRteJbtJm .mbr-section-btn {
  text-align: center;
}
.cid-ttRteJbtJm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ttRteTadKS {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-ttRteTadKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRteTadKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-ttRteTadKS .row {
    padding: 0 13px;
  }
}
.cid-ttRteTadKS .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-ttRteTadKS .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-ttRteTadKS .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ttRteTadKS .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-ttRteTadKS .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRteTadKS .mbr-section-title {
  color: #ffffff;
}
.cid-ttRteTadKS .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-ttRteTadKS .mbr-section-title,
.cid-ttRteTadKS .mbr-section-btn,
.cid-ttRteTadKS .image-wrapper {
  text-align: center;
}
.cid-ttRtgRgX6a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ttRtgRgX6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRtgRgX6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttRtgRgX6a .container-fluid {
  margin: 0;
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-ttRtgRgX6a .container-fluid {
    padding: 0 25px;
  }
}
.cid-ttRtgRgX6a .container-fluid .row {
  padding: 0;
}
.cid-ttRtgRgX6a .row {
  justify-content: center;
}
.cid-ttRtgRgX6a .item {
  position: relative;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-ttRtgRgX6a .item {
    margin-bottom: 20px;
  }
}
.cid-ttRtgRgX6a .item .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-ttRtgRgX6a .item .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ttRtgRgX6a .item .title-wrapper .link-wrapper {
  display: block;
}
.cid-ttRtgRgX6a .item .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ffffff;
}
.cid-ttRtgRgX6a .item .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-ttRtgRgX6a .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttRtgRgX6a .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 260px;
}
.cid-ttRtgRgX6a .item .item-wrapper:hover .item-content .active-overlay {
  opacity: .75;
}
.cid-ttRtgRgX6a .item .item-wrapper:hover .item-content .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-ttRtgRgX6a .item .item-wrapper .item-content {
  padding: 10px;
  z-index: 1;
  position: relative;
  height: 50%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.cid-ttRtgRgX6a .item .item-wrapper .item-content .active-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-ttRtgRgX6a .item .item-wrapper .item-content .mbr-section-btn {
  position: absolute;
  top: -2rem;
  transform: translateY(50%);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: auto;
}
.cid-ttRtgRgX6a .item .item-wrapper .item-content .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRtgRgX6a .mbr-section-title {
  color: #ffffff;
}
.cid-ttRtgRgX6a .mbr-text {
  color: #b6b6b6;
}
.cid-ttRtgRgX6a .mbr-link {
  color: #b6b6b6;
}
.cid-ttRtE7FNpU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ttRtE7FNpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRtE7FNpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttRtE7FNpU .container-fluid {
  margin: 0;
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ttRtE7FNpU .container-fluid {
    padding: 0 12px;
  }
}
.cid-ttRtE7FNpU .container-fluid .row {
  padding: 0;
}
.cid-ttRtE7FNpU .image-wrap {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ttRtE7FNpU .image-wrapper {
    margin-bottom: 70px;
  }
}
.cid-ttRtE7FNpU .image-wrapper img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ttRtE7FNpU .image-wrapper img {
    height: 400px;
    margin-bottom: 100px;
  }
}
.cid-ttRtE7FNpU .cards-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 174px 0 60px;
}
@media (min-width: 1500px) {
  .cid-ttRtE7FNpU .cards-wrap {
    padding: 0 285px 0 60px;
  }
}
@media (max-width: 1200px) {
  .cid-ttRtE7FNpU .cards-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ttRtE7FNpU .cards-wrap {
    padding: 0 25px;
  }
}
.cid-ttRtE7FNpU .cards-wrap .tab-content .card {
  margin-bottom: 25px;
}
.cid-ttRtE7FNpU .cards-wrap .tab-content .card .card-header {
  border: none;
  padding: 2px 0 9px;
}
.cid-ttRtE7FNpU .cards-wrap .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ttRtE7FNpU .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-ttRtE7FNpU .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  opacity: .8;
}
.cid-ttRtE7FNpU .cards-wrap .tab-content .card .card-header .panel-title:hover .panel-title-edit::before {
  opacity: .8;
}
.cid-ttRtE7FNpU .cards-wrap .tab-content .card .card-header .panel-title .panel-number {
  min-width: 25px;
  margin-right: 25px;
  margin-bottom: 0;
}
.cid-ttRtE7FNpU .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  position: relative;
}
.cid-ttRtE7FNpU .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ttRtE7FNpU .cards-wrap .tab-content .card .card-header .panel-title .mbr-iconfont {
  margin-left: 25px;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.cid-ttRtE7FNpU .cards-wrap .tab-content .card .panel-collapse .panel-body {
  padding: 18px 0 0 50px;
  border-top: 1px solid #282828;
}
.cid-ttRtE7FNpU .cards-wrap .tab-content .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ttRtE7FNpU .panel-number {
  color: #b6b6b6;
}
.cid-ttRtE7FNpU .panel-title-edit,
.cid-ttRtE7FNpU .mbr-iconfont {
  color: #ffffff;
}
.cid-ttRtE7FNpU .panel-text {
  color: #b6b6b6;
}
.cid-ttRuc06qnL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/imgmeio1-2000x1500.webp");
}
.cid-ttRuc06qnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRuc06qnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ttRuc06qnL .row {
    padding: 0 13px;
  }
}
.cid-ttRuc06qnL .title-wrapper {
  min-height: 510px;
}
@media (max-width: 992px) {
  .cid-ttRuc06qnL .title-wrapper {
    min-height: 410px;
  }
}
.cid-ttRuc06qnL .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-ttRuc06qnL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ttRuc06qnL .mbr-section-title {
  color: #ffffff;
}
.cid-ttRuc06qnL .mbr-text {
  color: #b6b6b6;
}
.cid-ttRw6e2jip {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ttRw6e2jip .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRw6e2jip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ttRw6e2jip .row {
    padding: 0 13px;
  }
}
.cid-ttRw6e2jip .row {
  justify-content: center;
}
.cid-ttRw6e2jip .tabs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ttRw6e2jip .tabs-wrapper {
    display: block;
  }
}
.cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding-right: 96px;
  display: block;
  width: 52%;
}
@media (max-width: 1200px) {
  .cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs {
    padding-right: 46px;
  }
}
@media (max-width: 1100px) {
  .cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs {
    padding: 0;
    width: auto;
  }
}
.cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs .nav-item {
  border-top: 1px solid #282828;
}
.cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  border: none;
}
.cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 42px 0 46px;
  margin-bottom: 0;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s ease-out;
  border: none;
  position: relative;
}
.cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus {
  border: none !important;
}
.cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus::before {
  opacity: .85;
}
.cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  border: none !important;
}
.cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover::before {
  opacity: .85;
}
@media (max-width: 992px) {
  .cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 32px 0 35px;
  }
}
@media (max-width: 768px) {
  .cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 12px 0 16px;
  }
}
.cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border: none !important;
}
.cid-ttRw6e2jip .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .85;
}
.cid-ttRw6e2jip .tabs-wrapper .tab-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ttRw6e2jip .tabs-wrapper .tab-content {
    margin-top: 20px;
    width: 100%;
  }
}
.cid-ttRw6e2jip .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 960px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ttRw6e2jip .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 400px;
  }
}
.cid-udqSnXvA5q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-udqSnXvA5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqSnXvA5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqSnXvA5q .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-udqSnXvA5q .container-fluid {
    padding: 0;
  }
}
.cid-udqSnXvA5q .container-fluid .row {
  padding: 0;
}
.cid-udqSnXvA5q .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udqSnXvA5q .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-udqSnXvA5q .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-udqSnXvA5q .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-udqSnXvA5q .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udqSnXvA5q .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-udqSnXvA5q .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-udqSnXvA5q .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udqSnXvA5q .image-wrapper img {
    height: 400px;
  }
}
.cid-udqSnXvA5q .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-udqSnXvA5q .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-udqSnXvA5q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udqSnXvA5q .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-ufjVfJ5zLE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ufjVfJ5zLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufjVfJ5zLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufjVfJ5zLE .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ufjVfJ5zLE .container-fluid {
    padding: 0;
  }
}
.cid-ufjVfJ5zLE .container-fluid .row {
  padding: 0;
}
.cid-ufjVfJ5zLE .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufjVfJ5zLE .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-ufjVfJ5zLE .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-ufjVfJ5zLE .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-ufjVfJ5zLE .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ufjVfJ5zLE .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-ufjVfJ5zLE .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ufjVfJ5zLE .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufjVfJ5zLE .image-wrapper img {
    height: 400px;
  }
}
.cid-ufjVfJ5zLE .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-ufjVfJ5zLE .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ufjVfJ5zLE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufjVfJ5zLE .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-ttRu7czwXN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ttRu7czwXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRu7czwXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttRu7czwXN .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ttRu7czwXN .container-fluid {
    padding: 0;
  }
}
.cid-ttRu7czwXN .container-fluid .row {
  padding: 0;
}
.cid-ttRu7czwXN .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttRu7czwXN .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-ttRu7czwXN .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-ttRu7czwXN .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-ttRu7czwXN .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ttRu7czwXN .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-ttRu7czwXN .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttRu7czwXN .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ttRu7czwXN .image-wrapper img {
    height: 400px;
  }
}
.cid-ttRu7czwXN .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-ttRu7czwXN .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRu7czwXN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ttRu7czwXN .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-ttRtzGoUkw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttRtzGoUkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRtzGoUkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttRtzGoUkw .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ttRtzGoUkw .container-fluid {
    padding: 0 25px;
  }
}
.cid-ttRtzGoUkw .container-fluid .row {
  padding: 0;
}
.cid-ttRtzGoUkw .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ttRtzGoUkw .card {
    margin-bottom: 50px;
  }
}
.cid-ttRtzGoUkw .logo-wrapper {
  margin-bottom: 18px;
}
.cid-ttRtzGoUkw .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-ttRtzGoUkw .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-ttRtzGoUkw .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttRtzGoUkw .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-ttRtzGoUkw .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-ttRtzGoUkw .list li {
  margin-bottom: 10px;
}
.cid-ttRtzGoUkw .list li:last-child {
  margin-bottom: 0;
}
.cid-ttRtzGoUkw .list li:hover {
  color: #ffffff;
}
.cid-ttRtzGoUkw .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-ttRtzGoUkw .mbr-section-btn {
  margin-top: 18px;
}
.cid-ttRtzGoUkw .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAI0w1u57 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uhAI0w1u57 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uhAI0w1u57 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhAI0w1u57 .menu_box .navbar.opened,
  .cid-uhAI0w1u57 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhAI0w1u57 .navbar-dropdown {
  position: relative !important;
}
.cid-uhAI0w1u57 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhAI0w1u57 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhAI0w1u57 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhAI0w1u57 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhAI0w1u57 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhAI0w1u57 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-uhAI0w1u57 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhAI0w1u57 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhAI0w1u57 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhAI0w1u57 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhAI0w1u57 .offcanvas-body .mbr-text,
  .cid-uhAI0w1u57 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhAI0w1u57 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhAI0w1u57 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhAI0w1u57 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uhAI0w1u57 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhAI0w1u57 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhAI0w1u57 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhAI0w1u57 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhAI0w1u57 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhAI0w1u57 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhAI0w1u57 .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-uhAI0w1u57 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhAI0w1u57 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-uhAI0w1u57 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhAI0w1u57 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhAI0w1u57 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhAI0w1u57 .nav-item {
    margin: 0 !important;
  }
}
.cid-uhAI0w1u57 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhAI0w1u57 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhAI0w1u57 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhAI0w1u57 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhAI0w1u57 .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-uhAI0w1u57 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhAI0w1u57 .offcanvas_box {
    display: none;
  }
}
.cid-uhAI0w1u57 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhAI0w1u57 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhAI0w1u57 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhAI0w1u57 .container {
  display: flex;
  margin: auto;
}
.cid-uhAI0w1u57 .iconfont-wrapper {
  color: #ffffff;
  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-uhAI0w1u57 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhAI0w1u57 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhAI0w1u57 .navbar-caption {
  color: #ffffff;
}
.cid-uhAI0w1u57 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhAI0w1u57 .navbar-nav {
    margin: 0;
  }
}
.cid-uhAI0w1u57 .dropdown-menu,
.cid-uhAI0w1u57 .navbar.opened {
  background-color: false !important;
}
.cid-uhAI0w1u57 .nav-item:focus,
.cid-uhAI0w1u57 .nav-link:focus {
  outline: none;
}
.cid-uhAI0w1u57 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhAI0w1u57 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhAI0w1u57 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhAI0w1u57 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhAI0w1u57 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhAI0w1u57 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhAI0w1u57 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhAI0w1u57 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhAI0w1u57 .navbar.opened {
  transition: all 0.3s;
}
.cid-uhAI0w1u57 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhAI0w1u57 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uhAI0w1u57 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhAI0w1u57 .navbar.collapsed {
  justify-content: center;
}
.cid-uhAI0w1u57 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhAI0w1u57 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhAI0w1u57 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhAI0w1u57 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhAI0w1u57 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhAI0w1u57 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhAI0w1u57 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhAI0w1u57 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhAI0w1u57 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhAI0w1u57 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhAI0w1u57 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhAI0w1u57 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhAI0w1u57 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhAI0w1u57 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhAI0w1u57 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhAI0w1u57 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhAI0w1u57 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhAI0w1u57 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhAI0w1u57 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhAI0w1u57 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhAI0w1u57 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhAI0w1u57 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhAI0w1u57 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhAI0w1u57 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhAI0w1u57 .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-uhAI0w1u57 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhAI0w1u57 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhAI0w1u57 .dropdown-item.active,
.cid-uhAI0w1u57 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhAI0w1u57 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhAI0w1u57 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhAI0w1u57 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhAI0w1u57 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhAI0w1u57 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhAI0w1u57 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhAI0w1u57 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uhAI0w1u57 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhAI0w1u57 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhAI0w1u57 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAI0w1u57 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAI0w1u57 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhAI0w1u57 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAI0w1u57 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhAI0w1u57 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhAI0w1u57 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAI0w1u57 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhAI0w1u57 .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-uhAI0w1u57 .navbar {
    height: 70px;
  }
  .cid-uhAI0w1u57 .navbar.opened {
    height: auto;
  }
  .cid-uhAI0w1u57 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhAI0w1u57 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhAI0w1u57 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uhAI0w1u57 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhAI0w1u57 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uhAI0w1u57 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uhAI0w1u57 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhAI0w1u57 .mbr-section-btn .btn,
.cid-uhAI0w1u57 .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAI0w1u57 .mbr-section-subtitle {
  color: #000000;
}
.cid-uhAI0w1u57 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uhAI0w1u57 .text_widget {
  color: #000000;
}
.cid-uhAI0w1u57 .mbr-section-subtitle,
.cid-uhAI0w1u57 .text_widget,
.cid-uhAI0w1u57 .mbr-section-btn {
  text-align: center;
}
.cid-uhAI0w1u57 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhAI0xfetp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/protect-led-display-from-humidity-2-1500x1000.webp");
}
.cid-uhAI0xfetp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI0xfetp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAI0xfetp .row {
    padding: 0 13px;
  }
}
.cid-uhAI0xfetp .title-wrapper {
  padding-top: 35%;
}
@media (max-width: 992px) {
  .cid-uhAI0xfetp .title-wrapper {
    padding-top: 0;
  }
}
.cid-uhAI0xfetp .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-uhAI0xfetp .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-uhAI0xfetp .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAI0xfetp .mbr-section-title {
  color: #ffffff;
}
.cid-uhAI0xfetp .mbr-text {
  color: #b6b6b6;
}
.cid-uhAI0xfetp .mbr-section-title,
.cid-uhAI0xfetp .mbr-section-btn {
  text-align: left;
}
.cid-uhAI0xPF64 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAI0xPF64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI0xPF64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAI0xPF64 .row {
    padding: 0 13px;
  }
}
.cid-uhAI0xPF64 .image-wrapper {
  height: 100%;
}
.cid-uhAI0xPF64 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAI0xPF64 .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAI0xPF64 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAI0xPF64 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAI0xPF64 .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAI0xPF64 .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAI0xPF64 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAI0xPF64 .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAI0xPF64 .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAI0xPF64 .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAI0xPF64 .mbr-section-title {
  color: #ffffff;
}
.cid-uhAI0xPF64 .mbr-text {
  color: #b6b6b6;
}
.cid-uhAI0yucsZ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAI0yucsZ .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAI0yucsZ .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAI0yucsZ .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAI0yucsZ .container-table {
  margin: 0 auto;
}
.cid-uhAI0yucsZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAI0yucsZ .dataTables_wrapper {
  display: block;
}
.cid-uhAI0yucsZ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAI0yucsZ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAI0yucsZ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAI0yucsZ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAI0yucsZ table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAI0yucsZ table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAI0yucsZ table.table {
  background: #000000;
}
.cid-uhAI0yucsZ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAI0yucsZ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAI0yucsZ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAI0yucsZ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAI0yucsZ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAI0yucsZ .dataTables_filter {
    text-align: center;
  }
  .cid-uhAI0yucsZ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAI0yucsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI0yucsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAI0yucsZ .head-item {
  color: #ffffff;
}
.cid-uhAI0yucsZ .body-item {
  color: #ffffff;
  text-align: left;
}
.cid-uhAI0CkHZN {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAI0CkHZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI0CkHZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAI0CkHZN .row {
    padding: 0 13px;
  }
}
.cid-uhAI0CkHZN .image-wrapper {
  height: 100%;
}
.cid-uhAI0CkHZN .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAI0CkHZN .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAI0CkHZN .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAI0CkHZN .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAI0CkHZN .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAI0CkHZN .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAI0CkHZN .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAI0CkHZN .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAI0CkHZN .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAI0CkHZN .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAI0CkHZN .mbr-section-title {
  color: #ffffff;
}
.cid-uhAI0CkHZN .mbr-text {
  color: #b6b6b6;
}
.cid-uhAI0D9z03 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAI0D9z03 .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAI0D9z03 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAI0D9z03 .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAI0D9z03 .container-table {
  margin: 0 auto;
}
.cid-uhAI0D9z03 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAI0D9z03 .dataTables_wrapper {
  display: block;
}
.cid-uhAI0D9z03 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAI0D9z03 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAI0D9z03 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAI0D9z03 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAI0D9z03 table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAI0D9z03 table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAI0D9z03 table.table {
  background: #000000;
}
.cid-uhAI0D9z03 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAI0D9z03 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAI0D9z03 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAI0D9z03 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAI0D9z03 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAI0D9z03 .dataTables_filter {
    text-align: center;
  }
  .cid-uhAI0D9z03 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAI0D9z03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI0D9z03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAI0D9z03 .head-item {
  color: #ffffff;
}
.cid-uhAI0D9z03 .body-item {
  color: #ffffff;
}
.cid-uhAI0G0ANW {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAI0G0ANW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI0G0ANW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAI0G0ANW .row {
    padding: 0 13px;
  }
}
.cid-uhAI0G0ANW .image-wrapper {
  height: 100%;
}
.cid-uhAI0G0ANW .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAI0G0ANW .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAI0G0ANW .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAI0G0ANW .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAI0G0ANW .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAI0G0ANW .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAI0G0ANW .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAI0G0ANW .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAI0G0ANW .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAI0G0ANW .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAI0G0ANW .mbr-section-title {
  color: #ffffff;
}
.cid-uhAI0G0ANW .mbr-text {
  color: #b6b6b6;
}
.cid-uhAI0H5k8r {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAI0H5k8r .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAI0H5k8r .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAI0H5k8r .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAI0H5k8r .container-table {
  margin: 0 auto;
}
.cid-uhAI0H5k8r .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAI0H5k8r .dataTables_wrapper {
  display: block;
}
.cid-uhAI0H5k8r .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAI0H5k8r .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAI0H5k8r table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAI0H5k8r table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAI0H5k8r table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAI0H5k8r table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAI0H5k8r table.table {
  background: #000000;
}
.cid-uhAI0H5k8r .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAI0H5k8r .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAI0H5k8r .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAI0H5k8r .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAI0H5k8r .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAI0H5k8r .dataTables_filter {
    text-align: center;
  }
  .cid-uhAI0H5k8r .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAI0H5k8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI0H5k8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAI0H5k8r .head-item {
  color: #ffffff;
}
.cid-uhAI0H5k8r .body-item {
  color: #ffffff;
}
.cid-uhAI0L0xVo {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAI0L0xVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI0L0xVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAI0L0xVo .row {
    padding: 0 13px;
  }
}
.cid-uhAI0L0xVo .image-wrapper {
  height: 100%;
}
.cid-uhAI0L0xVo .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAI0L0xVo .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAI0L0xVo .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAI0L0xVo .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAI0L0xVo .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAI0L0xVo .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAI0L0xVo .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAI0L0xVo .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAI0L0xVo .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAI0L0xVo .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAI0L0xVo .mbr-section-title {
  color: #ffffff;
}
.cid-uhAI0L0xVo .mbr-text {
  color: #b6b6b6;
}
.cid-uhAI0M9h9v {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAI0M9h9v .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAI0M9h9v .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAI0M9h9v .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAI0M9h9v .container-table {
  margin: 0 auto;
}
.cid-uhAI0M9h9v .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAI0M9h9v .dataTables_wrapper {
  display: block;
}
.cid-uhAI0M9h9v .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAI0M9h9v .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAI0M9h9v table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAI0M9h9v table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAI0M9h9v table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAI0M9h9v table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAI0M9h9v table.table {
  background: #000000;
}
.cid-uhAI0M9h9v .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAI0M9h9v .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAI0M9h9v .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAI0M9h9v .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAI0M9h9v .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAI0M9h9v .dataTables_filter {
    text-align: center;
  }
  .cid-uhAI0M9h9v .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAI0M9h9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI0M9h9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAI0M9h9v .head-item {
  color: #ffffff;
}
.cid-uhAI0M9h9v .body-item {
  color: #ffffff;
}
.cid-uhAI0PAAVW {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAI0PAAVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI0PAAVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAI0PAAVW .row {
    padding: 0 13px;
  }
}
.cid-uhAI0PAAVW .image-wrapper {
  height: 100%;
}
.cid-uhAI0PAAVW .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAI0PAAVW .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAI0PAAVW .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAI0PAAVW .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAI0PAAVW .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAI0PAAVW .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAI0PAAVW .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAI0PAAVW .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAI0PAAVW .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAI0PAAVW .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAI0PAAVW .mbr-section-title {
  color: #ffffff;
}
.cid-uhAI0PAAVW .mbr-text {
  color: #b6b6b6;
}
.cid-uhAI0QIUqM {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAI0QIUqM .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAI0QIUqM .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAI0QIUqM .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAI0QIUqM .container-table {
  margin: 0 auto;
}
.cid-uhAI0QIUqM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAI0QIUqM .dataTables_wrapper {
  display: block;
}
.cid-uhAI0QIUqM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAI0QIUqM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAI0QIUqM table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAI0QIUqM table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAI0QIUqM table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAI0QIUqM table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAI0QIUqM table.table {
  background: #000000;
}
.cid-uhAI0QIUqM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAI0QIUqM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAI0QIUqM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAI0QIUqM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAI0QIUqM .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAI0QIUqM .dataTables_filter {
    text-align: center;
  }
  .cid-uhAI0QIUqM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAI0QIUqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI0QIUqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAI0QIUqM .head-item {
  color: #ffffff;
}
.cid-uhAI0QIUqM .body-item {
  color: #ffffff;
}
.cid-uhAI0V8pi1 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAI0V8pi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI0V8pi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAI0V8pi1 .row {
    padding: 0 13px;
  }
}
.cid-uhAI0V8pi1 .image-wrapper {
  height: 100%;
}
.cid-uhAI0V8pi1 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAI0V8pi1 .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAI0V8pi1 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAI0V8pi1 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAI0V8pi1 .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAI0V8pi1 .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAI0V8pi1 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAI0V8pi1 .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAI0V8pi1 .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAI0V8pi1 .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAI0V8pi1 .mbr-section-title {
  color: #ffffff;
}
.cid-uhAI0V8pi1 .mbr-text {
  color: #b6b6b6;
}
.cid-uhAI0WyXjB {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAI0WyXjB .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAI0WyXjB .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAI0WyXjB .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAI0WyXjB .container-table {
  margin: 0 auto;
}
.cid-uhAI0WyXjB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAI0WyXjB .dataTables_wrapper {
  display: block;
}
.cid-uhAI0WyXjB .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAI0WyXjB .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAI0WyXjB table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAI0WyXjB table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAI0WyXjB table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAI0WyXjB table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAI0WyXjB table.table {
  background: #000000;
}
.cid-uhAI0WyXjB .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAI0WyXjB .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAI0WyXjB .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAI0WyXjB .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAI0WyXjB .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAI0WyXjB .dataTables_filter {
    text-align: center;
  }
  .cid-uhAI0WyXjB .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAI0WyXjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI0WyXjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAI0WyXjB .head-item {
  color: #ffffff;
}
.cid-uhAI0WyXjB .body-item {
  color: #ffffff;
}
.cid-uhAI11KqLp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhAI11KqLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAI11KqLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAI11KqLp .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhAI11KqLp .container-fluid {
    padding: 0 25px;
  }
}
.cid-uhAI11KqLp .container-fluid .row {
  padding: 0;
}
.cid-uhAI11KqLp .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhAI11KqLp .card {
    margin-bottom: 50px;
  }
}
.cid-uhAI11KqLp .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uhAI11KqLp .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uhAI11KqLp .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uhAI11KqLp .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uhAI11KqLp .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uhAI11KqLp .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uhAI11KqLp .list li {
  margin-bottom: 10px;
}
.cid-uhAI11KqLp .list li:last-child {
  margin-bottom: 0;
}
.cid-uhAI11KqLp .list li:hover {
  color: #ffffff;
}
.cid-uhAI11KqLp .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uhAI11KqLp .mbr-section-btn {
  margin-top: 18px;
}
.cid-uhAI11KqLp .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHY3dswk .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uhAHY3dswk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uhAHY3dswk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhAHY3dswk .menu_box .navbar.opened,
  .cid-uhAHY3dswk .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhAHY3dswk .navbar-dropdown {
  position: relative !important;
}
.cid-uhAHY3dswk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhAHY3dswk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhAHY3dswk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhAHY3dswk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhAHY3dswk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhAHY3dswk .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-uhAHY3dswk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhAHY3dswk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhAHY3dswk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhAHY3dswk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhAHY3dswk .offcanvas-body .mbr-text,
  .cid-uhAHY3dswk .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhAHY3dswk .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhAHY3dswk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhAHY3dswk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uhAHY3dswk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhAHY3dswk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhAHY3dswk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhAHY3dswk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhAHY3dswk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhAHY3dswk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhAHY3dswk .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-uhAHY3dswk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhAHY3dswk 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-uhAHY3dswk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhAHY3dswk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhAHY3dswk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhAHY3dswk .nav-item {
    margin: 0 !important;
  }
}
.cid-uhAHY3dswk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhAHY3dswk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhAHY3dswk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhAHY3dswk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhAHY3dswk .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-uhAHY3dswk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhAHY3dswk .offcanvas_box {
    display: none;
  }
}
.cid-uhAHY3dswk .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhAHY3dswk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhAHY3dswk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhAHY3dswk .container {
  display: flex;
  margin: auto;
}
.cid-uhAHY3dswk .iconfont-wrapper {
  color: #ffffff;
  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-uhAHY3dswk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhAHY3dswk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhAHY3dswk .navbar-caption {
  color: #ffffff;
}
.cid-uhAHY3dswk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhAHY3dswk .navbar-nav {
    margin: 0;
  }
}
.cid-uhAHY3dswk .dropdown-menu,
.cid-uhAHY3dswk .navbar.opened {
  background-color: false !important;
}
.cid-uhAHY3dswk .nav-item:focus,
.cid-uhAHY3dswk .nav-link:focus {
  outline: none;
}
.cid-uhAHY3dswk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhAHY3dswk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhAHY3dswk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhAHY3dswk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhAHY3dswk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhAHY3dswk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhAHY3dswk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhAHY3dswk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhAHY3dswk .navbar.opened {
  transition: all 0.3s;
}
.cid-uhAHY3dswk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhAHY3dswk .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uhAHY3dswk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhAHY3dswk .navbar.collapsed {
  justify-content: center;
}
.cid-uhAHY3dswk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhAHY3dswk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhAHY3dswk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhAHY3dswk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhAHY3dswk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhAHY3dswk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhAHY3dswk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhAHY3dswk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhAHY3dswk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhAHY3dswk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhAHY3dswk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhAHY3dswk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhAHY3dswk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhAHY3dswk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhAHY3dswk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhAHY3dswk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhAHY3dswk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhAHY3dswk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhAHY3dswk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhAHY3dswk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhAHY3dswk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhAHY3dswk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhAHY3dswk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhAHY3dswk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhAHY3dswk .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-uhAHY3dswk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhAHY3dswk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhAHY3dswk .dropdown-item.active,
.cid-uhAHY3dswk .dropdown-item:active {
  background-color: transparent;
}
.cid-uhAHY3dswk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhAHY3dswk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhAHY3dswk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhAHY3dswk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhAHY3dswk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhAHY3dswk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhAHY3dswk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uhAHY3dswk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhAHY3dswk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhAHY3dswk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAHY3dswk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAHY3dswk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhAHY3dswk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAHY3dswk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhAHY3dswk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhAHY3dswk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAHY3dswk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhAHY3dswk .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-uhAHY3dswk .navbar {
    height: 70px;
  }
  .cid-uhAHY3dswk .navbar.opened {
    height: auto;
  }
  .cid-uhAHY3dswk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhAHY3dswk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhAHY3dswk .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uhAHY3dswk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhAHY3dswk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uhAHY3dswk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uhAHY3dswk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhAHY3dswk .mbr-section-btn .btn,
.cid-uhAHY3dswk .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHY3dswk .mbr-section-subtitle {
  color: #000000;
}
.cid-uhAHY3dswk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uhAHY3dswk .text_widget {
  color: #000000;
}
.cid-uhAHY3dswk .mbr-section-subtitle,
.cid-uhAHY3dswk .text_widget,
.cid-uhAHY3dswk .mbr-section-btn {
  text-align: center;
}
.cid-uhAHY3dswk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhAHY4kimk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/protect-led-display-from-humidity-2-1500x1000.webp");
}
.cid-uhAHY4kimk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHY4kimk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHY4kimk .row {
    padding: 0 13px;
  }
}
.cid-uhAHY4kimk .title-wrapper {
  padding-top: 35%;
}
@media (max-width: 992px) {
  .cid-uhAHY4kimk .title-wrapper {
    padding-top: 0;
  }
}
.cid-uhAHY4kimk .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-uhAHY4kimk .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-uhAHY4kimk .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHY4kimk .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHY4kimk .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHY4kimk .mbr-section-title,
.cid-uhAHY4kimk .mbr-section-btn {
  text-align: left;
}
.cid-uhAHY4XjZ7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAHY4XjZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHY4XjZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHY4XjZ7 .row {
    padding: 0 13px;
  }
}
.cid-uhAHY4XjZ7 .image-wrapper {
  height: 100%;
}
.cid-uhAHY4XjZ7 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHY4XjZ7 .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHY4XjZ7 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHY4XjZ7 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHY4XjZ7 .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAHY4XjZ7 .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAHY4XjZ7 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHY4XjZ7 .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAHY4XjZ7 .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAHY4XjZ7 .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHY4XjZ7 .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHY4XjZ7 .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHY5BeE5 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAHY5BeE5 .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAHY5BeE5 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAHY5BeE5 .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAHY5BeE5 .container-table {
  margin: 0 auto;
}
.cid-uhAHY5BeE5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAHY5BeE5 .dataTables_wrapper {
  display: block;
}
.cid-uhAHY5BeE5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAHY5BeE5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAHY5BeE5 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAHY5BeE5 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAHY5BeE5 table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAHY5BeE5 table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAHY5BeE5 table.table {
  background: #000000;
}
.cid-uhAHY5BeE5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAHY5BeE5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAHY5BeE5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAHY5BeE5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAHY5BeE5 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAHY5BeE5 .dataTables_filter {
    text-align: center;
  }
  .cid-uhAHY5BeE5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAHY5BeE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHY5BeE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHY5BeE5 .head-item {
  color: #ffffff;
}
.cid-uhAHY5BeE5 .body-item {
  color: #ffffff;
  text-align: left;
}
.cid-uhAHYaohi2 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAHYaohi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHYaohi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHYaohi2 .row {
    padding: 0 13px;
  }
}
.cid-uhAHYaohi2 .image-wrapper {
  height: 100%;
}
.cid-uhAHYaohi2 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHYaohi2 .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHYaohi2 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHYaohi2 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHYaohi2 .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAHYaohi2 .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAHYaohi2 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHYaohi2 .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAHYaohi2 .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAHYaohi2 .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHYaohi2 .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHYaohi2 .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHYbe13F {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAHYbe13F .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAHYbe13F .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAHYbe13F .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAHYbe13F .container-table {
  margin: 0 auto;
}
.cid-uhAHYbe13F .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAHYbe13F .dataTables_wrapper {
  display: block;
}
.cid-uhAHYbe13F .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAHYbe13F .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAHYbe13F table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAHYbe13F table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAHYbe13F table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAHYbe13F table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAHYbe13F table.table {
  background: #000000;
}
.cid-uhAHYbe13F .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAHYbe13F .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAHYbe13F .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAHYbe13F .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAHYbe13F .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAHYbe13F .dataTables_filter {
    text-align: center;
  }
  .cid-uhAHYbe13F .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAHYbe13F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHYbe13F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHYbe13F .head-item {
  color: #ffffff;
}
.cid-uhAHYbe13F .body-item {
  color: #ffffff;
}
.cid-uhAHYe5qVG {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAHYe5qVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHYe5qVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHYe5qVG .row {
    padding: 0 13px;
  }
}
.cid-uhAHYe5qVG .image-wrapper {
  height: 100%;
}
.cid-uhAHYe5qVG .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHYe5qVG .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHYe5qVG .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHYe5qVG .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHYe5qVG .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAHYe5qVG .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAHYe5qVG .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHYe5qVG .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAHYe5qVG .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAHYe5qVG .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHYe5qVG .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHYe5qVG .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHYf0Uhg {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAHYf0Uhg .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAHYf0Uhg .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAHYf0Uhg .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAHYf0Uhg .container-table {
  margin: 0 auto;
}
.cid-uhAHYf0Uhg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAHYf0Uhg .dataTables_wrapper {
  display: block;
}
.cid-uhAHYf0Uhg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAHYf0Uhg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAHYf0Uhg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAHYf0Uhg table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAHYf0Uhg table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAHYf0Uhg table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAHYf0Uhg table.table {
  background: #000000;
}
.cid-uhAHYf0Uhg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAHYf0Uhg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAHYf0Uhg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAHYf0Uhg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAHYf0Uhg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAHYf0Uhg .dataTables_filter {
    text-align: center;
  }
  .cid-uhAHYf0Uhg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAHYf0Uhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHYf0Uhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHYf0Uhg .head-item {
  color: #ffffff;
}
.cid-uhAHYf0Uhg .body-item {
  color: #ffffff;
}
.cid-uhAHYhFDe0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAHYhFDe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHYhFDe0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHYhFDe0 .row {
    padding: 0 13px;
  }
}
.cid-uhAHYhFDe0 .image-wrapper {
  height: 100%;
}
.cid-uhAHYhFDe0 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHYhFDe0 .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHYhFDe0 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHYhFDe0 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHYhFDe0 .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAHYhFDe0 .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAHYhFDe0 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHYhFDe0 .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAHYhFDe0 .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAHYhFDe0 .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHYhFDe0 .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHYhFDe0 .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHYiyqkK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAHYiyqkK .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAHYiyqkK .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAHYiyqkK .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAHYiyqkK .container-table {
  margin: 0 auto;
}
.cid-uhAHYiyqkK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAHYiyqkK .dataTables_wrapper {
  display: block;
}
.cid-uhAHYiyqkK .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAHYiyqkK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAHYiyqkK table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAHYiyqkK table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAHYiyqkK table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAHYiyqkK table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAHYiyqkK table.table {
  background: #000000;
}
.cid-uhAHYiyqkK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAHYiyqkK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAHYiyqkK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAHYiyqkK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAHYiyqkK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAHYiyqkK .dataTables_filter {
    text-align: center;
  }
  .cid-uhAHYiyqkK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAHYiyqkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHYiyqkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHYiyqkK .head-item {
  color: #ffffff;
}
.cid-uhAHYiyqkK .body-item {
  color: #ffffff;
}
.cid-uhAHYm3cck {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAHYm3cck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHYm3cck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHYm3cck .row {
    padding: 0 13px;
  }
}
.cid-uhAHYm3cck .image-wrapper {
  height: 100%;
}
.cid-uhAHYm3cck .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHYm3cck .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHYm3cck .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHYm3cck .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHYm3cck .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAHYm3cck .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAHYm3cck .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHYm3cck .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAHYm3cck .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAHYm3cck .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHYm3cck .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHYm3cck .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHYn9UZO {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAHYn9UZO .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAHYn9UZO .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAHYn9UZO .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAHYn9UZO .container-table {
  margin: 0 auto;
}
.cid-uhAHYn9UZO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAHYn9UZO .dataTables_wrapper {
  display: block;
}
.cid-uhAHYn9UZO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAHYn9UZO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAHYn9UZO table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAHYn9UZO table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAHYn9UZO table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAHYn9UZO table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAHYn9UZO table.table {
  background: #000000;
}
.cid-uhAHYn9UZO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAHYn9UZO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAHYn9UZO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAHYn9UZO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAHYn9UZO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAHYn9UZO .dataTables_filter {
    text-align: center;
  }
  .cid-uhAHYn9UZO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAHYn9UZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHYn9UZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHYn9UZO .head-item {
  color: #ffffff;
}
.cid-uhAHYn9UZO .body-item {
  color: #ffffff;
}
.cid-uhAHYrSUoU {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAHYrSUoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHYrSUoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHYrSUoU .row {
    padding: 0 13px;
  }
}
.cid-uhAHYrSUoU .image-wrapper {
  height: 100%;
}
.cid-uhAHYrSUoU .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHYrSUoU .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHYrSUoU .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHYrSUoU .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHYrSUoU .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAHYrSUoU .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAHYrSUoU .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHYrSUoU .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAHYrSUoU .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAHYrSUoU .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHYrSUoU .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHYrSUoU .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHYte4c5 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAHYte4c5 .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAHYte4c5 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAHYte4c5 .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAHYte4c5 .container-table {
  margin: 0 auto;
}
.cid-uhAHYte4c5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAHYte4c5 .dataTables_wrapper {
  display: block;
}
.cid-uhAHYte4c5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAHYte4c5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAHYte4c5 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAHYte4c5 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAHYte4c5 table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAHYte4c5 table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAHYte4c5 table.table {
  background: #000000;
}
.cid-uhAHYte4c5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAHYte4c5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAHYte4c5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAHYte4c5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAHYte4c5 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAHYte4c5 .dataTables_filter {
    text-align: center;
  }
  .cid-uhAHYte4c5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAHYte4c5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHYte4c5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHYte4c5 .head-item {
  color: #ffffff;
}
.cid-uhAHYte4c5 .body-item {
  color: #ffffff;
}
.cid-uhAHYyC6zP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhAHYyC6zP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHYyC6zP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHYyC6zP .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhAHYyC6zP .container-fluid {
    padding: 0 25px;
  }
}
.cid-uhAHYyC6zP .container-fluid .row {
  padding: 0;
}
.cid-uhAHYyC6zP .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhAHYyC6zP .card {
    margin-bottom: 50px;
  }
}
.cid-uhAHYyC6zP .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uhAHYyC6zP .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uhAHYyC6zP .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uhAHYyC6zP .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uhAHYyC6zP .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uhAHYyC6zP .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uhAHYyC6zP .list li {
  margin-bottom: 10px;
}
.cid-uhAHYyC6zP .list li:last-child {
  margin-bottom: 0;
}
.cid-uhAHYyC6zP .list li:hover {
  color: #ffffff;
}
.cid-uhAHYyC6zP .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uhAHYyC6zP .mbr-section-btn {
  margin-top: 18px;
}
.cid-uhAHYyC6zP .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHRmqPCf .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uhAHRmqPCf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uhAHRmqPCf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhAHRmqPCf .menu_box .navbar.opened,
  .cid-uhAHRmqPCf .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhAHRmqPCf .navbar-dropdown {
  position: relative !important;
}
.cid-uhAHRmqPCf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhAHRmqPCf .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhAHRmqPCf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhAHRmqPCf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhAHRmqPCf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhAHRmqPCf .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-uhAHRmqPCf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhAHRmqPCf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhAHRmqPCf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhAHRmqPCf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhAHRmqPCf .offcanvas-body .mbr-text,
  .cid-uhAHRmqPCf .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhAHRmqPCf .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhAHRmqPCf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhAHRmqPCf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uhAHRmqPCf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhAHRmqPCf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhAHRmqPCf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhAHRmqPCf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhAHRmqPCf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhAHRmqPCf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhAHRmqPCf .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-uhAHRmqPCf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhAHRmqPCf 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-uhAHRmqPCf .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhAHRmqPCf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhAHRmqPCf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhAHRmqPCf .nav-item {
    margin: 0 !important;
  }
}
.cid-uhAHRmqPCf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhAHRmqPCf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhAHRmqPCf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhAHRmqPCf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhAHRmqPCf .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-uhAHRmqPCf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhAHRmqPCf .offcanvas_box {
    display: none;
  }
}
.cid-uhAHRmqPCf .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhAHRmqPCf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhAHRmqPCf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhAHRmqPCf .container {
  display: flex;
  margin: auto;
}
.cid-uhAHRmqPCf .iconfont-wrapper {
  color: #ffffff;
  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-uhAHRmqPCf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhAHRmqPCf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhAHRmqPCf .navbar-caption {
  color: #ffffff;
}
.cid-uhAHRmqPCf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhAHRmqPCf .navbar-nav {
    margin: 0;
  }
}
.cid-uhAHRmqPCf .dropdown-menu,
.cid-uhAHRmqPCf .navbar.opened {
  background-color: false !important;
}
.cid-uhAHRmqPCf .nav-item:focus,
.cid-uhAHRmqPCf .nav-link:focus {
  outline: none;
}
.cid-uhAHRmqPCf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhAHRmqPCf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhAHRmqPCf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhAHRmqPCf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhAHRmqPCf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhAHRmqPCf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhAHRmqPCf .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhAHRmqPCf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhAHRmqPCf .navbar.opened {
  transition: all 0.3s;
}
.cid-uhAHRmqPCf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhAHRmqPCf .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uhAHRmqPCf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhAHRmqPCf .navbar.collapsed {
  justify-content: center;
}
.cid-uhAHRmqPCf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhAHRmqPCf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhAHRmqPCf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhAHRmqPCf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhAHRmqPCf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhAHRmqPCf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhAHRmqPCf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhAHRmqPCf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhAHRmqPCf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhAHRmqPCf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhAHRmqPCf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhAHRmqPCf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhAHRmqPCf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhAHRmqPCf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhAHRmqPCf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhAHRmqPCf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhAHRmqPCf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhAHRmqPCf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhAHRmqPCf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhAHRmqPCf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhAHRmqPCf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhAHRmqPCf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhAHRmqPCf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhAHRmqPCf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhAHRmqPCf .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-uhAHRmqPCf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhAHRmqPCf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhAHRmqPCf .dropdown-item.active,
.cid-uhAHRmqPCf .dropdown-item:active {
  background-color: transparent;
}
.cid-uhAHRmqPCf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhAHRmqPCf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhAHRmqPCf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhAHRmqPCf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhAHRmqPCf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhAHRmqPCf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhAHRmqPCf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uhAHRmqPCf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhAHRmqPCf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhAHRmqPCf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAHRmqPCf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAHRmqPCf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhAHRmqPCf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAHRmqPCf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhAHRmqPCf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhAHRmqPCf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAHRmqPCf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhAHRmqPCf .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-uhAHRmqPCf .navbar {
    height: 70px;
  }
  .cid-uhAHRmqPCf .navbar.opened {
    height: auto;
  }
  .cid-uhAHRmqPCf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhAHRmqPCf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhAHRmqPCf .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uhAHRmqPCf .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhAHRmqPCf .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uhAHRmqPCf .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uhAHRmqPCf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhAHRmqPCf .mbr-section-btn .btn,
.cid-uhAHRmqPCf .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHRmqPCf .mbr-section-subtitle {
  color: #000000;
}
.cid-uhAHRmqPCf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uhAHRmqPCf .text_widget {
  color: #000000;
}
.cid-uhAHRmqPCf .mbr-section-subtitle,
.cid-uhAHRmqPCf .text_widget,
.cid-uhAHRmqPCf .mbr-section-btn {
  text-align: center;
}
.cid-uhAHRmqPCf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhAHRnvVoO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/protect-led-display-from-humidity-2-1500x1000.webp");
}
.cid-uhAHRnvVoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRnvVoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHRnvVoO .row {
    padding: 0 13px;
  }
}
.cid-uhAHRnvVoO .title-wrapper {
  padding-top: 35%;
}
@media (max-width: 992px) {
  .cid-uhAHRnvVoO .title-wrapper {
    padding-top: 0;
  }
}
.cid-uhAHRnvVoO .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-uhAHRnvVoO .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-uhAHRnvVoO .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHRnvVoO .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHRnvVoO .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHRnvVoO .mbr-section-title,
.cid-uhAHRnvVoO .mbr-section-btn {
  text-align: left;
}
.cid-uhAHRo9W60 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAHRo9W60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRo9W60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHRo9W60 .row {
    padding: 0 13px;
  }
}
.cid-uhAHRo9W60 .image-wrapper {
  height: 100%;
}
.cid-uhAHRo9W60 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHRo9W60 .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHRo9W60 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHRo9W60 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHRo9W60 .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAHRo9W60 .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAHRo9W60 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHRo9W60 .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAHRo9W60 .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAHRo9W60 .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHRo9W60 .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHRo9W60 .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHRoUl40 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAHRoUl40 .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAHRoUl40 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAHRoUl40 .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAHRoUl40 .container-table {
  margin: 0 auto;
}
.cid-uhAHRoUl40 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAHRoUl40 .dataTables_wrapper {
  display: block;
}
.cid-uhAHRoUl40 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAHRoUl40 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAHRoUl40 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAHRoUl40 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAHRoUl40 table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAHRoUl40 table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAHRoUl40 table.table {
  background: #000000;
}
.cid-uhAHRoUl40 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAHRoUl40 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAHRoUl40 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAHRoUl40 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAHRoUl40 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAHRoUl40 .dataTables_filter {
    text-align: center;
  }
  .cid-uhAHRoUl40 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAHRoUl40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRoUl40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHRoUl40 .head-item {
  color: #ffffff;
}
.cid-uhAHRoUl40 .body-item {
  color: #ffffff;
  text-align: left;
}
.cid-uhAHRrYHPG {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAHRrYHPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRrYHPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHRrYHPG .row {
    padding: 0 13px;
  }
}
.cid-uhAHRrYHPG .image-wrapper {
  height: 100%;
}
.cid-uhAHRrYHPG .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHRrYHPG .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHRrYHPG .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHRrYHPG .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHRrYHPG .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAHRrYHPG .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAHRrYHPG .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHRrYHPG .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAHRrYHPG .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAHRrYHPG .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHRrYHPG .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHRrYHPG .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHRsJ2jf {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAHRsJ2jf .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAHRsJ2jf .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAHRsJ2jf .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAHRsJ2jf .container-table {
  margin: 0 auto;
}
.cid-uhAHRsJ2jf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAHRsJ2jf .dataTables_wrapper {
  display: block;
}
.cid-uhAHRsJ2jf .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAHRsJ2jf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAHRsJ2jf table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAHRsJ2jf table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAHRsJ2jf table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAHRsJ2jf table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAHRsJ2jf table.table {
  background: #000000;
}
.cid-uhAHRsJ2jf .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAHRsJ2jf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAHRsJ2jf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAHRsJ2jf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAHRsJ2jf .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAHRsJ2jf .dataTables_filter {
    text-align: center;
  }
  .cid-uhAHRsJ2jf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAHRsJ2jf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRsJ2jf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHRsJ2jf .head-item {
  color: #ffffff;
}
.cid-uhAHRsJ2jf .body-item {
  color: #ffffff;
}
.cid-uhAHRv1wFL {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAHRv1wFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRv1wFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHRv1wFL .row {
    padding: 0 13px;
  }
}
.cid-uhAHRv1wFL .image-wrapper {
  height: 100%;
}
.cid-uhAHRv1wFL .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHRv1wFL .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHRv1wFL .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHRv1wFL .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHRv1wFL .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAHRv1wFL .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAHRv1wFL .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHRv1wFL .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAHRv1wFL .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAHRv1wFL .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHRv1wFL .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHRv1wFL .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHRvNny8 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAHRvNny8 .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAHRvNny8 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAHRvNny8 .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAHRvNny8 .container-table {
  margin: 0 auto;
}
.cid-uhAHRvNny8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAHRvNny8 .dataTables_wrapper {
  display: block;
}
.cid-uhAHRvNny8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAHRvNny8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAHRvNny8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAHRvNny8 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAHRvNny8 table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAHRvNny8 table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAHRvNny8 table.table {
  background: #000000;
}
.cid-uhAHRvNny8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAHRvNny8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAHRvNny8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAHRvNny8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAHRvNny8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAHRvNny8 .dataTables_filter {
    text-align: center;
  }
  .cid-uhAHRvNny8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAHRvNny8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRvNny8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHRvNny8 .head-item {
  color: #ffffff;
}
.cid-uhAHRvNny8 .body-item {
  color: #ffffff;
}
.cid-uhAHRxPoXa {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAHRxPoXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRxPoXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHRxPoXa .row {
    padding: 0 13px;
  }
}
.cid-uhAHRxPoXa .image-wrapper {
  height: 100%;
}
.cid-uhAHRxPoXa .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHRxPoXa .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHRxPoXa .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHRxPoXa .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHRxPoXa .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAHRxPoXa .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAHRxPoXa .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHRxPoXa .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAHRxPoXa .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAHRxPoXa .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHRxPoXa .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHRxPoXa .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHRyJD5X {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAHRyJD5X .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAHRyJD5X .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAHRyJD5X .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAHRyJD5X .container-table {
  margin: 0 auto;
}
.cid-uhAHRyJD5X .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAHRyJD5X .dataTables_wrapper {
  display: block;
}
.cid-uhAHRyJD5X .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAHRyJD5X .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAHRyJD5X table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAHRyJD5X table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAHRyJD5X table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAHRyJD5X table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAHRyJD5X table.table {
  background: #000000;
}
.cid-uhAHRyJD5X .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAHRyJD5X .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAHRyJD5X .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAHRyJD5X .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAHRyJD5X .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAHRyJD5X .dataTables_filter {
    text-align: center;
  }
  .cid-uhAHRyJD5X .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAHRyJD5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRyJD5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHRyJD5X .head-item {
  color: #ffffff;
}
.cid-uhAHRyJD5X .body-item {
  color: #ffffff;
}
.cid-uhAHRBhP8a {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAHRBhP8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRBhP8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHRBhP8a .row {
    padding: 0 13px;
  }
}
.cid-uhAHRBhP8a .image-wrapper {
  height: 100%;
}
.cid-uhAHRBhP8a .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHRBhP8a .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHRBhP8a .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHRBhP8a .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHRBhP8a .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAHRBhP8a .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAHRBhP8a .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHRBhP8a .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAHRBhP8a .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAHRBhP8a .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHRBhP8a .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHRBhP8a .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHRCjh7M {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAHRCjh7M .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAHRCjh7M .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAHRCjh7M .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAHRCjh7M .container-table {
  margin: 0 auto;
}
.cid-uhAHRCjh7M .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAHRCjh7M .dataTables_wrapper {
  display: block;
}
.cid-uhAHRCjh7M .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAHRCjh7M .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAHRCjh7M table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAHRCjh7M table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAHRCjh7M table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAHRCjh7M table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAHRCjh7M table.table {
  background: #000000;
}
.cid-uhAHRCjh7M .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAHRCjh7M .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAHRCjh7M .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAHRCjh7M .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAHRCjh7M .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAHRCjh7M .dataTables_filter {
    text-align: center;
  }
  .cid-uhAHRCjh7M .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAHRCjh7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRCjh7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHRCjh7M .head-item {
  color: #ffffff;
}
.cid-uhAHRCjh7M .body-item {
  color: #ffffff;
}
.cid-uhAHRFh9Yx {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uhAHRFh9Yx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRFh9Yx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHRFh9Yx .row {
    padding: 0 13px;
  }
}
.cid-uhAHRFh9Yx .image-wrapper {
  height: 100%;
}
.cid-uhAHRFh9Yx .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHRFh9Yx .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHRFh9Yx .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHRFh9Yx .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHRFh9Yx .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhAHRFh9Yx .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uhAHRFh9Yx .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHRFh9Yx .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uhAHRFh9Yx .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uhAHRFh9Yx .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHRFh9Yx .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHRFh9Yx .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHRGFZuV {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhAHRGFZuV .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-uhAHRGFZuV .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uhAHRGFZuV .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-uhAHRGFZuV .container-table {
  margin: 0 auto;
}
.cid-uhAHRGFZuV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uhAHRGFZuV .dataTables_wrapper {
  display: block;
}
.cid-uhAHRGFZuV .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uhAHRGFZuV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uhAHRGFZuV table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uhAHRGFZuV table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uhAHRGFZuV table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uhAHRGFZuV table td {
  border-top: 1px solid #ffffff;
}
.cid-uhAHRGFZuV table.table {
  background: #000000;
}
.cid-uhAHRGFZuV .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uhAHRGFZuV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uhAHRGFZuV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uhAHRGFZuV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uhAHRGFZuV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uhAHRGFZuV .dataTables_filter {
    text-align: center;
  }
  .cid-uhAHRGFZuV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uhAHRGFZuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRGFZuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHRGFZuV .head-item {
  color: #ffffff;
}
.cid-uhAHRGFZuV .body-item {
  color: #ffffff;
}
.cid-uhAHRKlrzy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhAHRKlrzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHRKlrzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHRKlrzy .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhAHRKlrzy .container-fluid {
    padding: 0 25px;
  }
}
.cid-uhAHRKlrzy .container-fluid .row {
  padding: 0;
}
.cid-uhAHRKlrzy .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhAHRKlrzy .card {
    margin-bottom: 50px;
  }
}
.cid-uhAHRKlrzy .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uhAHRKlrzy .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uhAHRKlrzy .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uhAHRKlrzy .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uhAHRKlrzy .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uhAHRKlrzy .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uhAHRKlrzy .list li {
  margin-bottom: 10px;
}
.cid-uhAHRKlrzy .list li:last-child {
  margin-bottom: 0;
}
.cid-uhAHRKlrzy .list li:hover {
  color: #ffffff;
}
.cid-uhAHRKlrzy .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uhAHRKlrzy .mbr-section-btn {
  margin-top: 18px;
}
.cid-uhAHRKlrzy .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown {
  position: relative !important;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q 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-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #ffffff;
  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-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: false !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ttRnlSkg2R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/protect-led-display-from-humidity-2-1500x1000.webp");
}
.cid-ttRnlSkg2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRnlSkg2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ttRnlSkg2R .row {
    padding: 0 13px;
  }
}
.cid-ttRnlSkg2R .title-wrapper {
  padding-top: 35%;
}
@media (max-width: 992px) {
  .cid-ttRnlSkg2R .title-wrapper {
    padding-top: 0;
  }
}
.cid-ttRnlSkg2R .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-ttRnlSkg2R .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-ttRnlSkg2R .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnlSkg2R .mbr-section-title {
  color: #ffffff;
}
.cid-ttRnlSkg2R .mbr-text {
  color: #b6b6b6;
}
.cid-ttRnlSkg2R .mbr-section-title,
.cid-ttRnlSkg2R .mbr-section-btn {
  text-align: left;
}
.cid-ttRo2jkcmx {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ttRo2jkcmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRo2jkcmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ttRo2jkcmx .row {
    padding: 0 13px;
  }
}
.cid-ttRo2jkcmx .image-wrapper {
  height: 100%;
}
.cid-ttRo2jkcmx .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ttRo2jkcmx .image-wrapper img {
    height: 400px;
  }
}
.cid-ttRo2jkcmx .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ttRo2jkcmx .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-ttRo2jkcmx .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ttRo2jkcmx .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-ttRo2jkcmx .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ttRo2jkcmx .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-ttRo2jkcmx .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-ttRo2jkcmx .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRo2jkcmx .mbr-section-title {
  color: #ffffff;
}
.cid-ttRo2jkcmx .mbr-text {
  color: #b6b6b6;
}
.cid-udD0NppbsF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-udD0NppbsF .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-udD0NppbsF .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-udD0NppbsF .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-udD0NppbsF .container-table {
  margin: 0 auto;
}
.cid-udD0NppbsF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-udD0NppbsF .dataTables_wrapper {
  display: block;
}
.cid-udD0NppbsF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-udD0NppbsF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-udD0NppbsF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-udD0NppbsF table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-udD0NppbsF table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-udD0NppbsF table td {
  border-top: 1px solid #ffffff;
}
.cid-udD0NppbsF table.table {
  background: #000000;
}
.cid-udD0NppbsF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-udD0NppbsF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-udD0NppbsF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-udD0NppbsF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-udD0NppbsF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-udD0NppbsF .dataTables_filter {
    text-align: center;
  }
  .cid-udD0NppbsF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-udD0NppbsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-udD0NppbsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udD0NppbsF .head-item {
  color: #ffffff;
}
.cid-udD0NppbsF .body-item {
  color: #ffffff;
  text-align: left;
}
.cid-udD60XCv5E {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-udD60XCv5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-udD60XCv5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udD60XCv5E .row {
    padding: 0 13px;
  }
}
.cid-udD60XCv5E .image-wrapper {
  height: 100%;
}
.cid-udD60XCv5E .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udD60XCv5E .image-wrapper img {
    height: 400px;
  }
}
.cid-udD60XCv5E .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udD60XCv5E .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-udD60XCv5E .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-udD60XCv5E .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-udD60XCv5E .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udD60XCv5E .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-udD60XCv5E .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-udD60XCv5E .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-udD60XCv5E .mbr-section-title {
  color: #ffffff;
}
.cid-udD60XCv5E .mbr-text {
  color: #b6b6b6;
}
.cid-udD61Fp2yj {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-udD61Fp2yj .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-udD61Fp2yj .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-udD61Fp2yj .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-udD61Fp2yj .container-table {
  margin: 0 auto;
}
.cid-udD61Fp2yj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-udD61Fp2yj .dataTables_wrapper {
  display: block;
}
.cid-udD61Fp2yj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-udD61Fp2yj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-udD61Fp2yj table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-udD61Fp2yj table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-udD61Fp2yj table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-udD61Fp2yj table td {
  border-top: 1px solid #ffffff;
}
.cid-udD61Fp2yj table.table {
  background: #000000;
}
.cid-udD61Fp2yj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-udD61Fp2yj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-udD61Fp2yj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-udD61Fp2yj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-udD61Fp2yj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-udD61Fp2yj .dataTables_filter {
    text-align: center;
  }
  .cid-udD61Fp2yj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-udD61Fp2yj .mbr-fallback-image.disabled {
  display: none;
}
.cid-udD61Fp2yj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udD61Fp2yj .head-item {
  color: #ffffff;
}
.cid-udD61Fp2yj .body-item {
  color: #ffffff;
}
.cid-udD69ls5UF {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-udD69ls5UF .mbr-fallback-image.disabled {
  display: none;
}
.cid-udD69ls5UF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udD69ls5UF .row {
    padding: 0 13px;
  }
}
.cid-udD69ls5UF .image-wrapper {
  height: 100%;
}
.cid-udD69ls5UF .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udD69ls5UF .image-wrapper img {
    height: 400px;
  }
}
.cid-udD69ls5UF .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udD69ls5UF .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-udD69ls5UF .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-udD69ls5UF .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-udD69ls5UF .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udD69ls5UF .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-udD69ls5UF .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-udD69ls5UF .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-udD69ls5UF .mbr-section-title {
  color: #ffffff;
}
.cid-udD69ls5UF .mbr-text {
  color: #b6b6b6;
}
.cid-udD69YOqvo {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-udD69YOqvo .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-udD69YOqvo .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-udD69YOqvo .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-udD69YOqvo .container-table {
  margin: 0 auto;
}
.cid-udD69YOqvo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-udD69YOqvo .dataTables_wrapper {
  display: block;
}
.cid-udD69YOqvo .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-udD69YOqvo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-udD69YOqvo table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-udD69YOqvo table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-udD69YOqvo table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-udD69YOqvo table td {
  border-top: 1px solid #ffffff;
}
.cid-udD69YOqvo table.table {
  background: #000000;
}
.cid-udD69YOqvo .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-udD69YOqvo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-udD69YOqvo .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-udD69YOqvo .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-udD69YOqvo .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-udD69YOqvo .dataTables_filter {
    text-align: center;
  }
  .cid-udD69YOqvo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-udD69YOqvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-udD69YOqvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udD69YOqvo .head-item {
  color: #ffffff;
}
.cid-udD69YOqvo .body-item {
  color: #ffffff;
}
.cid-udD6hyZo2i {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-udD6hyZo2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-udD6hyZo2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udD6hyZo2i .row {
    padding: 0 13px;
  }
}
.cid-udD6hyZo2i .image-wrapper {
  height: 100%;
}
.cid-udD6hyZo2i .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udD6hyZo2i .image-wrapper img {
    height: 400px;
  }
}
.cid-udD6hyZo2i .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udD6hyZo2i .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-udD6hyZo2i .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-udD6hyZo2i .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-udD6hyZo2i .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udD6hyZo2i .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-udD6hyZo2i .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-udD6hyZo2i .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-udD6hyZo2i .mbr-section-title {
  color: #ffffff;
}
.cid-udD6hyZo2i .mbr-text {
  color: #b6b6b6;
}
.cid-udD6k0DkhK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-udD6k0DkhK .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-udD6k0DkhK .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-udD6k0DkhK .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-udD6k0DkhK .container-table {
  margin: 0 auto;
}
.cid-udD6k0DkhK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-udD6k0DkhK .dataTables_wrapper {
  display: block;
}
.cid-udD6k0DkhK .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-udD6k0DkhK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-udD6k0DkhK table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-udD6k0DkhK table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-udD6k0DkhK table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-udD6k0DkhK table td {
  border-top: 1px solid #ffffff;
}
.cid-udD6k0DkhK table.table {
  background: #000000;
}
.cid-udD6k0DkhK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-udD6k0DkhK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-udD6k0DkhK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-udD6k0DkhK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-udD6k0DkhK .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-udD6k0DkhK .dataTables_filter {
    text-align: center;
  }
  .cid-udD6k0DkhK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-udD6k0DkhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-udD6k0DkhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udD6k0DkhK .head-item {
  color: #ffffff;
}
.cid-udD6k0DkhK .body-item {
  color: #ffffff;
}
.cid-udD6jt6sbZ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-udD6jt6sbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udD6jt6sbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udD6jt6sbZ .row {
    padding: 0 13px;
  }
}
.cid-udD6jt6sbZ .image-wrapper {
  height: 100%;
}
.cid-udD6jt6sbZ .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udD6jt6sbZ .image-wrapper img {
    height: 400px;
  }
}
.cid-udD6jt6sbZ .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udD6jt6sbZ .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-udD6jt6sbZ .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-udD6jt6sbZ .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-udD6jt6sbZ .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udD6jt6sbZ .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-udD6jt6sbZ .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-udD6jt6sbZ .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-udD6jt6sbZ .mbr-section-title {
  color: #ffffff;
}
.cid-udD6jt6sbZ .mbr-text {
  color: #b6b6b6;
}
.cid-udD6i8xlIX {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-udD6i8xlIX .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-udD6i8xlIX .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-udD6i8xlIX .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-udD6i8xlIX .container-table {
  margin: 0 auto;
}
.cid-udD6i8xlIX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-udD6i8xlIX .dataTables_wrapper {
  display: block;
}
.cid-udD6i8xlIX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-udD6i8xlIX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-udD6i8xlIX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-udD6i8xlIX table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-udD6i8xlIX table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-udD6i8xlIX table td {
  border-top: 1px solid #ffffff;
}
.cid-udD6i8xlIX table.table {
  background: #000000;
}
.cid-udD6i8xlIX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-udD6i8xlIX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-udD6i8xlIX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-udD6i8xlIX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-udD6i8xlIX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-udD6i8xlIX .dataTables_filter {
    text-align: center;
  }
  .cid-udD6i8xlIX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-udD6i8xlIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-udD6i8xlIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udD6i8xlIX .head-item {
  color: #ffffff;
}
.cid-udD6i8xlIX .body-item {
  color: #ffffff;
}
.cid-udD6mvHEDG {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-udD6mvHEDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-udD6mvHEDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udD6mvHEDG .row {
    padding: 0 13px;
  }
}
.cid-udD6mvHEDG .image-wrapper {
  height: 100%;
}
.cid-udD6mvHEDG .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udD6mvHEDG .image-wrapper img {
    height: 400px;
  }
}
.cid-udD6mvHEDG .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udD6mvHEDG .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-udD6mvHEDG .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-udD6mvHEDG .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-udD6mvHEDG .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udD6mvHEDG .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-udD6mvHEDG .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-udD6mvHEDG .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-udD6mvHEDG .mbr-section-title {
  color: #ffffff;
}
.cid-udD6mvHEDG .mbr-text {
  color: #b6b6b6;
}
.cid-udD6mWrJ4q {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-udD6mWrJ4q .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-udD6mWrJ4q .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-udD6mWrJ4q .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #ffffff;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-udD6mWrJ4q .container-table {
  margin: 0 auto;
}
.cid-udD6mWrJ4q .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-udD6mWrJ4q .dataTables_wrapper {
  display: block;
}
.cid-udD6mWrJ4q .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-udD6mWrJ4q .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-udD6mWrJ4q table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-udD6mWrJ4q table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-udD6mWrJ4q table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-udD6mWrJ4q table td {
  border-top: 1px solid #ffffff;
}
.cid-udD6mWrJ4q table.table {
  background: #000000;
}
.cid-udD6mWrJ4q .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-udD6mWrJ4q .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-udD6mWrJ4q .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-udD6mWrJ4q .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-udD6mWrJ4q .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-udD6mWrJ4q .dataTables_filter {
    text-align: center;
  }
  .cid-udD6mWrJ4q .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-udD6mWrJ4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-udD6mWrJ4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udD6mWrJ4q .head-item {
  color: #ffffff;
}
.cid-udD6mWrJ4q .body-item {
  color: #ffffff;
}
.cid-ttRnqYa02i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttRnqYa02i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRnqYa02i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttRnqYa02i .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ttRnqYa02i .container-fluid {
    padding: 0 25px;
  }
}
.cid-ttRnqYa02i .container-fluid .row {
  padding: 0;
}
.cid-ttRnqYa02i .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ttRnqYa02i .card {
    margin-bottom: 50px;
  }
}
.cid-ttRnqYa02i .logo-wrapper {
  margin-bottom: 18px;
}
.cid-ttRnqYa02i .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-ttRnqYa02i .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-ttRnqYa02i .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttRnqYa02i .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-ttRnqYa02i .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-ttRnqYa02i .list li {
  margin-bottom: 10px;
}
.cid-ttRnqYa02i .list li:last-child {
  margin-bottom: 0;
}
.cid-ttRnqYa02i .list li:hover {
  color: #ffffff;
}
.cid-ttRnqYa02i .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-ttRnqYa02i .mbr-section-btn {
  margin-top: 18px;
}
.cid-ttRnqYa02i .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHDm9HWu .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uhAHDm9HWu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uhAHDm9HWu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhAHDm9HWu .menu_box .navbar.opened,
  .cid-uhAHDm9HWu .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhAHDm9HWu .navbar-dropdown {
  position: relative !important;
}
.cid-uhAHDm9HWu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhAHDm9HWu .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhAHDm9HWu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhAHDm9HWu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhAHDm9HWu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhAHDm9HWu .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-uhAHDm9HWu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhAHDm9HWu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhAHDm9HWu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhAHDm9HWu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhAHDm9HWu .offcanvas-body .mbr-text,
  .cid-uhAHDm9HWu .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhAHDm9HWu .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhAHDm9HWu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhAHDm9HWu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uhAHDm9HWu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhAHDm9HWu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhAHDm9HWu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhAHDm9HWu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhAHDm9HWu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhAHDm9HWu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhAHDm9HWu .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-uhAHDm9HWu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhAHDm9HWu 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-uhAHDm9HWu .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhAHDm9HWu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhAHDm9HWu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhAHDm9HWu .nav-item {
    margin: 0 !important;
  }
}
.cid-uhAHDm9HWu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhAHDm9HWu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhAHDm9HWu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhAHDm9HWu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhAHDm9HWu .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-uhAHDm9HWu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhAHDm9HWu .offcanvas_box {
    display: none;
  }
}
.cid-uhAHDm9HWu .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhAHDm9HWu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhAHDm9HWu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhAHDm9HWu .container {
  display: flex;
  margin: auto;
}
.cid-uhAHDm9HWu .iconfont-wrapper {
  color: #ffffff;
  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-uhAHDm9HWu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhAHDm9HWu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhAHDm9HWu .navbar-caption {
  color: #ffffff;
}
.cid-uhAHDm9HWu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhAHDm9HWu .navbar-nav {
    margin: 0;
  }
}
.cid-uhAHDm9HWu .dropdown-menu,
.cid-uhAHDm9HWu .navbar.opened {
  background-color: false !important;
}
.cid-uhAHDm9HWu .nav-item:focus,
.cid-uhAHDm9HWu .nav-link:focus {
  outline: none;
}
.cid-uhAHDm9HWu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhAHDm9HWu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhAHDm9HWu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhAHDm9HWu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhAHDm9HWu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhAHDm9HWu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhAHDm9HWu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhAHDm9HWu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhAHDm9HWu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhAHDm9HWu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhAHDm9HWu .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uhAHDm9HWu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhAHDm9HWu .navbar.collapsed {
  justify-content: center;
}
.cid-uhAHDm9HWu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhAHDm9HWu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhAHDm9HWu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhAHDm9HWu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhAHDm9HWu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhAHDm9HWu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhAHDm9HWu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhAHDm9HWu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhAHDm9HWu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhAHDm9HWu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhAHDm9HWu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhAHDm9HWu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhAHDm9HWu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhAHDm9HWu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhAHDm9HWu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhAHDm9HWu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhAHDm9HWu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhAHDm9HWu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhAHDm9HWu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhAHDm9HWu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhAHDm9HWu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhAHDm9HWu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhAHDm9HWu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhAHDm9HWu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhAHDm9HWu .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-uhAHDm9HWu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhAHDm9HWu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhAHDm9HWu .dropdown-item.active,
.cid-uhAHDm9HWu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhAHDm9HWu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhAHDm9HWu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhAHDm9HWu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhAHDm9HWu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhAHDm9HWu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhAHDm9HWu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhAHDm9HWu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uhAHDm9HWu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhAHDm9HWu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhAHDm9HWu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAHDm9HWu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAHDm9HWu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhAHDm9HWu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAHDm9HWu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhAHDm9HWu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhAHDm9HWu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAHDm9HWu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhAHDm9HWu .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-uhAHDm9HWu .navbar {
    height: 70px;
  }
  .cid-uhAHDm9HWu .navbar.opened {
    height: auto;
  }
  .cid-uhAHDm9HWu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhAHDm9HWu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhAHDm9HWu .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uhAHDm9HWu .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhAHDm9HWu .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uhAHDm9HWu .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uhAHDm9HWu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhAHDm9HWu .mbr-section-btn .btn,
.cid-uhAHDm9HWu .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHDm9HWu .mbr-section-subtitle {
  color: #000000;
}
.cid-uhAHDm9HWu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uhAHDm9HWu .text_widget {
  color: #000000;
}
.cid-uhAHDm9HWu .mbr-section-subtitle,
.cid-uhAHDm9HWu .text_widget,
.cid-uhAHDm9HWu .mbr-section-btn {
  text-align: center;
}
.cid-uhAHDm9HWu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhAHDn9G4U {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-uhAHDn9G4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHDn9G4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-uhAHDn9G4U .row {
    padding: 0 13px;
  }
}
.cid-uhAHDn9G4U .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uhAHDn9G4U .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uhAHDn9G4U .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uhAHDn9G4U .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uhAHDn9G4U .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHDn9G4U .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHDn9G4U .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uhAHDn9G4U .mbr-section-title,
.cid-uhAHDn9G4U .mbr-section-btn,
.cid-uhAHDn9G4U .image-wrapper {
  text-align: center;
}
.cid-uhAHDnCqRp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHDnCqRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHDnCqRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHDnCqRp .container-fluid {
  margin: 0;
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-uhAHDnCqRp .container-fluid {
    padding: 0 25px;
  }
}
.cid-uhAHDnCqRp .container-fluid .row {
  padding: 0;
}
.cid-uhAHDnCqRp .row {
  justify-content: center;
}
.cid-uhAHDnCqRp .item {
  position: relative;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uhAHDnCqRp .item {
    margin-bottom: 20px;
  }
}
.cid-uhAHDnCqRp .item .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uhAHDnCqRp .item .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhAHDnCqRp .item .title-wrapper .link-wrapper {
  display: block;
}
.cid-uhAHDnCqRp .item .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ffffff;
}
.cid-uhAHDnCqRp .item .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-uhAHDnCqRp .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhAHDnCqRp .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 260px;
}
.cid-uhAHDnCqRp .item .item-wrapper:hover .item-content .active-overlay {
  opacity: .75;
}
.cid-uhAHDnCqRp .item .item-wrapper:hover .item-content .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-uhAHDnCqRp .item .item-wrapper .item-content {
  padding: 10px;
  z-index: 1;
  position: relative;
  height: 50%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.cid-uhAHDnCqRp .item .item-wrapper .item-content .active-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-uhAHDnCqRp .item .item-wrapper .item-content .mbr-section-btn {
  position: absolute;
  top: -2rem;
  transform: translateY(50%);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: auto;
}
.cid-uhAHDnCqRp .item .item-wrapper .item-content .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHDnCqRp .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHDnCqRp .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHDnCqRp .mbr-link {
  color: #b6b6b6;
}
.cid-uhAHDoha4u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uhAHDoha4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHDoha4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHDoha4u .container-fluid {
  margin: 0;
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uhAHDoha4u .container-fluid {
    padding: 0 12px;
  }
}
.cid-uhAHDoha4u .container-fluid .row {
  padding: 0;
}
.cid-uhAHDoha4u .image-wrap {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhAHDoha4u .image-wrapper {
    margin-bottom: 70px;
  }
}
.cid-uhAHDoha4u .image-wrapper img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHDoha4u .image-wrapper img {
    height: 400px;
    margin-bottom: 100px;
  }
}
.cid-uhAHDoha4u .cards-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 174px 0 60px;
}
@media (min-width: 1500px) {
  .cid-uhAHDoha4u .cards-wrap {
    padding: 0 285px 0 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uhAHDoha4u .cards-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uhAHDoha4u .cards-wrap {
    padding: 0 25px;
  }
}
.cid-uhAHDoha4u .cards-wrap .tab-content .card {
  margin-bottom: 25px;
}
.cid-uhAHDoha4u .cards-wrap .tab-content .card .card-header {
  border: none;
  padding: 2px 0 9px;
}
.cid-uhAHDoha4u .cards-wrap .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhAHDoha4u .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-uhAHDoha4u .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  opacity: .8;
}
.cid-uhAHDoha4u .cards-wrap .tab-content .card .card-header .panel-title:hover .panel-title-edit::before {
  opacity: .8;
}
.cid-uhAHDoha4u .cards-wrap .tab-content .card .card-header .panel-title .panel-number {
  min-width: 25px;
  margin-right: 25px;
  margin-bottom: 0;
}
.cid-uhAHDoha4u .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  position: relative;
}
.cid-uhAHDoha4u .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uhAHDoha4u .cards-wrap .tab-content .card .card-header .panel-title .mbr-iconfont {
  margin-left: 25px;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.cid-uhAHDoha4u .cards-wrap .tab-content .card .panel-collapse .panel-body {
  padding: 18px 0 0 50px;
  border-top: 1px solid #282828;
}
.cid-uhAHDoha4u .cards-wrap .tab-content .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhAHDoha4u .panel-number {
  color: #b6b6b6;
}
.cid-uhAHDoha4u .panel-title-edit,
.cid-uhAHDoha4u .mbr-iconfont {
  color: #ffffff;
}
.cid-uhAHDoha4u .panel-text {
  color: #b6b6b6;
}
.cid-uhAHDoXnwN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/imgmeio1-2-2000x1500.webp");
}
.cid-uhAHDoXnwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHDoXnwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHDoXnwN .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhAHDoXnwN .container-fluid {
    padding: 0 25px;
  }
}
.cid-uhAHDoXnwN .container-fluid .row {
  padding: 0;
}
.cid-uhAHDoXnwN .title-wrapper {
  min-height: 510px;
}
@media (max-width: 992px) {
  .cid-uhAHDoXnwN .title-wrapper {
    min-height: 410px;
  }
}
.cid-uhAHDoXnwN .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uhAHDoXnwN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhAHDoXnwN .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHDoXnwN .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHDptjxG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHDptjxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHDptjxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHDptjxG .row {
    padding: 0 13px;
  }
}
.cid-uhAHDptjxG .row {
  justify-content: center;
}
.cid-uhAHDptjxG .tabs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uhAHDptjxG .tabs-wrapper {
    display: block;
  }
}
.cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding-right: 96px;
  display: block;
  width: 52%;
}
@media (max-width: 1200px) {
  .cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs {
    padding-right: 46px;
  }
}
@media (max-width: 1100px) {
  .cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs {
    padding: 0;
    width: auto;
  }
}
.cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs .nav-item {
  border-top: 1px solid #282828;
}
.cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  border: none;
}
.cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 42px 0 46px;
  margin-bottom: 0;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s ease-out;
  border: none;
  position: relative;
}
.cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus {
  border: none !important;
}
.cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus::before {
  opacity: .85;
}
.cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  border: none !important;
}
.cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover::before {
  opacity: .85;
}
@media (max-width: 992px) {
  .cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 32px 0 35px;
  }
}
@media (max-width: 768px) {
  .cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 12px 0 16px;
  }
}
.cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border: none !important;
}
.cid-uhAHDptjxG .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .85;
}
.cid-uhAHDptjxG .tabs-wrapper .tab-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uhAHDptjxG .tabs-wrapper .tab-content {
    margin-top: 20px;
    width: 100%;
  }
}
.cid-uhAHDptjxG .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 960px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHDptjxG .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHDq7w9k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHDq7w9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHDq7w9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHDq7w9k .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhAHDq7w9k .container-fluid {
    padding: 0;
  }
}
.cid-uhAHDq7w9k .container-fluid .row {
  padding: 0;
}
.cid-uhAHDq7w9k .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHDq7w9k .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHDq7w9k .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uhAHDq7w9k .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uhAHDq7w9k .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHDq7w9k .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uhAHDq7w9k .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhAHDq7w9k .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHDq7w9k .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHDq7w9k .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uhAHDq7w9k .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHDq7w9k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhAHDq7w9k .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uhAHDqKYKa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHDqKYKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHDqKYKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHDqKYKa .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhAHDqKYKa .container-fluid {
    padding: 0;
  }
}
.cid-uhAHDqKYKa .container-fluid .row {
  padding: 0;
}
.cid-uhAHDqKYKa .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHDqKYKa .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHDqKYKa .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uhAHDqKYKa .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uhAHDqKYKa .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHDqKYKa .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uhAHDqKYKa .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhAHDqKYKa .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHDqKYKa .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHDqKYKa .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uhAHDqKYKa .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHDqKYKa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhAHDqKYKa .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uhAHDrjMIx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHDrjMIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHDrjMIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHDrjMIx .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhAHDrjMIx .container-fluid {
    padding: 0;
  }
}
.cid-uhAHDrjMIx .container-fluid .row {
  padding: 0;
}
.cid-uhAHDrjMIx .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHDrjMIx .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHDrjMIx .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uhAHDrjMIx .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uhAHDrjMIx .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHDrjMIx .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uhAHDrjMIx .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhAHDrjMIx .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHDrjMIx .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHDrjMIx .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uhAHDrjMIx .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHDrjMIx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhAHDrjMIx .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uhAHDrVsqG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhAHDrVsqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHDrVsqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHDrVsqG .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhAHDrVsqG .container-fluid {
    padding: 0 25px;
  }
}
.cid-uhAHDrVsqG .container-fluid .row {
  padding: 0;
}
.cid-uhAHDrVsqG .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhAHDrVsqG .card {
    margin-bottom: 50px;
  }
}
.cid-uhAHDrVsqG .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uhAHDrVsqG .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uhAHDrVsqG .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uhAHDrVsqG .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uhAHDrVsqG .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uhAHDrVsqG .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uhAHDrVsqG .list li {
  margin-bottom: 10px;
}
.cid-uhAHDrVsqG .list li:last-child {
  margin-bottom: 0;
}
.cid-uhAHDrVsqG .list li:hover {
  color: #ffffff;
}
.cid-uhAHDrVsqG .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uhAHDrVsqG .mbr-section-btn {
  margin-top: 18px;
}
.cid-uhAHDrVsqG .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHJaeDPT .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uhAHJaeDPT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uhAHJaeDPT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhAHJaeDPT .menu_box .navbar.opened,
  .cid-uhAHJaeDPT .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhAHJaeDPT .navbar-dropdown {
  position: relative !important;
}
.cid-uhAHJaeDPT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhAHJaeDPT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhAHJaeDPT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhAHJaeDPT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhAHJaeDPT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhAHJaeDPT .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-uhAHJaeDPT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhAHJaeDPT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhAHJaeDPT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhAHJaeDPT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhAHJaeDPT .offcanvas-body .mbr-text,
  .cid-uhAHJaeDPT .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhAHJaeDPT .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhAHJaeDPT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhAHJaeDPT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uhAHJaeDPT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhAHJaeDPT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhAHJaeDPT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhAHJaeDPT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhAHJaeDPT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhAHJaeDPT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhAHJaeDPT .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-uhAHJaeDPT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhAHJaeDPT 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-uhAHJaeDPT .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhAHJaeDPT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhAHJaeDPT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhAHJaeDPT .nav-item {
    margin: 0 !important;
  }
}
.cid-uhAHJaeDPT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhAHJaeDPT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhAHJaeDPT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhAHJaeDPT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhAHJaeDPT .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-uhAHJaeDPT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhAHJaeDPT .offcanvas_box {
    display: none;
  }
}
.cid-uhAHJaeDPT .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhAHJaeDPT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhAHJaeDPT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhAHJaeDPT .container {
  display: flex;
  margin: auto;
}
.cid-uhAHJaeDPT .iconfont-wrapper {
  color: #ffffff;
  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-uhAHJaeDPT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhAHJaeDPT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhAHJaeDPT .navbar-caption {
  color: #ffffff;
}
.cid-uhAHJaeDPT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhAHJaeDPT .navbar-nav {
    margin: 0;
  }
}
.cid-uhAHJaeDPT .dropdown-menu,
.cid-uhAHJaeDPT .navbar.opened {
  background-color: false !important;
}
.cid-uhAHJaeDPT .nav-item:focus,
.cid-uhAHJaeDPT .nav-link:focus {
  outline: none;
}
.cid-uhAHJaeDPT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhAHJaeDPT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhAHJaeDPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhAHJaeDPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhAHJaeDPT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhAHJaeDPT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhAHJaeDPT .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhAHJaeDPT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhAHJaeDPT .navbar.opened {
  transition: all 0.3s;
}
.cid-uhAHJaeDPT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhAHJaeDPT .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uhAHJaeDPT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhAHJaeDPT .navbar.collapsed {
  justify-content: center;
}
.cid-uhAHJaeDPT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhAHJaeDPT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhAHJaeDPT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhAHJaeDPT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhAHJaeDPT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhAHJaeDPT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhAHJaeDPT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhAHJaeDPT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhAHJaeDPT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhAHJaeDPT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhAHJaeDPT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhAHJaeDPT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhAHJaeDPT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhAHJaeDPT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhAHJaeDPT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhAHJaeDPT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhAHJaeDPT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhAHJaeDPT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhAHJaeDPT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhAHJaeDPT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhAHJaeDPT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhAHJaeDPT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhAHJaeDPT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhAHJaeDPT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhAHJaeDPT .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-uhAHJaeDPT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhAHJaeDPT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhAHJaeDPT .dropdown-item.active,
.cid-uhAHJaeDPT .dropdown-item:active {
  background-color: transparent;
}
.cid-uhAHJaeDPT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhAHJaeDPT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhAHJaeDPT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhAHJaeDPT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhAHJaeDPT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhAHJaeDPT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhAHJaeDPT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uhAHJaeDPT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhAHJaeDPT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhAHJaeDPT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAHJaeDPT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAHJaeDPT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhAHJaeDPT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAHJaeDPT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhAHJaeDPT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhAHJaeDPT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAHJaeDPT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhAHJaeDPT .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-uhAHJaeDPT .navbar {
    height: 70px;
  }
  .cid-uhAHJaeDPT .navbar.opened {
    height: auto;
  }
  .cid-uhAHJaeDPT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhAHJaeDPT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhAHJaeDPT .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uhAHJaeDPT .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhAHJaeDPT .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uhAHJaeDPT .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uhAHJaeDPT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhAHJaeDPT .mbr-section-btn .btn,
.cid-uhAHJaeDPT .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHJaeDPT .mbr-section-subtitle {
  color: #000000;
}
.cid-uhAHJaeDPT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uhAHJaeDPT .text_widget {
  color: #000000;
}
.cid-uhAHJaeDPT .mbr-section-subtitle,
.cid-uhAHJaeDPT .text_widget,
.cid-uhAHJaeDPT .mbr-section-btn {
  text-align: center;
}
.cid-uhAHJaeDPT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhAHJbu7KM {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-uhAHJbu7KM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHJbu7KM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-uhAHJbu7KM .row {
    padding: 0 13px;
  }
}
.cid-uhAHJbu7KM .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uhAHJbu7KM .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uhAHJbu7KM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uhAHJbu7KM .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uhAHJbu7KM .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHJbu7KM .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHJbu7KM .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uhAHJbu7KM .mbr-section-title,
.cid-uhAHJbu7KM .mbr-section-btn,
.cid-uhAHJbu7KM .image-wrapper {
  text-align: center;
}
.cid-uhAHJc830h {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHJc830h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHJc830h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHJc830h .container-fluid {
  margin: 0;
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-uhAHJc830h .container-fluid {
    padding: 0 25px;
  }
}
.cid-uhAHJc830h .container-fluid .row {
  padding: 0;
}
.cid-uhAHJc830h .row {
  justify-content: center;
}
.cid-uhAHJc830h .item {
  position: relative;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uhAHJc830h .item {
    margin-bottom: 20px;
  }
}
.cid-uhAHJc830h .item .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uhAHJc830h .item .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhAHJc830h .item .title-wrapper .link-wrapper {
  display: block;
}
.cid-uhAHJc830h .item .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ffffff;
}
.cid-uhAHJc830h .item .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-uhAHJc830h .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhAHJc830h .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 260px;
}
.cid-uhAHJc830h .item .item-wrapper:hover .item-content .active-overlay {
  opacity: .75;
}
.cid-uhAHJc830h .item .item-wrapper:hover .item-content .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-uhAHJc830h .item .item-wrapper .item-content {
  padding: 10px;
  z-index: 1;
  position: relative;
  height: 50%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.cid-uhAHJc830h .item .item-wrapper .item-content .active-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-uhAHJc830h .item .item-wrapper .item-content .mbr-section-btn {
  position: absolute;
  top: -2rem;
  transform: translateY(50%);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: auto;
}
.cid-uhAHJc830h .item .item-wrapper .item-content .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHJc830h .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHJc830h .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHJc830h .mbr-link {
  color: #b6b6b6;
}
.cid-uhAHJcYnuu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uhAHJcYnuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHJcYnuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHJcYnuu .container-fluid {
  margin: 0;
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uhAHJcYnuu .container-fluid {
    padding: 0 12px;
  }
}
.cid-uhAHJcYnuu .container-fluid .row {
  padding: 0;
}
.cid-uhAHJcYnuu .image-wrap {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhAHJcYnuu .image-wrapper {
    margin-bottom: 70px;
  }
}
.cid-uhAHJcYnuu .image-wrapper img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHJcYnuu .image-wrapper img {
    height: 400px;
    margin-bottom: 100px;
  }
}
.cid-uhAHJcYnuu .cards-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 174px 0 60px;
}
@media (min-width: 1500px) {
  .cid-uhAHJcYnuu .cards-wrap {
    padding: 0 285px 0 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uhAHJcYnuu .cards-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uhAHJcYnuu .cards-wrap {
    padding: 0 25px;
  }
}
.cid-uhAHJcYnuu .cards-wrap .tab-content .card {
  margin-bottom: 25px;
}
.cid-uhAHJcYnuu .cards-wrap .tab-content .card .card-header {
  border: none;
  padding: 2px 0 9px;
}
.cid-uhAHJcYnuu .cards-wrap .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhAHJcYnuu .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-uhAHJcYnuu .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  opacity: .8;
}
.cid-uhAHJcYnuu .cards-wrap .tab-content .card .card-header .panel-title:hover .panel-title-edit::before {
  opacity: .8;
}
.cid-uhAHJcYnuu .cards-wrap .tab-content .card .card-header .panel-title .panel-number {
  min-width: 25px;
  margin-right: 25px;
  margin-bottom: 0;
}
.cid-uhAHJcYnuu .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  position: relative;
}
.cid-uhAHJcYnuu .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uhAHJcYnuu .cards-wrap .tab-content .card .card-header .panel-title .mbr-iconfont {
  margin-left: 25px;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.cid-uhAHJcYnuu .cards-wrap .tab-content .card .panel-collapse .panel-body {
  padding: 18px 0 0 50px;
  border-top: 1px solid #282828;
}
.cid-uhAHJcYnuu .cards-wrap .tab-content .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhAHJcYnuu .panel-number {
  color: #b6b6b6;
}
.cid-uhAHJcYnuu .panel-title-edit,
.cid-uhAHJcYnuu .mbr-iconfont {
  color: #ffffff;
}
.cid-uhAHJcYnuu .panel-text {
  color: #b6b6b6;
}
.cid-uhAHJdFYlI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/imgmeio1-1-2000x1500.webp");
}
.cid-uhAHJdFYlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHJdFYlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHJdFYlI .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhAHJdFYlI .container-fluid {
    padding: 0 25px;
  }
}
.cid-uhAHJdFYlI .container-fluid .row {
  padding: 0;
}
.cid-uhAHJdFYlI .title-wrapper {
  min-height: 510px;
}
@media (max-width: 992px) {
  .cid-uhAHJdFYlI .title-wrapper {
    min-height: 410px;
  }
}
.cid-uhAHJdFYlI .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uhAHJdFYlI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhAHJdFYlI .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHJdFYlI .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHJedLQw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHJedLQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHJedLQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHJedLQw .row {
    padding: 0 13px;
  }
}
.cid-uhAHJedLQw .row {
  justify-content: center;
}
.cid-uhAHJedLQw .tabs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uhAHJedLQw .tabs-wrapper {
    display: block;
  }
}
.cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding-right: 96px;
  display: block;
  width: 52%;
}
@media (max-width: 1200px) {
  .cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs {
    padding-right: 46px;
  }
}
@media (max-width: 1100px) {
  .cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs {
    padding: 0;
    width: auto;
  }
}
.cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs .nav-item {
  border-top: 1px solid #282828;
}
.cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  border: none;
}
.cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 42px 0 46px;
  margin-bottom: 0;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s ease-out;
  border: none;
  position: relative;
}
.cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus {
  border: none !important;
}
.cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus::before {
  opacity: .85;
}
.cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  border: none !important;
}
.cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover::before {
  opacity: .85;
}
@media (max-width: 992px) {
  .cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 32px 0 35px;
  }
}
@media (max-width: 768px) {
  .cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 12px 0 16px;
  }
}
.cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border: none !important;
}
.cid-uhAHJedLQw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .85;
}
.cid-uhAHJedLQw .tabs-wrapper .tab-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uhAHJedLQw .tabs-wrapper .tab-content {
    margin-top: 20px;
    width: 100%;
  }
}
.cid-uhAHJedLQw .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 960px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHJedLQw .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHJf1huq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHJf1huq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHJf1huq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHJf1huq .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhAHJf1huq .container-fluid {
    padding: 0;
  }
}
.cid-uhAHJf1huq .container-fluid .row {
  padding: 0;
}
.cid-uhAHJf1huq .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHJf1huq .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHJf1huq .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uhAHJf1huq .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uhAHJf1huq .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHJf1huq .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uhAHJf1huq .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhAHJf1huq .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHJf1huq .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHJf1huq .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uhAHJf1huq .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHJf1huq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhAHJf1huq .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uhAHJfDQrB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHJfDQrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHJfDQrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHJfDQrB .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhAHJfDQrB .container-fluid {
    padding: 0;
  }
}
.cid-uhAHJfDQrB .container-fluid .row {
  padding: 0;
}
.cid-uhAHJfDQrB .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHJfDQrB .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHJfDQrB .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uhAHJfDQrB .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uhAHJfDQrB .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHJfDQrB .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uhAHJfDQrB .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhAHJfDQrB .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHJfDQrB .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHJfDQrB .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uhAHJfDQrB .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHJfDQrB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhAHJfDQrB .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uhAHJgligH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHJgligH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHJgligH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHJgligH .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhAHJgligH .container-fluid {
    padding: 0;
  }
}
.cid-uhAHJgligH .container-fluid .row {
  padding: 0;
}
.cid-uhAHJgligH .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHJgligH .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHJgligH .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uhAHJgligH .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uhAHJgligH .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHJgligH .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uhAHJgligH .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhAHJgligH .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHJgligH .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHJgligH .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uhAHJgligH .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHJgligH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhAHJgligH .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uhAHJh2Azr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhAHJh2Azr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHJh2Azr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHJh2Azr .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhAHJh2Azr .container-fluid {
    padding: 0 25px;
  }
}
.cid-uhAHJh2Azr .container-fluid .row {
  padding: 0;
}
.cid-uhAHJh2Azr .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhAHJh2Azr .card {
    margin-bottom: 50px;
  }
}
.cid-uhAHJh2Azr .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uhAHJh2Azr .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uhAHJh2Azr .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uhAHJh2Azr .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uhAHJh2Azr .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uhAHJh2Azr .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uhAHJh2Azr .list li {
  margin-bottom: 10px;
}
.cid-uhAHJh2Azr .list li:last-child {
  margin-bottom: 0;
}
.cid-uhAHJh2Azr .list li:hover {
  color: #ffffff;
}
.cid-uhAHJh2Azr .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uhAHJh2Azr .mbr-section-btn {
  margin-top: 18px;
}
.cid-uhAHJh2Azr .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHKRoSse .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uhAHKRoSse .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uhAHKRoSse .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhAHKRoSse .menu_box .navbar.opened,
  .cid-uhAHKRoSse .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhAHKRoSse .navbar-dropdown {
  position: relative !important;
}
.cid-uhAHKRoSse .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhAHKRoSse .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhAHKRoSse .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhAHKRoSse .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhAHKRoSse .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhAHKRoSse .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-uhAHKRoSse .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhAHKRoSse .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhAHKRoSse .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhAHKRoSse .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhAHKRoSse .offcanvas-body .mbr-text,
  .cid-uhAHKRoSse .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhAHKRoSse .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhAHKRoSse .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhAHKRoSse .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uhAHKRoSse .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhAHKRoSse .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhAHKRoSse .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhAHKRoSse .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhAHKRoSse ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhAHKRoSse .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhAHKRoSse .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-uhAHKRoSse .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhAHKRoSse 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-uhAHKRoSse .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhAHKRoSse .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhAHKRoSse .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhAHKRoSse .nav-item {
    margin: 0 !important;
  }
}
.cid-uhAHKRoSse .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhAHKRoSse .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhAHKRoSse .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhAHKRoSse .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhAHKRoSse .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-uhAHKRoSse .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhAHKRoSse .offcanvas_box {
    display: none;
  }
}
.cid-uhAHKRoSse .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhAHKRoSse .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhAHKRoSse .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhAHKRoSse .container {
  display: flex;
  margin: auto;
}
.cid-uhAHKRoSse .iconfont-wrapper {
  color: #ffffff;
  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-uhAHKRoSse .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhAHKRoSse .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhAHKRoSse .navbar-caption {
  color: #ffffff;
}
.cid-uhAHKRoSse .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhAHKRoSse .navbar-nav {
    margin: 0;
  }
}
.cid-uhAHKRoSse .dropdown-menu,
.cid-uhAHKRoSse .navbar.opened {
  background-color: false !important;
}
.cid-uhAHKRoSse .nav-item:focus,
.cid-uhAHKRoSse .nav-link:focus {
  outline: none;
}
.cid-uhAHKRoSse .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhAHKRoSse .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhAHKRoSse .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhAHKRoSse .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhAHKRoSse .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhAHKRoSse .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhAHKRoSse .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhAHKRoSse .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhAHKRoSse .navbar.opened {
  transition: all 0.3s;
}
.cid-uhAHKRoSse .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhAHKRoSse .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uhAHKRoSse .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhAHKRoSse .navbar.collapsed {
  justify-content: center;
}
.cid-uhAHKRoSse .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhAHKRoSse .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhAHKRoSse .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhAHKRoSse .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhAHKRoSse .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhAHKRoSse .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhAHKRoSse .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhAHKRoSse .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhAHKRoSse .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhAHKRoSse .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhAHKRoSse .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhAHKRoSse .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhAHKRoSse .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhAHKRoSse .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhAHKRoSse .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhAHKRoSse .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhAHKRoSse .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhAHKRoSse .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhAHKRoSse .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhAHKRoSse .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhAHKRoSse .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhAHKRoSse .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhAHKRoSse .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhAHKRoSse .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhAHKRoSse .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-uhAHKRoSse .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhAHKRoSse .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhAHKRoSse .dropdown-item.active,
.cid-uhAHKRoSse .dropdown-item:active {
  background-color: transparent;
}
.cid-uhAHKRoSse .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhAHKRoSse .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhAHKRoSse .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhAHKRoSse .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhAHKRoSse ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhAHKRoSse .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhAHKRoSse button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uhAHKRoSse button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhAHKRoSse button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhAHKRoSse button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAHKRoSse button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAHKRoSse button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhAHKRoSse nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAHKRoSse nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhAHKRoSse nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhAHKRoSse nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAHKRoSse a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhAHKRoSse .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-uhAHKRoSse .navbar {
    height: 70px;
  }
  .cid-uhAHKRoSse .navbar.opened {
    height: auto;
  }
  .cid-uhAHKRoSse .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhAHKRoSse .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhAHKRoSse .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uhAHKRoSse .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhAHKRoSse .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uhAHKRoSse .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uhAHKRoSse .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhAHKRoSse .mbr-section-btn .btn,
.cid-uhAHKRoSse .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHKRoSse .mbr-section-subtitle {
  color: #000000;
}
.cid-uhAHKRoSse .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uhAHKRoSse .text_widget {
  color: #000000;
}
.cid-uhAHKRoSse .mbr-section-subtitle,
.cid-uhAHKRoSse .text_widget,
.cid-uhAHKRoSse .mbr-section-btn {
  text-align: center;
}
.cid-uhAHKRoSse a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhAHKSBCUc {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-uhAHKSBCUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHKSBCUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-uhAHKSBCUc .row {
    padding: 0 13px;
  }
}
.cid-uhAHKSBCUc .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uhAHKSBCUc .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uhAHKSBCUc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uhAHKSBCUc .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uhAHKSBCUc .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHKSBCUc .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHKSBCUc .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uhAHKSBCUc .mbr-section-title,
.cid-uhAHKSBCUc .mbr-section-btn,
.cid-uhAHKSBCUc .image-wrapper {
  text-align: center;
}
.cid-uhAHKTlful {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHKTlful .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHKTlful .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHKTlful .container-fluid {
  margin: 0;
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-uhAHKTlful .container-fluid {
    padding: 0 25px;
  }
}
.cid-uhAHKTlful .container-fluid .row {
  padding: 0;
}
.cid-uhAHKTlful .row {
  justify-content: center;
}
.cid-uhAHKTlful .item {
  position: relative;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uhAHKTlful .item {
    margin-bottom: 20px;
  }
}
.cid-uhAHKTlful .item .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uhAHKTlful .item .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhAHKTlful .item .title-wrapper .link-wrapper {
  display: block;
}
.cid-uhAHKTlful .item .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ffffff;
}
.cid-uhAHKTlful .item .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-uhAHKTlful .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhAHKTlful .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 260px;
}
.cid-uhAHKTlful .item .item-wrapper:hover .item-content .active-overlay {
  opacity: .75;
}
.cid-uhAHKTlful .item .item-wrapper:hover .item-content .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-uhAHKTlful .item .item-wrapper .item-content {
  padding: 10px;
  z-index: 1;
  position: relative;
  height: 50%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.cid-uhAHKTlful .item .item-wrapper .item-content .active-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-uhAHKTlful .item .item-wrapper .item-content .mbr-section-btn {
  position: absolute;
  top: -2rem;
  transform: translateY(50%);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: auto;
}
.cid-uhAHKTlful .item .item-wrapper .item-content .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHKTlful .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHKTlful .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHKTlful .mbr-link {
  color: #b6b6b6;
}
.cid-uhAHKUcQsb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uhAHKUcQsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHKUcQsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHKUcQsb .container-fluid {
  margin: 0;
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uhAHKUcQsb .container-fluid {
    padding: 0 12px;
  }
}
.cid-uhAHKUcQsb .container-fluid .row {
  padding: 0;
}
.cid-uhAHKUcQsb .image-wrap {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhAHKUcQsb .image-wrapper {
    margin-bottom: 70px;
  }
}
.cid-uhAHKUcQsb .image-wrapper img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHKUcQsb .image-wrapper img {
    height: 400px;
    margin-bottom: 100px;
  }
}
.cid-uhAHKUcQsb .cards-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 174px 0 60px;
}
@media (min-width: 1500px) {
  .cid-uhAHKUcQsb .cards-wrap {
    padding: 0 285px 0 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uhAHKUcQsb .cards-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uhAHKUcQsb .cards-wrap {
    padding: 0 25px;
  }
}
.cid-uhAHKUcQsb .cards-wrap .tab-content .card {
  margin-bottom: 25px;
}
.cid-uhAHKUcQsb .cards-wrap .tab-content .card .card-header {
  border: none;
  padding: 2px 0 9px;
}
.cid-uhAHKUcQsb .cards-wrap .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhAHKUcQsb .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-uhAHKUcQsb .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  opacity: .8;
}
.cid-uhAHKUcQsb .cards-wrap .tab-content .card .card-header .panel-title:hover .panel-title-edit::before {
  opacity: .8;
}
.cid-uhAHKUcQsb .cards-wrap .tab-content .card .card-header .panel-title .panel-number {
  min-width: 25px;
  margin-right: 25px;
  margin-bottom: 0;
}
.cid-uhAHKUcQsb .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  position: relative;
}
.cid-uhAHKUcQsb .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uhAHKUcQsb .cards-wrap .tab-content .card .card-header .panel-title .mbr-iconfont {
  margin-left: 25px;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.cid-uhAHKUcQsb .cards-wrap .tab-content .card .panel-collapse .panel-body {
  padding: 18px 0 0 50px;
  border-top: 1px solid #282828;
}
.cid-uhAHKUcQsb .cards-wrap .tab-content .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhAHKUcQsb .panel-number {
  color: #b6b6b6;
}
.cid-uhAHKUcQsb .panel-title-edit,
.cid-uhAHKUcQsb .mbr-iconfont {
  color: #ffffff;
}
.cid-uhAHKUcQsb .panel-text {
  color: #b6b6b6;
}
.cid-uhAHKV0e6w {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/imgmeio1-1-2000x1500.webp");
}
.cid-uhAHKV0e6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHKV0e6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHKV0e6w .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhAHKV0e6w .container-fluid {
    padding: 0 25px;
  }
}
.cid-uhAHKV0e6w .container-fluid .row {
  padding: 0;
}
.cid-uhAHKV0e6w .title-wrapper {
  min-height: 510px;
}
@media (max-width: 992px) {
  .cid-uhAHKV0e6w .title-wrapper {
    min-height: 410px;
  }
}
.cid-uhAHKV0e6w .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uhAHKV0e6w .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhAHKV0e6w .mbr-section-title {
  color: #ffffff;
}
.cid-uhAHKV0e6w .mbr-text {
  color: #b6b6b6;
}
.cid-uhAHKVA8Vf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHKVA8Vf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHKVA8Vf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhAHKVA8Vf .row {
    padding: 0 13px;
  }
}
.cid-uhAHKVA8Vf .row {
  justify-content: center;
}
.cid-uhAHKVA8Vf .tabs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uhAHKVA8Vf .tabs-wrapper {
    display: block;
  }
}
.cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding-right: 96px;
  display: block;
  width: 52%;
}
@media (max-width: 1200px) {
  .cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs {
    padding-right: 46px;
  }
}
@media (max-width: 1100px) {
  .cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs {
    padding: 0;
    width: auto;
  }
}
.cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs .nav-item {
  border-top: 1px solid #282828;
}
.cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  border: none;
}
.cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 42px 0 46px;
  margin-bottom: 0;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s ease-out;
  border: none;
  position: relative;
}
.cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus {
  border: none !important;
}
.cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus::before {
  opacity: .85;
}
.cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  border: none !important;
}
.cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover::before {
  opacity: .85;
}
@media (max-width: 992px) {
  .cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 32px 0 35px;
  }
}
@media (max-width: 768px) {
  .cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 12px 0 16px;
  }
}
.cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border: none !important;
}
.cid-uhAHKVA8Vf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .85;
}
.cid-uhAHKVA8Vf .tabs-wrapper .tab-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uhAHKVA8Vf .tabs-wrapper .tab-content {
    margin-top: 20px;
    width: 100%;
  }
}
.cid-uhAHKVA8Vf .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 960px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHKVA8Vf .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHKWoyny {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHKWoyny .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHKWoyny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHKWoyny .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhAHKWoyny .container-fluid {
    padding: 0;
  }
}
.cid-uhAHKWoyny .container-fluid .row {
  padding: 0;
}
.cid-uhAHKWoyny .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHKWoyny .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHKWoyny .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uhAHKWoyny .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uhAHKWoyny .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHKWoyny .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uhAHKWoyny .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhAHKWoyny .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHKWoyny .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHKWoyny .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uhAHKWoyny .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHKWoyny .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhAHKWoyny .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uhAHKXOQ8v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHKXOQ8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHKXOQ8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHKXOQ8v .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhAHKXOQ8v .container-fluid {
    padding: 0;
  }
}
.cid-uhAHKXOQ8v .container-fluid .row {
  padding: 0;
}
.cid-uhAHKXOQ8v .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHKXOQ8v .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHKXOQ8v .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uhAHKXOQ8v .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uhAHKXOQ8v .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHKXOQ8v .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uhAHKXOQ8v .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhAHKXOQ8v .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHKXOQ8v .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHKXOQ8v .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uhAHKXOQ8v .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHKXOQ8v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhAHKXOQ8v .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uhAHKYYstq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhAHKYYstq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHKYYstq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHKYYstq .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhAHKYYstq .container-fluid {
    padding: 0;
  }
}
.cid-uhAHKYYstq .container-fluid .row {
  padding: 0;
}
.cid-uhAHKYYstq .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhAHKYYstq .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uhAHKYYstq .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uhAHKYYstq .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uhAHKYYstq .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhAHKYYstq .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uhAHKYYstq .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhAHKYYstq .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhAHKYYstq .image-wrapper img {
    height: 400px;
  }
}
.cid-uhAHKYYstq .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uhAHKYYstq .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uhAHKYYstq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhAHKYYstq .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uhAHKZQ7Pz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhAHKZQ7Pz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAHKZQ7Pz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAHKZQ7Pz .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhAHKZQ7Pz .container-fluid {
    padding: 0 25px;
  }
}
.cid-uhAHKZQ7Pz .container-fluid .row {
  padding: 0;
}
.cid-uhAHKZQ7Pz .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhAHKZQ7Pz .card {
    margin-bottom: 50px;
  }
}
.cid-uhAHKZQ7Pz .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uhAHKZQ7Pz .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uhAHKZQ7Pz .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uhAHKZQ7Pz .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uhAHKZQ7Pz .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uhAHKZQ7Pz .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uhAHKZQ7Pz .list li {
  margin-bottom: 10px;
}
.cid-uhAHKZQ7Pz .list li:last-child {
  margin-bottom: 0;
}
.cid-uhAHKZQ7Pz .list li:hover {
  color: #ffffff;
}
.cid-uhAHKZQ7Pz .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uhAHKZQ7Pz .mbr-section-btn {
  margin-top: 18px;
}
.cid-uhAHKZQ7Pz .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
