.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Hubot Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #656565 !important;
}
.bg-info {
  background-color: #454545 !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #656565 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #454545 !important;
  border-color: #454545 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f5f5f !important;
  border-color: #5f5f5f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f5f5f !important;
  border-color: #5f5f5f !important;
}
.btn-success,
.btn-success:active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  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: #d4d4d4 !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: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #454545;
  color: #454545;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1a1a1a !important;
  background-color: transparent !important;
  border-color: #1a1a1a !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #656565;
  color: #656565;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3a3a3a !important;
  background-color: transparent !important;
  border-color: #3a3a3a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #656565;
  color: #656565;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3a3a3a !important;
  background-color: transparent !important;
  border-color: #3a3a3a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #656565 !important;
}
.text-info {
  color: #454545 !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #656565 !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: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #323232 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #121212 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #323232 !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: #454545;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #656565;
}
.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: #a5a5a5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b8b8b8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5a5a5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: 'Rethink Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
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: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #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: #ffffff !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 {
  font-weight: 400;
  flex-direction: row-reverse;
  padding: 10px 20px;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s ease;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus {
  background-color: #232323 !important;
  color: #ffffff !important;
  border-color: #232323 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  background-color: #ffffff !important;
  color: #808080 !important;
  border-color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.little-radius,
.form-control {
  border-radius: .5rem !important;
  border-radius: 0 !important;
}
.cid-uQRaZs5SuK {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uQRaZs5SuK .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uQRaZs5SuK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uQRaZs5SuK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQRaZs5SuK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQRaZs5SuK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQRaZs5SuK .menu_box .navbar.opened,
  .cid-uQRaZs5SuK .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQRaZs5SuK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uQRaZs5SuK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQRaZs5SuK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQRaZs5SuK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQRaZs5SuK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQRaZs5SuK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQRaZs5SuK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uQRaZs5SuK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQRaZs5SuK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQRaZs5SuK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQRaZs5SuK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQRaZs5SuK .offcanvas-body .mbr-text,
  .cid-uQRaZs5SuK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQRaZs5SuK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQRaZs5SuK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQRaZs5SuK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uQRaZs5SuK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQRaZs5SuK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQRaZs5SuK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQRaZs5SuK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQRaZs5SuK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQRaZs5SuK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQRaZs5SuK .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-uQRaZs5SuK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQRaZs5SuK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQRaZs5SuK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQRaZs5SuK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uQRaZs5SuK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQRaZs5SuK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQRaZs5SuK .nav-item {
    margin: 0 !important;
  }
}
.cid-uQRaZs5SuK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQRaZs5SuK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQRaZs5SuK .nav-item .nav-link:hover::before,
.cid-uQRaZs5SuK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uQRaZs5SuK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQRaZs5SuK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQRaZs5SuK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQRaZs5SuK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQRaZs5SuK .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-uQRaZs5SuK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQRaZs5SuK .offcanvas_box {
    display: none;
  }
}
.cid-uQRaZs5SuK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQRaZs5SuK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQRaZs5SuK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQRaZs5SuK .container {
  display: flex;
  margin: auto;
}
.cid-uQRaZs5SuK .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-uQRaZs5SuK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQRaZs5SuK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQRaZs5SuK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQRaZs5SuK .navbar-nav {
    margin: 0;
  }
}
.cid-uQRaZs5SuK .dropdown-menu,
.cid-uQRaZs5SuK .navbar.opened {
  background-color: true !important;
}
.cid-uQRaZs5SuK .nav-item:focus,
.cid-uQRaZs5SuK .nav-link:focus {
  outline: none;
}
.cid-uQRaZs5SuK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQRaZs5SuK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQRaZs5SuK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQRaZs5SuK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQRaZs5SuK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQRaZs5SuK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQRaZs5SuK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQRaZs5SuK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQRaZs5SuK .navbar.opened {
  transition: all 0.3s;
}
.cid-uQRaZs5SuK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQRaZs5SuK .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQRaZs5SuK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQRaZs5SuK .navbar.collapsed {
  justify-content: center;
}
.cid-uQRaZs5SuK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQRaZs5SuK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQRaZs5SuK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQRaZs5SuK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQRaZs5SuK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQRaZs5SuK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQRaZs5SuK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQRaZs5SuK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQRaZs5SuK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQRaZs5SuK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQRaZs5SuK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQRaZs5SuK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQRaZs5SuK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQRaZs5SuK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQRaZs5SuK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQRaZs5SuK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQRaZs5SuK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQRaZs5SuK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQRaZs5SuK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQRaZs5SuK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQRaZs5SuK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQRaZs5SuK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQRaZs5SuK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQRaZs5SuK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQRaZs5SuK .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-uQRaZs5SuK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQRaZs5SuK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQRaZs5SuK .dropdown-item.active,
.cid-uQRaZs5SuK .dropdown-item:active {
  background-color: transparent;
}
.cid-uQRaZs5SuK .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQRaZs5SuK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQRaZs5SuK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQRaZs5SuK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQRaZs5SuK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQRaZs5SuK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQRaZs5SuK 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-uQRaZs5SuK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQRaZs5SuK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQRaZs5SuK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRaZs5SuK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRaZs5SuK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQRaZs5SuK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRaZs5SuK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQRaZs5SuK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQRaZs5SuK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRaZs5SuK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQRaZs5SuK .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-uQRaZs5SuK .navbar {
    height: 70px;
  }
  .cid-uQRaZs5SuK .navbar.opened {
    height: auto;
  }
  .cid-uQRaZs5SuK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQRaZs5SuK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQRaZs5SuK .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uQRaZs5SuK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQRaZs5SuK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQRaZs5SuK .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uQRaZs5SuK .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uQRaZs5SuK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQRaZs5SuK .text_widget {
  margin-bottom: 32px;
}
.cid-uQRaZs5SuK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQRaZs5SuK .text_widget a:hover,
.cid-uQRaZs5SuK .text_widget a:focus {
  opacity: .8;
}
.cid-uQRaZs5SuK .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uQRaZs5SuK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQRaZs5SuK .navbar-caption {
  color: #000000;
}
.cid-uQRaZs5SuK .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uQRaZs5SuK .mbr-section-subtitle,
.cid-uQRaZs5SuK .text_widget,
.cid-uQRaZs5SuK .mbr-section-btn {
  text-align: center;
}
.cid-uQRaZs5SuK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRl4DM0F9B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRl4DM0F9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRl4DM0F9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRl4DM0F9B .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRl4DM0F9B .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRl4DM0F9B .container {
    padding: 0 26px;
  }
}
.cid-uRl4DM0F9B .row {
  justify-content: center;
}
.cid-uRl4DM0F9B .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRl4DM0F9B .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRl4DM0F9B .list .item-wrap:hover,
.cid-uRl4DM0F9B .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRl4DM0F9B .list,
.cid-uRl4DM0F9B .mbr-section-btn {
  text-align: center;
}
.cid-uRl4DM0F9B .list,
.cid-uRl4DM0F9B .item-wrap,
.cid-uRl4DM0F9B .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRl4GIFnh4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRl4GIFnh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRl4GIFnh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRl4GIFnh4 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRl4GIFnh4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRl4GIFnh4 .container {
    padding: 0 26px;
  }
}
.cid-uRl4GIFnh4 .row {
  justify-content: center;
}
.cid-uRl4GIFnh4 .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRl4GIFnh4 .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRl4GIFnh4 .list .item-wrap:hover,
.cid-uRl4GIFnh4 .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRl4GIFnh4 .list,
.cid-uRl4GIFnh4 .mbr-section-btn {
  text-align: center;
}
.cid-uRl4GIFnh4 .list,
.cid-uRl4GIFnh4 .item-wrap,
.cid-uRl4GIFnh4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQRbFtQhhE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQRbFtQhhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRbFtQhhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRbFtQhhE .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uQRbFtQhhE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uQRbFtQhhE .container {
    padding: 0 26px;
  }
}
.cid-uQRbFtQhhE .row {
  justify-content: center;
}
.cid-uQRbFtQhhE .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uQRbFtQhhE .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQRbFtQhhE .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uQRbFtQhhE .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uQRbFtQhhE .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uQRbFtQhhE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQRbFtQhhE .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQRbFtQhhE .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQRbFtQhhE .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uQRbFtQhhE .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uQRbFtQhhE .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uQRbFtQhhE .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uQRbFtQhhE .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uQRbFtQhhE .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQRbFtQhhE .mbr-section {
  margin-bottom: 40px;
}
.cid-uQRbFtQhhE .mbr-section-title {
  color: #ffffff;
}
.cid-uQRbFtQhhE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQRbFtQhhE .mbr-desc {
  color: #656565;
}
.cid-uQRbFtQhhE .mbr-text {
  color: #ffffff;
}
.cid-uQRbFtQhhE .mbr-link {
  color: #ffffff;
}
.cid-uQRbFtQhhE .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQRbFtQhhE .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uQRbFtQhhE .btn-contact-now:hover,
.cid-uQRbFtQhhE .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uQRbFXRrEK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQRbFXRrEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRbFXRrEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRbFXRrEK .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uQRbFXRrEK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uQRbFXRrEK .container {
    padding: 0 26px;
  }
}
.cid-uQRbFXRrEK .row {
  justify-content: center;
}
.cid-uQRbFXRrEK .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uQRbFXRrEK .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQRbFXRrEK .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uQRbFXRrEK .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uQRbFXRrEK .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uQRbFXRrEK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQRbFXRrEK .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQRbFXRrEK .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQRbFXRrEK .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uQRbFXRrEK .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uQRbFXRrEK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uQRbFXRrEK .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uQRbFXRrEK .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uQRbFXRrEK .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQRbFXRrEK .mbr-section {
  margin-bottom: 40px;
}
.cid-uQRbFXRrEK .mbr-section-title {
  color: #ffffff;
}
.cid-uQRbFXRrEK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQRbFXRrEK .mbr-desc {
  color: #656565;
}
.cid-uQRbFXRrEK .mbr-text {
  color: #ffffff;
}
.cid-uQRbFXRrEK .mbr-link {
  color: #ffffff;
}
.cid-uQRbFXRrEK .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQRbFXRrEK .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uQRbFXRrEK .btn-contact-now:hover,
.cid-uQRbFXRrEK .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uQRbGir6hJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQRbGir6hJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRbGir6hJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRbGir6hJ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uQRbGir6hJ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uQRbGir6hJ .container {
    padding: 0 26px;
  }
}
.cid-uQRbGir6hJ .row {
  justify-content: center;
}
.cid-uQRbGir6hJ .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uQRbGir6hJ .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQRbGir6hJ .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uQRbGir6hJ .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uQRbGir6hJ .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uQRbGir6hJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQRbGir6hJ .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQRbGir6hJ .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQRbGir6hJ .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uQRbGir6hJ .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uQRbGir6hJ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uQRbGir6hJ .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uQRbGir6hJ .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uQRbGir6hJ .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQRbGir6hJ .mbr-section {
  margin-bottom: 40px;
}
.cid-uQRbGir6hJ .mbr-section-title {
  color: #ffffff;
}
.cid-uQRbGir6hJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQRbGir6hJ .mbr-desc {
  color: #656565;
}
.cid-uQRbGir6hJ .mbr-text {
  color: #ffffff;
}
.cid-uQRbGir6hJ .mbr-link {
  color: #ffffff;
}
.cid-uQRbGir6hJ .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQRbGir6hJ .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uQRbGir6hJ .btn-contact-now:hover,
.cid-uQRbGir6hJ .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRfKrrpXos {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRfKrrpXos .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRfKrrpXos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRfKrrpXos .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRfKrrpXos .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRfKrrpXos .container {
    padding: 0 26px;
  }
}
.cid-uRfKrrpXos .row {
  justify-content: center;
}
.cid-uRfKrrpXos .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRfKrrpXos .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRfKrrpXos .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uRfKrrpXos .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRfKrrpXos .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRfKrrpXos .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRfKrrpXos .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRfKrrpXos .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRfKrrpXos .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRfKrrpXos .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRfKrrpXos .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRfKrrpXos .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRfKrrpXos .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRfKrrpXos .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRfKrrpXos .mbr-section {
  margin-bottom: 40px;
}
.cid-uRfKrrpXos .mbr-section-title {
  color: #ffffff;
}
.cid-uRfKrrpXos .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRfKrrpXos .mbr-desc {
  color: #656565;
}
.cid-uRfKrrpXos .mbr-text {
  color: #ffffff;
}
.cid-uRfKrrpXos .mbr-link {
  color: #ffffff;
}
.cid-uRfKrrpXos .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRfKrrpXos .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRfKrrpXos .btn-contact-now:hover,
.cid-uRfKrrpXos .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uQRbGB0yEX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQRbGB0yEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRbGB0yEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRbGB0yEX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uQRbGB0yEX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uQRbGB0yEX .container {
    padding: 0 26px;
  }
}
.cid-uQRbGB0yEX .row {
  justify-content: center;
}
.cid-uQRbGB0yEX .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uQRbGB0yEX .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQRbGB0yEX .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uQRbGB0yEX .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uQRbGB0yEX .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uQRbGB0yEX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQRbGB0yEX .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQRbGB0yEX .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQRbGB0yEX .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uQRbGB0yEX .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uQRbGB0yEX .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uQRbGB0yEX .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uQRbGB0yEX .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uQRbGB0yEX .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQRbGB0yEX .mbr-section {
  margin-bottom: 40px;
}
.cid-uQRbGB0yEX .mbr-section-title {
  color: #ffffff;
}
.cid-uQRbGB0yEX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQRbGB0yEX .mbr-desc {
  color: #656565;
}
.cid-uQRbGB0yEX .mbr-text {
  color: #ffffff;
}
.cid-uQRbGB0yEX .mbr-link {
  color: #ffffff;
}
.cid-uQRbGB0yEX .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQRbGB0yEX .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uQRbGB0yEX .btn-contact-now:hover,
.cid-uQRbGB0yEX .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRfJYAkG0o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRfJYAkG0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRfJYAkG0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRfJYAkG0o .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRfJYAkG0o .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRfJYAkG0o .container {
    padding: 0 26px;
  }
}
.cid-uRfJYAkG0o .row {
  justify-content: center;
}
.cid-uRfJYAkG0o .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRfJYAkG0o .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRfJYAkG0o .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uRfJYAkG0o .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRfJYAkG0o .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRfJYAkG0o .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRfJYAkG0o .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRfJYAkG0o .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRfJYAkG0o .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRfJYAkG0o .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRfJYAkG0o .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRfJYAkG0o .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRfJYAkG0o .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRfJYAkG0o .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRfJYAkG0o .mbr-section {
  margin-bottom: 40px;
}
.cid-uRfJYAkG0o .mbr-section-title {
  color: #ffffff;
}
.cid-uRfJYAkG0o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRfJYAkG0o .mbr-desc {
  color: #656565;
}
.cid-uRfJYAkG0o .mbr-text {
  color: #ffffff;
}
.cid-uRfJYAkG0o .mbr-link {
  color: #ffffff;
}
.cid-uRfJYAkG0o .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRfJYAkG0o .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRfJYAkG0o .btn-contact-now:hover,
.cid-uRfJYAkG0o .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRPmVneLIy {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRPmVneLIy .image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 500px;
}
.cid-uRPmVneLIy .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uRPmVneLIy .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-uRPmVneLIy .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRPmVneLIy .item-wrapper:hover:before {
  opacity: 0.6;
}
.cid-uRPmVneLIy .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uRPmVneLIy .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #000000;
}
@media (max-width: 767px) {
  .cid-uRPmVneLIy .item-wrapper:before {
    opacity: 0.6;
  }
}
.cid-uRPmVneLIy .image-row img,
.cid-uRPmVneLIy .image-row .item-img {
  width: calc(33.33333333%);
  height: 500px;
  object-fit: cover;
  display: block;
}
.cid-uRPmVneLIy img,
.cid-uRPmVneLIy .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uRPmVneLIy .item:focus,
.cid-uRPmVneLIy span:focus {
  outline: none;
}
.cid-uRPmVneLIy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRPmVneLIy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRPmVneLIy .mbr-section-title {
  color: #232323;
}
.cid-uRPmVneLIy .mbr-text,
.cid-uRPmVneLIy .mbr-section-btn {
  text-align: center;
}
.cid-uRPmVneLIy .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRPmVneLIy .item-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRPmVneLIy .image-row {
    flex-direction: column;
    height: auto;
  }
  .cid-uRPmVneLIy .image-row img,
  .cid-uRPmVneLIy .image-row .item-img {
    width: 100%;
    height: auto;
  }
}
.cid-uRk1o3tbdr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRk1o3tbdr .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uRk1o3tbdr .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRk1o3tbdr .card-box {
    flex-direction: column;
  }
}
.cid-uRk1o3tbdr .mbr-section-subtitle {
  color: #767676;
}
.cid-uRk1o3tbdr .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRk1o3tbdr .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uRk1o3tbdr * {
    text-align: center !important;
  }
  .cid-uRk1o3tbdr .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uRk1o3tbdr .card-text {
  color: #ffffff;
}
.cid-uRfL9FOqkF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uRfL9FOqkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRfL9FOqkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRfL9FOqkF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRfL9FOqkF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRfL9FOqkF .container {
    padding: 0 24px;
  }
}
.cid-uRfL9FOqkF .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uRfL9FOqkF .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uRfL9FOqkF .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uRfL9FOqkF .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uRfL9FOqkF .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uRfL9FOqkF .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRfL9FOqkF .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRfL9FOqkF .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uRfL9FOqkF .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uRfL9FOqkF .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uRfL9FOqkF .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uRfL9FOqkF .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uRfL9FOqkF .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uRfL9FOqkF .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uRfL9FOqkF .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uRfL9FOqkF .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uRfL9FOqkF .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uRfL9FOqkF .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uRfL9FOqkF .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uRfL9FOqkF .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uRfL9FOqkF .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uRfL9FOqkF .mbr-section-title {
  color: #141414;
}
.cid-uRfL9FOqkF .mbr-desc {
  color: #ffffff;
}
.cid-uRfL9FOqkF label {
  color: #141414;
}
.cid-uRfL9FOqkF .mbr-section-title,
.cid-uRfL9FOqkF .mbr-section-btn {
  color: #656565;
}
.cid-uRfL9FOqkF .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uRfL97pyNW {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRfL97pyNW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRfL97pyNW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRfL97pyNW .container {
    padding: 0 26px;
  }
}
.cid-uRfL97pyNW .row {
  justify-content: center;
}
.cid-uRfL97pyNW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uRfL97pyNW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRfL97pyNW .embla__slide .slide-content {
  width: 100%;
}
.cid-uRfL97pyNW .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRfL97pyNW .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uRfL97pyNW .embla__button--next,
.cid-uRfL97pyNW .embla__button--prev {
  display: flex;
}
.cid-uRfL97pyNW .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRfL97pyNW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRfL97pyNW .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRfL97pyNW .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRfL97pyNW .embla__button.embla__button--next {
  right: 0;
}
.cid-uRfL97pyNW .embla {
  position: relative;
  width: 100%;
}
.cid-uRfL97pyNW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRfL97pyNW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRfL97pyNW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRfL97pyNW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQRaZvsZEK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQRaZvsZEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRaZvsZEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRaZvsZEK .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uQRaZvsZEK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uQRaZvsZEK .container {
    padding: 0 26px;
  }
}
.cid-uQRaZvsZEK .row {
  justify-content: center;
}
.cid-uQRaZvsZEK .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uQRaZvsZEK .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQRaZvsZEK .list .item-wrap:hover,
.cid-uQRaZvsZEK .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQRaZvsZEK .list,
.cid-uQRaZvsZEK .mbr-section-btn {
  text-align: center;
}
.cid-uQRaZvsZEK .list,
.cid-uQRaZvsZEK .item-wrap,
.cid-uQRaZvsZEK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRm4lROJzT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uRm4lROJzT .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uRm4lROJzT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uRm4lROJzT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRm4lROJzT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRm4lROJzT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRm4lROJzT .menu_box .navbar.opened,
  .cid-uRm4lROJzT .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRm4lROJzT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRm4lROJzT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRm4lROJzT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRm4lROJzT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRm4lROJzT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRm4lROJzT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRm4lROJzT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uRm4lROJzT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRm4lROJzT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRm4lROJzT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRm4lROJzT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRm4lROJzT .offcanvas-body .mbr-text,
  .cid-uRm4lROJzT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRm4lROJzT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRm4lROJzT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRm4lROJzT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRm4lROJzT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRm4lROJzT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRm4lROJzT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRm4lROJzT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRm4lROJzT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRm4lROJzT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRm4lROJzT .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-uRm4lROJzT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRm4lROJzT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRm4lROJzT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRm4lROJzT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uRm4lROJzT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRm4lROJzT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRm4lROJzT .nav-item {
    margin: 0 !important;
  }
}
.cid-uRm4lROJzT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRm4lROJzT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRm4lROJzT .nav-item .nav-link:hover::before,
.cid-uRm4lROJzT .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRm4lROJzT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRm4lROJzT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRm4lROJzT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRm4lROJzT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRm4lROJzT .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-uRm4lROJzT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRm4lROJzT .offcanvas_box {
    display: none;
  }
}
.cid-uRm4lROJzT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRm4lROJzT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRm4lROJzT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRm4lROJzT .container {
  display: flex;
  margin: auto;
}
.cid-uRm4lROJzT .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-uRm4lROJzT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRm4lROJzT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRm4lROJzT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRm4lROJzT .navbar-nav {
    margin: 0;
  }
}
.cid-uRm4lROJzT .dropdown-menu,
.cid-uRm4lROJzT .navbar.opened {
  background-color: true !important;
}
.cid-uRm4lROJzT .nav-item:focus,
.cid-uRm4lROJzT .nav-link:focus {
  outline: none;
}
.cid-uRm4lROJzT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRm4lROJzT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRm4lROJzT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRm4lROJzT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRm4lROJzT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRm4lROJzT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRm4lROJzT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRm4lROJzT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRm4lROJzT .navbar.opened {
  transition: all 0.3s;
}
.cid-uRm4lROJzT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRm4lROJzT .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRm4lROJzT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRm4lROJzT .navbar.collapsed {
  justify-content: center;
}
.cid-uRm4lROJzT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRm4lROJzT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRm4lROJzT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRm4lROJzT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRm4lROJzT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRm4lROJzT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRm4lROJzT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRm4lROJzT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRm4lROJzT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRm4lROJzT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRm4lROJzT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRm4lROJzT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRm4lROJzT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRm4lROJzT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRm4lROJzT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRm4lROJzT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRm4lROJzT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRm4lROJzT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRm4lROJzT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRm4lROJzT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRm4lROJzT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRm4lROJzT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRm4lROJzT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRm4lROJzT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRm4lROJzT .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-uRm4lROJzT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRm4lROJzT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRm4lROJzT .dropdown-item.active,
.cid-uRm4lROJzT .dropdown-item:active {
  background-color: transparent;
}
.cid-uRm4lROJzT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRm4lROJzT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRm4lROJzT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRm4lROJzT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRm4lROJzT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRm4lROJzT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRm4lROJzT 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-uRm4lROJzT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRm4lROJzT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRm4lROJzT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRm4lROJzT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRm4lROJzT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRm4lROJzT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRm4lROJzT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRm4lROJzT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRm4lROJzT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRm4lROJzT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRm4lROJzT .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-uRm4lROJzT .navbar {
    height: 70px;
  }
  .cid-uRm4lROJzT .navbar.opened {
    height: auto;
  }
  .cid-uRm4lROJzT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRm4lROJzT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRm4lROJzT .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uRm4lROJzT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRm4lROJzT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRm4lROJzT .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uRm4lROJzT .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRm4lROJzT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRm4lROJzT .text_widget {
  margin-bottom: 32px;
}
.cid-uRm4lROJzT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRm4lROJzT .text_widget a:hover,
.cid-uRm4lROJzT .text_widget a:focus {
  opacity: .8;
}
.cid-uRm4lROJzT .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uRm4lROJzT .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRm4lROJzT .navbar-caption {
  color: #000000;
}
.cid-uRm4lROJzT .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uRm4lROJzT .mbr-section-subtitle,
.cid-uRm4lROJzT .text_widget,
.cid-uRm4lROJzT .mbr-section-btn {
  text-align: center;
}
.cid-uRm4lROJzT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRm4lSdSh9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRm4lSdSh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lSdSh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lSdSh9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRm4lSdSh9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lSdSh9 .container {
    padding: 0 26px;
  }
}
.cid-uRm4lSdSh9 .row {
  justify-content: center;
}
.cid-uRm4lSdSh9 .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRm4lSdSh9 .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRm4lSdSh9 .list .item-wrap:hover,
.cid-uRm4lSdSh9 .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRm4lSdSh9 .list,
.cid-uRm4lSdSh9 .mbr-section-btn {
  text-align: center;
}
.cid-uRm4lSdSh9 .list,
.cid-uRm4lSdSh9 .item-wrap,
.cid-uRm4lSdSh9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRm4lSrxot {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lSrxot .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lSrxot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lSrxot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lSrxot .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lSrxot .title-wrapper {
  width: 100%;
}
.cid-uRm4lSrxot .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lSrxot .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lSrxot .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lSrxot .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lSrxot .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lSrxot .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lSrxot .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lSrxot .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lSrxot .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lSrxot .mbr-section-title {
  color: #181818;
}
.cid-uRm4lSrxot .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lSrxot .mbr-section-title,
.cid-uRm4lSrxot .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lSLGur {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lSLGur .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lSLGur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lSLGur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lSLGur .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lSLGur .title-wrapper {
  width: 100%;
}
.cid-uRm4lSLGur .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lSLGur .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lSLGur .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lSLGur .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lSLGur .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lSLGur .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lSLGur .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lSLGur .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lSLGur .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lSLGur .mbr-section-title {
  color: #181818;
}
.cid-uRm4lSLGur .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lSLGur .mbr-section-title,
.cid-uRm4lSLGur .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lT1q7d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lT1q7d .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lT1q7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lT1q7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lT1q7d .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lT1q7d .title-wrapper {
  width: 100%;
}
.cid-uRm4lT1q7d .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lT1q7d .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lT1q7d .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lT1q7d .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lT1q7d .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lT1q7d .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lT1q7d .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lT1q7d .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lT1q7d .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lT1q7d .mbr-section-title {
  color: #181818;
}
.cid-uRm4lT1q7d .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lT1q7d .mbr-section-title,
.cid-uRm4lT1q7d .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lTilbx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lTilbx .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lTilbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lTilbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lTilbx .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lTilbx .title-wrapper {
  width: 100%;
}
.cid-uRm4lTilbx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lTilbx .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lTilbx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lTilbx .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lTilbx .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lTilbx .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lTilbx .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lTilbx .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lTilbx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lTilbx .mbr-section-title {
  color: #181818;
}
.cid-uRm4lTilbx .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lTilbx .mbr-section-title,
.cid-uRm4lTilbx .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lTATbT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lTATbT .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lTATbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lTATbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lTATbT .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lTATbT .title-wrapper {
  width: 100%;
}
.cid-uRm4lTATbT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lTATbT .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lTATbT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lTATbT .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lTATbT .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lTATbT .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lTATbT .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lTATbT .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lTATbT .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lTATbT .mbr-section-title {
  color: #181818;
}
.cid-uRm4lTATbT .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lTATbT .mbr-section-title,
.cid-uRm4lTATbT .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lTSjPR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lTSjPR .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lTSjPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lTSjPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lTSjPR .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lTSjPR .title-wrapper {
  width: 100%;
}
.cid-uRm4lTSjPR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lTSjPR .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lTSjPR .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lTSjPR .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lTSjPR .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lTSjPR .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lTSjPR .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lTSjPR .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lTSjPR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lTSjPR .mbr-section-title {
  color: #181818;
}
.cid-uRm4lTSjPR .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lTSjPR .mbr-section-title,
.cid-uRm4lTSjPR .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lUasrd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lUasrd .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lUasrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lUasrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lUasrd .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lUasrd .title-wrapper {
  width: 100%;
}
.cid-uRm4lUasrd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lUasrd .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lUasrd .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lUasrd .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lUasrd .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lUasrd .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lUasrd .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lUasrd .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lUasrd .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lUasrd .mbr-section-title {
  color: #181818;
}
.cid-uRm4lUasrd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lUasrd .mbr-section-title,
.cid-uRm4lUasrd .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lUuXOk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lUuXOk .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lUuXOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lUuXOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lUuXOk .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lUuXOk .title-wrapper {
  width: 100%;
}
.cid-uRm4lUuXOk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lUuXOk .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lUuXOk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lUuXOk .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lUuXOk .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lUuXOk .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lUuXOk .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lUuXOk .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lUuXOk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lUuXOk .mbr-section-title {
  color: #181818;
}
.cid-uRm4lUuXOk .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lUuXOk .mbr-section-title,
.cid-uRm4lUuXOk .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lULh9i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lULh9i .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lULh9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lULh9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lULh9i .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lULh9i .title-wrapper {
  width: 100%;
}
.cid-uRm4lULh9i .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lULh9i .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lULh9i .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lULh9i .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lULh9i .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lULh9i .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lULh9i .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lULh9i .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lULh9i .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lULh9i .mbr-section-title {
  color: #181818;
}
.cid-uRm4lULh9i .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lULh9i .mbr-section-title,
.cid-uRm4lULh9i .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lV47eH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lV47eH .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lV47eH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lV47eH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lV47eH .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lV47eH .title-wrapper {
  width: 100%;
}
.cid-uRm4lV47eH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lV47eH .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lV47eH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lV47eH .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lV47eH .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lV47eH .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lV47eH .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lV47eH .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lV47eH .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lV47eH .mbr-section-title {
  color: #181818;
}
.cid-uRm4lV47eH .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lV47eH .mbr-section-title,
.cid-uRm4lV47eH .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lVnWSt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lVnWSt .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lVnWSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lVnWSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lVnWSt .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lVnWSt .title-wrapper {
  width: 100%;
}
.cid-uRm4lVnWSt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lVnWSt .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lVnWSt .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lVnWSt .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lVnWSt .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lVnWSt .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lVnWSt .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lVnWSt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lVnWSt .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lVnWSt .mbr-section-title {
  color: #181818;
}
.cid-uRm4lVnWSt .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lVnWSt .mbr-section-title,
.cid-uRm4lVnWSt .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lVG7Gp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lVG7Gp .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lVG7Gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lVG7Gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lVG7Gp .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lVG7Gp .title-wrapper {
  width: 100%;
}
.cid-uRm4lVG7Gp .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lVG7Gp .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lVG7Gp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lVG7Gp .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lVG7Gp .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lVG7Gp .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lVG7Gp .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lVG7Gp .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lVG7Gp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lVG7Gp .mbr-section-title {
  color: #181818;
}
.cid-uRm4lVG7Gp .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lVG7Gp .mbr-section-title,
.cid-uRm4lVG7Gp .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lW0P12 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lW0P12 .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lW0P12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lW0P12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lW0P12 .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lW0P12 .title-wrapper {
  width: 100%;
}
.cid-uRm4lW0P12 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lW0P12 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lW0P12 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lW0P12 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lW0P12 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lW0P12 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lW0P12 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lW0P12 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lW0P12 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lW0P12 .mbr-section-title {
  color: #181818;
}
.cid-uRm4lW0P12 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lW0P12 .mbr-section-title,
.cid-uRm4lW0P12 .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lWiA3c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lWiA3c .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lWiA3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lWiA3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lWiA3c .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lWiA3c .title-wrapper {
  width: 100%;
}
.cid-uRm4lWiA3c .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lWiA3c .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lWiA3c .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lWiA3c .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lWiA3c .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lWiA3c .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lWiA3c .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lWiA3c .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lWiA3c .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lWiA3c .mbr-section-title {
  color: #181818;
}
.cid-uRm4lWiA3c .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lWiA3c .mbr-section-title,
.cid-uRm4lWiA3c .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lWBPBN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lWBPBN .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lWBPBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lWBPBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lWBPBN .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lWBPBN .title-wrapper {
  width: 100%;
}
.cid-uRm4lWBPBN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lWBPBN .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lWBPBN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lWBPBN .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lWBPBN .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lWBPBN .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lWBPBN .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lWBPBN .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lWBPBN .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lWBPBN .mbr-section-title {
  color: #181818;
}
.cid-uRm4lWBPBN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lWBPBN .mbr-section-title,
.cid-uRm4lWBPBN .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lWVmi6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lWVmi6 .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lWVmi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lWVmi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lWVmi6 .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lWVmi6 .title-wrapper {
  width: 100%;
}
.cid-uRm4lWVmi6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lWVmi6 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lWVmi6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lWVmi6 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lWVmi6 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lWVmi6 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lWVmi6 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lWVmi6 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lWVmi6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lWVmi6 .mbr-section-title {
  color: #181818;
}
.cid-uRm4lWVmi6 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lWVmi6 .mbr-section-title,
.cid-uRm4lWVmi6 .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lXe5c0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lXe5c0 .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lXe5c0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lXe5c0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lXe5c0 .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lXe5c0 .title-wrapper {
  width: 100%;
}
.cid-uRm4lXe5c0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lXe5c0 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lXe5c0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lXe5c0 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lXe5c0 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lXe5c0 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lXe5c0 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lXe5c0 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lXe5c0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lXe5c0 .mbr-section-title {
  color: #181818;
}
.cid-uRm4lXe5c0 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lXe5c0 .mbr-section-title,
.cid-uRm4lXe5c0 .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lXzU02 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lXzU02 .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lXzU02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lXzU02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lXzU02 .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lXzU02 .title-wrapper {
  width: 100%;
}
.cid-uRm4lXzU02 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lXzU02 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lXzU02 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lXzU02 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lXzU02 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lXzU02 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lXzU02 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lXzU02 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lXzU02 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lXzU02 .mbr-section-title {
  color: #181818;
}
.cid-uRm4lXzU02 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lXzU02 .mbr-section-title,
.cid-uRm4lXzU02 .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lXVU7C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRm4lXVU7C .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRm4lXVU7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lXVU7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lXVU7C .title {
  display: flex;
  align-items: center;
}
.cid-uRm4lXVU7C .title-wrapper {
  width: 100%;
}
.cid-uRm4lXVU7C .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lXVU7C .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lXVU7C .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRm4lXVU7C .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRm4lXVU7C .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRm4lXVU7C .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lXVU7C .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRm4lXVU7C .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRm4lXVU7C .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lXVU7C .mbr-section-title {
  color: #181818;
}
.cid-uRm4lXVU7C .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRm4lXVU7C .mbr-section-title,
.cid-uRm4lXVU7C .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRm4lYQf4p {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRm4lYQf4p .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uRm4lYQf4p .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRm4lYQf4p .card-box {
    flex-direction: column;
  }
}
.cid-uRm4lYQf4p .mbr-section-subtitle {
  color: #767676;
}
.cid-uRm4lYQf4p .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRm4lYQf4p .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uRm4lYQf4p * {
    text-align: center !important;
  }
  .cid-uRm4lYQf4p .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uRm4lYQf4p .card-text {
  color: #ffffff;
}
.cid-uRm4lZi1tF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uRm4lZi1tF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4lZi1tF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4lZi1tF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRm4lZi1tF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lZi1tF .container {
    padding: 0 24px;
  }
}
.cid-uRm4lZi1tF .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uRm4lZi1tF .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uRm4lZi1tF .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uRm4lZi1tF .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uRm4lZi1tF .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uRm4lZi1tF .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRm4lZi1tF .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRm4lZi1tF .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uRm4lZi1tF .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uRm4lZi1tF .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uRm4lZi1tF .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uRm4lZi1tF .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uRm4lZi1tF .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uRm4lZi1tF .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uRm4lZi1tF .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uRm4lZi1tF .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uRm4lZi1tF .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uRm4lZi1tF .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uRm4lZi1tF .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uRm4lZi1tF .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uRm4lZi1tF .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uRm4lZi1tF .mbr-section-title {
  color: #141414;
}
.cid-uRm4lZi1tF .mbr-desc {
  color: #ffffff;
}
.cid-uRm4lZi1tF label {
  color: #141414;
}
.cid-uRm4lZi1tF .mbr-section-title,
.cid-uRm4lZi1tF .mbr-section-btn {
  color: #656565;
}
.cid-uRm4lZi1tF .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uRm4lZQRcs {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRm4lZQRcs .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRm4lZQRcs .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4lZQRcs .container {
    padding: 0 26px;
  }
}
.cid-uRm4lZQRcs .row {
  justify-content: center;
}
.cid-uRm4lZQRcs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uRm4lZQRcs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRm4lZQRcs .embla__slide .slide-content {
  width: 100%;
}
.cid-uRm4lZQRcs .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRm4lZQRcs .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uRm4lZQRcs .embla__button--next,
.cid-uRm4lZQRcs .embla__button--prev {
  display: flex;
}
.cid-uRm4lZQRcs .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRm4lZQRcs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRm4lZQRcs .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRm4lZQRcs .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRm4lZQRcs .embla__button.embla__button--next {
  right: 0;
}
.cid-uRm4lZQRcs .embla {
  position: relative;
  width: 100%;
}
.cid-uRm4lZQRcs .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRm4lZQRcs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRm4lZQRcs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRm4lZQRcs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRm4m0okZP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRm4m0okZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRm4m0okZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRm4m0okZP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRm4m0okZP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRm4m0okZP .container {
    padding: 0 26px;
  }
}
.cid-uRm4m0okZP .row {
  justify-content: center;
}
.cid-uRm4m0okZP .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRm4m0okZP .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRm4m0okZP .list .item-wrap:hover,
.cid-uRm4m0okZP .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRm4m0okZP .list,
.cid-uRm4m0okZP .mbr-section-btn {
  text-align: center;
}
.cid-uRm4m0okZP .list,
.cid-uRm4m0okZP .item-wrap,
.cid-uRm4m0okZP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRmg8BiVX8 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uRmg8BiVX8 .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uRmg8BiVX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uRmg8BiVX8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRmg8BiVX8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRmg8BiVX8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRmg8BiVX8 .menu_box .navbar.opened,
  .cid-uRmg8BiVX8 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRmg8BiVX8 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRmg8BiVX8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRmg8BiVX8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRmg8BiVX8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRmg8BiVX8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRmg8BiVX8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRmg8BiVX8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uRmg8BiVX8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRmg8BiVX8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRmg8BiVX8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRmg8BiVX8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRmg8BiVX8 .offcanvas-body .mbr-text,
  .cid-uRmg8BiVX8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRmg8BiVX8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRmg8BiVX8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRmg8BiVX8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRmg8BiVX8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRmg8BiVX8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRmg8BiVX8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRmg8BiVX8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRmg8BiVX8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRmg8BiVX8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRmg8BiVX8 .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-uRmg8BiVX8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRmg8BiVX8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRmg8BiVX8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRmg8BiVX8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uRmg8BiVX8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRmg8BiVX8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRmg8BiVX8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uRmg8BiVX8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRmg8BiVX8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRmg8BiVX8 .nav-item .nav-link:hover::before,
.cid-uRmg8BiVX8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRmg8BiVX8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRmg8BiVX8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRmg8BiVX8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRmg8BiVX8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRmg8BiVX8 .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-uRmg8BiVX8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRmg8BiVX8 .offcanvas_box {
    display: none;
  }
}
.cid-uRmg8BiVX8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRmg8BiVX8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRmg8BiVX8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRmg8BiVX8 .container {
  display: flex;
  margin: auto;
}
.cid-uRmg8BiVX8 .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-uRmg8BiVX8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRmg8BiVX8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRmg8BiVX8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRmg8BiVX8 .navbar-nav {
    margin: 0;
  }
}
.cid-uRmg8BiVX8 .dropdown-menu,
.cid-uRmg8BiVX8 .navbar.opened {
  background-color: true !important;
}
.cid-uRmg8BiVX8 .nav-item:focus,
.cid-uRmg8BiVX8 .nav-link:focus {
  outline: none;
}
.cid-uRmg8BiVX8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRmg8BiVX8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRmg8BiVX8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRmg8BiVX8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRmg8BiVX8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRmg8BiVX8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRmg8BiVX8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRmg8BiVX8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRmg8BiVX8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRmg8BiVX8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRmg8BiVX8 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRmg8BiVX8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRmg8BiVX8 .navbar.collapsed {
  justify-content: center;
}
.cid-uRmg8BiVX8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRmg8BiVX8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRmg8BiVX8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRmg8BiVX8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRmg8BiVX8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRmg8BiVX8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRmg8BiVX8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRmg8BiVX8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRmg8BiVX8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRmg8BiVX8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRmg8BiVX8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRmg8BiVX8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRmg8BiVX8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRmg8BiVX8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRmg8BiVX8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRmg8BiVX8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRmg8BiVX8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRmg8BiVX8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRmg8BiVX8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRmg8BiVX8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRmg8BiVX8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRmg8BiVX8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRmg8BiVX8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRmg8BiVX8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRmg8BiVX8 .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-uRmg8BiVX8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRmg8BiVX8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRmg8BiVX8 .dropdown-item.active,
.cid-uRmg8BiVX8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRmg8BiVX8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRmg8BiVX8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRmg8BiVX8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRmg8BiVX8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRmg8BiVX8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRmg8BiVX8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRmg8BiVX8 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-uRmg8BiVX8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRmg8BiVX8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRmg8BiVX8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRmg8BiVX8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRmg8BiVX8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRmg8BiVX8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRmg8BiVX8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRmg8BiVX8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRmg8BiVX8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRmg8BiVX8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRmg8BiVX8 .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-uRmg8BiVX8 .navbar {
    height: 70px;
  }
  .cid-uRmg8BiVX8 .navbar.opened {
    height: auto;
  }
  .cid-uRmg8BiVX8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRmg8BiVX8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRmg8BiVX8 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uRmg8BiVX8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRmg8BiVX8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRmg8BiVX8 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uRmg8BiVX8 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRmg8BiVX8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRmg8BiVX8 .text_widget {
  margin-bottom: 32px;
}
.cid-uRmg8BiVX8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRmg8BiVX8 .text_widget a:hover,
.cid-uRmg8BiVX8 .text_widget a:focus {
  opacity: .8;
}
.cid-uRmg8BiVX8 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uRmg8BiVX8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRmg8BiVX8 .navbar-caption {
  color: #000000;
}
.cid-uRmg8BiVX8 .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uRmg8BiVX8 .mbr-section-subtitle,
.cid-uRmg8BiVX8 .text_widget,
.cid-uRmg8BiVX8 .mbr-section-btn {
  text-align: center;
}
.cid-uRmg8BiVX8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRn1iB76aG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRn1iB76aG .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRn1iB76aG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRn1iB76aG .container {
    padding: 0 26px;
  }
}
.cid-uRn1iB76aG .row {
  justify-content: center;
}
.cid-uRn1iB76aG .content-wrapper {
  padding: 200px 0 0 60px;
  background-color: #000000;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRn1iB76aG .content-wrapper {
    padding: 100px 20px 0;
    display: block;
  }
}
.cid-uRn1iB76aG .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
}
@media (max-width: 1440px) {
  .cid-uRn1iB76aG .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uRn1iB76aG .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRn1iB76aG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRn1iB76aG .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uRn1iB76aG .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uRn1iB76aG .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uRn1iB76aG .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-uRn1iB76aG .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRn1iB76aG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-uRn1iB76aG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRn1iB76aG .embla__slide .slide-content {
  width: 100%;
}
.cid-uRn1iB76aG .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRn1iB76aG .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uRn1iB76aG .embla__button--next,
.cid-uRn1iB76aG .embla__button--prev {
  display: flex;
}
.cid-uRn1iB76aG .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRn1iB76aG .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRn1iB76aG .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRn1iB76aG .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uRn1iB76aG .embla__button {
    top: 0;
  }
}
.cid-uRn1iB76aG .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uRn1iB76aG .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uRn1iB76aG .embla {
    width: 100%;
  }
}
.cid-uRn1iB76aG .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRn1iB76aG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRn1iB76aG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRn1iB76aG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRn1iB76aG .mbr-section-title {
  color: #000000;
}
.cid-uRn1iB76aG .mbr-section-subtitle {
  color: #656565;
}
.cid-uRn1iB76aG .mbr-text {
  color: #000000;
}
.cid-uRn1iB76aG .icon-wrapper {
  text-align: center;
}
.cid-uRn1iB76aG .mbr-section-title,
.cid-uRn1iB76aG .icon-wrapper {
  color: #ffffff;
}
.cid-uRn1iB76aG .mbr-text,
.cid-uRn1iB76aG .text-wrapper {
  color: #ffffff;
}
.cid-uRmg8Cl7gF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uRmg8Cl7gF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRmg8Cl7gF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRmg8Cl7gF .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRmg8Cl7gF .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRmg8Cl7gF .container {
    padding: 0 26px;
  }
}
.cid-uRmg8Cl7gF .row {
  justify-content: center;
}
.cid-uRmg8Cl7gF .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRmg8Cl7gF .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRmg8Cl7gF .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uRmg8Cl7gF .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRmg8Cl7gF .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRmg8Cl7gF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRmg8Cl7gF .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRmg8Cl7gF .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRmg8Cl7gF .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRmg8Cl7gF .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRmg8Cl7gF .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRmg8Cl7gF .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRmg8Cl7gF .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRmg8Cl7gF .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRmg8Cl7gF .mbr-section {
  margin-bottom: 40px;
}
.cid-uRmg8Cl7gF .mbr-section-title {
  color: #ffffff;
}
.cid-uRmg8Cl7gF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRmg8Cl7gF .mbr-desc {
  color: #656565;
}
.cid-uRmg8Cl7gF .mbr-text {
  color: #ffffff;
}
.cid-uRmg8Cl7gF .mbr-link {
  color: #ffffff;
}
.cid-uRmg8Cl7gF .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uRmg8Cl7gF .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRmg8Cl7gF .btn-contact-now:hover,
.cid-uRmg8Cl7gF .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRn306WkuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRn306WkuV .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/background2-1.jpg");
}
.cid-uRn306WkuV .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRn306WkuV .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uRn306WkuV .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uRn306WkuV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uRn306WkuV .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uRn306WkuV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRn306WkuV .mbr-label {
  color: #ffffff;
}
.cid-uRn306WkuV .mbr-section-title {
  color: #ffffff;
}
.cid-uRn306WkuV .mbr-text {
  color: #ffffff;
}
.cid-uRn306WkuV .mbr-section-title,
.cid-uRn306WkuV .mbr-section-btn {
  text-align: center;
}
.cid-uRn306WkuV .mbr-text,
.cid-uRn306WkuV .text-wrapper {
  text-align: left;
}
.cid-uRmg8DdOgm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRmg8DdOgm .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRmg8DdOgm .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uRmg8DdOgm .container {
    padding: 0 28px;
  }
}
.cid-uRmg8DdOgm .item:focus,
.cid-uRmg8DdOgm span:focus {
  outline: none;
}
.cid-uRmg8DdOgm .item-wrapper {
  position: relative;
}
.cid-uRmg8DdOgm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 0 200px;
}
@media (max-width: 1200px) {
  .cid-uRmg8DdOgm .embla__slide {
    padding: 0 130px;
  }
}
@media (max-width: 767px) {
  .cid-uRmg8DdOgm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.cid-uRmg8DdOgm .embla__slide .slide-content {
  width: 100%;
}
.cid-uRmg8DdOgm .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uRmg8DdOgm .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap {
  margin-bottom: 30px;
}
.cid-uRmg8DdOgm .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 80px;
  color: #656565;
  display: inline-flex;
}
.cid-uRmg8DdOgm .embla__slide .slide-content .item-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 40px;
}
.cid-uRmg8DdOgm .embla__slide .slide-content .item-wrapper .content-wrap .mbr-name {
  margin-bottom: 10px;
}
.cid-uRmg8DdOgm .embla__slide .slide-content .item-wrapper .content-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uRmg8DdOgm .embla__button--next,
.cid-uRmg8DdOgm .embla__button--prev {
  display: flex;
}
.cid-uRmg8DdOgm .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRmg8DdOgm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRmg8DdOgm .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uRmg8DdOgm .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uRmg8DdOgm .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uRmg8DdOgm .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uRmg8DdOgm .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uRmg8DdOgm .embla {
  position: relative;
  width: 100%;
}
.cid-uRmg8DdOgm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRmg8DdOgm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRmg8DdOgm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRmg8DdOgm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRmg8DdOgm .mbr-card-title {
  color: #000000;
}
.cid-uRmg8DdOgm .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-uRmg8DdOgm .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uRmg8DdOgm .mbr-card-title,
.cid-uRmg8DdOgm .icon-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uRn3gJPegA {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uRn3gJPegA h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uRn3gJPegA h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uRn3gJPegA .box {
  background-image: url("../../../assets/images/diesel-optimized-2000x1125.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRn3gJPegA .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uRn3gJPegA .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uRn3gJPegA .icon-wrap span {
  padding-left: 8px;
}
.cid-uRn3gJPegA .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #454545 !important;
}
.cid-uRn3gJPegA .mbr-media span:hover {
  opacity: 1;
  color: #656565 !important;
}
.cid-uRn3gJPegA .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uRn3gJPegA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uRn3gJPegA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uRn3gJPegA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uRn3gJPegA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uRn3gJPegA a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uRn3gJPegA .box {
    height: 250px;
  }
}
.cid-uRn3gJPegA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRn3gJPegA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRn3gJPegA H1 {
  color: #ffffff;
}
.cid-uRmg8DHtYh {
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uRmg8DHtYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRmg8DHtYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRmg8DHtYh .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRmg8DHtYh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRmg8DHtYh .container {
    padding: 0 26px;
  }
}
.cid-uRmg8DHtYh .row {
  justify-content: center;
}
.cid-uRmg8DHtYh .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRmg8DHtYh .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRmg8DHtYh .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uRmg8DHtYh .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRmg8DHtYh .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRmg8DHtYh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRmg8DHtYh .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRmg8DHtYh .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRmg8DHtYh .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRmg8DHtYh .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRmg8DHtYh .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRmg8DHtYh .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRmg8DHtYh .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRmg8DHtYh .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRmg8DHtYh .mbr-section {
  margin-bottom: 40px;
}
.cid-uRmg8DHtYh .mbr-section-title {
  color: #ffffff;
}
.cid-uRmg8DHtYh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRmg8DHtYh .mbr-desc {
  color: #656565;
}
.cid-uRmg8DHtYh .mbr-text {
  color: #ffffff;
}
.cid-uRmg8DHtYh .mbr-link {
  color: #ffffff;
}
.cid-uRmg8DHtYh .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uRmg8DHtYh .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRmg8DHtYh .btn-contact-now:hover,
.cid-uRmg8DHtYh .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRn1N6VhZ4 {
  background-image: url("../../../assets/images/sneakerfuture-picsart-aiimageenhancer-1240x754.jpg");
}
.cid-uRn1N6VhZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRn1N6VhZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRn1N6VhZ4 .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRn1N6VhZ4 .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uRn1N6VhZ4 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uRn1N6VhZ4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uRn1N6VhZ4 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uRn1N6VhZ4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRn1N6VhZ4 .mbr-label {
  color: #ffffff;
}
.cid-uRn1N6VhZ4 .mbr-section-title {
  color: #ffffff;
}
.cid-uRn1N6VhZ4 .mbr-text {
  color: #ffffff;
}
.cid-uRn1N6VhZ4 .mbr-section-title,
.cid-uRn1N6VhZ4 .mbr-section-btn {
  text-align: center;
}
.cid-uRn1N6VhZ4 .mbr-text,
.cid-uRn1N6VhZ4 .text-wrapper {
  text-align: left;
}
.cid-uRmgd2WV6Z {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRmgd2WV6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRmgd2WV6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRmgd2WV6Z .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRmgd2WV6Z .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRmgd2WV6Z .container {
    padding: 0 26px;
  }
}
.cid-uRmgd2WV6Z .row {
  justify-content: center;
}
.cid-uRmgd2WV6Z .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRmgd2WV6Z .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRmgd2WV6Z .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uRmgd2WV6Z .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRmgd2WV6Z .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRmgd2WV6Z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRmgd2WV6Z .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRmgd2WV6Z .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRmgd2WV6Z .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRmgd2WV6Z .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRmgd2WV6Z .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRmgd2WV6Z .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRmgd2WV6Z .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRmgd2WV6Z .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRmgd2WV6Z .mbr-section {
  margin-bottom: 40px;
}
.cid-uRmgd2WV6Z .mbr-section-title {
  color: #ffffff;
}
.cid-uRmgd2WV6Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRmgd2WV6Z .mbr-desc {
  color: #656565;
}
.cid-uRmgd2WV6Z .mbr-text {
  color: #ffffff;
}
.cid-uRmgd2WV6Z .mbr-link {
  color: #ffffff;
}
.cid-uRmgd2WV6Z .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRmgd2WV6Z .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRmgd2WV6Z .btn-contact-now:hover,
.cid-uRmgd2WV6Z .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRn7Qgtgca {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uRn7Qgtgca h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uRn7Qgtgca h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uRn7Qgtgca .box {
  background-image: url("../../../assets/images/screenshot-2025-07-19-024611-picsart-aiimageenhancer-2000x1092.png");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRn7Qgtgca .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uRn7Qgtgca .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uRn7Qgtgca .icon-wrap span {
  padding-left: 8px;
}
.cid-uRn7Qgtgca .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #454545 !important;
}
.cid-uRn7Qgtgca .mbr-media span:hover {
  opacity: 1;
  color: #656565 !important;
}
.cid-uRn7Qgtgca .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uRn7Qgtgca .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uRn7Qgtgca .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uRn7Qgtgca .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uRn7Qgtgca a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uRn7Qgtgca a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uRn7Qgtgca .box {
    height: 250px;
  }
}
.cid-uRn7Qgtgca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRn7Qgtgca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRn7Qgtgca H1 {
  color: #ffffff;
}
.cid-uRmqqFlUtI {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uRmqqFlUtI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRmqqFlUtI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRmqqFlUtI .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRmqqFlUtI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRmqqFlUtI .container {
    padding: 0 26px;
  }
}
.cid-uRmqqFlUtI .row {
  justify-content: center;
}
.cid-uRmqqFlUtI .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRmqqFlUtI .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRmqqFlUtI .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uRmqqFlUtI .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRmqqFlUtI .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRmqqFlUtI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRmqqFlUtI .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRmqqFlUtI .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRmqqFlUtI .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRmqqFlUtI .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRmqqFlUtI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRmqqFlUtI .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRmqqFlUtI .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRmqqFlUtI .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRmqqFlUtI .mbr-section {
  margin-bottom: 40px;
}
.cid-uRmqqFlUtI .mbr-section-title {
  color: #ffffff;
}
.cid-uRmqqFlUtI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRmqqFlUtI .mbr-desc {
  color: #656565;
}
.cid-uRmqqFlUtI .mbr-text {
  color: #ffffff;
}
.cid-uRmqqFlUtI .mbr-link {
  color: #ffffff;
}
.cid-uRmqqFlUtI .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uRmqqFlUtI .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRmqqFlUtI .btn-contact-now:hover,
.cid-uRmqqFlUtI .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRmpLahs7Q {
  background-color: #02050a;
}
.cid-uRmpLahs7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRmpLahs7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRmpLahs7Q .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 0 48px;
  margin: 0;
}
@media (max-width: 1440px) {
  .cid-uRmpLahs7Q .card-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRmpLahs7Q .card-wrapper {
    padding: 0 24px;
    margin: 0;
  }
}
.cid-uRmpLahs7Q .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRmpLahs7Q .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uRmpLahs7Q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
.cid-uRmpLahs7Q .embla__slide:nth-child(2n) {
  min-width: 40%;
  max-width: 40%;
}
.cid-uRmpLahs7Q .embla__slide:nth-child(3n) {
  min-width: 100%;
  max-width: 100%;
}
.cid-uRmpLahs7Q .embla__slide:nth-child(4n) {
  min-width: 40%;
  max-width: 40%;
}
.cid-uRmpLahs7Q .embla__slide:nth-child(5n) {
  min-width: 60%;
  max-width: 60%;
}
.cid-uRmpLahs7Q .embla__slide:nth-child(6n) {
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uRmpLahs7Q .embla__slide {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.cid-uRmpLahs7Q .embla__slide .slide-content {
  width: 100%;
}
.cid-uRmpLahs7Q .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uRmpLahs7Q .embla__slide .slide-content .item-wrapper .item-img img {
    height: 480px;
  }
}
@media (max-width: 992px) {
  .cid-uRmpLahs7Q .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uRmpLahs7Q .embla__button--next,
.cid-uRmpLahs7Q .embla__button--prev {
  display: flex;
}
.cid-uRmpLahs7Q .embla__button {
  bottom: 45%;
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 1540px) {
  .cid-uRmpLahs7Q .embla__button {
    bottom: 0;
  }
}
.cid-uRmpLahs7Q .embla__button:hover {
  opacity: .8 !important;
}
.cid-uRmpLahs7Q .embla__button:disabled {
  opacity: .2 !important;
}
.cid-uRmpLahs7Q .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 1540px) {
  .cid-uRmpLahs7Q .embla__button.embla__button--prev {
    left: auto;
    margin-left: -74px;
  }
}
.cid-uRmpLahs7Q .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 1540px) {
  .cid-uRmpLahs7Q .embla__button.embla__button--next {
    right: auto;
    margin-right: -74px;
  }
}
.cid-uRmpLahs7Q .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1540px) {
  .cid-uRmpLahs7Q .embla {
    padding-bottom: 8rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRmpLahs7Q .embla {
    padding-bottom: 6rem;
  }
}
.cid-uRmpLahs7Q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uRmpLahs7Q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRmpLahs7Q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRmpLahs7Q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRmpLahs7Q .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uRmpLahs7Q .mbr-section-title,
.cid-uRmpLahs7Q .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRmrFPIEDz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRmrFPIEDz .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uRmrFPIEDz .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRmrFPIEDz .card-box {
    flex-direction: column;
  }
}
.cid-uRmrFPIEDz .mbr-section-subtitle {
  color: #767676;
}
.cid-uRmrFPIEDz .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRmrFPIEDz .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uRmrFPIEDz * {
    text-align: center !important;
  }
  .cid-uRmrFPIEDz .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uRmrFPIEDz .card-text {
  color: #ffffff;
}
.cid-uRmg8FZh1N {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uRmg8FZh1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRmg8FZh1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRmg8FZh1N .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRmg8FZh1N .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRmg8FZh1N .container {
    padding: 0 24px;
  }
}
.cid-uRmg8FZh1N .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uRmg8FZh1N .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uRmg8FZh1N .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uRmg8FZh1N .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uRmg8FZh1N .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uRmg8FZh1N .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRmg8FZh1N .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRmg8FZh1N .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uRmg8FZh1N .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uRmg8FZh1N .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uRmg8FZh1N .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uRmg8FZh1N .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uRmg8FZh1N .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uRmg8FZh1N .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uRmg8FZh1N .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uRmg8FZh1N .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uRmg8FZh1N .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uRmg8FZh1N .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uRmg8FZh1N .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uRmg8FZh1N .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uRmg8FZh1N .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uRmg8FZh1N .mbr-section-title {
  color: #141414;
}
.cid-uRmg8FZh1N .mbr-desc {
  color: #ffffff;
}
.cid-uRmg8FZh1N label {
  color: #141414;
}
.cid-uRmg8FZh1N .mbr-section-title,
.cid-uRmg8FZh1N .mbr-section-btn {
  color: #656565;
}
.cid-uRmg8FZh1N .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uRmg8GshA9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRmg8GshA9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRmg8GshA9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRmg8GshA9 .container {
    padding: 0 26px;
  }
}
.cid-uRmg8GshA9 .row {
  justify-content: center;
}
.cid-uRmg8GshA9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uRmg8GshA9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRmg8GshA9 .embla__slide .slide-content {
  width: 100%;
}
.cid-uRmg8GshA9 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRmg8GshA9 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uRmg8GshA9 .embla__button--next,
.cid-uRmg8GshA9 .embla__button--prev {
  display: flex;
}
.cid-uRmg8GshA9 .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRmg8GshA9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRmg8GshA9 .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRmg8GshA9 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRmg8GshA9 .embla__button.embla__button--next {
  right: 0;
}
.cid-uRmg8GshA9 .embla {
  position: relative;
  width: 100%;
}
.cid-uRmg8GshA9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRmg8GshA9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRmg8GshA9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRmg8GshA9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRmg8H3nVK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRmg8H3nVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRmg8H3nVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRmg8H3nVK .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRmg8H3nVK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRmg8H3nVK .container {
    padding: 0 26px;
  }
}
.cid-uRmg8H3nVK .row {
  justify-content: center;
}
.cid-uRmg8H3nVK .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRmg8H3nVK .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRmg8H3nVK .list .item-wrap:hover,
.cid-uRmg8H3nVK .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRmg8H3nVK .list,
.cid-uRmg8H3nVK .mbr-section-btn {
  text-align: center;
}
.cid-uRmg8H3nVK .list,
.cid-uRmg8H3nVK .item-wrap,
.cid-uRmg8H3nVK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRs4rMhfT6 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uRs4rMhfT6 .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uRs4rMhfT6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uRs4rMhfT6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRs4rMhfT6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRs4rMhfT6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRs4rMhfT6 .menu_box .navbar.opened,
  .cid-uRs4rMhfT6 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRs4rMhfT6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRs4rMhfT6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRs4rMhfT6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRs4rMhfT6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRs4rMhfT6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRs4rMhfT6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRs4rMhfT6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uRs4rMhfT6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRs4rMhfT6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRs4rMhfT6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRs4rMhfT6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRs4rMhfT6 .offcanvas-body .mbr-text,
  .cid-uRs4rMhfT6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRs4rMhfT6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRs4rMhfT6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRs4rMhfT6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRs4rMhfT6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRs4rMhfT6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRs4rMhfT6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRs4rMhfT6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRs4rMhfT6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRs4rMhfT6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRs4rMhfT6 .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-uRs4rMhfT6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRs4rMhfT6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRs4rMhfT6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRs4rMhfT6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uRs4rMhfT6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRs4rMhfT6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRs4rMhfT6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uRs4rMhfT6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRs4rMhfT6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRs4rMhfT6 .nav-item .nav-link:hover::before,
.cid-uRs4rMhfT6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRs4rMhfT6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRs4rMhfT6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRs4rMhfT6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRs4rMhfT6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRs4rMhfT6 .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-uRs4rMhfT6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRs4rMhfT6 .offcanvas_box {
    display: none;
  }
}
.cid-uRs4rMhfT6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRs4rMhfT6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRs4rMhfT6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRs4rMhfT6 .container {
  display: flex;
  margin: auto;
}
.cid-uRs4rMhfT6 .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-uRs4rMhfT6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRs4rMhfT6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRs4rMhfT6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRs4rMhfT6 .navbar-nav {
    margin: 0;
  }
}
.cid-uRs4rMhfT6 .dropdown-menu,
.cid-uRs4rMhfT6 .navbar.opened {
  background-color: true !important;
}
.cid-uRs4rMhfT6 .nav-item:focus,
.cid-uRs4rMhfT6 .nav-link:focus {
  outline: none;
}
.cid-uRs4rMhfT6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRs4rMhfT6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRs4rMhfT6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRs4rMhfT6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRs4rMhfT6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRs4rMhfT6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRs4rMhfT6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRs4rMhfT6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRs4rMhfT6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRs4rMhfT6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRs4rMhfT6 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRs4rMhfT6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRs4rMhfT6 .navbar.collapsed {
  justify-content: center;
}
.cid-uRs4rMhfT6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRs4rMhfT6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRs4rMhfT6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRs4rMhfT6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRs4rMhfT6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRs4rMhfT6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRs4rMhfT6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRs4rMhfT6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRs4rMhfT6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRs4rMhfT6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRs4rMhfT6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRs4rMhfT6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRs4rMhfT6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRs4rMhfT6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRs4rMhfT6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRs4rMhfT6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRs4rMhfT6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRs4rMhfT6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRs4rMhfT6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRs4rMhfT6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRs4rMhfT6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRs4rMhfT6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRs4rMhfT6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRs4rMhfT6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRs4rMhfT6 .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-uRs4rMhfT6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRs4rMhfT6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRs4rMhfT6 .dropdown-item.active,
.cid-uRs4rMhfT6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRs4rMhfT6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRs4rMhfT6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRs4rMhfT6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRs4rMhfT6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRs4rMhfT6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRs4rMhfT6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRs4rMhfT6 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-uRs4rMhfT6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRs4rMhfT6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRs4rMhfT6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRs4rMhfT6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRs4rMhfT6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRs4rMhfT6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRs4rMhfT6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRs4rMhfT6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRs4rMhfT6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRs4rMhfT6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRs4rMhfT6 .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-uRs4rMhfT6 .navbar {
    height: 70px;
  }
  .cid-uRs4rMhfT6 .navbar.opened {
    height: auto;
  }
  .cid-uRs4rMhfT6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRs4rMhfT6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRs4rMhfT6 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uRs4rMhfT6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRs4rMhfT6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRs4rMhfT6 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uRs4rMhfT6 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRs4rMhfT6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRs4rMhfT6 .text_widget {
  margin-bottom: 32px;
}
.cid-uRs4rMhfT6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRs4rMhfT6 .text_widget a:hover,
.cid-uRs4rMhfT6 .text_widget a:focus {
  opacity: .8;
}
.cid-uRs4rMhfT6 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uRs4rMhfT6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRs4rMhfT6 .navbar-caption {
  color: #000000;
}
.cid-uRs4rMhfT6 .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uRs4rMhfT6 .mbr-section-subtitle,
.cid-uRs4rMhfT6 .text_widget,
.cid-uRs4rMhfT6 .mbr-section-btn {
  text-align: center;
}
.cid-uRs4rMhfT6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRs4rMFMV2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRs4rMFMV2 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRs4rMFMV2 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rMFMV2 .container {
    padding: 0 26px;
  }
}
.cid-uRs4rMFMV2 .row {
  justify-content: center;
}
.cid-uRs4rMFMV2 .content-wrapper {
  padding: 200px 0 0 60px;
  background-color: #000000;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRs4rMFMV2 .content-wrapper {
    padding: 100px 20px 0;
    display: block;
  }
}
.cid-uRs4rMFMV2 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
}
@media (max-width: 1440px) {
  .cid-uRs4rMFMV2 .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rMFMV2 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRs4rMFMV2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRs4rMFMV2 .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uRs4rMFMV2 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uRs4rMFMV2 .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uRs4rMFMV2 .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-uRs4rMFMV2 .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRs4rMFMV2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-uRs4rMFMV2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRs4rMFMV2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uRs4rMFMV2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRs4rMFMV2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uRs4rMFMV2 .embla__button--next,
.cid-uRs4rMFMV2 .embla__button--prev {
  display: flex;
}
.cid-uRs4rMFMV2 .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRs4rMFMV2 .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRs4rMFMV2 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRs4rMFMV2 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uRs4rMFMV2 .embla__button {
    top: 0;
  }
}
.cid-uRs4rMFMV2 .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uRs4rMFMV2 .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rMFMV2 .embla {
    width: 100%;
  }
}
.cid-uRs4rMFMV2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRs4rMFMV2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRs4rMFMV2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRs4rMFMV2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRs4rMFMV2 .mbr-section-title {
  color: #000000;
}
.cid-uRs4rMFMV2 .mbr-section-subtitle {
  color: #656565;
}
.cid-uRs4rMFMV2 .mbr-text {
  color: #000000;
}
.cid-uRs4rMFMV2 .icon-wrapper {
  text-align: center;
}
.cid-uRs4rMFMV2 .mbr-section-title,
.cid-uRs4rMFMV2 .icon-wrapper {
  color: #ffffff;
}
.cid-uRs4rMFMV2 .mbr-text,
.cid-uRs4rMFMV2 .text-wrapper {
  color: #ffffff;
}
.cid-uRs4rMYQQf {
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  background-color: #000000;
}
.cid-uRs4rMYQQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRs4rMYQQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRs4rMYQQf .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRs4rMYQQf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rMYQQf .container {
    padding: 0 26px;
  }
}
.cid-uRs4rMYQQf .row {
  justify-content: center;
}
.cid-uRs4rMYQQf .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRs4rMYQQf .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rMYQQf .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uRs4rMYQQf .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRs4rMYQQf .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRs4rMYQQf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRs4rMYQQf .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRs4rMYQQf .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRs4rMYQQf .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRs4rMYQQf .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRs4rMYQQf .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRs4rMYQQf .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRs4rMYQQf .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRs4rMYQQf .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRs4rMYQQf .mbr-section {
  margin-bottom: 40px;
}
.cid-uRs4rMYQQf .mbr-section-title {
  color: #ffffff;
}
.cid-uRs4rMYQQf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRs4rMYQQf .mbr-desc {
  color: #656565;
}
.cid-uRs4rMYQQf .mbr-text {
  color: #ffffff;
}
.cid-uRs4rMYQQf .mbr-link {
  color: #ffffff;
}
.cid-uRs4rMYQQf .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  background-color: #000000;
}
.cid-uRs4rMYQQf .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRs4rMYQQf .btn-contact-now:hover,
.cid-uRs4rMYQQf .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRsmhlvUyj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRsmhlvUyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRsmhlvUyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRsmhlvUyj .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRsmhlvUyj .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uRsmhlvUyj .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRsmhlvUyj .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRsmhlvUyj .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRsmhlvUyj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uRsmhlvUyj .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uRsmhlvUyj .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uRsmhlvUyj .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRsmhlvUyj .image-wrapper img {
    height: 300px;
  }
}
.cid-uRsmhlvUyj .mbr-label {
  color: #000000;
}
.cid-uRsmhlvUyj .mbr-section-title {
  color: #000000;
}
.cid-uRsmhlvUyj .mbr-text {
  color: #000000;
}
.cid-uRs4rNyzvt {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRs4rNyzvt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRs4rNyzvt .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rNyzvt .container {
    padding: 0 28px;
  }
}
.cid-uRs4rNyzvt .item:focus,
.cid-uRs4rNyzvt span:focus {
  outline: none;
}
.cid-uRs4rNyzvt .item-wrapper {
  position: relative;
}
.cid-uRs4rNyzvt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 0 200px;
}
@media (max-width: 1200px) {
  .cid-uRs4rNyzvt .embla__slide {
    padding: 0 130px;
  }
}
@media (max-width: 767px) {
  .cid-uRs4rNyzvt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.cid-uRs4rNyzvt .embla__slide .slide-content {
  width: 100%;
}
.cid-uRs4rNyzvt .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uRs4rNyzvt .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap {
  margin-bottom: 30px;
}
.cid-uRs4rNyzvt .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 80px;
  color: #656565;
  display: inline-flex;
}
.cid-uRs4rNyzvt .embla__slide .slide-content .item-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 40px;
}
.cid-uRs4rNyzvt .embla__slide .slide-content .item-wrapper .content-wrap .mbr-name {
  margin-bottom: 10px;
}
.cid-uRs4rNyzvt .embla__slide .slide-content .item-wrapper .content-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uRs4rNyzvt .embla__button--next,
.cid-uRs4rNyzvt .embla__button--prev {
  display: flex;
}
.cid-uRs4rNyzvt .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRs4rNyzvt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRs4rNyzvt .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uRs4rNyzvt .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uRs4rNyzvt .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uRs4rNyzvt .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uRs4rNyzvt .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uRs4rNyzvt .embla {
  position: relative;
  width: 100%;
}
.cid-uRs4rNyzvt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRs4rNyzvt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRs4rNyzvt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRs4rNyzvt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRs4rNyzvt .mbr-card-title {
  color: #000000;
}
.cid-uRs4rNyzvt .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-uRs4rNyzvt .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uRs4rNyzvt .mbr-card-title,
.cid-uRs4rNyzvt .icon-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uRs4rOq27g {
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uRs4rOq27g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRs4rOq27g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRs4rOq27g .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRs4rOq27g .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rOq27g .container {
    padding: 0 26px;
  }
}
.cid-uRs4rOq27g .row {
  justify-content: center;
}
.cid-uRs4rOq27g .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRs4rOq27g .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rOq27g .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uRs4rOq27g .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRs4rOq27g .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRs4rOq27g .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRs4rOq27g .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRs4rOq27g .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRs4rOq27g .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRs4rOq27g .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRs4rOq27g .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRs4rOq27g .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRs4rOq27g .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRs4rOq27g .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRs4rOq27g .mbr-section {
  margin-bottom: 40px;
}
.cid-uRs4rOq27g .mbr-section-title {
  color: #ffffff;
}
.cid-uRs4rOq27g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRs4rOq27g .mbr-desc {
  color: #656565;
}
.cid-uRs4rOq27g .mbr-text {
  color: #ffffff;
}
.cid-uRs4rOq27g .mbr-link {
  color: #ffffff;
}
.cid-uRs4rOq27g .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uRs4rOq27g .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRs4rOq27g .btn-contact-now:hover,
.cid-uRs4rOq27g .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRs4rNg8do .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRs4rNg8do .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/background2-1.jpg");
}
.cid-uRs4rNg8do .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRs4rNg8do .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uRs4rNg8do .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uRs4rNg8do .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uRs4rNg8do .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rNg8do .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRs4rNg8do .mbr-label {
  color: #ffffff;
}
.cid-uRs4rNg8do .mbr-section-title {
  color: #ffffff;
}
.cid-uRs4rNg8do .mbr-text {
  color: #ffffff;
}
.cid-uRs4rNg8do .mbr-section-title,
.cid-uRs4rNg8do .mbr-section-btn {
  text-align: center;
}
.cid-uRs4rNg8do .mbr-text,
.cid-uRs4rNg8do .text-wrapper {
  text-align: left;
}
.cid-uRs4rP8wEt {
  padding-top: 4.5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRs4rP8wEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRs4rP8wEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRs4rP8wEt .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRs4rP8wEt .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rP8wEt .container {
    padding: 0 26px;
  }
}
.cid-uRs4rP8wEt .row {
  justify-content: center;
}
.cid-uRs4rP8wEt .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRs4rP8wEt .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rP8wEt .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uRs4rP8wEt .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRs4rP8wEt .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRs4rP8wEt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRs4rP8wEt .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRs4rP8wEt .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRs4rP8wEt .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRs4rP8wEt .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRs4rP8wEt .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRs4rP8wEt .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRs4rP8wEt .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRs4rP8wEt .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRs4rP8wEt .mbr-section {
  margin-bottom: 40px;
}
.cid-uRs4rP8wEt .mbr-section-title {
  color: #ffffff;
}
.cid-uRs4rP8wEt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRs4rP8wEt .mbr-desc {
  color: #656565;
}
.cid-uRs4rP8wEt .mbr-text {
  color: #ffffff;
}
.cid-uRs4rP8wEt .mbr-link {
  color: #ffffff;
}
.cid-uRs4rP8wEt .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 4.5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRs4rP8wEt .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRs4rP8wEt .btn-contact-now:hover,
.cid-uRs4rP8wEt .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRsmVsg6L0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRsmVsg6L0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRsmVsg6L0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRsmVsg6L0 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRsmVsg6L0 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uRsmVsg6L0 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRsmVsg6L0 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRsmVsg6L0 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRsmVsg6L0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uRsmVsg6L0 .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uRsmVsg6L0 .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uRsmVsg6L0 .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRsmVsg6L0 .image-wrapper img {
    height: 300px;
  }
}
.cid-uRsmVsg6L0 .mbr-label {
  color: #000000;
}
.cid-uRsmVsg6L0 .mbr-section-title {
  color: #000000;
}
.cid-uRsmVsg6L0 .mbr-text {
  color: #000000;
}
.cid-uRs4rQLxWZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRs4rQLxWZ .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uRs4rQLxWZ .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRs4rQLxWZ .card-box {
    flex-direction: column;
  }
}
.cid-uRs4rQLxWZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uRs4rQLxWZ .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRs4rQLxWZ .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uRs4rQLxWZ * {
    text-align: center !important;
  }
  .cid-uRs4rQLxWZ .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uRs4rQLxWZ .card-text {
  color: #ffffff;
}
.cid-uRs4rPWR3C {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRs4rPWR3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRs4rPWR3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRs4rPWR3C .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRs4rPWR3C .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rPWR3C .container {
    padding: 0 26px;
  }
}
.cid-uRs4rPWR3C .row {
  justify-content: center;
}
.cid-uRs4rPWR3C .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRs4rPWR3C .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rPWR3C .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uRs4rPWR3C .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRs4rPWR3C .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRs4rPWR3C .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRs4rPWR3C .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRs4rPWR3C .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRs4rPWR3C .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRs4rPWR3C .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRs4rPWR3C .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRs4rPWR3C .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRs4rPWR3C .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRs4rPWR3C .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRs4rPWR3C .mbr-section {
  margin-bottom: 40px;
}
.cid-uRs4rPWR3C .mbr-section-title {
  color: #ffffff;
}
.cid-uRs4rPWR3C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRs4rPWR3C .mbr-desc {
  color: #656565;
}
.cid-uRs4rPWR3C .mbr-text {
  color: #ffffff;
}
.cid-uRs4rPWR3C .mbr-link {
  color: #ffffff;
}
.cid-uRs4rPWR3C .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRs4rPWR3C .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRs4rPWR3C .btn-contact-now:hover,
.cid-uRs4rPWR3C .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRs4rR7ARP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uRs4rR7ARP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRs4rR7ARP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRs4rR7ARP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRs4rR7ARP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rR7ARP .container {
    padding: 0 24px;
  }
}
.cid-uRs4rR7ARP .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uRs4rR7ARP .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uRs4rR7ARP .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uRs4rR7ARP .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uRs4rR7ARP .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uRs4rR7ARP .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRs4rR7ARP .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRs4rR7ARP .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uRs4rR7ARP .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uRs4rR7ARP .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uRs4rR7ARP .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uRs4rR7ARP .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uRs4rR7ARP .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uRs4rR7ARP .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uRs4rR7ARP .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uRs4rR7ARP .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uRs4rR7ARP .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uRs4rR7ARP .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uRs4rR7ARP .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uRs4rR7ARP .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uRs4rR7ARP .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uRs4rR7ARP .mbr-section-title {
  color: #141414;
}
.cid-uRs4rR7ARP .mbr-desc {
  color: #ffffff;
}
.cid-uRs4rR7ARP label {
  color: #141414;
}
.cid-uRs4rR7ARP .mbr-section-title,
.cid-uRs4rR7ARP .mbr-section-btn {
  color: #656565;
}
.cid-uRs4rR7ARP .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uRs4rRrd7n {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRs4rRrd7n .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRs4rRrd7n .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rRrd7n .container {
    padding: 0 26px;
  }
}
.cid-uRs4rRrd7n .row {
  justify-content: center;
}
.cid-uRs4rRrd7n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uRs4rRrd7n .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRs4rRrd7n .embla__slide .slide-content {
  width: 100%;
}
.cid-uRs4rRrd7n .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRs4rRrd7n .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uRs4rRrd7n .embla__button--next,
.cid-uRs4rRrd7n .embla__button--prev {
  display: flex;
}
.cid-uRs4rRrd7n .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRs4rRrd7n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRs4rRrd7n .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRs4rRrd7n .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRs4rRrd7n .embla__button.embla__button--next {
  right: 0;
}
.cid-uRs4rRrd7n .embla {
  position: relative;
  width: 100%;
}
.cid-uRs4rRrd7n .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRs4rRrd7n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRs4rRrd7n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRs4rRrd7n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRs4rRXdqo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRs4rRXdqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRs4rRXdqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRs4rRXdqo .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRs4rRXdqo .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRs4rRXdqo .container {
    padding: 0 26px;
  }
}
.cid-uRs4rRXdqo .row {
  justify-content: center;
}
.cid-uRs4rRXdqo .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRs4rRXdqo .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRs4rRXdqo .list .item-wrap:hover,
.cid-uRs4rRXdqo .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRs4rRXdqo .list,
.cid-uRs4rRXdqo .mbr-section-btn {
  text-align: center;
}
.cid-uRs4rRXdqo .list,
.cid-uRs4rRXdqo .item-wrap,
.cid-uRs4rRXdqo .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRxa0oWozc {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uRxa0oWozc .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uRxa0oWozc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uRxa0oWozc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRxa0oWozc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRxa0oWozc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRxa0oWozc .menu_box .navbar.opened,
  .cid-uRxa0oWozc .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRxa0oWozc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRxa0oWozc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRxa0oWozc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRxa0oWozc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRxa0oWozc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRxa0oWozc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRxa0oWozc .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uRxa0oWozc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRxa0oWozc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRxa0oWozc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRxa0oWozc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRxa0oWozc .offcanvas-body .mbr-text,
  .cid-uRxa0oWozc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRxa0oWozc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRxa0oWozc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRxa0oWozc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRxa0oWozc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRxa0oWozc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRxa0oWozc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRxa0oWozc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRxa0oWozc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRxa0oWozc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRxa0oWozc .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-uRxa0oWozc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRxa0oWozc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRxa0oWozc .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRxa0oWozc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uRxa0oWozc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRxa0oWozc .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRxa0oWozc .nav-item {
    margin: 0 !important;
  }
}
.cid-uRxa0oWozc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRxa0oWozc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRxa0oWozc .nav-item .nav-link:hover::before,
.cid-uRxa0oWozc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRxa0oWozc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRxa0oWozc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRxa0oWozc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRxa0oWozc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRxa0oWozc .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-uRxa0oWozc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRxa0oWozc .offcanvas_box {
    display: none;
  }
}
.cid-uRxa0oWozc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRxa0oWozc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRxa0oWozc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRxa0oWozc .container {
  display: flex;
  margin: auto;
}
.cid-uRxa0oWozc .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-uRxa0oWozc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRxa0oWozc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRxa0oWozc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRxa0oWozc .navbar-nav {
    margin: 0;
  }
}
.cid-uRxa0oWozc .dropdown-menu,
.cid-uRxa0oWozc .navbar.opened {
  background-color: true !important;
}
.cid-uRxa0oWozc .nav-item:focus,
.cid-uRxa0oWozc .nav-link:focus {
  outline: none;
}
.cid-uRxa0oWozc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRxa0oWozc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRxa0oWozc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRxa0oWozc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRxa0oWozc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRxa0oWozc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRxa0oWozc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRxa0oWozc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRxa0oWozc .navbar.opened {
  transition: all 0.3s;
}
.cid-uRxa0oWozc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRxa0oWozc .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRxa0oWozc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRxa0oWozc .navbar.collapsed {
  justify-content: center;
}
.cid-uRxa0oWozc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRxa0oWozc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRxa0oWozc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRxa0oWozc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRxa0oWozc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRxa0oWozc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRxa0oWozc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRxa0oWozc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRxa0oWozc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRxa0oWozc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRxa0oWozc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRxa0oWozc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRxa0oWozc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRxa0oWozc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRxa0oWozc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRxa0oWozc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRxa0oWozc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRxa0oWozc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRxa0oWozc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRxa0oWozc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRxa0oWozc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRxa0oWozc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRxa0oWozc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRxa0oWozc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRxa0oWozc .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-uRxa0oWozc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRxa0oWozc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRxa0oWozc .dropdown-item.active,
.cid-uRxa0oWozc .dropdown-item:active {
  background-color: transparent;
}
.cid-uRxa0oWozc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRxa0oWozc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRxa0oWozc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRxa0oWozc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRxa0oWozc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRxa0oWozc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRxa0oWozc 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-uRxa0oWozc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRxa0oWozc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRxa0oWozc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRxa0oWozc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRxa0oWozc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRxa0oWozc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRxa0oWozc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRxa0oWozc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRxa0oWozc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRxa0oWozc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRxa0oWozc .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-uRxa0oWozc .navbar {
    height: 70px;
  }
  .cid-uRxa0oWozc .navbar.opened {
    height: auto;
  }
  .cid-uRxa0oWozc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRxa0oWozc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRxa0oWozc .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uRxa0oWozc .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRxa0oWozc .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRxa0oWozc .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uRxa0oWozc .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRxa0oWozc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRxa0oWozc .text_widget {
  margin-bottom: 32px;
}
.cid-uRxa0oWozc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRxa0oWozc .text_widget a:hover,
.cid-uRxa0oWozc .text_widget a:focus {
  opacity: .8;
}
.cid-uRxa0oWozc .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uRxa0oWozc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRxa0oWozc .navbar-caption {
  color: #000000;
}
.cid-uRxa0oWozc .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uRxa0oWozc .mbr-section-subtitle,
.cid-uRxa0oWozc .text_widget,
.cid-uRxa0oWozc .mbr-section-btn {
  text-align: center;
}
.cid-uRxa0oWozc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRxa0pgNV3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRxa0pgNV3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRxa0pgNV3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRxa0pgNV3 .container {
    padding: 0 26px;
  }
}
.cid-uRxa0pgNV3 .row {
  justify-content: center;
}
.cid-uRxa0pgNV3 .content-wrapper {
  padding: 200px 0 0 60px;
  background-color: #000000;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRxa0pgNV3 .content-wrapper {
    padding: 100px 20px 0;
    display: block;
  }
}
.cid-uRxa0pgNV3 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
}
@media (max-width: 1440px) {
  .cid-uRxa0pgNV3 .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uRxa0pgNV3 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRxa0pgNV3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRxa0pgNV3 .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uRxa0pgNV3 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uRxa0pgNV3 .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uRxa0pgNV3 .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-uRxa0pgNV3 .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRxa0pgNV3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-uRxa0pgNV3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRxa0pgNV3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uRxa0pgNV3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRxa0pgNV3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uRxa0pgNV3 .embla__button--next,
.cid-uRxa0pgNV3 .embla__button--prev {
  display: flex;
}
.cid-uRxa0pgNV3 .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRxa0pgNV3 .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRxa0pgNV3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRxa0pgNV3 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uRxa0pgNV3 .embla__button {
    top: 0;
  }
}
.cid-uRxa0pgNV3 .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uRxa0pgNV3 .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uRxa0pgNV3 .embla {
    width: 100%;
  }
}
.cid-uRxa0pgNV3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRxa0pgNV3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRxa0pgNV3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRxa0pgNV3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRxa0pgNV3 .mbr-section-title {
  color: #000000;
}
.cid-uRxa0pgNV3 .mbr-section-subtitle {
  color: #656565;
}
.cid-uRxa0pgNV3 .mbr-text {
  color: #000000;
}
.cid-uRxa0pgNV3 .icon-wrapper {
  text-align: center;
}
.cid-uRxa0pgNV3 .mbr-section-title,
.cid-uRxa0pgNV3 .icon-wrapper {
  color: #ffffff;
}
.cid-uRxa0pgNV3 .mbr-text,
.cid-uRxa0pgNV3 .text-wrapper {
  color: #ffffff;
}
.cid-uRxa0px8Uh {
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  background-color: #000000;
}
.cid-uRxa0px8Uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRxa0px8Uh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRxa0px8Uh .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRxa0px8Uh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRxa0px8Uh .container {
    padding: 0 26px;
  }
}
.cid-uRxa0px8Uh .row {
  justify-content: center;
}
.cid-uRxa0px8Uh .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRxa0px8Uh .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRxa0px8Uh .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uRxa0px8Uh .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRxa0px8Uh .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRxa0px8Uh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRxa0px8Uh .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRxa0px8Uh .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRxa0px8Uh .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRxa0px8Uh .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRxa0px8Uh .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRxa0px8Uh .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRxa0px8Uh .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRxa0px8Uh .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRxa0px8Uh .mbr-section {
  margin-bottom: 40px;
}
.cid-uRxa0px8Uh .mbr-section-title {
  color: #ffffff;
}
.cid-uRxa0px8Uh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRxa0px8Uh .mbr-desc {
  color: #656565;
}
.cid-uRxa0px8Uh .mbr-text {
  color: #ffffff;
}
.cid-uRxa0px8Uh .mbr-link {
  color: #ffffff;
}
.cid-uRxa0px8Uh .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  background-color: #000000;
}
.cid-uRxa0px8Uh .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRxa0px8Uh .btn-contact-now:hover,
.cid-uRxa0px8Uh .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRxa0pNo84 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRxa0pNo84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRxa0pNo84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRxa0pNo84 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRxa0pNo84 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uRxa0pNo84 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRxa0pNo84 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRxa0pNo84 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRxa0pNo84 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uRxa0pNo84 .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uRxa0pNo84 .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uRxa0pNo84 .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRxa0pNo84 .image-wrapper img {
    height: 300px;
  }
}
.cid-uRxa0pNo84 .mbr-label {
  color: #000000;
}
.cid-uRxa0pNo84 .mbr-section-title {
  color: #000000;
}
.cid-uRxa0pNo84 .mbr-text {
  color: #000000;
}
.cid-uRxa0q5Nb3 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRxa0q5Nb3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRxa0q5Nb3 .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uRxa0q5Nb3 .container {
    padding: 0 28px;
  }
}
.cid-uRxa0q5Nb3 .item:focus,
.cid-uRxa0q5Nb3 span:focus {
  outline: none;
}
.cid-uRxa0q5Nb3 .item-wrapper {
  position: relative;
}
.cid-uRxa0q5Nb3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 0 200px;
}
@media (max-width: 1200px) {
  .cid-uRxa0q5Nb3 .embla__slide {
    padding: 0 130px;
  }
}
@media (max-width: 767px) {
  .cid-uRxa0q5Nb3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.cid-uRxa0q5Nb3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uRxa0q5Nb3 .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uRxa0q5Nb3 .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap {
  margin-bottom: 30px;
}
.cid-uRxa0q5Nb3 .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 80px;
  color: #656565;
  display: inline-flex;
}
.cid-uRxa0q5Nb3 .embla__slide .slide-content .item-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 40px;
}
.cid-uRxa0q5Nb3 .embla__slide .slide-content .item-wrapper .content-wrap .mbr-name {
  margin-bottom: 10px;
}
.cid-uRxa0q5Nb3 .embla__slide .slide-content .item-wrapper .content-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uRxa0q5Nb3 .embla__button--next,
.cid-uRxa0q5Nb3 .embla__button--prev {
  display: flex;
}
.cid-uRxa0q5Nb3 .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRxa0q5Nb3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRxa0q5Nb3 .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uRxa0q5Nb3 .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uRxa0q5Nb3 .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uRxa0q5Nb3 .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uRxa0q5Nb3 .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uRxa0q5Nb3 .embla {
  position: relative;
  width: 100%;
}
.cid-uRxa0q5Nb3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRxa0q5Nb3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRxa0q5Nb3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRxa0q5Nb3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRxa0q5Nb3 .mbr-card-title {
  color: #000000;
}
.cid-uRxa0q5Nb3 .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-uRxa0q5Nb3 .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uRxa0q5Nb3 .mbr-card-title,
.cid-uRxa0q5Nb3 .icon-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uRxa0qsKTz {
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uRxa0qsKTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRxa0qsKTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRxa0qsKTz .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRxa0qsKTz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRxa0qsKTz .container {
    padding: 0 26px;
  }
}
.cid-uRxa0qsKTz .row {
  justify-content: center;
}
.cid-uRxa0qsKTz .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRxa0qsKTz .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRxa0qsKTz .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uRxa0qsKTz .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRxa0qsKTz .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRxa0qsKTz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRxa0qsKTz .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRxa0qsKTz .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRxa0qsKTz .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRxa0qsKTz .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRxa0qsKTz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRxa0qsKTz .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRxa0qsKTz .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRxa0qsKTz .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRxa0qsKTz .mbr-section {
  margin-bottom: 40px;
}
.cid-uRxa0qsKTz .mbr-section-title {
  color: #ffffff;
}
.cid-uRxa0qsKTz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRxa0qsKTz .mbr-desc {
  color: #656565;
}
.cid-uRxa0qsKTz .mbr-text {
  color: #ffffff;
}
.cid-uRxa0qsKTz .mbr-link {
  color: #ffffff;
}
.cid-uRxa0qsKTz .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uRxa0qsKTz .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRxa0qsKTz .btn-contact-now:hover,
.cid-uRxa0qsKTz .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRBLNl6lhc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRBLNl6lhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBLNl6lhc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBLNl6lhc .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRBLNl6lhc .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uRBLNl6lhc .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRBLNl6lhc .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRBLNl6lhc .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRBLNl6lhc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uRBLNl6lhc .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uRBLNl6lhc .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uRBLNl6lhc .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRBLNl6lhc .image-wrapper img {
    height: 300px;
  }
}
.cid-uRBLNl6lhc .mbr-label {
  color: #000000;
}
.cid-uRBLNl6lhc .mbr-section-title {
  color: #000000;
}
.cid-uRBLNl6lhc .mbr-text {
  color: #000000;
}
.cid-uRxa0r1eRR {
  padding-top: 4.5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRxa0r1eRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRxa0r1eRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRxa0r1eRR .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRxa0r1eRR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRxa0r1eRR .container {
    padding: 0 26px;
  }
}
.cid-uRxa0r1eRR .row {
  justify-content: center;
}
.cid-uRxa0r1eRR .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRxa0r1eRR .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRxa0r1eRR .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uRxa0r1eRR .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRxa0r1eRR .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRxa0r1eRR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRxa0r1eRR .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRxa0r1eRR .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRxa0r1eRR .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRxa0r1eRR .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRxa0r1eRR .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRxa0r1eRR .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRxa0r1eRR .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRxa0r1eRR .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRxa0r1eRR .mbr-section {
  margin-bottom: 40px;
}
.cid-uRxa0r1eRR .mbr-section-title {
  color: #ffffff;
}
.cid-uRxa0r1eRR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRxa0r1eRR .mbr-desc {
  color: #656565;
}
.cid-uRxa0r1eRR .mbr-text {
  color: #ffffff;
}
.cid-uRxa0r1eRR .mbr-link {
  color: #ffffff;
}
.cid-uRxa0r1eRR .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 4.5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRxa0r1eRR .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRxa0r1eRR .btn-contact-now:hover,
.cid-uRxa0r1eRR .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRxbVE5oYr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRxbVE5oYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRxbVE5oYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRxbVE5oYr .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRxbVE5oYr .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uRxbVE5oYr .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRxbVE5oYr .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRxbVE5oYr .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRxbVE5oYr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uRxbVE5oYr .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uRxbVE5oYr .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uRxbVE5oYr .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRxbVE5oYr .image-wrapper img {
    height: 300px;
  }
}
.cid-uRxbVE5oYr .mbr-label {
  color: #000000;
}
.cid-uRxbVE5oYr .mbr-section-title {
  color: #000000;
}
.cid-uRxbVE5oYr .mbr-text {
  color: #000000;
}
.cid-uRxa0sgj2V {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRxa0sgj2V .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uRxa0sgj2V .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRxa0sgj2V .card-box {
    flex-direction: column;
  }
}
.cid-uRxa0sgj2V .mbr-section-subtitle {
  color: #767676;
}
.cid-uRxa0sgj2V .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRxa0sgj2V .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uRxa0sgj2V * {
    text-align: center !important;
  }
  .cid-uRxa0sgj2V .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uRxa0sgj2V .card-text {
  color: #ffffff;
}
.cid-uRxa0sxVrh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uRxa0sxVrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRxa0sxVrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRxa0sxVrh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRxa0sxVrh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRxa0sxVrh .container {
    padding: 0 24px;
  }
}
.cid-uRxa0sxVrh .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uRxa0sxVrh .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uRxa0sxVrh .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uRxa0sxVrh .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uRxa0sxVrh .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uRxa0sxVrh .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRxa0sxVrh .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRxa0sxVrh .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uRxa0sxVrh .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uRxa0sxVrh .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uRxa0sxVrh .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uRxa0sxVrh .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uRxa0sxVrh .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uRxa0sxVrh .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uRxa0sxVrh .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uRxa0sxVrh .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uRxa0sxVrh .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uRxa0sxVrh .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uRxa0sxVrh .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uRxa0sxVrh .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uRxa0sxVrh .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uRxa0sxVrh .mbr-section-title {
  color: #141414;
}
.cid-uRxa0sxVrh .mbr-desc {
  color: #ffffff;
}
.cid-uRxa0sxVrh label {
  color: #141414;
}
.cid-uRxa0sxVrh .mbr-section-title,
.cid-uRxa0sxVrh .mbr-section-btn {
  color: #656565;
}
.cid-uRxa0sxVrh .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uRxa0sRh19 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRxa0sRh19 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRxa0sRh19 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRxa0sRh19 .container {
    padding: 0 26px;
  }
}
.cid-uRxa0sRh19 .row {
  justify-content: center;
}
.cid-uRxa0sRh19 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uRxa0sRh19 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRxa0sRh19 .embla__slide .slide-content {
  width: 100%;
}
.cid-uRxa0sRh19 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRxa0sRh19 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uRxa0sRh19 .embla__button--next,
.cid-uRxa0sRh19 .embla__button--prev {
  display: flex;
}
.cid-uRxa0sRh19 .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRxa0sRh19 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRxa0sRh19 .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRxa0sRh19 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRxa0sRh19 .embla__button.embla__button--next {
  right: 0;
}
.cid-uRxa0sRh19 .embla {
  position: relative;
  width: 100%;
}
.cid-uRxa0sRh19 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRxa0sRh19 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRxa0sRh19 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRxa0sRh19 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRxa0toBZG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRxa0toBZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRxa0toBZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRxa0toBZG .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRxa0toBZG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRxa0toBZG .container {
    padding: 0 26px;
  }
}
.cid-uRxa0toBZG .row {
  justify-content: center;
}
.cid-uRxa0toBZG .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRxa0toBZG .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRxa0toBZG .list .item-wrap:hover,
.cid-uRxa0toBZG .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRxa0toBZG .list,
.cid-uRxa0toBZG .mbr-section-btn {
  text-align: center;
}
.cid-uRxa0toBZG .list,
.cid-uRxa0toBZG .item-wrap,
.cid-uRxa0toBZG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRO42GYm0P {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uRO42GYm0P .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uRO42GYm0P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uRO42GYm0P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRO42GYm0P .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRO42GYm0P .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRO42GYm0P .menu_box .navbar.opened,
  .cid-uRO42GYm0P .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRO42GYm0P nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRO42GYm0P .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRO42GYm0P .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRO42GYm0P .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRO42GYm0P .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRO42GYm0P .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRO42GYm0P .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uRO42GYm0P .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRO42GYm0P .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRO42GYm0P .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRO42GYm0P .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRO42GYm0P .offcanvas-body .mbr-text,
  .cid-uRO42GYm0P .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRO42GYm0P .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRO42GYm0P .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRO42GYm0P .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRO42GYm0P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRO42GYm0P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRO42GYm0P .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRO42GYm0P .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRO42GYm0P ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRO42GYm0P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRO42GYm0P .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-uRO42GYm0P .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRO42GYm0P li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRO42GYm0P .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRO42GYm0P .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uRO42GYm0P .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRO42GYm0P .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRO42GYm0P .nav-item {
    margin: 0 !important;
  }
}
.cid-uRO42GYm0P .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRO42GYm0P .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRO42GYm0P .nav-item .nav-link:hover::before,
.cid-uRO42GYm0P .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRO42GYm0P .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRO42GYm0P .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRO42GYm0P .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRO42GYm0P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRO42GYm0P .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-uRO42GYm0P .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRO42GYm0P .offcanvas_box {
    display: none;
  }
}
.cid-uRO42GYm0P .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRO42GYm0P .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRO42GYm0P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRO42GYm0P .container {
  display: flex;
  margin: auto;
}
.cid-uRO42GYm0P .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-uRO42GYm0P .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRO42GYm0P .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRO42GYm0P .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRO42GYm0P .navbar-nav {
    margin: 0;
  }
}
.cid-uRO42GYm0P .dropdown-menu,
.cid-uRO42GYm0P .navbar.opened {
  background-color: true !important;
}
.cid-uRO42GYm0P .nav-item:focus,
.cid-uRO42GYm0P .nav-link:focus {
  outline: none;
}
.cid-uRO42GYm0P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRO42GYm0P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRO42GYm0P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRO42GYm0P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRO42GYm0P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRO42GYm0P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRO42GYm0P .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRO42GYm0P .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRO42GYm0P .navbar.opened {
  transition: all 0.3s;
}
.cid-uRO42GYm0P .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRO42GYm0P .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRO42GYm0P .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRO42GYm0P .navbar.collapsed {
  justify-content: center;
}
.cid-uRO42GYm0P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRO42GYm0P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRO42GYm0P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRO42GYm0P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRO42GYm0P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRO42GYm0P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRO42GYm0P .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRO42GYm0P .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRO42GYm0P .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRO42GYm0P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRO42GYm0P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRO42GYm0P .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRO42GYm0P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRO42GYm0P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRO42GYm0P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRO42GYm0P .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRO42GYm0P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRO42GYm0P .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRO42GYm0P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRO42GYm0P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRO42GYm0P .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRO42GYm0P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRO42GYm0P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRO42GYm0P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRO42GYm0P .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-uRO42GYm0P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRO42GYm0P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRO42GYm0P .dropdown-item.active,
.cid-uRO42GYm0P .dropdown-item:active {
  background-color: transparent;
}
.cid-uRO42GYm0P .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRO42GYm0P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRO42GYm0P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRO42GYm0P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRO42GYm0P ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRO42GYm0P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRO42GYm0P 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-uRO42GYm0P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRO42GYm0P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRO42GYm0P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRO42GYm0P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRO42GYm0P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRO42GYm0P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRO42GYm0P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRO42GYm0P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRO42GYm0P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRO42GYm0P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRO42GYm0P .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-uRO42GYm0P .navbar {
    height: 70px;
  }
  .cid-uRO42GYm0P .navbar.opened {
    height: auto;
  }
  .cid-uRO42GYm0P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRO42GYm0P .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRO42GYm0P .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uRO42GYm0P .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRO42GYm0P .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRO42GYm0P .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uRO42GYm0P .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRO42GYm0P .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRO42GYm0P .text_widget {
  margin-bottom: 32px;
}
.cid-uRO42GYm0P .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRO42GYm0P .text_widget a:hover,
.cid-uRO42GYm0P .text_widget a:focus {
  opacity: .8;
}
.cid-uRO42GYm0P .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uRO42GYm0P .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRO42GYm0P .navbar-caption {
  color: #000000;
}
.cid-uRO42GYm0P .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uRO42GYm0P .mbr-section-subtitle,
.cid-uRO42GYm0P .text_widget,
.cid-uRO42GYm0P .mbr-section-btn {
  text-align: center;
}
.cid-uRO42GYm0P a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTcpqOtsAF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uTcpqOtsAF .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uTcpqOtsAF .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uTcpqOtsAF .container {
    padding: 0 26px;
  }
}
.cid-uTcpqOtsAF .row {
  justify-content: center;
}
.cid-uTcpqOtsAF .content-wrapper {
  padding: 200px 0 200px 60px;
  background-color: #000000;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTcpqOtsAF .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uTcpqOtsAF .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
}
@media (max-width: 1440px) {
  .cid-uTcpqOtsAF .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uTcpqOtsAF .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uTcpqOtsAF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uTcpqOtsAF .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uTcpqOtsAF .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uTcpqOtsAF .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uTcpqOtsAF .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-uTcpqOtsAF .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uTcpqOtsAF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-uTcpqOtsAF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTcpqOtsAF .embla__slide .slide-content {
  width: 100%;
}
.cid-uTcpqOtsAF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTcpqOtsAF .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uTcpqOtsAF .embla__button--next,
.cid-uTcpqOtsAF .embla__button--prev {
  display: flex;
}
.cid-uTcpqOtsAF .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uTcpqOtsAF .embla__button:hover {
  opacity: .6 !important;
}
.cid-uTcpqOtsAF .embla__button.embla__button--prev {
  left: 0;
}
.cid-uTcpqOtsAF .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uTcpqOtsAF .embla__button {
    top: 0;
  }
}
.cid-uTcpqOtsAF .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uTcpqOtsAF .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uTcpqOtsAF .embla {
    width: 100%;
  }
}
.cid-uTcpqOtsAF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTcpqOtsAF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTcpqOtsAF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTcpqOtsAF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTcpqOtsAF .mbr-section-title {
  color: #000000;
}
.cid-uTcpqOtsAF .mbr-section-subtitle {
  color: #656565;
}
.cid-uTcpqOtsAF .mbr-text {
  color: #000000;
}
.cid-uTcpqOtsAF .icon-wrapper {
  text-align: center;
}
.cid-uTcpqOtsAF .mbr-section-title,
.cid-uTcpqOtsAF .icon-wrapper {
  color: #ffffff;
}
.cid-uTcpqOtsAF .mbr-text,
.cid-uTcpqOtsAF .text-wrapper {
  color: #ffffff;
}
.cid-uRO42IqzwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO42IqzwM .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/background2-1.jpg");
}
.cid-uRO42IqzwM .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRO42IqzwM .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uRO42IqzwM .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uRO42IqzwM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uRO42IqzwM .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uRO42IqzwM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRO42IqzwM .mbr-label {
  color: #ffffff;
}
.cid-uRO42IqzwM .mbr-section-title {
  color: #ffffff;
}
.cid-uRO42IqzwM .mbr-text {
  color: #ffffff;
}
.cid-uRO42IqzwM .mbr-section-title,
.cid-uRO42IqzwM .mbr-section-btn {
  text-align: center;
}
.cid-uRO42IqzwM .mbr-text,
.cid-uRO42IqzwM .text-wrapper {
  text-align: left;
}
.cid-uRPre9He6z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uRPre9He6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRPre9He6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRPre9He6z .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRPre9He6z .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRPre9He6z .container {
    padding: 0 26px;
  }
}
.cid-uRPre9He6z .row {
  justify-content: center;
}
.cid-uRPre9He6z .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRPre9He6z .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRPre9He6z .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uRPre9He6z .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRPre9He6z .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRPre9He6z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRPre9He6z .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRPre9He6z .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRPre9He6z .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRPre9He6z .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRPre9He6z .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRPre9He6z .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRPre9He6z .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRPre9He6z .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRPre9He6z .mbr-section {
  margin-bottom: 40px;
}
.cid-uRPre9He6z .mbr-section-title {
  color: #ffffff;
}
.cid-uRPre9He6z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRPre9He6z .mbr-desc {
  color: #656565;
}
.cid-uRPre9He6z .mbr-text {
  color: #ffffff;
}
.cid-uRPre9He6z .mbr-link {
  color: #ffffff;
}
.cid-uRPre9He6z .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uRPre9He6z .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRPre9He6z .btn-contact-now:hover,
.cid-uRPre9He6z .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRO42JuYeO {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRO42JuYeO .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO42JuYeO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO42JuYeO .container {
    padding: 0 26px;
  }
}
.cid-uRO42JuYeO .row {
  justify-content: center;
}
.cid-uRO42JuYeO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 49.3%;
  max-width: 49.3%;
}
@media (max-width: 767px) {
  .cid-uRO42JuYeO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRO42JuYeO .embla__slide .slide-content {
  width: 100%;
}
.cid-uRO42JuYeO .embla__slide .slide-content .item-wrapper {
  padding: 240px 75px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #0e0e0e;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uRO42JuYeO .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uRO42JuYeO .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-uRO42JuYeO .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uRO42JuYeO .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 30px;
}
.cid-uRO42JuYeO .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uRO42JuYeO .embla__button--next,
.cid-uRO42JuYeO .embla__button--prev {
  display: flex;
}
.cid-uRO42JuYeO .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uRO42JuYeO .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRO42JuYeO .embla__button.embla__button--prev {
  left: -3rem;
}
@media (max-width: 992px) {
  .cid-uRO42JuYeO .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uRO42JuYeO .embla__button.embla__button--next {
  right: -3rem;
}
@media (max-width: 992px) {
  .cid-uRO42JuYeO .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRO42JuYeO .embla__button {
    top: 0;
  }
}
.cid-uRO42JuYeO .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uRO42JuYeO .embla {
    padding-top: 25px;
  }
}
.cid-uRO42JuYeO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRO42JuYeO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRO42JuYeO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRO42JuYeO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRO42JuYeO .item-title {
  color: #656565;
}
.cid-uRO42JuYeO .item-text {
  color: #ffffff;
}
.cid-uRO42JuYeO .item-name {
  color: #656565;
}
.cid-uRO42Ku44A {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uRO42Ku44A h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uRO42Ku44A h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uRO42Ku44A .box {
  background-image: url("../../../assets/images/diesel-optimized-2000x1125.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRO42Ku44A .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uRO42Ku44A .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uRO42Ku44A .icon-wrap span {
  padding-left: 8px;
}
.cid-uRO42Ku44A .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #454545 !important;
}
.cid-uRO42Ku44A .mbr-media span:hover {
  opacity: 1;
  color: #656565 !important;
}
.cid-uRO42Ku44A .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uRO42Ku44A .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uRO42Ku44A .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uRO42Ku44A .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uRO42Ku44A a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uRO42Ku44A a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uRO42Ku44A .box {
    height: 250px;
  }
}
.cid-uRO42Ku44A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO42Ku44A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO42Ku44A H1 {
  color: #ffffff;
}
.cid-uRO42LhMDu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO42LhMDu .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uRO42LhMDu .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRO42LhMDu .card-box {
    flex-direction: column;
  }
}
.cid-uRO42LhMDu .mbr-section-subtitle {
  color: #767676;
}
.cid-uRO42LhMDu .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRO42LhMDu .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uRO42LhMDu * {
    text-align: center !important;
  }
  .cid-uRO42LhMDu .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uRO42LhMDu .card-text {
  color: #ffffff;
}
.cid-uRPnLeu3DE {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRPnLeu3DE .image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 500px;
}
.cid-uRPnLeu3DE .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uRPnLeu3DE .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-uRPnLeu3DE .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRPnLeu3DE .item-wrapper:hover:before {
  opacity: 0.6;
}
.cid-uRPnLeu3DE .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uRPnLeu3DE .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #000000;
}
@media (max-width: 767px) {
  .cid-uRPnLeu3DE .item-wrapper:before {
    opacity: 0.6;
  }
}
.cid-uRPnLeu3DE .image-row img,
.cid-uRPnLeu3DE .image-row .item-img {
  width: calc(33.33333333%);
  height: 500px;
  object-fit: cover;
  display: block;
}
.cid-uRPnLeu3DE img,
.cid-uRPnLeu3DE .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uRPnLeu3DE .item:focus,
.cid-uRPnLeu3DE span:focus {
  outline: none;
}
.cid-uRPnLeu3DE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRPnLeu3DE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRPnLeu3DE .mbr-section-title {
  color: #232323;
}
.cid-uRPnLeu3DE .mbr-text,
.cid-uRPnLeu3DE .mbr-section-btn {
  text-align: center;
}
.cid-uRPnLeu3DE .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRPnLeu3DE .item-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRPnLeu3DE .image-row {
    flex-direction: column;
    height: auto;
  }
  .cid-uRPnLeu3DE .image-row img,
  .cid-uRPnLeu3DE .image-row .item-img {
    width: 100%;
    height: auto;
  }
}
.cid-uRO42MiPvY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uRO42MiPvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO42MiPvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO42MiPvY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRO42MiPvY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRO42MiPvY .container {
    padding: 0 24px;
  }
}
.cid-uRO42MiPvY .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uRO42MiPvY .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uRO42MiPvY .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uRO42MiPvY .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uRO42MiPvY .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uRO42MiPvY .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRO42MiPvY .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRO42MiPvY .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uRO42MiPvY .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uRO42MiPvY .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uRO42MiPvY .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uRO42MiPvY .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uRO42MiPvY .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uRO42MiPvY .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uRO42MiPvY .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uRO42MiPvY .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uRO42MiPvY .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uRO42MiPvY .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uRO42MiPvY .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uRO42MiPvY .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uRO42MiPvY .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uRO42MiPvY .mbr-section-title {
  color: #141414;
}
.cid-uRO42MiPvY .mbr-desc {
  color: #ffffff;
}
.cid-uRO42MiPvY label {
  color: #141414;
}
.cid-uRO42MiPvY .mbr-section-title,
.cid-uRO42MiPvY .mbr-section-btn {
  color: #656565;
}
.cid-uRO42MiPvY .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uRO42MI0Vj {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRO42MI0Vj .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO42MI0Vj .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO42MI0Vj .container {
    padding: 0 26px;
  }
}
.cid-uRO42MI0Vj .row {
  justify-content: center;
}
.cid-uRO42MI0Vj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uRO42MI0Vj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRO42MI0Vj .embla__slide .slide-content {
  width: 100%;
}
.cid-uRO42MI0Vj .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRO42MI0Vj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uRO42MI0Vj .embla__button--next,
.cid-uRO42MI0Vj .embla__button--prev {
  display: flex;
}
.cid-uRO42MI0Vj .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRO42MI0Vj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRO42MI0Vj .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRO42MI0Vj .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRO42MI0Vj .embla__button.embla__button--next {
  right: 0;
}
.cid-uRO42MI0Vj .embla {
  position: relative;
  width: 100%;
}
.cid-uRO42MI0Vj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRO42MI0Vj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRO42MI0Vj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRO42MI0Vj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRO42NAyvB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO42NAyvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO42NAyvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO42NAyvB .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO42NAyvB .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO42NAyvB .container {
    padding: 0 26px;
  }
}
.cid-uRO42NAyvB .row {
  justify-content: center;
}
.cid-uRO42NAyvB .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRO42NAyvB .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRO42NAyvB .list .item-wrap:hover,
.cid-uRO42NAyvB .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRO42NAyvB .list,
.cid-uRO42NAyvB .mbr-section-btn {
  text-align: center;
}
.cid-uRO42NAyvB .list,
.cid-uRO42NAyvB .item-wrap,
.cid-uRO42NAyvB .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRO6MHS40g {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uRO6MHS40g .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uRO6MHS40g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uRO6MHS40g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRO6MHS40g .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRO6MHS40g .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRO6MHS40g .menu_box .navbar.opened,
  .cid-uRO6MHS40g .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRO6MHS40g nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRO6MHS40g .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRO6MHS40g .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRO6MHS40g .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRO6MHS40g .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRO6MHS40g .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRO6MHS40g .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uRO6MHS40g .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRO6MHS40g .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRO6MHS40g .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRO6MHS40g .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRO6MHS40g .offcanvas-body .mbr-text,
  .cid-uRO6MHS40g .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRO6MHS40g .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRO6MHS40g .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRO6MHS40g .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRO6MHS40g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRO6MHS40g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRO6MHS40g .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRO6MHS40g .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRO6MHS40g ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRO6MHS40g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRO6MHS40g .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-uRO6MHS40g .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRO6MHS40g li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRO6MHS40g .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRO6MHS40g .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uRO6MHS40g .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRO6MHS40g .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRO6MHS40g .nav-item {
    margin: 0 !important;
  }
}
.cid-uRO6MHS40g .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRO6MHS40g .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRO6MHS40g .nav-item .nav-link:hover::before,
.cid-uRO6MHS40g .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRO6MHS40g .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRO6MHS40g .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRO6MHS40g .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRO6MHS40g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRO6MHS40g .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-uRO6MHS40g .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRO6MHS40g .offcanvas_box {
    display: none;
  }
}
.cid-uRO6MHS40g .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRO6MHS40g .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRO6MHS40g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRO6MHS40g .container {
  display: flex;
  margin: auto;
}
.cid-uRO6MHS40g .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-uRO6MHS40g .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRO6MHS40g .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRO6MHS40g .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRO6MHS40g .navbar-nav {
    margin: 0;
  }
}
.cid-uRO6MHS40g .dropdown-menu,
.cid-uRO6MHS40g .navbar.opened {
  background-color: true !important;
}
.cid-uRO6MHS40g .nav-item:focus,
.cid-uRO6MHS40g .nav-link:focus {
  outline: none;
}
.cid-uRO6MHS40g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRO6MHS40g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRO6MHS40g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRO6MHS40g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRO6MHS40g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRO6MHS40g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRO6MHS40g .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRO6MHS40g .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRO6MHS40g .navbar.opened {
  transition: all 0.3s;
}
.cid-uRO6MHS40g .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRO6MHS40g .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRO6MHS40g .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRO6MHS40g .navbar.collapsed {
  justify-content: center;
}
.cid-uRO6MHS40g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRO6MHS40g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRO6MHS40g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRO6MHS40g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRO6MHS40g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRO6MHS40g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRO6MHS40g .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRO6MHS40g .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRO6MHS40g .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRO6MHS40g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRO6MHS40g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRO6MHS40g .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRO6MHS40g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRO6MHS40g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRO6MHS40g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRO6MHS40g .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRO6MHS40g .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRO6MHS40g .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRO6MHS40g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRO6MHS40g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRO6MHS40g .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRO6MHS40g .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRO6MHS40g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRO6MHS40g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRO6MHS40g .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-uRO6MHS40g .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRO6MHS40g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRO6MHS40g .dropdown-item.active,
.cid-uRO6MHS40g .dropdown-item:active {
  background-color: transparent;
}
.cid-uRO6MHS40g .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRO6MHS40g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRO6MHS40g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRO6MHS40g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRO6MHS40g ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRO6MHS40g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRO6MHS40g 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-uRO6MHS40g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRO6MHS40g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRO6MHS40g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRO6MHS40g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRO6MHS40g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRO6MHS40g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRO6MHS40g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRO6MHS40g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRO6MHS40g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRO6MHS40g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRO6MHS40g .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-uRO6MHS40g .navbar {
    height: 70px;
  }
  .cid-uRO6MHS40g .navbar.opened {
    height: auto;
  }
  .cid-uRO6MHS40g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRO6MHS40g .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRO6MHS40g .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uRO6MHS40g .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRO6MHS40g .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRO6MHS40g .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uRO6MHS40g .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRO6MHS40g .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRO6MHS40g .text_widget {
  margin-bottom: 32px;
}
.cid-uRO6MHS40g .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRO6MHS40g .text_widget a:hover,
.cid-uRO6MHS40g .text_widget a:focus {
  opacity: .8;
}
.cid-uRO6MHS40g .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uRO6MHS40g .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRO6MHS40g .navbar-caption {
  color: #000000;
}
.cid-uRO6MHS40g .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uRO6MHS40g .mbr-section-subtitle,
.cid-uRO6MHS40g .text_widget,
.cid-uRO6MHS40g .mbr-section-btn {
  text-align: center;
}
.cid-uRO6MHS40g a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRO6MIcFLa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MIcFLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO6MIcFLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO6MIcFLa .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO6MIcFLa .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MIcFLa .container {
    padding: 0 26px;
  }
}
.cid-uRO6MIcFLa .row {
  justify-content: center;
}
.cid-uRO6MIcFLa .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRO6MIcFLa .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRO6MIcFLa .list .item-wrap:hover,
.cid-uRO6MIcFLa .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRO6MIcFLa .list,
.cid-uRO6MIcFLa .mbr-section-btn {
  text-align: center;
}
.cid-uRO6MIcFLa .list,
.cid-uRO6MIcFLa .item-wrap,
.cid-uRO6MIcFLa .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRO6MIpyVg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MIpyVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO6MIpyVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO6MIpyVg .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO6MIpyVg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MIpyVg .container {
    padding: 0 26px;
  }
}
.cid-uRO6MIpyVg .row {
  justify-content: center;
}
.cid-uRO6MIpyVg .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRO6MIpyVg .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRO6MIpyVg .list .item-wrap:hover,
.cid-uRO6MIpyVg .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRO6MIpyVg .list,
.cid-uRO6MIpyVg .mbr-section-btn {
  text-align: center;
}
.cid-uRO6MIpyVg .list,
.cid-uRO6MIpyVg .item-wrap,
.cid-uRO6MIpyVg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRO6MIDCAy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MIDCAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO6MIDCAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO6MIDCAy .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO6MIDCAy .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MIDCAy .container {
    padding: 0 26px;
  }
}
.cid-uRO6MIDCAy .row {
  justify-content: center;
}
.cid-uRO6MIDCAy .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRO6MIDCAy .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MIDCAy .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uRO6MIDCAy .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRO6MIDCAy .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRO6MIDCAy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRO6MIDCAy .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRO6MIDCAy .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRO6MIDCAy .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRO6MIDCAy .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRO6MIDCAy .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRO6MIDCAy .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRO6MIDCAy .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRO6MIDCAy .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRO6MIDCAy .mbr-section {
  margin-bottom: 40px;
}
.cid-uRO6MIDCAy .mbr-section-title {
  color: #ffffff;
}
.cid-uRO6MIDCAy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRO6MIDCAy .mbr-desc {
  color: #656565;
}
.cid-uRO6MIDCAy .mbr-text {
  color: #ffffff;
}
.cid-uRO6MIDCAy .mbr-link {
  color: #ffffff;
}
.cid-uRO6MIDCAy .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MIDCAy .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRO6MIDCAy .btn-contact-now:hover,
.cid-uRO6MIDCAy .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRO6MIRc2p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MIRc2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO6MIRc2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO6MIRc2p .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO6MIRc2p .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MIRc2p .container {
    padding: 0 26px;
  }
}
.cid-uRO6MIRc2p .row {
  justify-content: center;
}
.cid-uRO6MIRc2p .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRO6MIRc2p .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MIRc2p .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uRO6MIRc2p .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRO6MIRc2p .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRO6MIRc2p .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRO6MIRc2p .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRO6MIRc2p .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRO6MIRc2p .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRO6MIRc2p .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRO6MIRc2p .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRO6MIRc2p .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRO6MIRc2p .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRO6MIRc2p .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRO6MIRc2p .mbr-section {
  margin-bottom: 40px;
}
.cid-uRO6MIRc2p .mbr-section-title {
  color: #ffffff;
}
.cid-uRO6MIRc2p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRO6MIRc2p .mbr-desc {
  color: #656565;
}
.cid-uRO6MIRc2p .mbr-text {
  color: #ffffff;
}
.cid-uRO6MIRc2p .mbr-link {
  color: #ffffff;
}
.cid-uRO6MIRc2p .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MIRc2p .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRO6MIRc2p .btn-contact-now:hover,
.cid-uRO6MIRc2p .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRO6MJ6z3W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MJ6z3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO6MJ6z3W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO6MJ6z3W .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO6MJ6z3W .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MJ6z3W .container {
    padding: 0 26px;
  }
}
.cid-uRO6MJ6z3W .row {
  justify-content: center;
}
.cid-uRO6MJ6z3W .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRO6MJ6z3W .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MJ6z3W .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uRO6MJ6z3W .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRO6MJ6z3W .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRO6MJ6z3W .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRO6MJ6z3W .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRO6MJ6z3W .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRO6MJ6z3W .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRO6MJ6z3W .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRO6MJ6z3W .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRO6MJ6z3W .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRO6MJ6z3W .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRO6MJ6z3W .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRO6MJ6z3W .mbr-section {
  margin-bottom: 40px;
}
.cid-uRO6MJ6z3W .mbr-section-title {
  color: #ffffff;
}
.cid-uRO6MJ6z3W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRO6MJ6z3W .mbr-desc {
  color: #656565;
}
.cid-uRO6MJ6z3W .mbr-text {
  color: #ffffff;
}
.cid-uRO6MJ6z3W .mbr-link {
  color: #ffffff;
}
.cid-uRO6MJ6z3W .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MJ6z3W .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRO6MJ6z3W .btn-contact-now:hover,
.cid-uRO6MJ6z3W .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRO6MJlORS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MJlORS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO6MJlORS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO6MJlORS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO6MJlORS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MJlORS .container {
    padding: 0 26px;
  }
}
.cid-uRO6MJlORS .row {
  justify-content: center;
}
.cid-uRO6MJlORS .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRO6MJlORS .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MJlORS .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uRO6MJlORS .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRO6MJlORS .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRO6MJlORS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRO6MJlORS .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRO6MJlORS .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRO6MJlORS .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRO6MJlORS .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRO6MJlORS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRO6MJlORS .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRO6MJlORS .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRO6MJlORS .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRO6MJlORS .mbr-section {
  margin-bottom: 40px;
}
.cid-uRO6MJlORS .mbr-section-title {
  color: #ffffff;
}
.cid-uRO6MJlORS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRO6MJlORS .mbr-desc {
  color: #656565;
}
.cid-uRO6MJlORS .mbr-text {
  color: #ffffff;
}
.cid-uRO6MJlORS .mbr-link {
  color: #ffffff;
}
.cid-uRO6MJlORS .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MJlORS .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRO6MJlORS .btn-contact-now:hover,
.cid-uRO6MJlORS .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRO6MJzsVP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MJzsVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO6MJzsVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO6MJzsVP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO6MJzsVP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MJzsVP .container {
    padding: 0 26px;
  }
}
.cid-uRO6MJzsVP .row {
  justify-content: center;
}
.cid-uRO6MJzsVP .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRO6MJzsVP .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MJzsVP .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uRO6MJzsVP .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRO6MJzsVP .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRO6MJzsVP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRO6MJzsVP .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRO6MJzsVP .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRO6MJzsVP .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRO6MJzsVP .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRO6MJzsVP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRO6MJzsVP .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRO6MJzsVP .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRO6MJzsVP .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRO6MJzsVP .mbr-section {
  margin-bottom: 40px;
}
.cid-uRO6MJzsVP .mbr-section-title {
  color: #ffffff;
}
.cid-uRO6MJzsVP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRO6MJzsVP .mbr-desc {
  color: #656565;
}
.cid-uRO6MJzsVP .mbr-text {
  color: #ffffff;
}
.cid-uRO6MJzsVP .mbr-link {
  color: #ffffff;
}
.cid-uRO6MJzsVP .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MJzsVP .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRO6MJzsVP .btn-contact-now:hover,
.cid-uRO6MJzsVP .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRO6MJPA67 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MJPA67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO6MJPA67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO6MJPA67 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO6MJPA67 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MJPA67 .container {
    padding: 0 26px;
  }
}
.cid-uRO6MJPA67 .row {
  justify-content: center;
}
.cid-uRO6MJPA67 .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRO6MJPA67 .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MJPA67 .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uRO6MJPA67 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRO6MJPA67 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRO6MJPA67 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRO6MJPA67 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRO6MJPA67 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRO6MJPA67 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRO6MJPA67 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRO6MJPA67 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRO6MJPA67 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRO6MJPA67 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRO6MJPA67 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRO6MJPA67 .mbr-section {
  margin-bottom: 40px;
}
.cid-uRO6MJPA67 .mbr-section-title {
  color: #ffffff;
}
.cid-uRO6MJPA67 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRO6MJPA67 .mbr-desc {
  color: #656565;
}
.cid-uRO6MJPA67 .mbr-text {
  color: #ffffff;
}
.cid-uRO6MJPA67 .mbr-link {
  color: #ffffff;
}
.cid-uRO6MJPA67 .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MJPA67 .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRO6MJPA67 .btn-contact-now:hover,
.cid-uRO6MJPA67 .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uRPoiaRYNt {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRPoiaRYNt .image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 500px;
}
.cid-uRPoiaRYNt .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uRPoiaRYNt .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-uRPoiaRYNt .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRPoiaRYNt .item-wrapper:hover:before {
  opacity: 0.6;
}
.cid-uRPoiaRYNt .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uRPoiaRYNt .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #000000;
}
@media (max-width: 767px) {
  .cid-uRPoiaRYNt .item-wrapper:before {
    opacity: 0.6;
  }
}
.cid-uRPoiaRYNt .image-row img,
.cid-uRPoiaRYNt .image-row .item-img {
  width: calc(33.33333333%);
  height: 500px;
  object-fit: cover;
  display: block;
}
.cid-uRPoiaRYNt img,
.cid-uRPoiaRYNt .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uRPoiaRYNt .item:focus,
.cid-uRPoiaRYNt span:focus {
  outline: none;
}
.cid-uRPoiaRYNt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRPoiaRYNt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRPoiaRYNt .mbr-section-title {
  color: #232323;
}
.cid-uRPoiaRYNt .mbr-text,
.cid-uRPoiaRYNt .mbr-section-btn {
  text-align: center;
}
.cid-uRPoiaRYNt .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRPoiaRYNt .item-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRPoiaRYNt .image-row {
    flex-direction: column;
    height: auto;
  }
  .cid-uRPoiaRYNt .image-row img,
  .cid-uRPoiaRYNt .image-row .item-img {
    width: 100%;
    height: auto;
  }
}
.cid-uRO6MKqnYC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MKqnYC .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uRO6MKqnYC .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRO6MKqnYC .card-box {
    flex-direction: column;
  }
}
.cid-uRO6MKqnYC .mbr-section-subtitle {
  color: #767676;
}
.cid-uRO6MKqnYC .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRO6MKqnYC .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uRO6MKqnYC * {
    text-align: center !important;
  }
  .cid-uRO6MKqnYC .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uRO6MKqnYC .card-text {
  color: #ffffff;
}
.cid-uRO6MKHWYL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uRO6MKHWYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO6MKHWYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO6MKHWYL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRO6MKHWYL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MKHWYL .container {
    padding: 0 24px;
  }
}
.cid-uRO6MKHWYL .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uRO6MKHWYL .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uRO6MKHWYL .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uRO6MKHWYL .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uRO6MKHWYL .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uRO6MKHWYL .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRO6MKHWYL .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRO6MKHWYL .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uRO6MKHWYL .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uRO6MKHWYL .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uRO6MKHWYL .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uRO6MKHWYL .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uRO6MKHWYL .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uRO6MKHWYL .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uRO6MKHWYL .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uRO6MKHWYL .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uRO6MKHWYL .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uRO6MKHWYL .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uRO6MKHWYL .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uRO6MKHWYL .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uRO6MKHWYL .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uRO6MKHWYL .mbr-section-title {
  color: #141414;
}
.cid-uRO6MKHWYL .mbr-desc {
  color: #ffffff;
}
.cid-uRO6MKHWYL label {
  color: #141414;
}
.cid-uRO6MKHWYL .mbr-section-title,
.cid-uRO6MKHWYL .mbr-section-btn {
  color: #656565;
}
.cid-uRO6MKHWYL .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uRO6MKZSsJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRO6MKZSsJ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO6MKZSsJ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MKZSsJ .container {
    padding: 0 26px;
  }
}
.cid-uRO6MKZSsJ .row {
  justify-content: center;
}
.cid-uRO6MKZSsJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uRO6MKZSsJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRO6MKZSsJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uRO6MKZSsJ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRO6MKZSsJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uRO6MKZSsJ .embla__button--next,
.cid-uRO6MKZSsJ .embla__button--prev {
  display: flex;
}
.cid-uRO6MKZSsJ .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRO6MKZSsJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRO6MKZSsJ .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRO6MKZSsJ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRO6MKZSsJ .embla__button.embla__button--next {
  right: 0;
}
.cid-uRO6MKZSsJ .embla {
  position: relative;
  width: 100%;
}
.cid-uRO6MKZSsJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRO6MKZSsJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRO6MKZSsJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRO6MKZSsJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRO6MLx83I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO6MLx83I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO6MLx83I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO6MLx83I .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO6MLx83I .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO6MLx83I .container {
    padding: 0 26px;
  }
}
.cid-uRO6MLx83I .row {
  justify-content: center;
}
.cid-uRO6MLx83I .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRO6MLx83I .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRO6MLx83I .list .item-wrap:hover,
.cid-uRO6MLx83I .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRO6MLx83I .list,
.cid-uRO6MLx83I .mbr-section-btn {
  text-align: center;
}
.cid-uRO6MLx83I .list,
.cid-uRO6MLx83I .item-wrap,
.cid-uRO6MLx83I .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRO9aiyluK {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uRO9aiyluK .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uRO9aiyluK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uRO9aiyluK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRO9aiyluK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRO9aiyluK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRO9aiyluK .menu_box .navbar.opened,
  .cid-uRO9aiyluK .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRO9aiyluK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRO9aiyluK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRO9aiyluK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRO9aiyluK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRO9aiyluK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRO9aiyluK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRO9aiyluK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uRO9aiyluK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRO9aiyluK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRO9aiyluK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRO9aiyluK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRO9aiyluK .offcanvas-body .mbr-text,
  .cid-uRO9aiyluK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRO9aiyluK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRO9aiyluK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRO9aiyluK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRO9aiyluK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRO9aiyluK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRO9aiyluK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRO9aiyluK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRO9aiyluK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRO9aiyluK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRO9aiyluK .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-uRO9aiyluK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRO9aiyluK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRO9aiyluK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRO9aiyluK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uRO9aiyluK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRO9aiyluK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRO9aiyluK .nav-item {
    margin: 0 !important;
  }
}
.cid-uRO9aiyluK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRO9aiyluK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRO9aiyluK .nav-item .nav-link:hover::before,
.cid-uRO9aiyluK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRO9aiyluK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRO9aiyluK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRO9aiyluK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRO9aiyluK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRO9aiyluK .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-uRO9aiyluK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRO9aiyluK .offcanvas_box {
    display: none;
  }
}
.cid-uRO9aiyluK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRO9aiyluK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRO9aiyluK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRO9aiyluK .container {
  display: flex;
  margin: auto;
}
.cid-uRO9aiyluK .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-uRO9aiyluK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRO9aiyluK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRO9aiyluK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRO9aiyluK .navbar-nav {
    margin: 0;
  }
}
.cid-uRO9aiyluK .dropdown-menu,
.cid-uRO9aiyluK .navbar.opened {
  background-color: true !important;
}
.cid-uRO9aiyluK .nav-item:focus,
.cid-uRO9aiyluK .nav-link:focus {
  outline: none;
}
.cid-uRO9aiyluK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRO9aiyluK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRO9aiyluK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRO9aiyluK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRO9aiyluK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRO9aiyluK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRO9aiyluK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRO9aiyluK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRO9aiyluK .navbar.opened {
  transition: all 0.3s;
}
.cid-uRO9aiyluK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRO9aiyluK .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRO9aiyluK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRO9aiyluK .navbar.collapsed {
  justify-content: center;
}
.cid-uRO9aiyluK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRO9aiyluK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRO9aiyluK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRO9aiyluK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRO9aiyluK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRO9aiyluK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRO9aiyluK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRO9aiyluK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRO9aiyluK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRO9aiyluK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRO9aiyluK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRO9aiyluK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRO9aiyluK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRO9aiyluK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRO9aiyluK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRO9aiyluK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRO9aiyluK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRO9aiyluK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRO9aiyluK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRO9aiyluK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRO9aiyluK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRO9aiyluK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRO9aiyluK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRO9aiyluK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRO9aiyluK .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-uRO9aiyluK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRO9aiyluK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRO9aiyluK .dropdown-item.active,
.cid-uRO9aiyluK .dropdown-item:active {
  background-color: transparent;
}
.cid-uRO9aiyluK .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRO9aiyluK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRO9aiyluK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRO9aiyluK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRO9aiyluK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRO9aiyluK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRO9aiyluK 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-uRO9aiyluK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRO9aiyluK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRO9aiyluK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRO9aiyluK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRO9aiyluK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRO9aiyluK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRO9aiyluK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRO9aiyluK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRO9aiyluK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRO9aiyluK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRO9aiyluK .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-uRO9aiyluK .navbar {
    height: 70px;
  }
  .cid-uRO9aiyluK .navbar.opened {
    height: auto;
  }
  .cid-uRO9aiyluK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRO9aiyluK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRO9aiyluK .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uRO9aiyluK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRO9aiyluK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRO9aiyluK .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uRO9aiyluK .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRO9aiyluK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRO9aiyluK .text_widget {
  margin-bottom: 32px;
}
.cid-uRO9aiyluK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRO9aiyluK .text_widget a:hover,
.cid-uRO9aiyluK .text_widget a:focus {
  opacity: .8;
}
.cid-uRO9aiyluK .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uRO9aiyluK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRO9aiyluK .navbar-caption {
  color: #000000;
}
.cid-uRO9aiyluK .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uRO9aiyluK .mbr-section-subtitle,
.cid-uRO9aiyluK .text_widget,
.cid-uRO9aiyluK .mbr-section-btn {
  text-align: center;
}
.cid-uRO9aiyluK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRO9aiTGTE {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO9aiTGTE .row {
  flex-direction: row-reverse;
}
.cid-uRO9aiTGTE .row {
  align-items: center;
  justify-content: center;
  padding: 20px 150px;
}
@media (max-width: 992px) {
  .cid-uRO9aiTGTE .row {
    padding: 20px 20px;
    flex-direction: column;
  }
}
.cid-uRO9aiTGTE .content-wrap {
  width: 50%;
  padding-right: 120px;
}
@media (max-width: 992px) {
  .cid-uRO9aiTGTE .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRO9aiTGTE .image-wrapper {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRO9aiTGTE .image-wrapper {
    width: 100%;
  }
}
.cid-uRO9aiTGTE .image-wrapper img {
  max-width: 90%;
  height: auto;
  width: auto;
  max-height: none;
  object-fit: unset;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uRO9aiTGTE .image-wrapper img {
    width: auto;
    height: auto;
  }
}
.cid-uRO9aiTGTE .mbr-text {
  max-width: 550px;
}
.cid-uRO9aiTGTE .mbr-section-subtitle {
  line-height: 1.6;
  color: #bbbbbb;
}
.cid-uRO9aiTGTE .mbr-text,
.cid-uRO9aiTGTE .mbr-section-btn {
  color: #656565;
}
.cid-uRO9aiTGTE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uRO9aiTGTE .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uRO9aiTGTE .social-list .mbr-iconfont-social:hover {
  color: #ffffff;
  transform: translateY(-3px);
}
.cid-uRO9aiTGTE .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uRO9aiTGTE .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uRO9aiTGTE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uRO9aiTGTE .mbr-text-title {
  color: #ffffff;
}
.cid-uRPoBUEo0m {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRPoBUEo0m .image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 500px;
}
.cid-uRPoBUEo0m .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uRPoBUEo0m .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-uRPoBUEo0m .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRPoBUEo0m .item-wrapper:hover:before {
  opacity: 0.6;
}
.cid-uRPoBUEo0m .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uRPoBUEo0m .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #000000;
}
@media (max-width: 767px) {
  .cid-uRPoBUEo0m .item-wrapper:before {
    opacity: 0.6;
  }
}
.cid-uRPoBUEo0m .image-row img,
.cid-uRPoBUEo0m .image-row .item-img {
  width: calc(33.33333333%);
  height: 500px;
  object-fit: cover;
  display: block;
}
.cid-uRPoBUEo0m img,
.cid-uRPoBUEo0m .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uRPoBUEo0m .item:focus,
.cid-uRPoBUEo0m span:focus {
  outline: none;
}
.cid-uRPoBUEo0m .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRPoBUEo0m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRPoBUEo0m .mbr-section-title {
  color: #232323;
}
.cid-uRPoBUEo0m .mbr-text,
.cid-uRPoBUEo0m .mbr-section-btn {
  text-align: center;
}
.cid-uRPoBUEo0m .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRPoBUEo0m .item-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRPoBUEo0m .image-row {
    flex-direction: column;
    height: auto;
  }
  .cid-uRPoBUEo0m .image-row img,
  .cid-uRPoBUEo0m .image-row .item-img {
    width: 100%;
    height: auto;
  }
}
.cid-uRO9ajqmLP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO9ajqmLP .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uRO9ajqmLP .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRO9ajqmLP .card-box {
    flex-direction: column;
  }
}
.cid-uRO9ajqmLP .mbr-section-subtitle {
  color: #767676;
}
.cid-uRO9ajqmLP .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRO9ajqmLP .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uRO9ajqmLP * {
    text-align: center !important;
  }
  .cid-uRO9ajqmLP .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uRO9ajqmLP .card-text {
  color: #ffffff;
}
.cid-uRO9ajFADH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uRO9ajFADH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ajFADH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ajFADH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRO9ajFADH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ajFADH .container {
    padding: 0 24px;
  }
}
.cid-uRO9ajFADH .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uRO9ajFADH .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uRO9ajFADH .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uRO9ajFADH .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uRO9ajFADH .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uRO9ajFADH .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRO9ajFADH .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRO9ajFADH .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uRO9ajFADH .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uRO9ajFADH .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uRO9ajFADH .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uRO9ajFADH .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uRO9ajFADH .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uRO9ajFADH .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uRO9ajFADH .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uRO9ajFADH .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uRO9ajFADH .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uRO9ajFADH .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uRO9ajFADH .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uRO9ajFADH .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uRO9ajFADH .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uRO9ajFADH .mbr-section-title {
  color: #141414;
}
.cid-uRO9ajFADH .mbr-desc {
  color: #ffffff;
}
.cid-uRO9ajFADH label {
  color: #141414;
}
.cid-uRO9ajFADH .mbr-section-title,
.cid-uRO9ajFADH .mbr-section-btn {
  color: #656565;
}
.cid-uRO9ajFADH .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uRO9ajUiKd {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRO9ajUiKd .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO9ajUiKd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ajUiKd .container {
    padding: 0 26px;
  }
}
.cid-uRO9ajUiKd .row {
  justify-content: center;
}
.cid-uRO9ajUiKd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uRO9ajUiKd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRO9ajUiKd .embla__slide .slide-content {
  width: 100%;
}
.cid-uRO9ajUiKd .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRO9ajUiKd .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uRO9ajUiKd .embla__button--next,
.cid-uRO9ajUiKd .embla__button--prev {
  display: flex;
}
.cid-uRO9ajUiKd .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRO9ajUiKd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRO9ajUiKd .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRO9ajUiKd .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRO9ajUiKd .embla__button.embla__button--next {
  right: 0;
}
.cid-uRO9ajUiKd .embla {
  position: relative;
  width: 100%;
}
.cid-uRO9ajUiKd .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRO9ajUiKd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRO9ajUiKd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRO9ajUiKd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRO9akn2xV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO9akn2xV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9akn2xV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9akn2xV .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO9akn2xV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9akn2xV .container {
    padding: 0 26px;
  }
}
.cid-uRO9akn2xV .row {
  justify-content: center;
}
.cid-uRO9akn2xV .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRO9akn2xV .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRO9akn2xV .list .item-wrap:hover,
.cid-uRO9akn2xV .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRO9akn2xV .list,
.cid-uRO9akn2xV .mbr-section-btn {
  text-align: center;
}
.cid-uRO9akn2xV .list,
.cid-uRO9akn2xV .item-wrap,
.cid-uRO9akn2xV .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRO9ZRCiC8 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uRO9ZRCiC8 .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uRO9ZRCiC8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uRO9ZRCiC8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRO9ZRCiC8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRO9ZRCiC8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRO9ZRCiC8 .menu_box .navbar.opened,
  .cid-uRO9ZRCiC8 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRO9ZRCiC8 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRO9ZRCiC8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRO9ZRCiC8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRO9ZRCiC8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRO9ZRCiC8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRO9ZRCiC8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRO9ZRCiC8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uRO9ZRCiC8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRO9ZRCiC8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRO9ZRCiC8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRO9ZRCiC8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRO9ZRCiC8 .offcanvas-body .mbr-text,
  .cid-uRO9ZRCiC8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRO9ZRCiC8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRO9ZRCiC8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRO9ZRCiC8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRO9ZRCiC8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRO9ZRCiC8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRO9ZRCiC8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRO9ZRCiC8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRO9ZRCiC8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRO9ZRCiC8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRO9ZRCiC8 .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-uRO9ZRCiC8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRO9ZRCiC8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRO9ZRCiC8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRO9ZRCiC8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uRO9ZRCiC8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRO9ZRCiC8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRO9ZRCiC8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uRO9ZRCiC8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRO9ZRCiC8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRO9ZRCiC8 .nav-item .nav-link:hover::before,
.cid-uRO9ZRCiC8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRO9ZRCiC8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRO9ZRCiC8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRO9ZRCiC8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRO9ZRCiC8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRO9ZRCiC8 .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-uRO9ZRCiC8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRO9ZRCiC8 .offcanvas_box {
    display: none;
  }
}
.cid-uRO9ZRCiC8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRO9ZRCiC8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRO9ZRCiC8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRO9ZRCiC8 .container {
  display: flex;
  margin: auto;
}
.cid-uRO9ZRCiC8 .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-uRO9ZRCiC8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRO9ZRCiC8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRO9ZRCiC8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRO9ZRCiC8 .navbar-nav {
    margin: 0;
  }
}
.cid-uRO9ZRCiC8 .dropdown-menu,
.cid-uRO9ZRCiC8 .navbar.opened {
  background-color: true !important;
}
.cid-uRO9ZRCiC8 .nav-item:focus,
.cid-uRO9ZRCiC8 .nav-link:focus {
  outline: none;
}
.cid-uRO9ZRCiC8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRO9ZRCiC8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRO9ZRCiC8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRO9ZRCiC8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRO9ZRCiC8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRO9ZRCiC8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRO9ZRCiC8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRO9ZRCiC8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRO9ZRCiC8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRO9ZRCiC8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRO9ZRCiC8 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRO9ZRCiC8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRO9ZRCiC8 .navbar.collapsed {
  justify-content: center;
}
.cid-uRO9ZRCiC8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRO9ZRCiC8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRO9ZRCiC8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRO9ZRCiC8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRO9ZRCiC8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRO9ZRCiC8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRO9ZRCiC8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRO9ZRCiC8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRO9ZRCiC8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRO9ZRCiC8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRO9ZRCiC8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRO9ZRCiC8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRO9ZRCiC8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRO9ZRCiC8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRO9ZRCiC8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRO9ZRCiC8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRO9ZRCiC8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRO9ZRCiC8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRO9ZRCiC8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRO9ZRCiC8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRO9ZRCiC8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRO9ZRCiC8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRO9ZRCiC8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRO9ZRCiC8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRO9ZRCiC8 .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-uRO9ZRCiC8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRO9ZRCiC8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRO9ZRCiC8 .dropdown-item.active,
.cid-uRO9ZRCiC8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRO9ZRCiC8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRO9ZRCiC8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRO9ZRCiC8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRO9ZRCiC8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRO9ZRCiC8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRO9ZRCiC8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRO9ZRCiC8 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-uRO9ZRCiC8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRO9ZRCiC8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRO9ZRCiC8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRO9ZRCiC8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRO9ZRCiC8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRO9ZRCiC8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRO9ZRCiC8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRO9ZRCiC8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRO9ZRCiC8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRO9ZRCiC8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRO9ZRCiC8 .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-uRO9ZRCiC8 .navbar {
    height: 70px;
  }
  .cid-uRO9ZRCiC8 .navbar.opened {
    height: auto;
  }
  .cid-uRO9ZRCiC8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRO9ZRCiC8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRO9ZRCiC8 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uRO9ZRCiC8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRO9ZRCiC8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRO9ZRCiC8 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uRO9ZRCiC8 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRO9ZRCiC8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRO9ZRCiC8 .text_widget {
  margin-bottom: 32px;
}
.cid-uRO9ZRCiC8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRO9ZRCiC8 .text_widget a:hover,
.cid-uRO9ZRCiC8 .text_widget a:focus {
  opacity: .8;
}
.cid-uRO9ZRCiC8 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uRO9ZRCiC8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRO9ZRCiC8 .navbar-caption {
  color: #000000;
}
.cid-uRO9ZRCiC8 .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uRO9ZRCiC8 .mbr-section-subtitle,
.cid-uRO9ZRCiC8 .text_widget,
.cid-uRO9ZRCiC8 .mbr-section-btn {
  text-align: center;
}
.cid-uRO9ZRCiC8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRO9ZRZHj9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO9ZRZHj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZRZHj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZRZHj9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO9ZRZHj9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZRZHj9 .container {
    padding: 0 26px;
  }
}
.cid-uRO9ZRZHj9 .row {
  justify-content: center;
}
.cid-uRO9ZRZHj9 .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRO9ZRZHj9 .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRO9ZRZHj9 .list .item-wrap:hover,
.cid-uRO9ZRZHj9 .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRO9ZRZHj9 .list,
.cid-uRO9ZRZHj9 .mbr-section-btn {
  text-align: center;
}
.cid-uRO9ZRZHj9 .list,
.cid-uRO9ZRZHj9 .item-wrap,
.cid-uRO9ZRZHj9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRO9ZSe4lS {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZSe4lS .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZSe4lS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZSe4lS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZSe4lS .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZSe4lS .title-wrapper {
  width: 100%;
}
.cid-uRO9ZSe4lS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZSe4lS .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZSe4lS .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZSe4lS .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZSe4lS .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZSe4lS .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZSe4lS .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZSe4lS .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZSe4lS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZSe4lS .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZSe4lS .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZSe4lS .mbr-section-title,
.cid-uRO9ZSe4lS .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZSvMoF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZSvMoF .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZSvMoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZSvMoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZSvMoF .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZSvMoF .title-wrapper {
  width: 100%;
}
.cid-uRO9ZSvMoF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZSvMoF .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZSvMoF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZSvMoF .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZSvMoF .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZSvMoF .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZSvMoF .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZSvMoF .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZSvMoF .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZSvMoF .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZSvMoF .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZSvMoF .mbr-section-title,
.cid-uRO9ZSvMoF .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZSMhu0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZSMhu0 .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZSMhu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZSMhu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZSMhu0 .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZSMhu0 .title-wrapper {
  width: 100%;
}
.cid-uRO9ZSMhu0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZSMhu0 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZSMhu0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZSMhu0 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZSMhu0 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZSMhu0 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZSMhu0 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZSMhu0 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZSMhu0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZSMhu0 .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZSMhu0 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZSMhu0 .mbr-section-title,
.cid-uRO9ZSMhu0 .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZT4k9V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZT4k9V .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZT4k9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZT4k9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZT4k9V .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZT4k9V .title-wrapper {
  width: 100%;
}
.cid-uRO9ZT4k9V .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZT4k9V .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZT4k9V .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZT4k9V .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZT4k9V .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZT4k9V .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZT4k9V .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZT4k9V .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZT4k9V .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZT4k9V .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZT4k9V .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZT4k9V .mbr-section-title,
.cid-uRO9ZT4k9V .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZToIH3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZToIH3 .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZToIH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZToIH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZToIH3 .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZToIH3 .title-wrapper {
  width: 100%;
}
.cid-uRO9ZToIH3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZToIH3 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZToIH3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZToIH3 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZToIH3 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZToIH3 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZToIH3 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZToIH3 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZToIH3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZToIH3 .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZToIH3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZToIH3 .mbr-section-title,
.cid-uRO9ZToIH3 .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZTFc6F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZTFc6F .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZTFc6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZTFc6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZTFc6F .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZTFc6F .title-wrapper {
  width: 100%;
}
.cid-uRO9ZTFc6F .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZTFc6F .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZTFc6F .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZTFc6F .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZTFc6F .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZTFc6F .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZTFc6F .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZTFc6F .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZTFc6F .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZTFc6F .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZTFc6F .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZTFc6F .mbr-section-title,
.cid-uRO9ZTFc6F .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZTXJaD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZTXJaD .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZTXJaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZTXJaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZTXJaD .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZTXJaD .title-wrapper {
  width: 100%;
}
.cid-uRO9ZTXJaD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZTXJaD .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZTXJaD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZTXJaD .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZTXJaD .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZTXJaD .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZTXJaD .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZTXJaD .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZTXJaD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZTXJaD .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZTXJaD .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZTXJaD .mbr-section-title,
.cid-uRO9ZTXJaD .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZUfloz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZUfloz .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZUfloz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZUfloz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZUfloz .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZUfloz .title-wrapper {
  width: 100%;
}
.cid-uRO9ZUfloz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZUfloz .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZUfloz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZUfloz .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZUfloz .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZUfloz .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZUfloz .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZUfloz .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZUfloz .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZUfloz .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZUfloz .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZUfloz .mbr-section-title,
.cid-uRO9ZUfloz .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZUzdKO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZUzdKO .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZUzdKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZUzdKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZUzdKO .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZUzdKO .title-wrapper {
  width: 100%;
}
.cid-uRO9ZUzdKO .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZUzdKO .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZUzdKO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZUzdKO .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZUzdKO .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZUzdKO .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZUzdKO .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZUzdKO .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZUzdKO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZUzdKO .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZUzdKO .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZUzdKO .mbr-section-title,
.cid-uRO9ZUzdKO .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZUR4Dn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZUR4Dn .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZUR4Dn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZUR4Dn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZUR4Dn .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZUR4Dn .title-wrapper {
  width: 100%;
}
.cid-uRO9ZUR4Dn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZUR4Dn .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZUR4Dn .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZUR4Dn .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZUR4Dn .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZUR4Dn .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZUR4Dn .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZUR4Dn .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZUR4Dn .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZUR4Dn .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZUR4Dn .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZUR4Dn .mbr-section-title,
.cid-uRO9ZUR4Dn .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZVaVkM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZVaVkM .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZVaVkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZVaVkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZVaVkM .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZVaVkM .title-wrapper {
  width: 100%;
}
.cid-uRO9ZVaVkM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZVaVkM .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZVaVkM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZVaVkM .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZVaVkM .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZVaVkM .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZVaVkM .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZVaVkM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZVaVkM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZVaVkM .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZVaVkM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZVaVkM .mbr-section-title,
.cid-uRO9ZVaVkM .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZVthMS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZVthMS .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZVthMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZVthMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZVthMS .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZVthMS .title-wrapper {
  width: 100%;
}
.cid-uRO9ZVthMS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZVthMS .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZVthMS .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZVthMS .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZVthMS .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZVthMS .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZVthMS .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZVthMS .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZVthMS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZVthMS .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZVthMS .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZVthMS .mbr-section-title,
.cid-uRO9ZVthMS .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZVNZzh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZVNZzh .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZVNZzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZVNZzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZVNZzh .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZVNZzh .title-wrapper {
  width: 100%;
}
.cid-uRO9ZVNZzh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZVNZzh .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZVNZzh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZVNZzh .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZVNZzh .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZVNZzh .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZVNZzh .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZVNZzh .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZVNZzh .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZVNZzh .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZVNZzh .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZVNZzh .mbr-section-title,
.cid-uRO9ZVNZzh .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZW8yJJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZW8yJJ .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZW8yJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZW8yJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZW8yJJ .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZW8yJJ .title-wrapper {
  width: 100%;
}
.cid-uRO9ZW8yJJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZW8yJJ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZW8yJJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZW8yJJ .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZW8yJJ .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZW8yJJ .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZW8yJJ .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZW8yJJ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZW8yJJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZW8yJJ .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZW8yJJ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZW8yJJ .mbr-section-title,
.cid-uRO9ZW8yJJ .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZWr9QQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZWr9QQ .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZWr9QQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZWr9QQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZWr9QQ .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZWr9QQ .title-wrapper {
  width: 100%;
}
.cid-uRO9ZWr9QQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZWr9QQ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZWr9QQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZWr9QQ .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZWr9QQ .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZWr9QQ .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZWr9QQ .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZWr9QQ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZWr9QQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZWr9QQ .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZWr9QQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZWr9QQ .mbr-section-title,
.cid-uRO9ZWr9QQ .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZWKX7w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZWKX7w .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZWKX7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZWKX7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZWKX7w .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZWKX7w .title-wrapper {
  width: 100%;
}
.cid-uRO9ZWKX7w .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZWKX7w .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZWKX7w .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZWKX7w .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZWKX7w .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZWKX7w .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZWKX7w .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZWKX7w .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZWKX7w .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZWKX7w .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZWKX7w .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZWKX7w .mbr-section-title,
.cid-uRO9ZWKX7w .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZX4gZl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZX4gZl .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZX4gZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZX4gZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZX4gZl .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZX4gZl .title-wrapper {
  width: 100%;
}
.cid-uRO9ZX4gZl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZX4gZl .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZX4gZl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZX4gZl .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZX4gZl .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZX4gZl .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZX4gZl .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZX4gZl .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZX4gZl .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZX4gZl .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZX4gZl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZX4gZl .mbr-section-title,
.cid-uRO9ZX4gZl .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZXrsU7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZXrsU7 .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZXrsU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZXrsU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZXrsU7 .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZXrsU7 .title-wrapper {
  width: 100%;
}
.cid-uRO9ZXrsU7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZXrsU7 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZXrsU7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZXrsU7 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZXrsU7 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZXrsU7 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZXrsU7 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZXrsU7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZXrsU7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZXrsU7 .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZXrsU7 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZXrsU7 .mbr-section-title,
.cid-uRO9ZXrsU7 .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZXMc8m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uRO9ZXMc8m .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uRO9ZXMc8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZXMc8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZXMc8m .title {
  display: flex;
  align-items: center;
}
.cid-uRO9ZXMc8m .title-wrapper {
  width: 100%;
}
.cid-uRO9ZXMc8m .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZXMc8m .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZXMc8m .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRO9ZXMc8m .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uRO9ZXMc8m .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRO9ZXMc8m .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZXMc8m .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uRO9ZXMc8m .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRO9ZXMc8m .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZXMc8m .mbr-section-title {
  color: #181818;
}
.cid-uRO9ZXMc8m .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRO9ZXMc8m .mbr-section-title,
.cid-uRO9ZXMc8m .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uRO9ZY7XYQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO9ZY7XYQ .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uRO9ZY7XYQ .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRO9ZY7XYQ .card-box {
    flex-direction: column;
  }
}
.cid-uRO9ZY7XYQ .mbr-section-subtitle {
  color: #767676;
}
.cid-uRO9ZY7XYQ .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRO9ZY7XYQ .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uRO9ZY7XYQ * {
    text-align: center !important;
  }
  .cid-uRO9ZY7XYQ .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uRO9ZY7XYQ .card-text {
  color: #ffffff;
}
.cid-uRO9ZYueCF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uRO9ZYueCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZYueCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZYueCF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRO9ZYueCF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZYueCF .container {
    padding: 0 24px;
  }
}
.cid-uRO9ZYueCF .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uRO9ZYueCF .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uRO9ZYueCF .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uRO9ZYueCF .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uRO9ZYueCF .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uRO9ZYueCF .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRO9ZYueCF .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRO9ZYueCF .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uRO9ZYueCF .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uRO9ZYueCF .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uRO9ZYueCF .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uRO9ZYueCF .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uRO9ZYueCF .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uRO9ZYueCF .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uRO9ZYueCF .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uRO9ZYueCF .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uRO9ZYueCF .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uRO9ZYueCF .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uRO9ZYueCF .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uRO9ZYueCF .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uRO9ZYueCF .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uRO9ZYueCF .mbr-section-title {
  color: #141414;
}
.cid-uRO9ZYueCF .mbr-desc {
  color: #ffffff;
}
.cid-uRO9ZYueCF label {
  color: #141414;
}
.cid-uRO9ZYueCF .mbr-section-title,
.cid-uRO9ZYueCF .mbr-section-btn {
  color: #656565;
}
.cid-uRO9ZYueCF .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uRO9ZYRbIf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRO9ZYRbIf .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO9ZYRbIf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZYRbIf .container {
    padding: 0 26px;
  }
}
.cid-uRO9ZYRbIf .row {
  justify-content: center;
}
.cid-uRO9ZYRbIf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uRO9ZYRbIf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRO9ZYRbIf .embla__slide .slide-content {
  width: 100%;
}
.cid-uRO9ZYRbIf .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRO9ZYRbIf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uRO9ZYRbIf .embla__button--next,
.cid-uRO9ZYRbIf .embla__button--prev {
  display: flex;
}
.cid-uRO9ZYRbIf .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRO9ZYRbIf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRO9ZYRbIf .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRO9ZYRbIf .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRO9ZYRbIf .embla__button.embla__button--next {
  right: 0;
}
.cid-uRO9ZYRbIf .embla {
  position: relative;
  width: 100%;
}
.cid-uRO9ZYRbIf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRO9ZYRbIf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRO9ZYRbIf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRO9ZYRbIf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRO9ZZrSMF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRO9ZZrSMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRO9ZZrSMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRO9ZZrSMF .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRO9ZZrSMF .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRO9ZZrSMF .container {
    padding: 0 26px;
  }
}
.cid-uRO9ZZrSMF .row {
  justify-content: center;
}
.cid-uRO9ZZrSMF .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRO9ZZrSMF .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRO9ZZrSMF .list .item-wrap:hover,
.cid-uRO9ZZrSMF .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRO9ZZrSMF .list,
.cid-uRO9ZZrSMF .mbr-section-btn {
  text-align: center;
}
.cid-uRO9ZZrSMF .list,
.cid-uRO9ZZrSMF .item-wrap,
.cid-uRO9ZZrSMF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uROcexxpev {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uROcexxpev .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uROcexxpev .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uROcexxpev .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uROcexxpev .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uROcexxpev .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uROcexxpev .menu_box .navbar.opened,
  .cid-uROcexxpev .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uROcexxpev nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uROcexxpev .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uROcexxpev .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uROcexxpev .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uROcexxpev .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uROcexxpev .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uROcexxpev .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uROcexxpev .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uROcexxpev .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uROcexxpev .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uROcexxpev .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uROcexxpev .offcanvas-body .mbr-text,
  .cid-uROcexxpev .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uROcexxpev .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uROcexxpev .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uROcexxpev .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uROcexxpev .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uROcexxpev .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uROcexxpev .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uROcexxpev .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uROcexxpev ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uROcexxpev .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uROcexxpev .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-uROcexxpev .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uROcexxpev li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uROcexxpev .lg_brand {
    margin: 0 1rem;
  }
  .cid-uROcexxpev .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uROcexxpev .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uROcexxpev .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uROcexxpev .nav-item {
    margin: 0 !important;
  }
}
.cid-uROcexxpev .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uROcexxpev .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROcexxpev .nav-item .nav-link:hover::before,
.cid-uROcexxpev .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uROcexxpev .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uROcexxpev .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uROcexxpev .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uROcexxpev .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uROcexxpev .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-uROcexxpev .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uROcexxpev .offcanvas_box {
    display: none;
  }
}
.cid-uROcexxpev .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uROcexxpev .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uROcexxpev .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uROcexxpev .container {
  display: flex;
  margin: auto;
}
.cid-uROcexxpev .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-uROcexxpev .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uROcexxpev .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uROcexxpev .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uROcexxpev .navbar-nav {
    margin: 0;
  }
}
.cid-uROcexxpev .dropdown-menu,
.cid-uROcexxpev .navbar.opened {
  background-color: true !important;
}
.cid-uROcexxpev .nav-item:focus,
.cid-uROcexxpev .nav-link:focus {
  outline: none;
}
.cid-uROcexxpev .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uROcexxpev .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uROcexxpev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uROcexxpev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uROcexxpev .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uROcexxpev .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uROcexxpev .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uROcexxpev .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uROcexxpev .navbar.opened {
  transition: all 0.3s;
}
.cid-uROcexxpev .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uROcexxpev .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uROcexxpev .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uROcexxpev .navbar.collapsed {
  justify-content: center;
}
.cid-uROcexxpev .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uROcexxpev .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uROcexxpev .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uROcexxpev .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uROcexxpev .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uROcexxpev .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uROcexxpev .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uROcexxpev .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uROcexxpev .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uROcexxpev .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uROcexxpev .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uROcexxpev .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uROcexxpev .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uROcexxpev .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uROcexxpev .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uROcexxpev .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uROcexxpev .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uROcexxpev .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uROcexxpev .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uROcexxpev .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uROcexxpev .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uROcexxpev .navbar.navbar-short {
  min-height: 60px;
}
.cid-uROcexxpev .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uROcexxpev .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uROcexxpev .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-uROcexxpev .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uROcexxpev .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uROcexxpev .dropdown-item.active,
.cid-uROcexxpev .dropdown-item:active {
  background-color: transparent;
}
.cid-uROcexxpev .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uROcexxpev .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uROcexxpev .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uROcexxpev .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uROcexxpev ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uROcexxpev .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uROcexxpev 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-uROcexxpev button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uROcexxpev button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uROcexxpev button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uROcexxpev button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uROcexxpev button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uROcexxpev nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uROcexxpev nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uROcexxpev nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uROcexxpev nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uROcexxpev a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uROcexxpev .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-uROcexxpev .navbar {
    height: 70px;
  }
  .cid-uROcexxpev .navbar.opened {
    height: auto;
  }
  .cid-uROcexxpev .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uROcexxpev .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uROcexxpev .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uROcexxpev .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uROcexxpev .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uROcexxpev .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uROcexxpev .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uROcexxpev .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uROcexxpev .text_widget {
  margin-bottom: 32px;
}
.cid-uROcexxpev .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uROcexxpev .text_widget a:hover,
.cid-uROcexxpev .text_widget a:focus {
  opacity: .8;
}
.cid-uROcexxpev .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uROcexxpev .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uROcexxpev .navbar-caption {
  color: #000000;
}
.cid-uROcexxpev .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uROcexxpev .mbr-section-subtitle,
.cid-uROcexxpev .text_widget,
.cid-uROcexxpev .mbr-section-btn {
  text-align: center;
}
.cid-uROcexxpev a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uROcexWjzy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROcexWjzy .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROcexWjzy .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROcexWjzy .container {
    padding: 0 26px;
  }
}
.cid-uROcexWjzy .row {
  justify-content: center;
}
.cid-uROcexWjzy .content-wrapper {
  padding: 200px 0 0 60px;
  background-color: #000000;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uROcexWjzy .content-wrapper {
    padding: 100px 20px 0;
    display: block;
  }
}
.cid-uROcexWjzy .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
}
@media (max-width: 1440px) {
  .cid-uROcexWjzy .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uROcexWjzy .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROcexWjzy .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uROcexWjzy .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uROcexWjzy .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uROcexWjzy .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uROcexWjzy .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-uROcexWjzy .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uROcexWjzy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-uROcexWjzy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uROcexWjzy .embla__slide .slide-content {
  width: 100%;
}
.cid-uROcexWjzy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uROcexWjzy .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uROcexWjzy .embla__button--next,
.cid-uROcexWjzy .embla__button--prev {
  display: flex;
}
.cid-uROcexWjzy .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uROcexWjzy .embla__button:hover {
  opacity: .6 !important;
}
.cid-uROcexWjzy .embla__button.embla__button--prev {
  left: 0;
}
.cid-uROcexWjzy .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uROcexWjzy .embla__button {
    top: 0;
  }
}
.cid-uROcexWjzy .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uROcexWjzy .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uROcexWjzy .embla {
    width: 100%;
  }
}
.cid-uROcexWjzy .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uROcexWjzy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uROcexWjzy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uROcexWjzy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uROcexWjzy .mbr-section-title {
  color: #000000;
}
.cid-uROcexWjzy .mbr-section-subtitle {
  color: #656565;
}
.cid-uROcexWjzy .mbr-text {
  color: #000000;
}
.cid-uROcexWjzy .icon-wrapper {
  text-align: center;
}
.cid-uROcexWjzy .mbr-section-title,
.cid-uROcexWjzy .icon-wrapper {
  color: #ffffff;
}
.cid-uROcexWjzy .mbr-text,
.cid-uROcexWjzy .text-wrapper {
  color: #ffffff;
}
.cid-uROceygGcL {
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  background-color: #000000;
}
.cid-uROceygGcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROceygGcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROceygGcL .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROceygGcL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROceygGcL .container {
    padding: 0 26px;
  }
}
.cid-uROceygGcL .row {
  justify-content: center;
}
.cid-uROceygGcL .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uROceygGcL .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uROceygGcL .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uROceygGcL .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uROceygGcL .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROceygGcL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uROceygGcL .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uROceygGcL .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROceygGcL .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uROceygGcL .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uROceygGcL .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uROceygGcL .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uROceygGcL .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uROceygGcL .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROceygGcL .mbr-section {
  margin-bottom: 40px;
}
.cid-uROceygGcL .mbr-section-title {
  color: #ffffff;
}
.cid-uROceygGcL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uROceygGcL .mbr-desc {
  color: #656565;
}
.cid-uROceygGcL .mbr-text {
  color: #ffffff;
}
.cid-uROceygGcL .mbr-link {
  color: #ffffff;
}
.cid-uROceygGcL .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  background-color: #000000;
}
.cid-uROceygGcL .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uROceygGcL .btn-contact-now:hover,
.cid-uROceygGcL .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uROceyzPAV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uROceyzPAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROceyzPAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROceyzPAV .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uROceyzPAV .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uROceyzPAV .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uROceyzPAV .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uROceyzPAV .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROceyzPAV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uROceyzPAV .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uROceyzPAV .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uROceyzPAV .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uROceyzPAV .image-wrapper img {
    height: 300px;
  }
}
.cid-uROceyzPAV .mbr-label {
  color: #000000;
}
.cid-uROceyzPAV .mbr-section-title {
  color: #000000;
}
.cid-uROceyzPAV .mbr-text {
  color: #000000;
}
.cid-uROceyQP5o {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uROceyQP5o .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uROceyQP5o .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uROceyQP5o .container {
    padding: 0 28px;
  }
}
.cid-uROceyQP5o .item:focus,
.cid-uROceyQP5o span:focus {
  outline: none;
}
.cid-uROceyQP5o .item-wrapper {
  position: relative;
}
.cid-uROceyQP5o .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 0 200px;
}
@media (max-width: 1200px) {
  .cid-uROceyQP5o .embla__slide {
    padding: 0 130px;
  }
}
@media (max-width: 767px) {
  .cid-uROceyQP5o .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.cid-uROceyQP5o .embla__slide .slide-content {
  width: 100%;
}
.cid-uROceyQP5o .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uROceyQP5o .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap {
  margin-bottom: 30px;
}
.cid-uROceyQP5o .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 80px;
  color: #656565;
  display: inline-flex;
}
.cid-uROceyQP5o .embla__slide .slide-content .item-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 40px;
}
.cid-uROceyQP5o .embla__slide .slide-content .item-wrapper .content-wrap .mbr-name {
  margin-bottom: 10px;
}
.cid-uROceyQP5o .embla__slide .slide-content .item-wrapper .content-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uROceyQP5o .embla__button--next,
.cid-uROceyQP5o .embla__button--prev {
  display: flex;
}
.cid-uROceyQP5o .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uROceyQP5o .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uROceyQP5o .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uROceyQP5o .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uROceyQP5o .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uROceyQP5o .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uROceyQP5o .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uROceyQP5o .embla {
  position: relative;
  width: 100%;
}
.cid-uROceyQP5o .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uROceyQP5o .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uROceyQP5o .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uROceyQP5o .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uROceyQP5o .mbr-card-title {
  color: #000000;
}
.cid-uROceyQP5o .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-uROceyQP5o .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uROceyQP5o .mbr-card-title,
.cid-uROceyQP5o .icon-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uROcezhi0O {
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uROcezhi0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROcezhi0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROcezhi0O .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROcezhi0O .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROcezhi0O .container {
    padding: 0 26px;
  }
}
.cid-uROcezhi0O .row {
  justify-content: center;
}
.cid-uROcezhi0O .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uROcezhi0O .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uROcezhi0O .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uROcezhi0O .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uROcezhi0O .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROcezhi0O .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uROcezhi0O .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uROcezhi0O .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROcezhi0O .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uROcezhi0O .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uROcezhi0O .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uROcezhi0O .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uROcezhi0O .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uROcezhi0O .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROcezhi0O .mbr-section {
  margin-bottom: 40px;
}
.cid-uROcezhi0O .mbr-section-title {
  color: #ffffff;
}
.cid-uROcezhi0O .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uROcezhi0O .mbr-desc {
  color: #656565;
}
.cid-uROcezhi0O .mbr-text {
  color: #ffffff;
}
.cid-uROcezhi0O .mbr-link {
  color: #ffffff;
}
.cid-uROcezhi0O .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uROcezhi0O .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uROcezhi0O .btn-contact-now:hover,
.cid-uROcezhi0O .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uROcezA6jH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROcezA6jH .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/background2-1.jpg");
}
.cid-uROcezA6jH .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uROcezA6jH .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uROcezA6jH .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uROcezA6jH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uROcezA6jH .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uROcezA6jH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uROcezA6jH .mbr-label {
  color: #ffffff;
}
.cid-uROcezA6jH .mbr-section-title {
  color: #ffffff;
}
.cid-uROcezA6jH .mbr-text {
  color: #ffffff;
}
.cid-uROcezA6jH .mbr-section-title,
.cid-uROcezA6jH .mbr-section-btn {
  text-align: center;
}
.cid-uROcezA6jH .mbr-text,
.cid-uROcezA6jH .text-wrapper {
  text-align: left;
}
.cid-uROcezTOUY {
  padding-top: 4.5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROcezTOUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROcezTOUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROcezTOUY .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROcezTOUY .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROcezTOUY .container {
    padding: 0 26px;
  }
}
.cid-uROcezTOUY .row {
  justify-content: center;
}
.cid-uROcezTOUY .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uROcezTOUY .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uROcezTOUY .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uROcezTOUY .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uROcezTOUY .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROcezTOUY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uROcezTOUY .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uROcezTOUY .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROcezTOUY .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uROcezTOUY .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uROcezTOUY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uROcezTOUY .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uROcezTOUY .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uROcezTOUY .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROcezTOUY .mbr-section {
  margin-bottom: 40px;
}
.cid-uROcezTOUY .mbr-section-title {
  color: #ffffff;
}
.cid-uROcezTOUY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uROcezTOUY .mbr-desc {
  color: #656565;
}
.cid-uROcezTOUY .mbr-text {
  color: #ffffff;
}
.cid-uROcezTOUY .mbr-link {
  color: #ffffff;
}
.cid-uROcezTOUY .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 4.5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROcezTOUY .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uROcezTOUY .btn-contact-now:hover,
.cid-uROcezTOUY .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uROceAdgCY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROceAdgCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROceAdgCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROceAdgCY .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uROceAdgCY .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uROceAdgCY .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uROceAdgCY .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uROceAdgCY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROceAdgCY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uROceAdgCY .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uROceAdgCY .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uROceAdgCY .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uROceAdgCY .image-wrapper img {
    height: 300px;
  }
}
.cid-uROceAdgCY .mbr-label {
  color: #000000;
}
.cid-uROceAdgCY .mbr-section-title {
  color: #000000;
}
.cid-uROceAdgCY .mbr-text {
  color: #000000;
}
.cid-uROceBedfi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROceBedfi .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uROceBedfi .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uROceBedfi .card-box {
    flex-direction: column;
  }
}
.cid-uROceBedfi .mbr-section-subtitle {
  color: #767676;
}
.cid-uROceBedfi .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uROceBedfi .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uROceBedfi * {
    text-align: center !important;
  }
  .cid-uROceBedfi .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uROceBedfi .card-text {
  color: #ffffff;
}
.cid-uROceAw9M1 {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROceAw9M1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROceAw9M1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROceAw9M1 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROceAw9M1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROceAw9M1 .container {
    padding: 0 26px;
  }
}
.cid-uROceAw9M1 .row {
  justify-content: center;
}
.cid-uROceAw9M1 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uROceAw9M1 .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uROceAw9M1 .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uROceAw9M1 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uROceAw9M1 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROceAw9M1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uROceAw9M1 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uROceAw9M1 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROceAw9M1 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uROceAw9M1 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uROceAw9M1 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uROceAw9M1 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uROceAw9M1 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uROceAw9M1 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROceAw9M1 .mbr-section {
  margin-bottom: 40px;
}
.cid-uROceAw9M1 .mbr-section-title {
  color: #ffffff;
}
.cid-uROceAw9M1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uROceAw9M1 .mbr-desc {
  color: #656565;
}
.cid-uROceAw9M1 .mbr-text {
  color: #ffffff;
}
.cid-uROceAw9M1 .mbr-link {
  color: #ffffff;
}
.cid-uROceAw9M1 .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROceAw9M1 .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uROceAw9M1 .btn-contact-now:hover,
.cid-uROceAw9M1 .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uROceBzIpV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uROceBzIpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROceBzIpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROceBzIpV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uROceBzIpV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uROceBzIpV .container {
    padding: 0 24px;
  }
}
.cid-uROceBzIpV .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uROceBzIpV .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uROceBzIpV .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uROceBzIpV .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uROceBzIpV .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uROceBzIpV .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uROceBzIpV .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROceBzIpV .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uROceBzIpV .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uROceBzIpV .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uROceBzIpV .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uROceBzIpV .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uROceBzIpV .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uROceBzIpV .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uROceBzIpV .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uROceBzIpV .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uROceBzIpV .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uROceBzIpV .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uROceBzIpV .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uROceBzIpV .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uROceBzIpV .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uROceBzIpV .mbr-section-title {
  color: #141414;
}
.cid-uROceBzIpV .mbr-desc {
  color: #ffffff;
}
.cid-uROceBzIpV label {
  color: #141414;
}
.cid-uROceBzIpV .mbr-section-title,
.cid-uROceBzIpV .mbr-section-btn {
  color: #656565;
}
.cid-uROceBzIpV .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uROceBTnJN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uROceBTnJN .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROceBTnJN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROceBTnJN .container {
    padding: 0 26px;
  }
}
.cid-uROceBTnJN .row {
  justify-content: center;
}
.cid-uROceBTnJN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uROceBTnJN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uROceBTnJN .embla__slide .slide-content {
  width: 100%;
}
.cid-uROceBTnJN .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uROceBTnJN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uROceBTnJN .embla__button--next,
.cid-uROceBTnJN .embla__button--prev {
  display: flex;
}
.cid-uROceBTnJN .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uROceBTnJN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uROceBTnJN .embla__button:hover {
  opacity: .6 !important;
}
.cid-uROceBTnJN .embla__button.embla__button--prev {
  left: 0;
}
.cid-uROceBTnJN .embla__button.embla__button--next {
  right: 0;
}
.cid-uROceBTnJN .embla {
  position: relative;
  width: 100%;
}
.cid-uROceBTnJN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uROceBTnJN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uROceBTnJN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uROceBTnJN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uROceCtWwL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROceCtWwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROceCtWwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROceCtWwL .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROceCtWwL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROceCtWwL .container {
    padding: 0 26px;
  }
}
.cid-uROceCtWwL .row {
  justify-content: center;
}
.cid-uROceCtWwL .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uROceCtWwL .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uROceCtWwL .list .item-wrap:hover,
.cid-uROceCtWwL .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uROceCtWwL .list,
.cid-uROceCtWwL .mbr-section-btn {
  text-align: center;
}
.cid-uROceCtWwL .list,
.cid-uROceCtWwL .item-wrap,
.cid-uROceCtWwL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uROeq1CiNL {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uROeq1CiNL .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uROeq1CiNL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uROeq1CiNL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uROeq1CiNL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uROeq1CiNL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uROeq1CiNL .menu_box .navbar.opened,
  .cid-uROeq1CiNL .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uROeq1CiNL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uROeq1CiNL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uROeq1CiNL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uROeq1CiNL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uROeq1CiNL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uROeq1CiNL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uROeq1CiNL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uROeq1CiNL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uROeq1CiNL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uROeq1CiNL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uROeq1CiNL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uROeq1CiNL .offcanvas-body .mbr-text,
  .cid-uROeq1CiNL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uROeq1CiNL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uROeq1CiNL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uROeq1CiNL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uROeq1CiNL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uROeq1CiNL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uROeq1CiNL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uROeq1CiNL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uROeq1CiNL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uROeq1CiNL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uROeq1CiNL .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-uROeq1CiNL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uROeq1CiNL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uROeq1CiNL .lg_brand {
    margin: 0 1rem;
  }
  .cid-uROeq1CiNL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uROeq1CiNL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uROeq1CiNL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uROeq1CiNL .nav-item {
    margin: 0 !important;
  }
}
.cid-uROeq1CiNL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uROeq1CiNL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROeq1CiNL .nav-item .nav-link:hover::before,
.cid-uROeq1CiNL .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uROeq1CiNL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uROeq1CiNL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uROeq1CiNL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uROeq1CiNL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uROeq1CiNL .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-uROeq1CiNL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uROeq1CiNL .offcanvas_box {
    display: none;
  }
}
.cid-uROeq1CiNL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uROeq1CiNL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uROeq1CiNL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uROeq1CiNL .container {
  display: flex;
  margin: auto;
}
.cid-uROeq1CiNL .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-uROeq1CiNL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uROeq1CiNL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uROeq1CiNL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uROeq1CiNL .navbar-nav {
    margin: 0;
  }
}
.cid-uROeq1CiNL .dropdown-menu,
.cid-uROeq1CiNL .navbar.opened {
  background-color: true !important;
}
.cid-uROeq1CiNL .nav-item:focus,
.cid-uROeq1CiNL .nav-link:focus {
  outline: none;
}
.cid-uROeq1CiNL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uROeq1CiNL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uROeq1CiNL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uROeq1CiNL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uROeq1CiNL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uROeq1CiNL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uROeq1CiNL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uROeq1CiNL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uROeq1CiNL .navbar.opened {
  transition: all 0.3s;
}
.cid-uROeq1CiNL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uROeq1CiNL .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uROeq1CiNL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uROeq1CiNL .navbar.collapsed {
  justify-content: center;
}
.cid-uROeq1CiNL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uROeq1CiNL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uROeq1CiNL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uROeq1CiNL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uROeq1CiNL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uROeq1CiNL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uROeq1CiNL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uROeq1CiNL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uROeq1CiNL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uROeq1CiNL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uROeq1CiNL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uROeq1CiNL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uROeq1CiNL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uROeq1CiNL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uROeq1CiNL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uROeq1CiNL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uROeq1CiNL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uROeq1CiNL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uROeq1CiNL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uROeq1CiNL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uROeq1CiNL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uROeq1CiNL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uROeq1CiNL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uROeq1CiNL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uROeq1CiNL .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-uROeq1CiNL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uROeq1CiNL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uROeq1CiNL .dropdown-item.active,
.cid-uROeq1CiNL .dropdown-item:active {
  background-color: transparent;
}
.cid-uROeq1CiNL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uROeq1CiNL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uROeq1CiNL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uROeq1CiNL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uROeq1CiNL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uROeq1CiNL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uROeq1CiNL 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-uROeq1CiNL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uROeq1CiNL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uROeq1CiNL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uROeq1CiNL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uROeq1CiNL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uROeq1CiNL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uROeq1CiNL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uROeq1CiNL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uROeq1CiNL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uROeq1CiNL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uROeq1CiNL .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-uROeq1CiNL .navbar {
    height: 70px;
  }
  .cid-uROeq1CiNL .navbar.opened {
    height: auto;
  }
  .cid-uROeq1CiNL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uROeq1CiNL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uROeq1CiNL .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uROeq1CiNL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uROeq1CiNL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uROeq1CiNL .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uROeq1CiNL .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uROeq1CiNL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uROeq1CiNL .text_widget {
  margin-bottom: 32px;
}
.cid-uROeq1CiNL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uROeq1CiNL .text_widget a:hover,
.cid-uROeq1CiNL .text_widget a:focus {
  opacity: .8;
}
.cid-uROeq1CiNL .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uROeq1CiNL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uROeq1CiNL .navbar-caption {
  color: #000000;
}
.cid-uROeq1CiNL .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uROeq1CiNL .mbr-section-subtitle,
.cid-uROeq1CiNL .text_widget,
.cid-uROeq1CiNL .mbr-section-btn {
  text-align: center;
}
.cid-uROeq1CiNL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uROeq1Xjw4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROeq1Xjw4 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROeq1Xjw4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROeq1Xjw4 .container {
    padding: 0 26px;
  }
}
.cid-uROeq1Xjw4 .row {
  justify-content: center;
}
.cid-uROeq1Xjw4 .content-wrapper {
  padding: 200px 0 0 60px;
  background-color: #000000;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uROeq1Xjw4 .content-wrapper {
    padding: 100px 20px 0;
    display: block;
  }
}
.cid-uROeq1Xjw4 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
}
@media (max-width: 1440px) {
  .cid-uROeq1Xjw4 .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uROeq1Xjw4 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROeq1Xjw4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uROeq1Xjw4 .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uROeq1Xjw4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uROeq1Xjw4 .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uROeq1Xjw4 .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-uROeq1Xjw4 .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uROeq1Xjw4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-uROeq1Xjw4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uROeq1Xjw4 .embla__slide .slide-content {
  width: 100%;
}
.cid-uROeq1Xjw4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uROeq1Xjw4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uROeq1Xjw4 .embla__button--next,
.cid-uROeq1Xjw4 .embla__button--prev {
  display: flex;
}
.cid-uROeq1Xjw4 .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uROeq1Xjw4 .embla__button:hover {
  opacity: .6 !important;
}
.cid-uROeq1Xjw4 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uROeq1Xjw4 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uROeq1Xjw4 .embla__button {
    top: 0;
  }
}
.cid-uROeq1Xjw4 .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uROeq1Xjw4 .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uROeq1Xjw4 .embla {
    width: 100%;
  }
}
.cid-uROeq1Xjw4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uROeq1Xjw4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uROeq1Xjw4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uROeq1Xjw4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uROeq1Xjw4 .mbr-section-title {
  color: #000000;
}
.cid-uROeq1Xjw4 .mbr-section-subtitle {
  color: #656565;
}
.cid-uROeq1Xjw4 .mbr-text {
  color: #000000;
}
.cid-uROeq1Xjw4 .icon-wrapper {
  text-align: center;
}
.cid-uROeq1Xjw4 .mbr-section-title,
.cid-uROeq1Xjw4 .icon-wrapper {
  color: #ffffff;
}
.cid-uROeq1Xjw4 .mbr-text,
.cid-uROeq1Xjw4 .text-wrapper {
  color: #ffffff;
}
.cid-uROeq2eoiM {
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  background-color: #000000;
}
.cid-uROeq2eoiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROeq2eoiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROeq2eoiM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROeq2eoiM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROeq2eoiM .container {
    padding: 0 26px;
  }
}
.cid-uROeq2eoiM .row {
  justify-content: center;
}
.cid-uROeq2eoiM .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uROeq2eoiM .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uROeq2eoiM .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uROeq2eoiM .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uROeq2eoiM .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROeq2eoiM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uROeq2eoiM .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uROeq2eoiM .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROeq2eoiM .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uROeq2eoiM .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uROeq2eoiM .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uROeq2eoiM .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uROeq2eoiM .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uROeq2eoiM .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROeq2eoiM .mbr-section {
  margin-bottom: 40px;
}
.cid-uROeq2eoiM .mbr-section-title {
  color: #ffffff;
}
.cid-uROeq2eoiM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uROeq2eoiM .mbr-desc {
  color: #656565;
}
.cid-uROeq2eoiM .mbr-text {
  color: #ffffff;
}
.cid-uROeq2eoiM .mbr-link {
  color: #ffffff;
}
.cid-uROeq2eoiM .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  background-color: #000000;
}
.cid-uROeq2eoiM .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uROeq2eoiM .btn-contact-now:hover,
.cid-uROeq2eoiM .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uROeq2tT4s {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uROeq2tT4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROeq2tT4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROeq2tT4s .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uROeq2tT4s .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uROeq2tT4s .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uROeq2tT4s .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uROeq2tT4s .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROeq2tT4s .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uROeq2tT4s .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uROeq2tT4s .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uROeq2tT4s .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uROeq2tT4s .image-wrapper img {
    height: 300px;
  }
}
.cid-uROeq2tT4s .mbr-label {
  color: #000000;
}
.cid-uROeq2tT4s .mbr-section-title {
  color: #000000;
}
.cid-uROeq2tT4s .mbr-text {
  color: #000000;
}
.cid-uROeq2ImQk {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uROeq2ImQk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uROeq2ImQk .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uROeq2ImQk .container {
    padding: 0 28px;
  }
}
.cid-uROeq2ImQk .item:focus,
.cid-uROeq2ImQk span:focus {
  outline: none;
}
.cid-uROeq2ImQk .item-wrapper {
  position: relative;
}
.cid-uROeq2ImQk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 0 200px;
}
@media (max-width: 1200px) {
  .cid-uROeq2ImQk .embla__slide {
    padding: 0 130px;
  }
}
@media (max-width: 767px) {
  .cid-uROeq2ImQk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.cid-uROeq2ImQk .embla__slide .slide-content {
  width: 100%;
}
.cid-uROeq2ImQk .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uROeq2ImQk .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap {
  margin-bottom: 30px;
}
.cid-uROeq2ImQk .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 80px;
  color: #656565;
  display: inline-flex;
}
.cid-uROeq2ImQk .embla__slide .slide-content .item-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 40px;
}
.cid-uROeq2ImQk .embla__slide .slide-content .item-wrapper .content-wrap .mbr-name {
  margin-bottom: 10px;
}
.cid-uROeq2ImQk .embla__slide .slide-content .item-wrapper .content-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uROeq2ImQk .embla__button--next,
.cid-uROeq2ImQk .embla__button--prev {
  display: flex;
}
.cid-uROeq2ImQk .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uROeq2ImQk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uROeq2ImQk .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uROeq2ImQk .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uROeq2ImQk .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uROeq2ImQk .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uROeq2ImQk .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uROeq2ImQk .embla {
  position: relative;
  width: 100%;
}
.cid-uROeq2ImQk .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uROeq2ImQk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uROeq2ImQk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uROeq2ImQk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uROeq2ImQk .mbr-card-title {
  color: #000000;
}
.cid-uROeq2ImQk .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-uROeq2ImQk .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uROeq2ImQk .mbr-card-title,
.cid-uROeq2ImQk .icon-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uROeq37dYx {
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uROeq37dYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROeq37dYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROeq37dYx .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROeq37dYx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROeq37dYx .container {
    padding: 0 26px;
  }
}
.cid-uROeq37dYx .row {
  justify-content: center;
}
.cid-uROeq37dYx .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uROeq37dYx .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uROeq37dYx .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uROeq37dYx .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uROeq37dYx .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROeq37dYx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uROeq37dYx .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uROeq37dYx .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROeq37dYx .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uROeq37dYx .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uROeq37dYx .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uROeq37dYx .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uROeq37dYx .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uROeq37dYx .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROeq37dYx .mbr-section {
  margin-bottom: 40px;
}
.cid-uROeq37dYx .mbr-section-title {
  color: #ffffff;
}
.cid-uROeq37dYx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uROeq37dYx .mbr-desc {
  color: #656565;
}
.cid-uROeq37dYx .mbr-text {
  color: #ffffff;
}
.cid-uROeq37dYx .mbr-link {
  color: #ffffff;
}
.cid-uROeq37dYx .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uROeq37dYx .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uROeq37dYx .btn-contact-now:hover,
.cid-uROeq37dYx .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uROeq3mlil {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROeq3mlil .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROeq3mlil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROeq3mlil .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uROeq3mlil .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uROeq3mlil .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uROeq3mlil .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uROeq3mlil .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROeq3mlil .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uROeq3mlil .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uROeq3mlil .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uROeq3mlil .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uROeq3mlil .image-wrapper img {
    height: 300px;
  }
}
.cid-uROeq3mlil .mbr-label {
  color: #000000;
}
.cid-uROeq3mlil .mbr-section-title {
  color: #000000;
}
.cid-uROeq3mlil .mbr-text {
  color: #000000;
}
.cid-uROeq3CXF6 {
  padding-top: 4.5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROeq3CXF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROeq3CXF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROeq3CXF6 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROeq3CXF6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROeq3CXF6 .container {
    padding: 0 26px;
  }
}
.cid-uROeq3CXF6 .row {
  justify-content: center;
}
.cid-uROeq3CXF6 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uROeq3CXF6 .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uROeq3CXF6 .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uROeq3CXF6 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uROeq3CXF6 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROeq3CXF6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uROeq3CXF6 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uROeq3CXF6 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROeq3CXF6 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uROeq3CXF6 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uROeq3CXF6 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uROeq3CXF6 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uROeq3CXF6 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uROeq3CXF6 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROeq3CXF6 .mbr-section {
  margin-bottom: 40px;
}
.cid-uROeq3CXF6 .mbr-section-title {
  color: #ffffff;
}
.cid-uROeq3CXF6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uROeq3CXF6 .mbr-desc {
  color: #656565;
}
.cid-uROeq3CXF6 .mbr-text {
  color: #ffffff;
}
.cid-uROeq3CXF6 .mbr-link {
  color: #ffffff;
}
.cid-uROeq3CXF6 .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 4.5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROeq3CXF6 .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uROeq3CXF6 .btn-contact-now:hover,
.cid-uROeq3CXF6 .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uROeq3T2FY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROeq3T2FY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROeq3T2FY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROeq3T2FY .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uROeq3T2FY .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uROeq3T2FY .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uROeq3T2FY .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uROeq3T2FY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROeq3T2FY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uROeq3T2FY .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uROeq3T2FY .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uROeq3T2FY .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uROeq3T2FY .image-wrapper img {
    height: 300px;
  }
}
.cid-uROeq3T2FY .mbr-label {
  color: #000000;
}
.cid-uROeq3T2FY .mbr-section-title {
  color: #000000;
}
.cid-uROeq3T2FY .mbr-text {
  color: #000000;
}
.cid-uROeq4djzU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROeq4djzU .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uROeq4djzU .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uROeq4djzU .card-box {
    flex-direction: column;
  }
}
.cid-uROeq4djzU .mbr-section-subtitle {
  color: #767676;
}
.cid-uROeq4djzU .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uROeq4djzU .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uROeq4djzU * {
    text-align: center !important;
  }
  .cid-uROeq4djzU .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uROeq4djzU .card-text {
  color: #ffffff;
}
.cid-uROeq4uso8 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uROeq4uso8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROeq4uso8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROeq4uso8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uROeq4uso8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uROeq4uso8 .container {
    padding: 0 24px;
  }
}
.cid-uROeq4uso8 .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uROeq4uso8 .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uROeq4uso8 .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uROeq4uso8 .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uROeq4uso8 .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uROeq4uso8 .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uROeq4uso8 .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROeq4uso8 .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uROeq4uso8 .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uROeq4uso8 .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uROeq4uso8 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uROeq4uso8 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uROeq4uso8 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uROeq4uso8 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uROeq4uso8 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uROeq4uso8 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uROeq4uso8 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uROeq4uso8 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uROeq4uso8 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uROeq4uso8 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uROeq4uso8 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uROeq4uso8 .mbr-section-title {
  color: #141414;
}
.cid-uROeq4uso8 .mbr-desc {
  color: #ffffff;
}
.cid-uROeq4uso8 label {
  color: #141414;
}
.cid-uROeq4uso8 .mbr-section-title,
.cid-uROeq4uso8 .mbr-section-btn {
  color: #656565;
}
.cid-uROeq4uso8 .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uROeq4OT99 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uROeq4OT99 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROeq4OT99 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROeq4OT99 .container {
    padding: 0 26px;
  }
}
.cid-uROeq4OT99 .row {
  justify-content: center;
}
.cid-uROeq4OT99 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uROeq4OT99 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uROeq4OT99 .embla__slide .slide-content {
  width: 100%;
}
.cid-uROeq4OT99 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uROeq4OT99 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uROeq4OT99 .embla__button--next,
.cid-uROeq4OT99 .embla__button--prev {
  display: flex;
}
.cid-uROeq4OT99 .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uROeq4OT99 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uROeq4OT99 .embla__button:hover {
  opacity: .6 !important;
}
.cid-uROeq4OT99 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uROeq4OT99 .embla__button.embla__button--next {
  right: 0;
}
.cid-uROeq4OT99 .embla {
  position: relative;
  width: 100%;
}
.cid-uROeq4OT99 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uROeq4OT99 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uROeq4OT99 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uROeq4OT99 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uROeq5mdit {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROeq5mdit .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROeq5mdit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROeq5mdit .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROeq5mdit .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROeq5mdit .container {
    padding: 0 26px;
  }
}
.cid-uROeq5mdit .row {
  justify-content: center;
}
.cid-uROeq5mdit .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uROeq5mdit .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uROeq5mdit .list .item-wrap:hover,
.cid-uROeq5mdit .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uROeq5mdit .list,
.cid-uROeq5mdit .mbr-section-btn {
  text-align: center;
}
.cid-uROeq5mdit .list,
.cid-uROeq5mdit .item-wrap,
.cid-uROeq5mdit .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uROh7QnqBG {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uROh7QnqBG .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uROh7QnqBG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uROh7QnqBG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uROh7QnqBG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uROh7QnqBG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uROh7QnqBG .menu_box .navbar.opened,
  .cid-uROh7QnqBG .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uROh7QnqBG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uROh7QnqBG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uROh7QnqBG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uROh7QnqBG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uROh7QnqBG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uROh7QnqBG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uROh7QnqBG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uROh7QnqBG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uROh7QnqBG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uROh7QnqBG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uROh7QnqBG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uROh7QnqBG .offcanvas-body .mbr-text,
  .cid-uROh7QnqBG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uROh7QnqBG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uROh7QnqBG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uROh7QnqBG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uROh7QnqBG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uROh7QnqBG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uROh7QnqBG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uROh7QnqBG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uROh7QnqBG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uROh7QnqBG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uROh7QnqBG .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-uROh7QnqBG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uROh7QnqBG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uROh7QnqBG .lg_brand {
    margin: 0 1rem;
  }
  .cid-uROh7QnqBG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uROh7QnqBG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uROh7QnqBG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uROh7QnqBG .nav-item {
    margin: 0 !important;
  }
}
.cid-uROh7QnqBG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uROh7QnqBG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROh7QnqBG .nav-item .nav-link:hover::before,
.cid-uROh7QnqBG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uROh7QnqBG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uROh7QnqBG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uROh7QnqBG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uROh7QnqBG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uROh7QnqBG .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-uROh7QnqBG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uROh7QnqBG .offcanvas_box {
    display: none;
  }
}
.cid-uROh7QnqBG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uROh7QnqBG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uROh7QnqBG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uROh7QnqBG .container {
  display: flex;
  margin: auto;
}
.cid-uROh7QnqBG .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-uROh7QnqBG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uROh7QnqBG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uROh7QnqBG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uROh7QnqBG .navbar-nav {
    margin: 0;
  }
}
.cid-uROh7QnqBG .dropdown-menu,
.cid-uROh7QnqBG .navbar.opened {
  background-color: true !important;
}
.cid-uROh7QnqBG .nav-item:focus,
.cid-uROh7QnqBG .nav-link:focus {
  outline: none;
}
.cid-uROh7QnqBG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uROh7QnqBG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uROh7QnqBG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uROh7QnqBG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uROh7QnqBG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uROh7QnqBG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uROh7QnqBG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uROh7QnqBG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uROh7QnqBG .navbar.opened {
  transition: all 0.3s;
}
.cid-uROh7QnqBG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uROh7QnqBG .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uROh7QnqBG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uROh7QnqBG .navbar.collapsed {
  justify-content: center;
}
.cid-uROh7QnqBG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uROh7QnqBG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uROh7QnqBG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uROh7QnqBG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uROh7QnqBG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uROh7QnqBG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uROh7QnqBG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uROh7QnqBG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uROh7QnqBG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uROh7QnqBG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uROh7QnqBG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uROh7QnqBG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uROh7QnqBG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uROh7QnqBG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uROh7QnqBG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uROh7QnqBG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uROh7QnqBG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uROh7QnqBG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uROh7QnqBG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uROh7QnqBG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uROh7QnqBG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uROh7QnqBG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uROh7QnqBG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uROh7QnqBG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uROh7QnqBG .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-uROh7QnqBG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uROh7QnqBG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uROh7QnqBG .dropdown-item.active,
.cid-uROh7QnqBG .dropdown-item:active {
  background-color: transparent;
}
.cid-uROh7QnqBG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uROh7QnqBG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uROh7QnqBG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uROh7QnqBG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uROh7QnqBG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uROh7QnqBG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uROh7QnqBG 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-uROh7QnqBG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uROh7QnqBG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uROh7QnqBG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uROh7QnqBG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uROh7QnqBG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uROh7QnqBG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uROh7QnqBG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uROh7QnqBG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uROh7QnqBG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uROh7QnqBG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uROh7QnqBG .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-uROh7QnqBG .navbar {
    height: 70px;
  }
  .cid-uROh7QnqBG .navbar.opened {
    height: auto;
  }
  .cid-uROh7QnqBG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uROh7QnqBG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uROh7QnqBG .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uROh7QnqBG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uROh7QnqBG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uROh7QnqBG .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uROh7QnqBG .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uROh7QnqBG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uROh7QnqBG .text_widget {
  margin-bottom: 32px;
}
.cid-uROh7QnqBG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uROh7QnqBG .text_widget a:hover,
.cid-uROh7QnqBG .text_widget a:focus {
  opacity: .8;
}
.cid-uROh7QnqBG .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uROh7QnqBG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uROh7QnqBG .navbar-caption {
  color: #000000;
}
.cid-uROh7QnqBG .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uROh7QnqBG .mbr-section-subtitle,
.cid-uROh7QnqBG .text_widget,
.cid-uROh7QnqBG .mbr-section-btn {
  text-align: center;
}
.cid-uROh7QnqBG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uROh7QIbLW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROh7QIbLW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROh7QIbLW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7QIbLW .container {
    padding: 0 26px;
  }
}
.cid-uROh7QIbLW .row {
  justify-content: center;
}
.cid-uROh7QIbLW .content-wrapper {
  padding: 200px 0 0 60px;
  background-color: #000000;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uROh7QIbLW .content-wrapper {
    padding: 100px 20px 0;
    display: block;
  }
}
.cid-uROh7QIbLW .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
}
@media (max-width: 1440px) {
  .cid-uROh7QIbLW .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uROh7QIbLW .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROh7QIbLW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uROh7QIbLW .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uROh7QIbLW .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uROh7QIbLW .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uROh7QIbLW .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-uROh7QIbLW .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uROh7QIbLW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-uROh7QIbLW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uROh7QIbLW .embla__slide .slide-content {
  width: 100%;
}
.cid-uROh7QIbLW .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uROh7QIbLW .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uROh7QIbLW .embla__button--next,
.cid-uROh7QIbLW .embla__button--prev {
  display: flex;
}
.cid-uROh7QIbLW .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uROh7QIbLW .embla__button:hover {
  opacity: .6 !important;
}
.cid-uROh7QIbLW .embla__button.embla__button--prev {
  left: 0;
}
.cid-uROh7QIbLW .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uROh7QIbLW .embla__button {
    top: 0;
  }
}
.cid-uROh7QIbLW .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uROh7QIbLW .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uROh7QIbLW .embla {
    width: 100%;
  }
}
.cid-uROh7QIbLW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uROh7QIbLW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uROh7QIbLW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uROh7QIbLW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uROh7QIbLW .mbr-section-title {
  color: #000000;
}
.cid-uROh7QIbLW .mbr-section-subtitle {
  color: #656565;
}
.cid-uROh7QIbLW .mbr-text {
  color: #000000;
}
.cid-uROh7QIbLW .icon-wrapper {
  text-align: center;
}
.cid-uROh7QIbLW .mbr-section-title,
.cid-uROh7QIbLW .icon-wrapper {
  color: #ffffff;
}
.cid-uROh7QIbLW .mbr-text,
.cid-uROh7QIbLW .text-wrapper {
  color: #ffffff;
}
.cid-uROh7R1VP7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uROh7R1VP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROh7R1VP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROh7R1VP7 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROh7R1VP7 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7R1VP7 .container {
    padding: 0 26px;
  }
}
.cid-uROh7R1VP7 .row {
  justify-content: center;
}
.cid-uROh7R1VP7 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uROh7R1VP7 .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7R1VP7 .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uROh7R1VP7 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uROh7R1VP7 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROh7R1VP7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uROh7R1VP7 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uROh7R1VP7 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROh7R1VP7 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uROh7R1VP7 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uROh7R1VP7 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uROh7R1VP7 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uROh7R1VP7 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uROh7R1VP7 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROh7R1VP7 .mbr-section {
  margin-bottom: 40px;
}
.cid-uROh7R1VP7 .mbr-section-title {
  color: #ffffff;
}
.cid-uROh7R1VP7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uROh7R1VP7 .mbr-desc {
  color: #656565;
}
.cid-uROh7R1VP7 .mbr-text {
  color: #ffffff;
}
.cid-uROh7R1VP7 .mbr-link {
  color: #ffffff;
}
.cid-uROh7R1VP7 .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uROh7R1VP7 .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uROh7R1VP7 .btn-contact-now:hover,
.cid-uROh7R1VP7 .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uROh7Rh6KX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROh7Rh6KX .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/background2-1.jpg");
}
.cid-uROh7Rh6KX .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uROh7Rh6KX .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uROh7Rh6KX .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uROh7Rh6KX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uROh7Rh6KX .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uROh7Rh6KX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uROh7Rh6KX .mbr-label {
  color: #ffffff;
}
.cid-uROh7Rh6KX .mbr-section-title {
  color: #ffffff;
}
.cid-uROh7Rh6KX .mbr-text {
  color: #ffffff;
}
.cid-uROh7Rh6KX .mbr-section-title,
.cid-uROh7Rh6KX .mbr-section-btn {
  text-align: center;
}
.cid-uROh7Rh6KX .mbr-text,
.cid-uROh7Rh6KX .text-wrapper {
  text-align: left;
}
.cid-uROh7RwusB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROh7RwusB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uROh7RwusB .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7RwusB .container {
    padding: 0 28px;
  }
}
.cid-uROh7RwusB .item:focus,
.cid-uROh7RwusB span:focus {
  outline: none;
}
.cid-uROh7RwusB .item-wrapper {
  position: relative;
}
.cid-uROh7RwusB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 0 200px;
}
@media (max-width: 1200px) {
  .cid-uROh7RwusB .embla__slide {
    padding: 0 130px;
  }
}
@media (max-width: 767px) {
  .cid-uROh7RwusB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.cid-uROh7RwusB .embla__slide .slide-content {
  width: 100%;
}
.cid-uROh7RwusB .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uROh7RwusB .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap {
  margin-bottom: 30px;
}
.cid-uROh7RwusB .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 80px;
  color: #656565;
  display: inline-flex;
}
.cid-uROh7RwusB .embla__slide .slide-content .item-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 40px;
}
.cid-uROh7RwusB .embla__slide .slide-content .item-wrapper .content-wrap .mbr-name {
  margin-bottom: 10px;
}
.cid-uROh7RwusB .embla__slide .slide-content .item-wrapper .content-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uROh7RwusB .embla__button--next,
.cid-uROh7RwusB .embla__button--prev {
  display: flex;
}
.cid-uROh7RwusB .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uROh7RwusB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uROh7RwusB .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uROh7RwusB .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uROh7RwusB .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uROh7RwusB .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uROh7RwusB .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uROh7RwusB .embla {
  position: relative;
  width: 100%;
}
.cid-uROh7RwusB .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uROh7RwusB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uROh7RwusB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uROh7RwusB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uROh7RwusB .mbr-card-title {
  color: #000000;
}
.cid-uROh7RwusB .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-uROh7RwusB .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uROh7RwusB .mbr-card-title,
.cid-uROh7RwusB .icon-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uROh7RUq62 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uROh7RUq62 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uROh7RUq62 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uROh7RUq62 .box {
  background-image: url("../../../assets/images/diesel-optimized-2000x1125.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uROh7RUq62 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uROh7RUq62 .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uROh7RUq62 .icon-wrap span {
  padding-left: 8px;
}
.cid-uROh7RUq62 .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #454545 !important;
}
.cid-uROh7RUq62 .mbr-media span:hover {
  opacity: 1;
  color: #656565 !important;
}
.cid-uROh7RUq62 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uROh7RUq62 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uROh7RUq62 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uROh7RUq62 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uROh7RUq62 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uROh7RUq62 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uROh7RUq62 .box {
    height: 250px;
  }
}
.cid-uROh7RUq62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROh7RUq62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROh7RUq62 H1 {
  color: #ffffff;
}
.cid-uROh7SkxBR {
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uROh7SkxBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROh7SkxBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROh7SkxBR .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROh7SkxBR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7SkxBR .container {
    padding: 0 26px;
  }
}
.cid-uROh7SkxBR .row {
  justify-content: center;
}
.cid-uROh7SkxBR .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uROh7SkxBR .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7SkxBR .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uROh7SkxBR .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uROh7SkxBR .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROh7SkxBR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uROh7SkxBR .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uROh7SkxBR .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROh7SkxBR .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uROh7SkxBR .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uROh7SkxBR .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uROh7SkxBR .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uROh7SkxBR .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uROh7SkxBR .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROh7SkxBR .mbr-section {
  margin-bottom: 40px;
}
.cid-uROh7SkxBR .mbr-section-title {
  color: #ffffff;
}
.cid-uROh7SkxBR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uROh7SkxBR .mbr-desc {
  color: #656565;
}
.cid-uROh7SkxBR .mbr-text {
  color: #ffffff;
}
.cid-uROh7SkxBR .mbr-link {
  color: #ffffff;
}
.cid-uROh7SkxBR .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uROh7SkxBR .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uROh7SkxBR .btn-contact-now:hover,
.cid-uROh7SkxBR .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uROh7SAREm {
  background-image: url("../../../assets/images/sneakerfuture-picsart-aiimageenhancer-1240x754.jpg");
}
.cid-uROh7SAREm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROh7SAREm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROh7SAREm .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uROh7SAREm .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uROh7SAREm .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uROh7SAREm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uROh7SAREm .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uROh7SAREm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uROh7SAREm .mbr-label {
  color: #ffffff;
}
.cid-uROh7SAREm .mbr-section-title {
  color: #ffffff;
}
.cid-uROh7SAREm .mbr-text {
  color: #ffffff;
}
.cid-uROh7SAREm .mbr-section-title,
.cid-uROh7SAREm .mbr-section-btn {
  text-align: center;
}
.cid-uROh7SAREm .mbr-text,
.cid-uROh7SAREm .text-wrapper {
  text-align: left;
}
.cid-uROh7SQS2Q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROh7SQS2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROh7SQS2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROh7SQS2Q .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROh7SQS2Q .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7SQS2Q .container {
    padding: 0 26px;
  }
}
.cid-uROh7SQS2Q .row {
  justify-content: center;
}
.cid-uROh7SQS2Q .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uROh7SQS2Q .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7SQS2Q .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uROh7SQS2Q .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uROh7SQS2Q .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROh7SQS2Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uROh7SQS2Q .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uROh7SQS2Q .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROh7SQS2Q .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uROh7SQS2Q .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uROh7SQS2Q .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uROh7SQS2Q .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uROh7SQS2Q .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uROh7SQS2Q .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROh7SQS2Q .mbr-section {
  margin-bottom: 40px;
}
.cid-uROh7SQS2Q .mbr-section-title {
  color: #ffffff;
}
.cid-uROh7SQS2Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uROh7SQS2Q .mbr-desc {
  color: #656565;
}
.cid-uROh7SQS2Q .mbr-text {
  color: #ffffff;
}
.cid-uROh7SQS2Q .mbr-link {
  color: #ffffff;
}
.cid-uROh7SQS2Q .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROh7SQS2Q .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uROh7SQS2Q .btn-contact-now:hover,
.cid-uROh7SQS2Q .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uROh7TbMxt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uROh7TbMxt h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uROh7TbMxt h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uROh7TbMxt .box {
  background-image: url("../../../assets/images/screenshot-2025-07-19-024611-picsart-aiimageenhancer-2000x1092.png");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uROh7TbMxt .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uROh7TbMxt .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uROh7TbMxt .icon-wrap span {
  padding-left: 8px;
}
.cid-uROh7TbMxt .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #454545 !important;
}
.cid-uROh7TbMxt .mbr-media span:hover {
  opacity: 1;
  color: #656565 !important;
}
.cid-uROh7TbMxt .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uROh7TbMxt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uROh7TbMxt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uROh7TbMxt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uROh7TbMxt a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uROh7TbMxt a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uROh7TbMxt .box {
    height: 250px;
  }
}
.cid-uROh7TbMxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROh7TbMxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROh7TbMxt H1 {
  color: #ffffff;
}
.cid-uROh7TB8mN {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uROh7TB8mN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROh7TB8mN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROh7TB8mN .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROh7TB8mN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7TB8mN .container {
    padding: 0 26px;
  }
}
.cid-uROh7TB8mN .row {
  justify-content: center;
}
.cid-uROh7TB8mN .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uROh7TB8mN .content-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7TB8mN .content-wrapper {
    padding: 60px 20px;
    display: block;
  }
}
.cid-uROh7TB8mN .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uROh7TB8mN .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uROh7TB8mN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uROh7TB8mN .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uROh7TB8mN .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROh7TB8mN .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uROh7TB8mN .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uROh7TB8mN .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uROh7TB8mN .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uROh7TB8mN .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uROh7TB8mN .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uROh7TB8mN .mbr-section {
  margin-bottom: 40px;
}
.cid-uROh7TB8mN .mbr-section-title {
  color: #ffffff;
}
.cid-uROh7TB8mN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uROh7TB8mN .mbr-desc {
  color: #656565;
}
.cid-uROh7TB8mN .mbr-text {
  color: #ffffff;
}
.cid-uROh7TB8mN .mbr-link {
  color: #ffffff;
}
.cid-uROh7TB8mN .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #000000;
}
.cid-uROh7TB8mN .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uROh7TB8mN .btn-contact-now:hover,
.cid-uROh7TB8mN .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uROh7TSRWN {
  background-color: #02050a;
}
.cid-uROh7TSRWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROh7TSRWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROh7TSRWN .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 0 48px;
  margin: 0;
}
@media (max-width: 1440px) {
  .cid-uROh7TSRWN .card-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7TSRWN .card-wrapper {
    padding: 0 24px;
    margin: 0;
  }
}
.cid-uROh7TSRWN .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uROh7TSRWN .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uROh7TSRWN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
.cid-uROh7TSRWN .embla__slide:nth-child(2n) {
  min-width: 40%;
  max-width: 40%;
}
.cid-uROh7TSRWN .embla__slide:nth-child(3n) {
  min-width: 100%;
  max-width: 100%;
}
.cid-uROh7TSRWN .embla__slide:nth-child(4n) {
  min-width: 40%;
  max-width: 40%;
}
.cid-uROh7TSRWN .embla__slide:nth-child(5n) {
  min-width: 60%;
  max-width: 60%;
}
.cid-uROh7TSRWN .embla__slide:nth-child(6n) {
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uROh7TSRWN .embla__slide {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.cid-uROh7TSRWN .embla__slide .slide-content {
  width: 100%;
}
.cid-uROh7TSRWN .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uROh7TSRWN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 480px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7TSRWN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uROh7TSRWN .embla__button--next,
.cid-uROh7TSRWN .embla__button--prev {
  display: flex;
}
.cid-uROh7TSRWN .embla__button {
  bottom: 45%;
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 1540px) {
  .cid-uROh7TSRWN .embla__button {
    bottom: 0;
  }
}
.cid-uROh7TSRWN .embla__button:hover {
  opacity: .8 !important;
}
.cid-uROh7TSRWN .embla__button:disabled {
  opacity: .2 !important;
}
.cid-uROh7TSRWN .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 1540px) {
  .cid-uROh7TSRWN .embla__button.embla__button--prev {
    left: auto;
    margin-left: -74px;
  }
}
.cid-uROh7TSRWN .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 1540px) {
  .cid-uROh7TSRWN .embla__button.embla__button--next {
    right: auto;
    margin-right: -74px;
  }
}
.cid-uROh7TSRWN .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1540px) {
  .cid-uROh7TSRWN .embla {
    padding-bottom: 8rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uROh7TSRWN .embla {
    padding-bottom: 6rem;
  }
}
.cid-uROh7TSRWN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uROh7TSRWN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uROh7TSRWN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uROh7TSRWN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uROh7TSRWN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uROh7TSRWN .mbr-section-title,
.cid-uROh7TSRWN .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uROh7Ughak {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROh7Ughak .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uROh7Ughak .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uROh7Ughak .card-box {
    flex-direction: column;
  }
}
.cid-uROh7Ughak .mbr-section-subtitle {
  color: #767676;
}
.cid-uROh7Ughak .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uROh7Ughak .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uROh7Ughak * {
    text-align: center !important;
  }
  .cid-uROh7Ughak .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uROh7Ughak .card-text {
  color: #ffffff;
}
.cid-uROh7UBsdA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uROh7UBsdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROh7UBsdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROh7UBsdA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uROh7UBsdA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7UBsdA .container {
    padding: 0 24px;
  }
}
.cid-uROh7UBsdA .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uROh7UBsdA .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uROh7UBsdA .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uROh7UBsdA .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uROh7UBsdA .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uROh7UBsdA .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uROh7UBsdA .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uROh7UBsdA .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uROh7UBsdA .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uROh7UBsdA .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uROh7UBsdA .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uROh7UBsdA .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uROh7UBsdA .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uROh7UBsdA .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uROh7UBsdA .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uROh7UBsdA .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uROh7UBsdA .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uROh7UBsdA .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uROh7UBsdA .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uROh7UBsdA .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uROh7UBsdA .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uROh7UBsdA .mbr-section-title {
  color: #141414;
}
.cid-uROh7UBsdA .mbr-desc {
  color: #ffffff;
}
.cid-uROh7UBsdA label {
  color: #141414;
}
.cid-uROh7UBsdA .mbr-section-title,
.cid-uROh7UBsdA .mbr-section-btn {
  color: #656565;
}
.cid-uROh7UBsdA .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uROh7UV6kH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uROh7UV6kH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROh7UV6kH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7UV6kH .container {
    padding: 0 26px;
  }
}
.cid-uROh7UV6kH .row {
  justify-content: center;
}
.cid-uROh7UV6kH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uROh7UV6kH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uROh7UV6kH .embla__slide .slide-content {
  width: 100%;
}
.cid-uROh7UV6kH .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uROh7UV6kH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uROh7UV6kH .embla__button--next,
.cid-uROh7UV6kH .embla__button--prev {
  display: flex;
}
.cid-uROh7UV6kH .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uROh7UV6kH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uROh7UV6kH .embla__button:hover {
  opacity: .6 !important;
}
.cid-uROh7UV6kH .embla__button.embla__button--prev {
  left: 0;
}
.cid-uROh7UV6kH .embla__button.embla__button--next {
  right: 0;
}
.cid-uROh7UV6kH .embla {
  position: relative;
  width: 100%;
}
.cid-uROh7UV6kH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uROh7UV6kH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uROh7UV6kH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uROh7UV6kH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uROh7VsMDT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROh7VsMDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROh7VsMDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROh7VsMDT .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uROh7VsMDT .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uROh7VsMDT .container {
    padding: 0 26px;
  }
}
.cid-uROh7VsMDT .row {
  justify-content: center;
}
.cid-uROh7VsMDT .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uROh7VsMDT .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uROh7VsMDT .list .item-wrap:hover,
.cid-uROh7VsMDT .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uROh7VsMDT .list,
.cid-uROh7VsMDT .mbr-section-btn {
  text-align: center;
}
.cid-uROh7VsMDT .list,
.cid-uROh7VsMDT .item-wrap,
.cid-uROh7VsMDT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQNvPdFmuk {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uQNvPdFmuk .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uQNvPdFmuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uQNvPdFmuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQNvPdFmuk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQNvPdFmuk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQNvPdFmuk .menu_box .navbar.opened,
  .cid-uQNvPdFmuk .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQNvPdFmuk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uQNvPdFmuk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQNvPdFmuk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQNvPdFmuk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQNvPdFmuk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQNvPdFmuk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQNvPdFmuk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uQNvPdFmuk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQNvPdFmuk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQNvPdFmuk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQNvPdFmuk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQNvPdFmuk .offcanvas-body .mbr-text,
  .cid-uQNvPdFmuk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQNvPdFmuk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQNvPdFmuk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQNvPdFmuk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uQNvPdFmuk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQNvPdFmuk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQNvPdFmuk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQNvPdFmuk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQNvPdFmuk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQNvPdFmuk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQNvPdFmuk .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-uQNvPdFmuk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQNvPdFmuk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQNvPdFmuk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQNvPdFmuk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uQNvPdFmuk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQNvPdFmuk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQNvPdFmuk .nav-item {
    margin: 0 !important;
  }
}
.cid-uQNvPdFmuk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQNvPdFmuk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQNvPdFmuk .nav-item .nav-link:hover::before,
.cid-uQNvPdFmuk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uQNvPdFmuk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQNvPdFmuk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQNvPdFmuk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQNvPdFmuk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQNvPdFmuk .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-uQNvPdFmuk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQNvPdFmuk .offcanvas_box {
    display: none;
  }
}
.cid-uQNvPdFmuk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQNvPdFmuk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQNvPdFmuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQNvPdFmuk .container {
  display: flex;
  margin: auto;
}
.cid-uQNvPdFmuk .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-uQNvPdFmuk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQNvPdFmuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQNvPdFmuk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQNvPdFmuk .navbar-nav {
    margin: 0;
  }
}
.cid-uQNvPdFmuk .dropdown-menu,
.cid-uQNvPdFmuk .navbar.opened {
  background-color: true !important;
}
.cid-uQNvPdFmuk .nav-item:focus,
.cid-uQNvPdFmuk .nav-link:focus {
  outline: none;
}
.cid-uQNvPdFmuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQNvPdFmuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQNvPdFmuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQNvPdFmuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQNvPdFmuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQNvPdFmuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQNvPdFmuk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQNvPdFmuk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQNvPdFmuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uQNvPdFmuk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQNvPdFmuk .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQNvPdFmuk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQNvPdFmuk .navbar.collapsed {
  justify-content: center;
}
.cid-uQNvPdFmuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQNvPdFmuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQNvPdFmuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQNvPdFmuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQNvPdFmuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQNvPdFmuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQNvPdFmuk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQNvPdFmuk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQNvPdFmuk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQNvPdFmuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQNvPdFmuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQNvPdFmuk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQNvPdFmuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQNvPdFmuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQNvPdFmuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQNvPdFmuk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQNvPdFmuk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQNvPdFmuk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQNvPdFmuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQNvPdFmuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQNvPdFmuk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQNvPdFmuk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQNvPdFmuk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQNvPdFmuk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQNvPdFmuk .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-uQNvPdFmuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQNvPdFmuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQNvPdFmuk .dropdown-item.active,
.cid-uQNvPdFmuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uQNvPdFmuk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQNvPdFmuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQNvPdFmuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQNvPdFmuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQNvPdFmuk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQNvPdFmuk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQNvPdFmuk 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-uQNvPdFmuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQNvPdFmuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQNvPdFmuk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQNvPdFmuk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQNvPdFmuk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQNvPdFmuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQNvPdFmuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQNvPdFmuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQNvPdFmuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQNvPdFmuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQNvPdFmuk .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-uQNvPdFmuk .navbar {
    height: 70px;
  }
  .cid-uQNvPdFmuk .navbar.opened {
    height: auto;
  }
  .cid-uQNvPdFmuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQNvPdFmuk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQNvPdFmuk .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uQNvPdFmuk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQNvPdFmuk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQNvPdFmuk .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uQNvPdFmuk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uQNvPdFmuk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQNvPdFmuk .text_widget {
  margin-bottom: 32px;
}
.cid-uQNvPdFmuk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQNvPdFmuk .text_widget a:hover,
.cid-uQNvPdFmuk .text_widget a:focus {
  opacity: .8;
}
.cid-uQNvPdFmuk .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uQNvPdFmuk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQNvPdFmuk .navbar-caption {
  color: #000000;
}
.cid-uQNvPdFmuk .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uQNvPdFmuk .mbr-section-subtitle,
.cid-uQNvPdFmuk .text_widget,
.cid-uQNvPdFmuk .mbr-section-btn {
  text-align: center;
}
.cid-uQNvPdFmuk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRdRiVKMKS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRdRiVKMKS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRdRiVKMKS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRdRiVKMKS .container {
    padding: 0 26px;
  }
}
.cid-uRdRiVKMKS .row {
  justify-content: center;
}
.cid-uRdRiVKMKS .content-wrapper {
  padding: 200px 0 200px 60px;
  background-color: #000000;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRdRiVKMKS .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uRdRiVKMKS .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
}
@media (max-width: 1440px) {
  .cid-uRdRiVKMKS .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uRdRiVKMKS .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRdRiVKMKS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRdRiVKMKS .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uRdRiVKMKS .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uRdRiVKMKS .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uRdRiVKMKS .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-uRdRiVKMKS .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRdRiVKMKS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-uRdRiVKMKS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRdRiVKMKS .embla__slide .slide-content {
  width: 100%;
}
.cid-uRdRiVKMKS .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRdRiVKMKS .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uRdRiVKMKS .embla__button--next,
.cid-uRdRiVKMKS .embla__button--prev {
  display: flex;
}
.cid-uRdRiVKMKS .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRdRiVKMKS .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRdRiVKMKS .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRdRiVKMKS .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uRdRiVKMKS .embla__button {
    top: 0;
  }
}
.cid-uRdRiVKMKS .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uRdRiVKMKS .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uRdRiVKMKS .embla {
    width: 100%;
  }
}
.cid-uRdRiVKMKS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRdRiVKMKS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRdRiVKMKS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRdRiVKMKS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRdRiVKMKS .mbr-section-title {
  color: #000000;
}
.cid-uRdRiVKMKS .mbr-section-subtitle {
  color: #656565;
}
.cid-uRdRiVKMKS .mbr-text {
  color: #000000;
}
.cid-uRdRiVKMKS .icon-wrapper {
  text-align: center;
}
.cid-uRdRiVKMKS .mbr-section-title,
.cid-uRdRiVKMKS .icon-wrapper {
  color: #ffffff;
}
.cid-uRdRiVKMKS .mbr-text,
.cid-uRdRiVKMKS .text-wrapper {
  color: #ffffff;
}
.cid-uQNyIxcDAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQNyIxcDAP .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/background2-1.jpg");
}
.cid-uQNyIxcDAP .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQNyIxcDAP .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uQNyIxcDAP .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uQNyIxcDAP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uQNyIxcDAP .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uQNyIxcDAP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQNyIxcDAP .mbr-label {
  color: #ffffff;
}
.cid-uQNyIxcDAP .mbr-section-title {
  color: #ffffff;
}
.cid-uQNyIxcDAP .mbr-text {
  color: #ffffff;
}
.cid-uQNyIxcDAP .mbr-section-title,
.cid-uQNyIxcDAP .mbr-section-btn {
  text-align: center;
}
.cid-uQNyIxcDAP .mbr-text,
.cid-uQNyIxcDAP .text-wrapper {
  text-align: left;
}
.cid-uRPr8dHyWS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uRPr8dHyWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRPr8dHyWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRPr8dHyWS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRPr8dHyWS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRPr8dHyWS .container {
    padding: 0 26px;
  }
}
.cid-uRPr8dHyWS .row {
  justify-content: center;
}
.cid-uRPr8dHyWS .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 50px 100px 50px 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uRPr8dHyWS .content-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRPr8dHyWS .content-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uRPr8dHyWS .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uRPr8dHyWS .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRPr8dHyWS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRPr8dHyWS .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRPr8dHyWS .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRPr8dHyWS .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uRPr8dHyWS .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRPr8dHyWS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRPr8dHyWS .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uRPr8dHyWS .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uRPr8dHyWS .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRPr8dHyWS .mbr-section {
  margin-bottom: 40px;
}
.cid-uRPr8dHyWS .mbr-section-title {
  color: #ffffff;
}
.cid-uRPr8dHyWS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRPr8dHyWS .mbr-desc {
  color: #656565;
}
.cid-uRPr8dHyWS .mbr-text {
  color: #ffffff;
}
.cid-uRPr8dHyWS .mbr-link {
  color: #ffffff;
}
.cid-uRPr8dHyWS .btn-contact-now {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uRPr8dHyWS .btn-contact-now .btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-1px);
}
.cid-uRPr8dHyWS .btn-contact-now:hover,
.cid-uRPr8dHyWS .btn-contact-now:focus {
  background-color: #000000;
  text-decoration: none;
}
.cid-uQNyZhAD01 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uQNyZhAD01 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uQNyZhAD01 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uQNyZhAD01 .container {
    padding: 0 26px;
  }
}
.cid-uQNyZhAD01 .row {
  justify-content: center;
}
.cid-uQNyZhAD01 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 49.3%;
  max-width: 49.3%;
}
@media (max-width: 767px) {
  .cid-uQNyZhAD01 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQNyZhAD01 .embla__slide .slide-content {
  width: 100%;
}
.cid-uQNyZhAD01 .embla__slide .slide-content .item-wrapper {
  padding: 240px 75px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #0e0e0e;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uQNyZhAD01 .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uQNyZhAD01 .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-uQNyZhAD01 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uQNyZhAD01 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 30px;
}
.cid-uQNyZhAD01 .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uQNyZhAD01 .embla__button--next,
.cid-uQNyZhAD01 .embla__button--prev {
  display: flex;
}
.cid-uQNyZhAD01 .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uQNyZhAD01 .embla__button:hover {
  opacity: .6 !important;
}
.cid-uQNyZhAD01 .embla__button.embla__button--prev {
  left: -3rem;
}
@media (max-width: 992px) {
  .cid-uQNyZhAD01 .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uQNyZhAD01 .embla__button.embla__button--next {
  right: -3rem;
}
@media (max-width: 992px) {
  .cid-uQNyZhAD01 .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQNyZhAD01 .embla__button {
    top: 0;
  }
}
.cid-uQNyZhAD01 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQNyZhAD01 .embla {
    padding-top: 25px;
  }
}
.cid-uQNyZhAD01 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQNyZhAD01 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQNyZhAD01 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQNyZhAD01 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQNyZhAD01 .item-title {
  color: #656565;
}
.cid-uQNyZhAD01 .item-text {
  color: #ffffff;
}
.cid-uQNyZhAD01 .item-name {
  color: #656565;
}
.cid-uQNyZJGrnG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uQNyZJGrnG h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uQNyZJGrnG h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uQNyZJGrnG .box {
  background-image: url("../../../assets/images/diesel-optimized-2000x1125.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQNyZJGrnG .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uQNyZJGrnG .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uQNyZJGrnG .icon-wrap span {
  padding-left: 8px;
}
.cid-uQNyZJGrnG .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #454545 !important;
}
.cid-uQNyZJGrnG .mbr-media span:hover {
  opacity: 1;
  color: #656565 !important;
}
.cid-uQNyZJGrnG .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uQNyZJGrnG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uQNyZJGrnG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uQNyZJGrnG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uQNyZJGrnG a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uQNyZJGrnG a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uQNyZJGrnG .box {
    height: 250px;
  }
}
.cid-uQNyZJGrnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQNyZJGrnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQNyZJGrnG H1 {
  color: #ffffff;
}
.cid-uRgwRsl5NB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRgwRsl5NB .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uRgwRsl5NB .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRgwRsl5NB .card-box {
    flex-direction: column;
  }
}
.cid-uRgwRsl5NB .mbr-section-subtitle {
  color: #767676;
}
.cid-uRgwRsl5NB .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRgwRsl5NB .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uRgwRsl5NB * {
    text-align: center !important;
  }
  .cid-uRgwRsl5NB .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uRgwRsl5NB .card-text {
  color: #ffffff;
}
.cid-uRPmBuTbul {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRPmBuTbul .image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 500px;
}
.cid-uRPmBuTbul .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uRPmBuTbul .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-uRPmBuTbul .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRPmBuTbul .item-wrapper:hover:before {
  opacity: 0.6;
}
.cid-uRPmBuTbul .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uRPmBuTbul .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #000000;
}
@media (max-width: 767px) {
  .cid-uRPmBuTbul .item-wrapper:before {
    opacity: 0.6;
  }
}
.cid-uRPmBuTbul .image-row img,
.cid-uRPmBuTbul .image-row .item-img {
  width: calc(33.33333333%);
  height: 500px;
  object-fit: cover;
  display: block;
}
.cid-uRPmBuTbul img,
.cid-uRPmBuTbul .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uRPmBuTbul .item:focus,
.cid-uRPmBuTbul span:focus {
  outline: none;
}
.cid-uRPmBuTbul .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRPmBuTbul .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRPmBuTbul .mbr-section-title {
  color: #232323;
}
.cid-uRPmBuTbul .mbr-text,
.cid-uRPmBuTbul .mbr-section-btn {
  text-align: center;
}
.cid-uRPmBuTbul .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRPmBuTbul .item-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRPmBuTbul .image-row {
    flex-direction: column;
    height: auto;
  }
  .cid-uRPmBuTbul .image-row img,
  .cid-uRPmBuTbul .image-row .item-img {
    width: 100%;
    height: auto;
  }
}
.cid-uQQBuXOez5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uQQBuXOez5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQBuXOez5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQBuXOez5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uQQBuXOez5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQBuXOez5 .container {
    padding: 0 24px;
  }
}
.cid-uQQBuXOez5 .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uQQBuXOez5 .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uQQBuXOez5 .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uQQBuXOez5 .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uQQBuXOez5 .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQQBuXOez5 .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQQBuXOez5 .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQQBuXOez5 .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uQQBuXOez5 .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uQQBuXOez5 .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uQQBuXOez5 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uQQBuXOez5 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uQQBuXOez5 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uQQBuXOez5 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uQQBuXOez5 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uQQBuXOez5 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uQQBuXOez5 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uQQBuXOez5 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uQQBuXOez5 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uQQBuXOez5 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uQQBuXOez5 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uQQBuXOez5 .mbr-section-title {
  color: #141414;
}
.cid-uQQBuXOez5 .mbr-desc {
  color: #ffffff;
}
.cid-uQQBuXOez5 label {
  color: #141414;
}
.cid-uQQBuXOez5 .mbr-section-title,
.cid-uQQBuXOez5 .mbr-section-btn {
  color: #656565;
}
.cid-uQQBuXOez5 .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uQO9SzamXw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uQO9SzamXw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uQO9SzamXw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uQO9SzamXw .container {
    padding: 0 26px;
  }
}
.cid-uQO9SzamXw .row {
  justify-content: center;
}
.cid-uQO9SzamXw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uQO9SzamXw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQO9SzamXw .embla__slide .slide-content {
  width: 100%;
}
.cid-uQO9SzamXw .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQO9SzamXw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uQO9SzamXw .embla__button--next,
.cid-uQO9SzamXw .embla__button--prev {
  display: flex;
}
.cid-uQO9SzamXw .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uQO9SzamXw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQO9SzamXw .embla__button:hover {
  opacity: .6 !important;
}
.cid-uQO9SzamXw .embla__button.embla__button--prev {
  left: 0;
}
.cid-uQO9SzamXw .embla__button.embla__button--next {
  right: 0;
}
.cid-uQO9SzamXw .embla {
  position: relative;
  width: 100%;
}
.cid-uQO9SzamXw .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQO9SzamXw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQO9SzamXw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQO9SzamXw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQNz2R0Yo8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQNz2R0Yo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQNz2R0Yo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQNz2R0Yo8 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uQNz2R0Yo8 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uQNz2R0Yo8 .container {
    padding: 0 26px;
  }
}
.cid-uQNz2R0Yo8 .row {
  justify-content: center;
}
.cid-uQNz2R0Yo8 .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uQNz2R0Yo8 .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQNz2R0Yo8 .list .item-wrap:hover,
.cid-uQNz2R0Yo8 .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQNz2R0Yo8 .list,
.cid-uQNz2R0Yo8 .mbr-section-btn {
  text-align: center;
}
.cid-uQNz2R0Yo8 .list,
.cid-uQNz2R0Yo8 .item-wrap,
.cid-uQNz2R0Yo8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRl3AS30Gr {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uRl3AS30Gr .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: absolute !important;
}
.cid-uRl3AS30Gr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uRl3AS30Gr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRl3AS30Gr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRl3AS30Gr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRl3AS30Gr .menu_box .navbar.opened,
  .cid-uRl3AS30Gr .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRl3AS30Gr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRl3AS30Gr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRl3AS30Gr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRl3AS30Gr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRl3AS30Gr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRl3AS30Gr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRl3AS30Gr .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-uRl3AS30Gr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRl3AS30Gr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRl3AS30Gr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRl3AS30Gr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRl3AS30Gr .offcanvas-body .mbr-text,
  .cid-uRl3AS30Gr .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRl3AS30Gr .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRl3AS30Gr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRl3AS30Gr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRl3AS30Gr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRl3AS30Gr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRl3AS30Gr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRl3AS30Gr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRl3AS30Gr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRl3AS30Gr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRl3AS30Gr .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-uRl3AS30Gr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRl3AS30Gr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRl3AS30Gr .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRl3AS30Gr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uRl3AS30Gr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRl3AS30Gr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRl3AS30Gr .nav-item {
    margin: 0 !important;
  }
}
.cid-uRl3AS30Gr .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uRl3AS30Gr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRl3AS30Gr .nav-item .nav-link:hover::before,
.cid-uRl3AS30Gr .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRl3AS30Gr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRl3AS30Gr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRl3AS30Gr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRl3AS30Gr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRl3AS30Gr .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-uRl3AS30Gr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRl3AS30Gr .offcanvas_box {
    display: none;
  }
}
.cid-uRl3AS30Gr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRl3AS30Gr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRl3AS30Gr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRl3AS30Gr .container {
  display: flex;
  margin: auto;
}
.cid-uRl3AS30Gr .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-uRl3AS30Gr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRl3AS30Gr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRl3AS30Gr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRl3AS30Gr .navbar-nav {
    margin: 0;
  }
}
.cid-uRl3AS30Gr .dropdown-menu,
.cid-uRl3AS30Gr .navbar.opened {
  background-color: true !important;
}
.cid-uRl3AS30Gr .nav-item:focus,
.cid-uRl3AS30Gr .nav-link:focus {
  outline: none;
}
.cid-uRl3AS30Gr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRl3AS30Gr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRl3AS30Gr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRl3AS30Gr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRl3AS30Gr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRl3AS30Gr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRl3AS30Gr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRl3AS30Gr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRl3AS30Gr .navbar.opened {
  transition: all 0.3s;
}
.cid-uRl3AS30Gr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRl3AS30Gr .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uRl3AS30Gr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRl3AS30Gr .navbar.collapsed {
  justify-content: center;
}
.cid-uRl3AS30Gr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRl3AS30Gr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRl3AS30Gr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRl3AS30Gr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRl3AS30Gr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRl3AS30Gr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRl3AS30Gr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRl3AS30Gr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRl3AS30Gr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRl3AS30Gr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRl3AS30Gr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRl3AS30Gr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRl3AS30Gr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRl3AS30Gr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRl3AS30Gr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRl3AS30Gr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRl3AS30Gr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRl3AS30Gr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRl3AS30Gr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRl3AS30Gr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRl3AS30Gr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRl3AS30Gr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRl3AS30Gr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRl3AS30Gr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRl3AS30Gr .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-uRl3AS30Gr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRl3AS30Gr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRl3AS30Gr .dropdown-item.active,
.cid-uRl3AS30Gr .dropdown-item:active {
  background-color: transparent;
}
.cid-uRl3AS30Gr .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRl3AS30Gr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRl3AS30Gr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRl3AS30Gr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRl3AS30Gr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRl3AS30Gr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRl3AS30Gr 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-uRl3AS30Gr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRl3AS30Gr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRl3AS30Gr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRl3AS30Gr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRl3AS30Gr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRl3AS30Gr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRl3AS30Gr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRl3AS30Gr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRl3AS30Gr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRl3AS30Gr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRl3AS30Gr .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-uRl3AS30Gr .navbar {
    height: 70px;
  }
  .cid-uRl3AS30Gr .navbar.opened {
    height: auto;
  }
  .cid-uRl3AS30Gr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRl3AS30Gr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRl3AS30Gr .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uRl3AS30Gr .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRl3AS30Gr .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRl3AS30Gr .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uRl3AS30Gr .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRl3AS30Gr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRl3AS30Gr .text_widget {
  margin-bottom: 32px;
}
.cid-uRl3AS30Gr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRl3AS30Gr .text_widget a:hover,
.cid-uRl3AS30Gr .text_widget a:focus {
  opacity: .8;
}
.cid-uRl3AS30Gr .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
}
.cid-uRl3AS30Gr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRl3AS30Gr .navbar-caption {
  color: #000000;
}
.cid-uRl3AS30Gr .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uRl3AS30Gr .mbr-section-subtitle,
.cid-uRl3AS30Gr .text_widget,
.cid-uRl3AS30Gr .mbr-section-btn {
  text-align: center;
}
.cid-uRl3AS30Gr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRl3ASJ7q8 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRl3ASJ7q8 .row {
  flex-direction: row-reverse;
}
.cid-uRl3ASJ7q8 .row {
  align-items: center;
  justify-content: center;
  padding: 20px 150px;
}
@media (max-width: 992px) {
  .cid-uRl3ASJ7q8 .row {
    padding: 20px 20px;
    flex-direction: column;
  }
}
.cid-uRl3ASJ7q8 .content-wrap {
  width: 50%;
  padding-right: 120px;
}
@media (max-width: 992px) {
  .cid-uRl3ASJ7q8 .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uRl3ASJ7q8 .image-wrapper {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRl3ASJ7q8 .image-wrapper {
    width: 100%;
  }
}
.cid-uRl3ASJ7q8 .image-wrapper img {
  max-width: 90%;
  height: auto;
  width: auto;
  max-height: none;
  object-fit: unset;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uRl3ASJ7q8 .image-wrapper img {
    width: auto;
    height: auto;
  }
}
.cid-uRl3ASJ7q8 .mbr-text {
  max-width: 550px;
}
.cid-uRl3ASJ7q8 .mbr-section-subtitle {
  line-height: 1.6;
  color: #bbbbbb;
}
.cid-uRl3ASJ7q8 .mbr-text,
.cid-uRl3ASJ7q8 .mbr-section-btn {
  color: #656565;
}
.cid-uRl3ASJ7q8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uRl3ASJ7q8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uRl3ASJ7q8 .social-list .mbr-iconfont-social:hover {
  color: #ffffff;
  transform: translateY(-3px);
}
.cid-uRl3ASJ7q8 .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uRl3ASJ7q8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uRl3ASJ7q8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uRl3ASJ7q8 .mbr-text-title {
  color: #ffffff;
}
.cid-uRPnwNwcf5 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRPnwNwcf5 .image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 500px;
}
.cid-uRPnwNwcf5 .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uRPnwNwcf5 .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-uRPnwNwcf5 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRPnwNwcf5 .item-wrapper:hover:before {
  opacity: 0.6;
}
.cid-uRPnwNwcf5 .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uRPnwNwcf5 .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #000000;
}
@media (max-width: 767px) {
  .cid-uRPnwNwcf5 .item-wrapper:before {
    opacity: 0.6;
  }
}
.cid-uRPnwNwcf5 .image-row img,
.cid-uRPnwNwcf5 .image-row .item-img {
  width: calc(33.33333333%);
  height: 500px;
  object-fit: cover;
  display: block;
}
.cid-uRPnwNwcf5 img,
.cid-uRPnwNwcf5 .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uRPnwNwcf5 .item:focus,
.cid-uRPnwNwcf5 span:focus {
  outline: none;
}
.cid-uRPnwNwcf5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRPnwNwcf5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRPnwNwcf5 .mbr-section-title {
  color: #232323;
}
.cid-uRPnwNwcf5 .mbr-text,
.cid-uRPnwNwcf5 .mbr-section-btn {
  text-align: center;
}
.cid-uRPnwNwcf5 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRPnwNwcf5 .item-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRPnwNwcf5 .image-row {
    flex-direction: column;
    height: auto;
  }
  .cid-uRPnwNwcf5 .image-row img,
  .cid-uRPnwNwcf5 .image-row .item-img {
    width: 100%;
    height: auto;
  }
}
.cid-uRl3ATrJkd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRl3ATrJkd .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uRl3ATrJkd .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRl3ATrJkd .card-box {
    flex-direction: column;
  }
}
.cid-uRl3ATrJkd .mbr-section-subtitle {
  color: #767676;
}
.cid-uRl3ATrJkd .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRl3ATrJkd .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uRl3ATrJkd * {
    text-align: center !important;
  }
  .cid-uRl3ATrJkd .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uRl3ATrJkd .card-text {
  color: #ffffff;
}
.cid-uRl3ATJURQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uRl3ATJURQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRl3ATJURQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRl3ATJURQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRl3ATJURQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRl3ATJURQ .container {
    padding: 0 24px;
  }
}
.cid-uRl3ATJURQ .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #000000;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uRl3ATJURQ .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uRl3ATJURQ .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uRl3ATJURQ .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uRl3ATJURQ .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uRl3ATJURQ .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRl3ATJURQ .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRl3ATJURQ .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uRl3ATJURQ .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uRl3ATJURQ .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uRl3ATJURQ .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uRl3ATJURQ .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uRl3ATJURQ .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uRl3ATJURQ .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uRl3ATJURQ .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff !important;
}
.cid-uRl3ATJURQ .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uRl3ATJURQ .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uRl3ATJURQ .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uRl3ATJURQ .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #454545 0%, transparent 100%);
}
.cid-uRl3ATJURQ .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uRl3ATJURQ .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #454545 !important;
  border-color: #454545 !important;
}
.cid-uRl3ATJURQ .mbr-section-title {
  color: #141414;
}
.cid-uRl3ATJURQ .mbr-desc {
  color: #ffffff;
}
.cid-uRl3ATJURQ label {
  color: #141414;
}
.cid-uRl3ATJURQ .mbr-section-title,
.cid-uRl3ATJURQ .mbr-section-btn {
  color: #656565;
}
.cid-uRl3ATJURQ .alert-success {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cid-uRl3AU3cEe {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRl3AU3cEe .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRl3AU3cEe .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRl3AU3cEe .container {
    padding: 0 26px;
  }
}
.cid-uRl3AU3cEe .row {
  justify-content: center;
}
.cid-uRl3AU3cEe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uRl3AU3cEe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRl3AU3cEe .embla__slide .slide-content {
  width: 100%;
}
.cid-uRl3AU3cEe .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRl3AU3cEe .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uRl3AU3cEe .embla__button--next,
.cid-uRl3AU3cEe .embla__button--prev {
  display: flex;
}
.cid-uRl3AU3cEe .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRl3AU3cEe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRl3AU3cEe .embla__button:hover {
  opacity: .6 !important;
}
.cid-uRl3AU3cEe .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRl3AU3cEe .embla__button.embla__button--next {
  right: 0;
}
.cid-uRl3AU3cEe .embla {
  position: relative;
  width: 100%;
}
.cid-uRl3AU3cEe .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRl3AU3cEe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRl3AU3cEe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRl3AU3cEe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRl3AUEA3U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRl3AUEA3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRl3AUEA3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRl3AUEA3U .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uRl3AUEA3U .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uRl3AUEA3U .container {
    padding: 0 26px;
  }
}
.cid-uRl3AUEA3U .row {
  justify-content: center;
}
.cid-uRl3AUEA3U .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uRl3AUEA3U .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRl3AUEA3U .list .item-wrap:hover,
.cid-uRl3AUEA3U .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRl3AUEA3U .list,
.cid-uRl3AUEA3U .mbr-section-btn {
  text-align: center;
}
.cid-uRl3AUEA3U .list,
.cid-uRl3AUEA3U .item-wrap,
.cid-uRl3AUEA3U .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
