.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.125;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.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: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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))));
  }
}
/* 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: #dd3135 !important;
}
.bg-success {
  background-color: #dd3135 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f58634 !important;
}
.bg-danger {
  background-color: #bc5e4d !important;
}
.btn-primary {
  background: linear-gradient(140deg, #dd3135, #d22327 50%, #eb898b) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dd3135 !important;
  border-color: #dd3135 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e45d60 !important;
  border-color: #e45d60 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e45d60 !important;
  border-color: #e45d60 !important;
}
.btn-secondary {
  background: linear-gradient(140deg, #f96e47, #f85b2e 50%, #fcbcaa) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
}
.btn-info {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(140deg, #dd3135, #d22327 50%, #eb898b) !important;
}
.btn-success,
.btn-success:active {
  background-color: #dd3135 !important;
  border-color: #dd3135 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e45d60 !important;
  border-color: #e45d60 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e45d60 !important;
  border-color: #e45d60 !important;
}
.btn-warning {
  background: linear-gradient(140deg, #f58634, #f4781c 50%, #fac095) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f58634 !important;
  border-color: #f58634 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f7a365 !important;
  border-color: #f7a365 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f7a365 !important;
  border-color: #f7a365 !important;
}
.btn-danger {
  background: linear-gradient(140deg, #bc5e4d, #ae5241 50%, #d8a197) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bc5e4d !important;
  border-color: #bc5e4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ca8072 !important;
  border-color: #ca8072 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ca8072 !important;
  border-color: #ca8072 !important;
}
.btn-white {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(140deg, #232323, #161616 50%, #565656) !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: #dd3135;
  color: #dd3135;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9d1a1d !important;
  background-color: transparent !important;
  border-color: #9d1a1d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dd3135 !important;
  border-color: #dd3135 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f96e47;
  color: #f96e47;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e23707 !important;
  background-color: transparent !important;
  border-color: #e23707 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #dd3135;
  color: #dd3135;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9d1a1d !important;
  background-color: transparent !important;
  border-color: #9d1a1d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #dd3135 !important;
  border-color: #dd3135 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f58634;
  color: #f58634;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c85b0a !important;
  background-color: transparent !important;
  border-color: #c85b0a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f58634 !important;
  border-color: #f58634 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bc5e4d;
  color: #bc5e4d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #823d31 !important;
  background-color: transparent !important;
  border-color: #823d31 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bc5e4d !important;
  border-color: #bc5e4d !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: #dd3135 !important;
}
.text-secondary {
  color: #f96e47 !important;
}
.text-success {
  color: #dd3135 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f58634 !important;
}
.text-danger {
  color: #bc5e4d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #90181b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d33407 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #90181b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ba5409 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #76382d !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: #dd3135;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f58634;
}
.alert-danger {
  background-color: #bc5e4d;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dd3135;
  border-color: #dd3135;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #dd3135;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fae0e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fae0e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffaf6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfb2aa;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #dd3135 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #dd3135;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dd3135;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dd3135;
}
.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: #dd3135;
  border-bottom-color: #dd3135;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #dd3135 !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: #f96e47 !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='%23dd3135' %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 {
  padding: 14px 64px;
  border-radius: 3.5rem;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 14px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.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-black:hover,
.mbr-section-btn .btn-white: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,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-white:focus {
  opacity: .75 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  opacity: .6 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrap,
.item-content,
.form-wrapper,
.embla {
  border-radius: 1rem !important;
}
.item-tag {
  border-radius: 12.5rem;
}
.nav.nav-tabs .nav-link {
  border-radius: .5rem !important;
}
.form-control {
  border-radius: .5rem !important;
}
.cid-umbA1n79MQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umbA1n79MQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umbA1n79MQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umbA1n79MQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umbA1n79MQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umbA1n79MQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umbA1n79MQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umbA1n79MQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umbA1n79MQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umbA1n79MQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umbA1n79MQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umbA1n79MQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umbA1n79MQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umbA1n79MQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umbA1n79MQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umbA1n79MQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-umbA1n79MQ .nav-item:focus,
.cid-umbA1n79MQ .nav-link:focus {
  outline: none;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umbA1n79MQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umbA1n79MQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umbA1n79MQ .navbar.opened {
  transition: all 0.25s;
}
.cid-umbA1n79MQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umbA1n79MQ .navbar .navbar-logo img {
  width: auto;
}
.cid-umbA1n79MQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umbA1n79MQ .navbar.collapsed {
  justify-content: center;
}
.cid-umbA1n79MQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umbA1n79MQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-umbA1n79MQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umbA1n79MQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar {
    min-height: 72px;
  }
  .cid-umbA1n79MQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umbA1n79MQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umbA1n79MQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umbA1n79MQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umbA1n79MQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umbA1n79MQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umbA1n79MQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umbA1n79MQ .dropdown-item.active,
.cid-umbA1n79MQ .dropdown-item:active {
  background-color: transparent;
}
.cid-umbA1n79MQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umbA1n79MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umbA1n79MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umbA1n79MQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umbA1n79MQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umbA1n79MQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .navbar-buttons {
    text-align: left;
  }
}
.cid-umbA1n79MQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umbA1n79MQ .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-umbA1n79MQ .opacityScroll {
  background: #000000 !important;
}
.cid-umbA1n79MQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umbA1n79MQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umbA1n79MQ .navbar {
    height: 70px;
  }
  .cid-umbA1n79MQ .navbar.opened {
    height: auto;
  }
  .cid-umbA1n79MQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umbA1n79MQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umbA1n79MQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umbA1n79MQ .navbar-brand {
    margin-right: auto;
  }
  .cid-umbA1n79MQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umbA1n79MQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umbA1n79MQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umbA1n79MQ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umbA1n79MQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umbEFuYiPg {
  background-image: url("../../../assets/images/bannersite-2000x1333.webp");
}
.cid-umbEFuYiPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbEFuYiPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umbEFuYiPg .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-umbEFuYiPg .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-umbEFuYiPg .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-umbEFuYiPg .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-umbEFuYiPg .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umbEFuYiPg .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #dd3135, #e45d60);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-umbEFuYiPg .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umbEFuYiPg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umbEFuYiPg .btn-wrapper {
  margin-top: -15%;
}
.cid-umbEFuYiPg .mbr-section-title {
  color: #272b2e;
}
.cid-umbEFuYiPg .mbr-text,
.cid-umbEFuYiPg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-umbEFuYiPg .mbr-section-title,
.cid-umbEFuYiPg .mbr-section-btn,
.cid-umbEFuYiPg .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-umbNqaFbr4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-umbNqaFbr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbNqaFbr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbNqaFbr4 .mbr-section-head {
  margin-bottom: 75px;
}
@media (max-width: 1399px) {
  .cid-umbNqaFbr4 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-umbNqaFbr4 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-umbNqaFbr4 .mbr-section-title {
  color: #131313;
}
.cid-umbNqaFbr4 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-umbNqaFbr4 .cards-row {
  row-gap: 40px;
}
@media (max-width: 767px) {
  .cid-umbNqaFbr4 .cards-row {
    row-gap: 30px;
  }
}
.cid-umbNqaFbr4 .card {
  border-radius: 0;
}
.cid-umbNqaFbr4 .card-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-umbNqaFbr4 .card-wrapper {
    justify-content: center;
  }
}
.cid-umbNqaFbr4 .card-title {
  color: #FC7942;
}
.cid-umbNqaFbr4 .card-text {
  margin-left: 15px;
  color: #ffffff;
}
.cid-umbNqaFbr4 .border-item {
  width: 100%;
  height: 2px;
  margin-top: 58px;
  background-color: #dd3135;
}
@media (max-width: 1399px) {
  .cid-umbNqaFbr4 .border-item {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .cid-umbNqaFbr4 .border-item {
    margin-top: 40px;
  }
}
.cid-umc5xdxPC6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-umc5xdxPC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc5xdxPC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc5xdxPC6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-umc5xdxPC6 .title-wrapper .mbr-section-title span {
  color: #f58634;
}
@media (max-width: 992px) {
  .cid-umc5xdxPC6 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-umc5xdxPC6 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umc5xdxPC6 .item {
    margin-bottom: 16px;
  }
}
.cid-umc5xdxPC6 .item:hover .item-wrapper .item-img img,
.cid-umc5xdxPC6 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-umc5xdxPC6 .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-umc5xdxPC6 .item .item-wrapper {
    display: block;
  }
}
.cid-umc5xdxPC6 .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-umc5xdxPC6 .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-umc5xdxPC6 .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-umc5xdxPC6 .item .item-wrapper .item-content .item-title_1,
.cid-umc5xdxPC6 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-umc5xdxPC6 .item .item-wrapper .item-content .item-text_1,
.cid-umc5xdxPC6 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-umc5xdxPC6 .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-umc5xdxPC6 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-umc5xdxPC6 .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umc5xdxPC6 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-umc5xdxPC6 .item .card_1 {
  background-color: #000000;
}
.cid-umc5xdxPC6 .item .card_2 {
  background-color: #f58634;
}
.cid-umc5xdxPC6 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-umc5xdxPC6 .item-title_1 {
  color: #ffffff;
}
.cid-umc5xdxPC6 .item-title_2 {
  color: #ffffff;
}
.cid-umc5xdxPC6 .item-text_1 {
  color: #ffffff;
}
.cid-umc5xdxPC6 .item-text_2 {
  color: #12b82e;
}
.cid-umc5xdxPC6 .item-text_2,
.cid-umc5xdxPC6 .mbr-section-btn {
  color: #ffffff;
}
.cid-umcl2x2CAw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #15171a;
}
@media (max-width: 575px) {
  .cid-umcl2x2CAw .row {
    text-align: center!important;
  }
}
.cid-umcl2x2CAw .mbr-section-title {
  color: #000000;
}
.cid-umcl2x2CAw .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-umcl2x2CAw .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-umcl2x2CAw .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-umcl2x2CAw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umcl2x2CAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcl2x2CAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umcl2x2CAw .mbr-section-title,
.cid-umcl2x2CAw .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-umcbyCEuwK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-umcbyCEuwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcbyCEuwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umcbyCEuwK .items-wrap {
  justify-content: center;
}
.cid-umcbyCEuwK .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-umcbyCEuwK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umcbyCEuwK .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-umcbyCEuwK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-umcbyCEuwK .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-umcbyCEuwK .item {
    margin-bottom: 16px;
  }
}
.cid-umcbyCEuwK .item:hover .item-wrapper,
.cid-umcbyCEuwK .item:focus .item-wrapper {
  border: 2px solid #ff967a;
}
.cid-umcbyCEuwK .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umcbyCEuwK .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-umcbyCEuwK .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-umcbyCEuwK .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-umcbyCEuwK .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #f96e47, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-umcbyCEuwK .item .item-wrapper .card-box .title-wrap .item-title,
.cid-umcbyCEuwK .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-umcbyCEuwK .item .item-wrapper .card-box .title-wrap .item-text,
.cid-umcbyCEuwK .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-umcbyCEuwK .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-umcbyCEuwK .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-umcbyCEuwK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umcbyCEuwK .item-title {
  color: #f2f2f2;
}
.cid-umcbyCEuwK .item-title_2 {
  color: #f2f2f2;
}
.cid-umcbyCEuwK .item-text {
  color: #b9b9b9;
}
.cid-umcbyCEuwK .item-text_2 {
  color: #b9b9b9;
}
.cid-umcB59mefW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-umcB59mefW .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcB59mefW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umcB59mefW .container {
    padding: 0 15px;
  }
}
.cid-umcB59mefW .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-umcB59mefW .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-umcB59mefW .content-wrapper {
    padding-left: 0;
  }
}
.cid-umcB59mefW .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-umcB59mefW .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-umcB59mefW .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-umcB59mefW .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-umcB59mefW .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-umcB59mefW .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-umcB59mefW .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-umcB59mefW .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-umcB59mefW .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-umcB59mefW .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-umcB59mefW .mbr-desc,
.cid-umcB59mefW .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-umdeHtc1yo {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/contador-1-2000x1333.webp");
}
.cid-umdeHtc1yo .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-umdeHtc1yo .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-umdeHtc1yo {
    align-items: center;
  }
  .cid-umdeHtc1yo .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umdeHtc1yo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-umdeHtc1yo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-umdeHtc1yo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-umdeHtc1yo .content-wrap {
    width: 100%;
  }
}
.cid-umdeHtc1yo .mbr-section-title {
  text-align: center;
}
.cid-umdeHtc1yo .mbr-text,
.cid-umdeHtc1yo .mbr-section-btn {
  text-align: center;
}
.cid-umcyuaO0ch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
  overflow: hidden;
}
.cid-umcyuaO0ch .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcyuaO0ch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .container {
    padding: 0 30px;
  }
}
.cid-umcyuaO0ch .card {
  justify-content: center;
}
.cid-umcyuaO0ch .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-umcyuaO0ch .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .title-wrapper {
    padding: 0;
  }
}
.cid-umcyuaO0ch .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-umcyuaO0ch .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-umcyuaO0ch .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-umcyuaO0ch .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-umcyuaO0ch .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .content-wrapper {
    padding: 0;
  }
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card:hover::before,
.cid-umcyuaO0ch .content-wrapper .panel-group .card:focus::before,
.cid-umcyuaO0ch .content-wrapper .panel-group .card:hover::after,
.cid-umcyuaO0ch .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
  opacity: .2;
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-umcyuaO0ch .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-umcyuaO0ch .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umcyuaO0ch .mbr-desc {
  color: #bee0d6;
}
.cid-umcyuaO0ch .mbr-section-title {
  color: #ffffff;
}
.cid-umcyuaO0ch .panel-number {
  color: #bee0d6;
}
.cid-umcyuaO0ch .panel-title-edit {
  color: #ffffff;
}
.cid-umcyuaO0ch .panel-text {
  color: #ffffff;
}
.cid-umcyuaO0ch .mbr-desc,
.cid-umcyuaO0ch .desc-wrapper {
  color: #ffffff;
}
.cid-umcTfCJYQf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umcTfCJYQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcTfCJYQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-umcTfCJYQf .container {
    padding: 0 16px;
  }
}
.cid-umcTfCJYQf .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-umcTfCJYQf .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-umcTfCJYQf .row .card {
  justify-content: flex-end;
}
.cid-umcTfCJYQf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-umcTfCJYQf .content-wrapper {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-umcTfCJYQf .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-umcTfCJYQf .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-umcTfCJYQf .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-umcTfCJYQf .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-umcTfCJYQf .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-umcTfCJYQf .mbr-section-title {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-section-subtitle {
  color: #000000;
}
.cid-umcTfCJYQf .mbr-text {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-list-title {
  color: #6f6f6f;
}
.cid-umcTfCJYQf .list {
  color: #000000;
}
.cid-umcTfCJYQf .mbr-contact {
  color: #000000;
}
.cid-umcTfCJYQf .list,
.cid-umcTfCJYQf .item-wrap {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-section-subtitle,
.cid-umcTfCJYQf .mbr-section-btn {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-contact,
.cid-umcTfCJYQf .item-wrapper {
  color: #ffffff;
}
.cid-umd6KaNpHX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umd6KaNpHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-umd6KaNpHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umd6KaNpHX .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-umd6KaNpHX .content-container {
    flex-direction: column;
  }
}
.cid-umd6KaNpHX .icons-menu {
  display: flex;
}
.cid-umd6KaNpHX .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-umd6KaNpHX .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-umd6KaNpHX .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-umd6KaNpHX .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-umd6KaNpHX .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-umd6KaNpHX .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-umd6KaNpHX .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-umbA1n79MQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umbA1n79MQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umbA1n79MQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umbA1n79MQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umbA1n79MQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umbA1n79MQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umbA1n79MQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umbA1n79MQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umbA1n79MQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umbA1n79MQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umbA1n79MQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umbA1n79MQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umbA1n79MQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umbA1n79MQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umbA1n79MQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umbA1n79MQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-umbA1n79MQ .nav-item:focus,
.cid-umbA1n79MQ .nav-link:focus {
  outline: none;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umbA1n79MQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umbA1n79MQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umbA1n79MQ .navbar.opened {
  transition: all 0.25s;
}
.cid-umbA1n79MQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umbA1n79MQ .navbar .navbar-logo img {
  width: auto;
}
.cid-umbA1n79MQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umbA1n79MQ .navbar.collapsed {
  justify-content: center;
}
.cid-umbA1n79MQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umbA1n79MQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-umbA1n79MQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umbA1n79MQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar {
    min-height: 72px;
  }
  .cid-umbA1n79MQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umbA1n79MQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umbA1n79MQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umbA1n79MQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umbA1n79MQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umbA1n79MQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umbA1n79MQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umbA1n79MQ .dropdown-item.active,
.cid-umbA1n79MQ .dropdown-item:active {
  background-color: transparent;
}
.cid-umbA1n79MQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umbA1n79MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umbA1n79MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umbA1n79MQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umbA1n79MQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umbA1n79MQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .navbar-buttons {
    text-align: left;
  }
}
.cid-umbA1n79MQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umbA1n79MQ .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-umbA1n79MQ .opacityScroll {
  background: #000000 !important;
}
.cid-umbA1n79MQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umbA1n79MQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umbA1n79MQ .navbar {
    height: 70px;
  }
  .cid-umbA1n79MQ .navbar.opened {
    height: auto;
  }
  .cid-umbA1n79MQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umbA1n79MQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umbA1n79MQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umbA1n79MQ .navbar-brand {
    margin-right: auto;
  }
  .cid-umbA1n79MQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umbA1n79MQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umbA1n79MQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umbA1n79MQ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umbA1n79MQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCMV2iAqOq {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/bannersite-2000x1333.webp");
}
.cid-uCMV2iAqOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMV2iAqOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCMV2iAqOq .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uCMV2iAqOq .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uCMV2iAqOq .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uCMV2iAqOq .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uCMV2iAqOq .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCMV2iAqOq .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f58634, #f7a365);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uCMV2iAqOq .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCMV2iAqOq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCMV2iAqOq .btn-wrapper {
  margin-top: -15%;
}
.cid-uCMV2iAqOq .mbr-section-title {
  color: #272b2e;
}
.cid-uCMV2iAqOq .mbr-text,
.cid-uCMV2iAqOq .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uCMV2iAqOq .mbr-section-title,
.cid-uCMV2iAqOq .mbr-section-btn,
.cid-uCMV2iAqOq .clients-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-umigdCgLmn {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-umigdCgLmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-umigdCgLmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umigdCgLmn .items-wrap {
  justify-content: center;
}
.cid-umigdCgLmn .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-umigdCgLmn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umigdCgLmn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-umigdCgLmn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-umigdCgLmn .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-umigdCgLmn .item {
    margin-bottom: 16px;
  }
}
.cid-umigdCgLmn .item:hover .item-wrapper,
.cid-umigdCgLmn .item:focus .item-wrapper {
  border: 2px solid #ff967a;
}
.cid-umigdCgLmn .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umigdCgLmn .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-umigdCgLmn .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-umigdCgLmn .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-umigdCgLmn .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #f96e47, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-umigdCgLmn .item .item-wrapper .card-box .title-wrap .item-title,
.cid-umigdCgLmn .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-umigdCgLmn .item .item-wrapper .card-box .title-wrap .item-text,
.cid-umigdCgLmn .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-umigdCgLmn .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-umigdCgLmn .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-umigdCgLmn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umigdCgLmn .item-title {
  color: #f2f2f2;
}
.cid-umigdCgLmn .item-title_2 {
  color: #f2f2f2;
}
.cid-umigdCgLmn .item-text {
  color: #b9b9b9;
}
.cid-umigdCgLmn .item-text_2 {
  color: #b9b9b9;
}
.cid-uD9QGSqqWz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uD9QGSqqWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9QGSqqWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9QGSqqWz .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uD9QGSqqWz .title-wrapper .mbr-section-title span {
  color: #f58634;
}
@media (max-width: 992px) {
  .cid-uD9QGSqqWz .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uD9QGSqqWz .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uD9QGSqqWz .item {
    margin-bottom: 16px;
  }
}
.cid-uD9QGSqqWz .item:hover .item-wrapper .item-img img,
.cid-uD9QGSqqWz .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uD9QGSqqWz .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uD9QGSqqWz .item .item-wrapper {
    display: block;
  }
}
.cid-uD9QGSqqWz .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uD9QGSqqWz .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uD9QGSqqWz .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uD9QGSqqWz .item .item-wrapper .item-content .item-title_1,
.cid-uD9QGSqqWz .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uD9QGSqqWz .item .item-wrapper .item-content .item-text_1,
.cid-uD9QGSqqWz .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uD9QGSqqWz .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uD9QGSqqWz .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uD9QGSqqWz .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uD9QGSqqWz .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD9QGSqqWz .item .card_1 {
  background-color: #000000;
}
.cid-uD9QGSqqWz .item .card_2 {
  background-color: #f58634;
}
.cid-uD9QGSqqWz .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uD9QGSqqWz .item-title_1 {
  color: #ffffff;
}
.cid-uD9QGSqqWz .item-title_2 {
  color: #ffffff;
}
.cid-uD9QGSqqWz .item-text_1 {
  color: #ffffff;
}
.cid-uD9QGSqqWz .item-text_2 {
  color: #12b82e;
}
.cid-uD9QGSqqWz .item-text_2,
.cid-uD9QGSqqWz .mbr-section-btn {
  color: #ffffff;
}
.cid-umhz4GPKSa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
  overflow: hidden;
}
.cid-umhz4GPKSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-umhz4GPKSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .container {
    padding: 0 30px;
  }
}
.cid-umhz4GPKSa .card {
  justify-content: center;
}
.cid-umhz4GPKSa .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-umhz4GPKSa .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .title-wrapper {
    padding: 0;
  }
}
.cid-umhz4GPKSa .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-umhz4GPKSa .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-umhz4GPKSa .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-umhz4GPKSa .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-umhz4GPKSa .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .content-wrapper {
    padding: 0;
  }
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card:hover::before,
.cid-umhz4GPKSa .content-wrapper .panel-group .card:focus::before,
.cid-umhz4GPKSa .content-wrapper .panel-group .card:hover::after,
.cid-umhz4GPKSa .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
  opacity: .2;
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-umhz4GPKSa .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-umhz4GPKSa .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umhz4GPKSa .mbr-desc {
  color: #bee0d6;
}
.cid-umhz4GPKSa .mbr-section-title {
  color: #ffffff;
}
.cid-umhz4GPKSa .panel-number {
  color: #bee0d6;
}
.cid-umhz4GPKSa .panel-title-edit {
  color: #ffffff;
}
.cid-umhz4GPKSa .panel-text {
  color: #ffffff;
}
.cid-umhz4GPKSa .mbr-desc,
.cid-umhz4GPKSa .desc-wrapper {
  color: #ffffff;
}
.cid-umcTfCJYQf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umcTfCJYQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcTfCJYQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-umcTfCJYQf .container {
    padding: 0 16px;
  }
}
.cid-umcTfCJYQf .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-umcTfCJYQf .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-umcTfCJYQf .row .card {
  justify-content: flex-end;
}
.cid-umcTfCJYQf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-umcTfCJYQf .content-wrapper {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-umcTfCJYQf .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-umcTfCJYQf .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-umcTfCJYQf .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-umcTfCJYQf .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-umcTfCJYQf .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-umcTfCJYQf .mbr-section-title {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-section-subtitle {
  color: #000000;
}
.cid-umcTfCJYQf .mbr-text {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-list-title {
  color: #6f6f6f;
}
.cid-umcTfCJYQf .list {
  color: #000000;
}
.cid-umcTfCJYQf .mbr-contact {
  color: #000000;
}
.cid-umcTfCJYQf .list,
.cid-umcTfCJYQf .item-wrap {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-section-subtitle,
.cid-umcTfCJYQf .mbr-section-btn {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-contact,
.cid-umcTfCJYQf .item-wrapper {
  color: #ffffff;
}
.cid-uDUATKFUtd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDUATKFUtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUATKFUtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUATKFUtd .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uDUATKFUtd .content-container {
    flex-direction: column;
  }
}
.cid-uDUATKFUtd .icons-menu {
  display: flex;
}
.cid-uDUATKFUtd .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uDUATKFUtd .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uDUATKFUtd .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uDUATKFUtd .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uDUATKFUtd .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uDUATKFUtd .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uDUATKFUtd .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-umbA1n79MQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umbA1n79MQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umbA1n79MQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umbA1n79MQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umbA1n79MQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umbA1n79MQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umbA1n79MQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umbA1n79MQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umbA1n79MQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umbA1n79MQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umbA1n79MQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umbA1n79MQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umbA1n79MQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umbA1n79MQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umbA1n79MQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umbA1n79MQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-umbA1n79MQ .nav-item:focus,
.cid-umbA1n79MQ .nav-link:focus {
  outline: none;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umbA1n79MQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umbA1n79MQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umbA1n79MQ .navbar.opened {
  transition: all 0.25s;
}
.cid-umbA1n79MQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umbA1n79MQ .navbar .navbar-logo img {
  width: auto;
}
.cid-umbA1n79MQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umbA1n79MQ .navbar.collapsed {
  justify-content: center;
}
.cid-umbA1n79MQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umbA1n79MQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-umbA1n79MQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umbA1n79MQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar {
    min-height: 72px;
  }
  .cid-umbA1n79MQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umbA1n79MQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umbA1n79MQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umbA1n79MQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umbA1n79MQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umbA1n79MQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umbA1n79MQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umbA1n79MQ .dropdown-item.active,
.cid-umbA1n79MQ .dropdown-item:active {
  background-color: transparent;
}
.cid-umbA1n79MQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umbA1n79MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umbA1n79MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umbA1n79MQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umbA1n79MQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umbA1n79MQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .navbar-buttons {
    text-align: left;
  }
}
.cid-umbA1n79MQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umbA1n79MQ .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-umbA1n79MQ .opacityScroll {
  background: #000000 !important;
}
.cid-umbA1n79MQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umbA1n79MQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umbA1n79MQ .navbar {
    height: 70px;
  }
  .cid-umbA1n79MQ .navbar.opened {
    height: auto;
  }
  .cid-umbA1n79MQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umbA1n79MQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umbA1n79MQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umbA1n79MQ .navbar-brand {
    margin-right: auto;
  }
  .cid-umbA1n79MQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umbA1n79MQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umbA1n79MQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umbA1n79MQ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umbA1n79MQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umhzq2wcwk {
  background-image: url("../../../assets/images/contador-1-2000x1333.webp");
}
.cid-umhzq2wcwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-umhzq2wcwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umhzq2wcwk .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-umhzq2wcwk .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-umhzq2wcwk .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-umhzq2wcwk .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-umhzq2wcwk .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umhzq2wcwk .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #ea491a, #ee6e49);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-umhzq2wcwk .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umhzq2wcwk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umhzq2wcwk .btn-wrapper {
  margin-top: -15%;
}
.cid-umhzq2wcwk .mbr-section-title {
  color: #272b2e;
}
.cid-umhzq2wcwk .mbr-text,
.cid-umhzq2wcwk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-umhzq2wcwk .mbr-section-title,
.cid-umhzq2wcwk .mbr-section-btn,
.cid-umhzq2wcwk .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-umi38VQ5o5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-umi38VQ5o5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi38VQ5o5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umi38VQ5o5 .mbr-section-head {
  margin-bottom: 75px;
}
@media (max-width: 1399px) {
  .cid-umi38VQ5o5 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-umi38VQ5o5 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-umi38VQ5o5 .mbr-section-title {
  color: #131313;
}
.cid-umi38VQ5o5 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-umi38VQ5o5 .cards-row {
  row-gap: 40px;
}
@media (max-width: 767px) {
  .cid-umi38VQ5o5 .cards-row {
    row-gap: 30px;
  }
}
.cid-umi38VQ5o5 .card {
  border-radius: 0;
}
.cid-umi38VQ5o5 .card-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-umi38VQ5o5 .card-wrapper {
    justify-content: center;
  }
}
.cid-umi38VQ5o5 .card-title {
  color: #FC7942;
}
.cid-umi38VQ5o5 .card-text {
  margin-left: 15px;
  color: #ffffff;
}
.cid-umi38VQ5o5 .border-item {
  width: 100%;
  height: 2px;
  margin-top: 58px;
  background-color: #dd3135;
}
@media (max-width: 1399px) {
  .cid-umi38VQ5o5 .border-item {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .cid-umi38VQ5o5 .border-item {
    margin-top: 40px;
  }
}
.cid-umhZ98euE5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-umhZ98euE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umhZ98euE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umhZ98euE5 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-umhZ98euE5 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-umhZ98euE5 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-umhZ98euE5 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-umhZ98euE5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umhZ98euE5 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umhZ98euE5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umhZ98euE5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-umhZ98euE5 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-umhZ98euE5 .item {
    margin-bottom: 28px;
  }
}
.cid-umhZ98euE5 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-umhZ98euE5 .item .item-wrapper:hover,
.cid-umhZ98euE5 .item .item-wrapper:focus {
  border: 2px solid #dd3135;
  background-color: #dd3135;
}
.cid-umhZ98euE5 .item .item-wrapper .item-wrap {
  border: 1px solid #1e2124;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-umhZ98euE5 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e2124;
}
@media (max-width: 992px) {
  .cid-umhZ98euE5 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-umhZ98euE5 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #f58634;
  background: linear-gradient(90deg, #f58634, #f7a365 65%, #fac095);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-umhZ98euE5 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-umhZ98euE5 .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-umhZ98euE5 .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-umhZ98euE5 .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-umhZ98euE5 .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-umhZ98euE5 .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-umhZ98euE5 .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-umhZ98euE5 .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-umhZ98euE5 .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #f58634;
}
.cid-umhZ98euE5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umhZ98euE5 .mbr-text,
.cid-umhZ98euE5 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-umhZ98euE5 .mbr-desc,
.cid-umhZ98euE5 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-umhZ98euE5 .item-desc {
  color: #9aa0a6;
}
.cid-umhZ98euE5 .item-title {
  color: #ffffff;
}
.cid-umhZ98euE5 .item-text {
  color: #ffffff;
}
.cid-umhZ98euE5 .icon-wrapper {
  text-align: right;
}
.cid-uqTVjHWrct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqTVjHWrct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTVjHWrct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqTVjHWrct .container {
    padding: 0 15px;
  }
}
.cid-uqTVjHWrct .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uqTVjHWrct .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uqTVjHWrct .content-wrapper {
    padding-left: 0;
  }
}
.cid-uqTVjHWrct .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uqTVjHWrct .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uqTVjHWrct .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uqTVjHWrct .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqTVjHWrct .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqTVjHWrct .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uqTVjHWrct .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uqTVjHWrct .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uqTVjHWrct .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-uqTVjHWrct .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uqTVjHWrct .mbr-desc,
.cid-uqTVjHWrct .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uCMK79HyjB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
  overflow: hidden;
}
.cid-uCMK79HyjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMK79HyjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .container {
    padding: 0 30px;
  }
}
.cid-uCMK79HyjB .card {
  justify-content: center;
}
.cid-uCMK79HyjB .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uCMK79HyjB .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .title-wrapper {
    padding: 0;
  }
}
.cid-uCMK79HyjB .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uCMK79HyjB .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uCMK79HyjB .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uCMK79HyjB .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uCMK79HyjB .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .content-wrapper {
    padding: 0;
  }
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card:hover::before,
.cid-uCMK79HyjB .content-wrapper .panel-group .card:focus::before,
.cid-uCMK79HyjB .content-wrapper .panel-group .card:hover::after,
.cid-uCMK79HyjB .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
  opacity: .2;
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-uCMK79HyjB .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-uCMK79HyjB .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uCMK79HyjB .mbr-desc {
  color: #bee0d6;
}
.cid-uCMK79HyjB .mbr-section-title {
  color: #ffffff;
}
.cid-uCMK79HyjB .panel-number {
  color: #bee0d6;
}
.cid-uCMK79HyjB .panel-title-edit {
  color: #ffffff;
}
.cid-uCMK79HyjB .panel-text {
  color: #ffffff;
}
.cid-uCMK79HyjB .mbr-desc,
.cid-uCMK79HyjB .desc-wrapper {
  color: #ffffff;
}
.cid-umcTfCJYQf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umcTfCJYQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcTfCJYQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-umcTfCJYQf .container {
    padding: 0 16px;
  }
}
.cid-umcTfCJYQf .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-umcTfCJYQf .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-umcTfCJYQf .row .card {
  justify-content: flex-end;
}
.cid-umcTfCJYQf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-umcTfCJYQf .content-wrapper {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-umcTfCJYQf .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-umcTfCJYQf .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-umcTfCJYQf .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-umcTfCJYQf .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-umcTfCJYQf .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-umcTfCJYQf .mbr-section-title {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-section-subtitle {
  color: #000000;
}
.cid-umcTfCJYQf .mbr-text {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-list-title {
  color: #6f6f6f;
}
.cid-umcTfCJYQf .list {
  color: #000000;
}
.cid-umcTfCJYQf .mbr-contact {
  color: #000000;
}
.cid-umcTfCJYQf .list,
.cid-umcTfCJYQf .item-wrap {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-section-subtitle,
.cid-umcTfCJYQf .mbr-section-btn {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-contact,
.cid-umcTfCJYQf .item-wrapper {
  color: #ffffff;
}
.cid-uDUB5RPXPm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDUB5RPXPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUB5RPXPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUB5RPXPm .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uDUB5RPXPm .content-container {
    flex-direction: column;
  }
}
.cid-uDUB5RPXPm .icons-menu {
  display: flex;
}
.cid-uDUB5RPXPm .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uDUB5RPXPm .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uDUB5RPXPm .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uDUB5RPXPm .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uDUB5RPXPm .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uDUB5RPXPm .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uDUB5RPXPm .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-umbA1n79MQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umbA1n79MQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umbA1n79MQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umbA1n79MQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umbA1n79MQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umbA1n79MQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umbA1n79MQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umbA1n79MQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umbA1n79MQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umbA1n79MQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umbA1n79MQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umbA1n79MQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umbA1n79MQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umbA1n79MQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umbA1n79MQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umbA1n79MQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-umbA1n79MQ .nav-item:focus,
.cid-umbA1n79MQ .nav-link:focus {
  outline: none;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umbA1n79MQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umbA1n79MQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umbA1n79MQ .navbar.opened {
  transition: all 0.25s;
}
.cid-umbA1n79MQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umbA1n79MQ .navbar .navbar-logo img {
  width: auto;
}
.cid-umbA1n79MQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umbA1n79MQ .navbar.collapsed {
  justify-content: center;
}
.cid-umbA1n79MQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umbA1n79MQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-umbA1n79MQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umbA1n79MQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar {
    min-height: 72px;
  }
  .cid-umbA1n79MQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umbA1n79MQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umbA1n79MQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umbA1n79MQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umbA1n79MQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umbA1n79MQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umbA1n79MQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umbA1n79MQ .dropdown-item.active,
.cid-umbA1n79MQ .dropdown-item:active {
  background-color: transparent;
}
.cid-umbA1n79MQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umbA1n79MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umbA1n79MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umbA1n79MQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umbA1n79MQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umbA1n79MQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .navbar-buttons {
    text-align: left;
  }
}
.cid-umbA1n79MQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umbA1n79MQ .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-umbA1n79MQ .opacityScroll {
  background: #000000 !important;
}
.cid-umbA1n79MQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umbA1n79MQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umbA1n79MQ .navbar {
    height: 70px;
  }
  .cid-umbA1n79MQ .navbar.opened {
    height: auto;
  }
  .cid-umbA1n79MQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umbA1n79MQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umbA1n79MQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umbA1n79MQ .navbar-brand {
    margin-right: auto;
  }
  .cid-umbA1n79MQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umbA1n79MQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umbA1n79MQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umbA1n79MQ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umbA1n79MQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umikvujPxq {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #15171a;
}
.cid-umikvujPxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-umikvujPxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umikvujPxq .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-umikvujPxq .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-umikvujPxq .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-umikvujPxq .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-umikvujPxq .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umikvujPxq .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f58634, #f7a365);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-umikvujPxq .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umikvujPxq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umikvujPxq .btn-wrapper {
  margin-top: -15%;
}
.cid-umikvujPxq .mbr-section-title {
  color: #272b2e;
}
.cid-umikvujPxq .mbr-text,
.cid-umikvujPxq .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-umikvujPxq .mbr-section-title,
.cid-umikvujPxq .mbr-section-btn,
.cid-umikvujPxq .clients-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-umii7hUZl1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
@media (max-width: 575px) {
  .cid-umii7hUZl1 .row {
    text-align: center!important;
  }
}
.cid-umii7hUZl1 .mbr-section-title {
  color: #000000;
}
.cid-umii7hUZl1 .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-umii7hUZl1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-umii7hUZl1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-umii7hUZl1 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umii7hUZl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umii7hUZl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umii7hUZl1 .mbr-section-title,
.cid-umii7hUZl1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-undCjIkL0X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-undCjIkL0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-undCjIkL0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-undCjIkL0X .container {
    padding: 0 15px;
  }
}
.cid-undCjIkL0X .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-undCjIkL0X .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-undCjIkL0X .content-wrapper {
    padding-left: 0;
  }
}
.cid-undCjIkL0X .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-undCjIkL0X .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-undCjIkL0X .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-undCjIkL0X .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-undCjIkL0X .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-undCjIkL0X .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-undCjIkL0X .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-undCjIkL0X .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-undCjIkL0X .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-undCjIkL0X .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-undCjIkL0X .mbr-desc,
.cid-undCjIkL0X .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-umcTfCJYQf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umcTfCJYQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcTfCJYQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-umcTfCJYQf .container {
    padding: 0 16px;
  }
}
.cid-umcTfCJYQf .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-umcTfCJYQf .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-umcTfCJYQf .row .card {
  justify-content: flex-end;
}
.cid-umcTfCJYQf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-umcTfCJYQf .content-wrapper {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-umcTfCJYQf .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-umcTfCJYQf .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-umcTfCJYQf .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-umcTfCJYQf .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-umcTfCJYQf .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-umcTfCJYQf .mbr-section-title {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-section-subtitle {
  color: #000000;
}
.cid-umcTfCJYQf .mbr-text {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-list-title {
  color: #6f6f6f;
}
.cid-umcTfCJYQf .list {
  color: #000000;
}
.cid-umcTfCJYQf .mbr-contact {
  color: #000000;
}
.cid-umcTfCJYQf .list,
.cid-umcTfCJYQf .item-wrap {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-section-subtitle,
.cid-umcTfCJYQf .mbr-section-btn {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-contact,
.cid-umcTfCJYQf .item-wrapper {
  color: #ffffff;
}
.cid-uDUAG7ZWqz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDUAG7ZWqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUAG7ZWqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUAG7ZWqz .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uDUAG7ZWqz .content-container {
    flex-direction: column;
  }
}
.cid-uDUAG7ZWqz .icons-menu {
  display: flex;
}
.cid-uDUAG7ZWqz .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uDUAG7ZWqz .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uDUAG7ZWqz .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uDUAG7ZWqz .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uDUAG7ZWqz .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uDUAG7ZWqz .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uDUAG7ZWqz .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-umbA1n79MQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umbA1n79MQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umbA1n79MQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umbA1n79MQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umbA1n79MQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umbA1n79MQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umbA1n79MQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umbA1n79MQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umbA1n79MQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umbA1n79MQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umbA1n79MQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umbA1n79MQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umbA1n79MQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umbA1n79MQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umbA1n79MQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umbA1n79MQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-umbA1n79MQ .nav-item:focus,
.cid-umbA1n79MQ .nav-link:focus {
  outline: none;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umbA1n79MQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umbA1n79MQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umbA1n79MQ .navbar.opened {
  transition: all 0.25s;
}
.cid-umbA1n79MQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umbA1n79MQ .navbar .navbar-logo img {
  width: auto;
}
.cid-umbA1n79MQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umbA1n79MQ .navbar.collapsed {
  justify-content: center;
}
.cid-umbA1n79MQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umbA1n79MQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-umbA1n79MQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umbA1n79MQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar {
    min-height: 72px;
  }
  .cid-umbA1n79MQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umbA1n79MQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umbA1n79MQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umbA1n79MQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umbA1n79MQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umbA1n79MQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umbA1n79MQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umbA1n79MQ .dropdown-item.active,
.cid-umbA1n79MQ .dropdown-item:active {
  background-color: transparent;
}
.cid-umbA1n79MQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umbA1n79MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umbA1n79MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umbA1n79MQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umbA1n79MQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umbA1n79MQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .navbar-buttons {
    text-align: left;
  }
}
.cid-umbA1n79MQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umbA1n79MQ .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-umbA1n79MQ .opacityScroll {
  background: #000000 !important;
}
.cid-umbA1n79MQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umbA1n79MQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umbA1n79MQ .navbar {
    height: 70px;
  }
  .cid-umbA1n79MQ .navbar.opened {
    height: auto;
  }
  .cid-umbA1n79MQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umbA1n79MQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umbA1n79MQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umbA1n79MQ .navbar-brand {
    margin-right: auto;
  }
  .cid-umbA1n79MQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umbA1n79MQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umbA1n79MQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umbA1n79MQ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umbA1n79MQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCObMhDsjO {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/contador-1-2000x1333.webp");
}
.cid-uCObMhDsjO .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCObMhDsjO .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCObMhDsjO .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uCObMhDsjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCObMhDsjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCObMhDsjO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uCObMhDsjO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uCObMhDsjO .container {
    padding: 0 30px;
  }
}
.cid-uCObMhDsjO .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uCObMhDsjO .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCObMhDsjO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCObMhDsjO .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uCObMhDsjO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #f58634 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uCObMhDsjO .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #f58634;
  transition: all 0.3s ease-in-out;
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uCObMhDsjO .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uCObMhDsjO .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #f58634;
  border-color: #f58634;
  border-radius: 0;
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uCObMhDsjO .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uCObMhDsjO .mbr-desc {
  color: #dd3135;
  text-align: center;
}
.cid-uCObMhDsjO .mbr-section-title {
  color: #ffffff;
}
.cid-uCObMhDsjO .mbr-section-title,
.cid-uCObMhDsjO .mbr-section-btn {
  text-align: center;
}
.cid-uCOcSPNrpi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uCOcSPNrpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOcSPNrpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCOcSPNrpi .container {
    padding: 0 15px;
  }
}
.cid-uCOcSPNrpi .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uCOcSPNrpi .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uCOcSPNrpi .content-wrapper {
    padding-left: 0;
  }
}
.cid-uCOcSPNrpi .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uCOcSPNrpi .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uCOcSPNrpi .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uCOcSPNrpi .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCOcSPNrpi .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCOcSPNrpi .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uCOcSPNrpi .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uCOcSPNrpi .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uCOcSPNrpi .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-uCOcSPNrpi .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uCOcSPNrpi .mbr-desc,
.cid-uCOcSPNrpi .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-umcTfCJYQf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umcTfCJYQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcTfCJYQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-umcTfCJYQf .container {
    padding: 0 16px;
  }
}
.cid-umcTfCJYQf .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-umcTfCJYQf .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-umcTfCJYQf .row .card {
  justify-content: flex-end;
}
.cid-umcTfCJYQf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-umcTfCJYQf .content-wrapper {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-umcTfCJYQf .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-umcTfCJYQf .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-umcTfCJYQf .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-umcTfCJYQf .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-umcTfCJYQf .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-umcTfCJYQf .mbr-section-title {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-section-subtitle {
  color: #000000;
}
.cid-umcTfCJYQf .mbr-text {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-list-title {
  color: #6f6f6f;
}
.cid-umcTfCJYQf .list {
  color: #000000;
}
.cid-umcTfCJYQf .mbr-contact {
  color: #000000;
}
.cid-umcTfCJYQf .list,
.cid-umcTfCJYQf .item-wrap {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-section-subtitle,
.cid-umcTfCJYQf .mbr-section-btn {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-contact,
.cid-umcTfCJYQf .item-wrapper {
  color: #ffffff;
}
.cid-uDUBbANMOd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDUBbANMOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUBbANMOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUBbANMOd .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uDUBbANMOd .content-container {
    flex-direction: column;
  }
}
.cid-uDUBbANMOd .icons-menu {
  display: flex;
}
.cid-uDUBbANMOd .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uDUBbANMOd .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uDUBbANMOd .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uDUBbANMOd .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uDUBbANMOd .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uDUBbANMOd .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uDUBbANMOd .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-umiCAbs2Ax {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umiCAbs2Ax .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umiCAbs2Ax .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-umiCAbs2Ax .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umiCAbs2Ax .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umiCAbs2Ax .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umiCAbs2Ax .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umiCAbs2Ax .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umiCAbs2Ax .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umiCAbs2Ax .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umiCAbs2Ax .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umiCAbs2Ax .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umiCAbs2Ax .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umiCAbs2Ax .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umiCAbs2Ax .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umiCAbs2Ax .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umiCAbs2Ax .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umiCAbs2Ax .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umiCAbs2Ax .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umiCAbs2Ax .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umiCAbs2Ax .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umiCAbs2Ax .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umiCAbs2Ax .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umiCAbs2Ax .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umiCAbs2Ax .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umiCAbs2Ax .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umiCAbs2Ax .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umiCAbs2Ax .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-umiCAbs2Ax .nav-item:focus,
.cid-umiCAbs2Ax .nav-link:focus {
  outline: none;
}
.cid-umiCAbs2Ax .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umiCAbs2Ax .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umiCAbs2Ax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umiCAbs2Ax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umiCAbs2Ax .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umiCAbs2Ax .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umiCAbs2Ax .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umiCAbs2Ax .navbar.opened {
  transition: all 0.25s;
}
.cid-umiCAbs2Ax .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umiCAbs2Ax .navbar .navbar-logo img {
  width: auto;
}
.cid-umiCAbs2Ax .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umiCAbs2Ax .navbar.collapsed {
  justify-content: center;
}
.cid-umiCAbs2Ax .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umiCAbs2Ax .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umiCAbs2Ax .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-umiCAbs2Ax .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umiCAbs2Ax .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umiCAbs2Ax .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-umiCAbs2Ax .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umiCAbs2Ax .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umiCAbs2Ax .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umiCAbs2Ax .navbar {
    min-height: 72px;
  }
  .cid-umiCAbs2Ax .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umiCAbs2Ax .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umiCAbs2Ax .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umiCAbs2Ax .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umiCAbs2Ax .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umiCAbs2Ax .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-umiCAbs2Ax .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umiCAbs2Ax .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umiCAbs2Ax .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umiCAbs2Ax .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umiCAbs2Ax .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umiCAbs2Ax .dropdown-item.active,
.cid-umiCAbs2Ax .dropdown-item:active {
  background-color: transparent;
}
.cid-umiCAbs2Ax .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umiCAbs2Ax .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umiCAbs2Ax .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umiCAbs2Ax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umiCAbs2Ax .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umiCAbs2Ax .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umiCAbs2Ax ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umiCAbs2Ax .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umiCAbs2Ax .navbar-buttons {
    text-align: left;
  }
}
.cid-umiCAbs2Ax button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umiCAbs2Ax button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umiCAbs2Ax button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umiCAbs2Ax button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umiCAbs2Ax button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umiCAbs2Ax button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umiCAbs2Ax nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umiCAbs2Ax nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umiCAbs2Ax nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umiCAbs2Ax nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umiCAbs2Ax .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-umiCAbs2Ax .opacityScroll {
  background: #000000 !important;
}
.cid-umiCAbs2Ax a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umiCAbs2Ax .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umiCAbs2Ax .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umiCAbs2Ax .navbar {
    height: 70px;
  }
  .cid-umiCAbs2Ax .navbar.opened {
    height: auto;
  }
  .cid-umiCAbs2Ax .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umiCAbs2Ax .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umiCAbs2Ax .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umiCAbs2Ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umiCAbs2Ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umiCAbs2Ax .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umiCAbs2Ax .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umiCAbs2Ax .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umiCAbs2Ax .navbar-brand {
    margin-right: auto;
  }
  .cid-umiCAbs2Ax .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umiCAbs2Ax .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umiCAbs2Ax .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umiCAbs2Ax .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umiCAbs2Ax .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umiCAbs2Ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umiCAbs2Ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umiCAbs2Ax .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umiCAbs2Ax .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umiCAbs2Ax .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umiCAbs2Ax .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umiCAbs2Ax .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umiCAbs2Ax .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXPRvoh2qC {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lgpd-2000x1333.webp");
}
.cid-uXPRvoh2qC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXPRvoh2qC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXPRvoh2qC .container {
    padding: 0 16px;
  }
}
.cid-uXPRvoh2qC .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uXPRvoh2qC .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uXPRvoh2qC .content-wrapper {
  margin-bottom: 80px;
}
.cid-uXPRvoh2qC .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXPRvoh2qC .content-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uXPRvoh2qC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXPRvoh2qC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXPRvoh2qC .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uXPRvoh2qC .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uXPRvoh2qC .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uXPRvoh2qC .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-uXPRvoh2qC .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uXPRvoh2qC .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uXPRvoh2qC .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-uXPRvoh2qC .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-uXPRvoh2qC .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-uXPRvoh2qC .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uXPRvoh2qC .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXPRvoh2qC .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-uXPRvoh2qC .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #f1634f;
}
.cid-uXPRvoh2qC .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXPRvoh2qC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXPRvoh2qC .mbr-text,
.cid-uXPRvoh2qC .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXPRvoh2qC .item-desc {
  color: #000000;
}
.cid-uXPRvoh2qC .item-title {
  color: #f1634f;
}
.cid-uXPRvoh2qC .item-price {
  color: #000000;
}
.cid-uXPRvoh2qC .mbr-list-title {
  color: #000000;
}
.cid-uXPRvoh2qC .list {
  color: #000000;
}
.cid-uMXXf8PhF1 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uMXXf8PhF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXXf8PhF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMXXf8PhF1 .container {
    padding: 0 16px;
  }
}
.cid-uMXXf8PhF1 .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uMXXf8PhF1 .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMXXf8PhF1 .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uMXXf8PhF1 .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMXXf8PhF1 .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMXXf8PhF1 .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uMXXf8PhF1 .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uMXXf8PhF1 .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uMXXf8PhF1 .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uMXXf8PhF1 .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dd3135;
  background-color: transparent;
  border: 3px solid #dd3135;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uMXXf8PhF1 .dragArea.row {
  background-color: #e1e7f2;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uMXXf8PhF1 .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uMXXf8PhF1 .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uMXXf8PhF1 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uMXXf8PhF1 .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uMXXf8PhF1 .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #272b2e !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uMXXf8PhF1 .dragArea.row .form-group .form-control:hover,
.cid-uMXXf8PhF1 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #272b2e !important;
  box-shadow: none;
}
.cid-uMXXf8PhF1 .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uMXXf8PhF1 .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #f96e47;
  border-color: #f96e47;
}
.cid-uMXXf8PhF1 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uMXXf8PhF1 .mbr-title {
  color: #000000;
}
.cid-uMXXf8PhF1 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uMXXf8PhF1 .mbr-section-subtitle {
  color: #08323C;
}
.cid-uMXXf8PhF1 .mbr-text {
  color: #000000;
}
.cid-uMXXf8PhF1 .list {
  color: #000000;
}
.cid-uMXXf8PhF1 label {
  color: #08323C;
}
.cid-uXQ3DZAfVM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
  overflow: hidden;
}
.cid-uXQ3DZAfVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXQ3DZAfVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .container {
    padding: 0 30px;
  }
}
.cid-uXQ3DZAfVM .card {
  justify-content: center;
}
.cid-uXQ3DZAfVM .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uXQ3DZAfVM .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .title-wrapper {
    padding: 0;
  }
}
.cid-uXQ3DZAfVM .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uXQ3DZAfVM .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uXQ3DZAfVM .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXQ3DZAfVM .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uXQ3DZAfVM .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .content-wrapper {
    padding: 0;
  }
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card:hover::before,
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card:focus::before,
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card:hover::after,
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
  opacity: .2;
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-uXQ3DZAfVM .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-uXQ3DZAfVM .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uXQ3DZAfVM .mbr-desc {
  color: #bee0d6;
}
.cid-uXQ3DZAfVM .mbr-section-title {
  color: #ffffff;
}
.cid-uXQ3DZAfVM .panel-number {
  color: #bee0d6;
}
.cid-uXQ3DZAfVM .panel-title-edit {
  color: #ffffff;
}
.cid-uXQ3DZAfVM .panel-text {
  color: #ffffff;
}
.cid-uXQ3DZAfVM .mbr-desc,
.cid-uXQ3DZAfVM .desc-wrapper {
  color: #ffffff;
}
.cid-umiCAcRS0m {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umiCAcRS0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-umiCAcRS0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-umiCAcRS0m .container {
    padding: 0 16px;
  }
}
.cid-umiCAcRS0m .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-umiCAcRS0m .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-umiCAcRS0m .row .card {
  justify-content: flex-end;
}
.cid-umiCAcRS0m .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umiCAcRS0m .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-umiCAcRS0m .content-wrapper {
  margin-bottom: 24px;
}
.cid-umiCAcRS0m .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-umiCAcRS0m .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-umiCAcRS0m .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-umiCAcRS0m .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-umiCAcRS0m .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-umiCAcRS0m .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-umiCAcRS0m .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-umiCAcRS0m .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-umiCAcRS0m .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-umiCAcRS0m .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-umiCAcRS0m .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-umiCAcRS0m .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-umiCAcRS0m .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-umiCAcRS0m .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-umiCAcRS0m .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-umiCAcRS0m .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-umiCAcRS0m .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-umiCAcRS0m .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umiCAcRS0m .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-umiCAcRS0m .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-umiCAcRS0m .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-umiCAcRS0m .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-umiCAcRS0m .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-umiCAcRS0m .mbr-section-title {
  color: #ffffff;
}
.cid-umiCAcRS0m .mbr-section-subtitle {
  color: #000000;
}
.cid-umiCAcRS0m .mbr-text {
  color: #ffffff;
}
.cid-umiCAcRS0m .mbr-list-title {
  color: #6f6f6f;
}
.cid-umiCAcRS0m .list {
  color: #000000;
}
.cid-umiCAcRS0m .mbr-contact {
  color: #000000;
}
.cid-umiCAcRS0m .list,
.cid-umiCAcRS0m .item-wrap {
  color: #ffffff;
}
.cid-umiCAcRS0m .mbr-section-subtitle,
.cid-umiCAcRS0m .mbr-section-btn {
  color: #ffffff;
}
.cid-umiCAcRS0m .mbr-contact,
.cid-umiCAcRS0m .item-wrapper {
  color: #ffffff;
}
.cid-uDUBgiAC5n {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDUBgiAC5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUBgiAC5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUBgiAC5n .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uDUBgiAC5n .content-container {
    flex-direction: column;
  }
}
.cid-uDUBgiAC5n .icons-menu {
  display: flex;
}
.cid-uDUBgiAC5n .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uDUBgiAC5n .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uDUBgiAC5n .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uDUBgiAC5n .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uDUBgiAC5n .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uDUBgiAC5n .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uDUBgiAC5n .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-umbA1n79MQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umbA1n79MQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umbA1n79MQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umbA1n79MQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umbA1n79MQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umbA1n79MQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umbA1n79MQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umbA1n79MQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umbA1n79MQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umbA1n79MQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umbA1n79MQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umbA1n79MQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umbA1n79MQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umbA1n79MQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umbA1n79MQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umbA1n79MQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umbA1n79MQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-umbA1n79MQ .nav-item:focus,
.cid-umbA1n79MQ .nav-link:focus {
  outline: none;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umbA1n79MQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umbA1n79MQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umbA1n79MQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umbA1n79MQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umbA1n79MQ .navbar.opened {
  transition: all 0.25s;
}
.cid-umbA1n79MQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umbA1n79MQ .navbar .navbar-logo img {
  width: auto;
}
.cid-umbA1n79MQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umbA1n79MQ .navbar.collapsed {
  justify-content: center;
}
.cid-umbA1n79MQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umbA1n79MQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umbA1n79MQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-umbA1n79MQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umbA1n79MQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umbA1n79MQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umbA1n79MQ .navbar {
    min-height: 72px;
  }
  .cid-umbA1n79MQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umbA1n79MQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umbA1n79MQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-umbA1n79MQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umbA1n79MQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umbA1n79MQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umbA1n79MQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umbA1n79MQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umbA1n79MQ .dropdown-item.active,
.cid-umbA1n79MQ .dropdown-item:active {
  background-color: transparent;
}
.cid-umbA1n79MQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umbA1n79MQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umbA1n79MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umbA1n79MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umbA1n79MQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umbA1n79MQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umbA1n79MQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .navbar-buttons {
    text-align: left;
  }
}
.cid-umbA1n79MQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umbA1n79MQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umbA1n79MQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umbA1n79MQ .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-umbA1n79MQ .opacityScroll {
  background: #000000 !important;
}
.cid-umbA1n79MQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umbA1n79MQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umbA1n79MQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umbA1n79MQ .navbar {
    height: 70px;
  }
  .cid-umbA1n79MQ .navbar.opened {
    height: auto;
  }
  .cid-umbA1n79MQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umbA1n79MQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umbA1n79MQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umbA1n79MQ .navbar-brand {
    margin-right: auto;
  }
  .cid-umbA1n79MQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umbA1n79MQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umbA1n79MQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umbA1n79MQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umbA1n79MQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umbA1n79MQ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umbA1n79MQ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umbA1n79MQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-undwTwtEUy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-6.webp");
}
.cid-undwTwtEUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-undwTwtEUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-undwTwtEUy .content-wrap {
  justify-content: flex-end;
}
.cid-undwTwtEUy .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-undwTwtEUy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-undwTwtEUy .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-undwTwtEUy .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f58634, #f7a365);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-undwTwtEUy .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-undwTwtEUy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-undwTwtEUy .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-undwTwtEUy .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-undwTwtEUy .image-wrapper {
    padding: 0;
  }
}
.cid-undwTwtEUy .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-undwTwtEUy .image-wrapper img {
    height: 350px;
  }
}
.cid-undwTwtEUy .mbr-section-title {
  color: #ffffff;
}
.cid-undwTwtEUy .mbr-text,
.cid-undwTwtEUy .text-wrapper {
  color: #ffffff;
}
.cid-undyNvSpz7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-undyNvSpz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-undyNvSpz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-undyNvSpz7 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-undyNvSpz7 .content-wrapper {
    padding: 0;
  }
}
.cid-undyNvSpz7 .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-undyNvSpz7 .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-undyNvSpz7 .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #15171a;
  margin-bottom: 0;
}
.cid-undyNvSpz7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-undyNvSpz7 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-undyNvSpz7 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-undyNvSpz7 .list {
  color: #ffe66d;
  text-align: center;
}
.cid-undyNvSpz7 .mbr-text,
.cid-undyNvSpz7 .text-wrapper {
  color: #050f0f;
}
.cid-undyNvSpz7 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-undyNvSpz7 .mbr-text,
.cid-undyNvSpz7 .text-wrapper,
.cid-undyNvSpz7 .rating-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-undyNvSpz7 .list,
.cid-undyNvSpz7 .item-wrap {
  color: #f58634;
}
.cid-undAbvYsox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-undAbvYsox .mbr-fallback-image.disabled {
  display: none;
}
.cid-undAbvYsox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-undAbvYsox .container {
    padding: 0 15px;
  }
}
.cid-undAbvYsox .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-undAbvYsox .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-undAbvYsox .content-wrapper {
    padding-left: 0;
  }
}
.cid-undAbvYsox .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-undAbvYsox .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-undAbvYsox .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-undAbvYsox .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-undAbvYsox .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-undAbvYsox .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-undAbvYsox .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-undAbvYsox .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-undAbvYsox .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-undAbvYsox .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-undAbvYsox .mbr-desc,
.cid-undAbvYsox .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-umcTfCJYQf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umcTfCJYQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcTfCJYQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-umcTfCJYQf .container {
    padding: 0 16px;
  }
}
.cid-umcTfCJYQf .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-umcTfCJYQf .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-umcTfCJYQf .row .card {
  justify-content: flex-end;
}
.cid-umcTfCJYQf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-umcTfCJYQf .content-wrapper {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-umcTfCJYQf .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-umcTfCJYQf .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-umcTfCJYQf .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-umcTfCJYQf .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-umcTfCJYQf .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-umcTfCJYQf .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-umcTfCJYQf .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-umcTfCJYQf .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-umcTfCJYQf .mbr-section-title {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-section-subtitle {
  color: #000000;
}
.cid-umcTfCJYQf .mbr-text {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-list-title {
  color: #6f6f6f;
}
.cid-umcTfCJYQf .list {
  color: #000000;
}
.cid-umcTfCJYQf .mbr-contact {
  color: #000000;
}
.cid-umcTfCJYQf .list,
.cid-umcTfCJYQf .item-wrap {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-section-subtitle,
.cid-umcTfCJYQf .mbr-section-btn {
  color: #ffffff;
}
.cid-umcTfCJYQf .mbr-contact,
.cid-umcTfCJYQf .item-wrapper {
  color: #ffffff;
}
.cid-uDUAshz6Nf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDUAshz6Nf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUAshz6Nf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUAshz6Nf .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uDUAshz6Nf .content-container {
    flex-direction: column;
  }
}
.cid-uDUAshz6Nf .icons-menu {
  display: flex;
}
.cid-uDUAshz6Nf .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uDUAshz6Nf .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uDUAshz6Nf .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uDUAshz6Nf .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uDUAshz6Nf .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uDUAshz6Nf .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uDUAshz6Nf .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uCMNIySe0R {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCMNIySe0R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCMNIySe0R .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-uCMNIySe0R .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCMNIySe0R .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCMNIySe0R .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCMNIySe0R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCMNIySe0R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCMNIySe0R .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCMNIySe0R .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uCMNIySe0R .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uCMNIySe0R .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCMNIySe0R .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCMNIySe0R .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCMNIySe0R .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uCMNIySe0R .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCMNIySe0R .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCMNIySe0R .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCMNIySe0R .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCMNIySe0R .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCMNIySe0R .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCMNIySe0R .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCMNIySe0R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uCMNIySe0R .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uCMNIySe0R .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCMNIySe0R .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCMNIySe0R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCMNIySe0R .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uCMNIySe0R .nav-item:focus,
.cid-uCMNIySe0R .nav-link:focus {
  outline: none;
}
.cid-uCMNIySe0R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCMNIySe0R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCMNIySe0R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCMNIySe0R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCMNIySe0R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCMNIySe0R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCMNIySe0R .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCMNIySe0R .navbar.opened {
  transition: all 0.25s;
}
.cid-uCMNIySe0R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCMNIySe0R .navbar .navbar-logo img {
  width: auto;
}
.cid-uCMNIySe0R .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCMNIySe0R .navbar.collapsed {
  justify-content: center;
}
.cid-uCMNIySe0R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCMNIySe0R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCMNIySe0R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCMNIySe0R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCMNIySe0R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCMNIySe0R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCMNIySe0R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCMNIySe0R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCMNIySe0R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCMNIySe0R .navbar {
    min-height: 72px;
  }
  .cid-uCMNIySe0R .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCMNIySe0R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCMNIySe0R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCMNIySe0R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCMNIySe0R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCMNIySe0R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCMNIySe0R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCMNIySe0R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCMNIySe0R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCMNIySe0R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCMNIySe0R .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCMNIySe0R .dropdown-item.active,
.cid-uCMNIySe0R .dropdown-item:active {
  background-color: transparent;
}
.cid-uCMNIySe0R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCMNIySe0R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCMNIySe0R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCMNIySe0R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCMNIySe0R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCMNIySe0R .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCMNIySe0R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCMNIySe0R .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCMNIySe0R .navbar-buttons {
    text-align: left;
  }
}
.cid-uCMNIySe0R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCMNIySe0R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCMNIySe0R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCMNIySe0R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCMNIySe0R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCMNIySe0R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCMNIySe0R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCMNIySe0R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCMNIySe0R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCMNIySe0R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCMNIySe0R .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-uCMNIySe0R .opacityScroll {
  background: #000000 !important;
}
.cid-uCMNIySe0R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCMNIySe0R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCMNIySe0R .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCMNIySe0R .navbar {
    height: 70px;
  }
  .cid-uCMNIySe0R .navbar.opened {
    height: auto;
  }
  .cid-uCMNIySe0R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCMNIySe0R .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCMNIySe0R .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCMNIySe0R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCMNIySe0R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uCMNIySe0R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCMNIySe0R .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCMNIySe0R .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCMNIySe0R .navbar-brand {
    margin-right: auto;
  }
  .cid-uCMNIySe0R .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCMNIySe0R .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCMNIySe0R .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCMNIySe0R .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCMNIySe0R .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCMNIySe0R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCMNIySe0R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uCMNIySe0R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCMNIySe0R .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCMNIySe0R .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCMNIySe0R .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uCMNIySe0R .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uCMNIySe0R .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCOq32TSwv {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lgpd-2000x1333.webp");
}
.cid-uCOq32TSwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOq32TSwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCOq32TSwv .container {
    padding: 0 16px;
  }
}
.cid-uCOq32TSwv .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uCOq32TSwv .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uCOq32TSwv .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uCOq32TSwv .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uCOq32TSwv .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uCOq32TSwv .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uCOq32TSwv .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
  padding-left: 0;
}
.cid-uCOq32TSwv .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  position: relative;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uCOq32TSwv .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uCOq32TSwv .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uCOq32TSwv .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uCOq32TSwv .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCOq32TSwv .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uCOq32TSwv .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uCOq32TSwv .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uCOq32TSwv .dragArea.row .form-group .form-control:hover,
.cid-uCOq32TSwv .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-uCOq32TSwv .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uCOq32TSwv .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #f96e47;
  border-color: #f96e47;
}
.cid-uCOq32TSwv .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uCOq32TSwv .mbr-title {
  color: #ffffff;
}
.cid-uCOq32TSwv .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uCOq32TSwv .mbr-section-subtitle {
  color: #08323C;
}
.cid-uCOq32TSwv .mbr-text {
  color: #ffffff;
}
.cid-uCOq32TSwv .list {
  color: #08323C;
}
.cid-uCOq32TSwv label {
  color: #08323C;
}
.cid-uCMNIzJODK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uCMNIzJODK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMNIzJODK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCMNIzJODK .container {
    padding: 0 15px;
  }
}
.cid-uCMNIzJODK .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uCMNIzJODK .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uCMNIzJODK .content-wrapper {
    padding-left: 0;
  }
}
.cid-uCMNIzJODK .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uCMNIzJODK .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uCMNIzJODK .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uCMNIzJODK .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCMNIzJODK .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCMNIzJODK .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uCMNIzJODK .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uCMNIzJODK .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uCMNIzJODK .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-uCMNIzJODK .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uCMNIzJODK .mbr-desc,
.cid-uCMNIzJODK .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uCMNIzY7a0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uCMNIzY7a0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMNIzY7a0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uCMNIzY7a0 .container {
    padding: 0 16px;
  }
}
.cid-uCMNIzY7a0 .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uCMNIzY7a0 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uCMNIzY7a0 .row .card {
  justify-content: flex-end;
}
.cid-uCMNIzY7a0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCMNIzY7a0 .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uCMNIzY7a0 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uCMNIzY7a0 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uCMNIzY7a0 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uCMNIzY7a0 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uCMNIzY7a0 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uCMNIzY7a0 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uCMNIzY7a0 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uCMNIzY7a0 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uCMNIzY7a0 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uCMNIzY7a0 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uCMNIzY7a0 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCMNIzY7a0 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uCMNIzY7a0 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCMNIzY7a0 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uCMNIzY7a0 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-uCMNIzY7a0 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uCMNIzY7a0 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uCMNIzY7a0 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uCMNIzY7a0 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCMNIzY7a0 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uCMNIzY7a0 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-uCMNIzY7a0 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-uCMNIzY7a0 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uCMNIzY7a0 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uCMNIzY7a0 .mbr-section-title {
  color: #ffffff;
}
.cid-uCMNIzY7a0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uCMNIzY7a0 .mbr-text {
  color: #ffffff;
}
.cid-uCMNIzY7a0 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uCMNIzY7a0 .list {
  color: #000000;
}
.cid-uCMNIzY7a0 .mbr-contact {
  color: #000000;
}
.cid-uCMNIzY7a0 .list,
.cid-uCMNIzY7a0 .item-wrap {
  color: #ffffff;
}
.cid-uCMNIzY7a0 .mbr-section-subtitle,
.cid-uCMNIzY7a0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uCMNIzY7a0 .mbr-contact,
.cid-uCMNIzY7a0 .item-wrapper {
  color: #ffffff;
}
.cid-uDUAOSn4Zf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDUAOSn4Zf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUAOSn4Zf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUAOSn4Zf .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uDUAOSn4Zf .content-container {
    flex-direction: column;
  }
}
.cid-uDUAOSn4Zf .icons-menu {
  display: flex;
}
.cid-uDUAOSn4Zf .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uDUAOSn4Zf .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uDUAOSn4Zf .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uDUAOSn4Zf .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uDUAOSn4Zf .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uDUAOSn4Zf .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uDUAOSn4Zf .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uD5z4iAY4j {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uD5z4iAY4j .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD5z4iAY4j .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-uD5z4iAY4j .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uD5z4iAY4j .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uD5z4iAY4j .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uD5z4iAY4j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD5z4iAY4j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD5z4iAY4j .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uD5z4iAY4j .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uD5z4iAY4j .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uD5z4iAY4j .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uD5z4iAY4j .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uD5z4iAY4j .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uD5z4iAY4j .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uD5z4iAY4j .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uD5z4iAY4j .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uD5z4iAY4j .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uD5z4iAY4j .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uD5z4iAY4j .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uD5z4iAY4j .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uD5z4iAY4j .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uD5z4iAY4j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uD5z4iAY4j .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uD5z4iAY4j .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uD5z4iAY4j .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uD5z4iAY4j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uD5z4iAY4j .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uD5z4iAY4j .nav-item:focus,
.cid-uD5z4iAY4j .nav-link:focus {
  outline: none;
}
.cid-uD5z4iAY4j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uD5z4iAY4j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD5z4iAY4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uD5z4iAY4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD5z4iAY4j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD5z4iAY4j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD5z4iAY4j .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uD5z4iAY4j .navbar.opened {
  transition: all 0.25s;
}
.cid-uD5z4iAY4j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uD5z4iAY4j .navbar .navbar-logo img {
  width: auto;
}
.cid-uD5z4iAY4j .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uD5z4iAY4j .navbar.collapsed {
  justify-content: center;
}
.cid-uD5z4iAY4j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD5z4iAY4j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uD5z4iAY4j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uD5z4iAY4j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD5z4iAY4j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD5z4iAY4j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uD5z4iAY4j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD5z4iAY4j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uD5z4iAY4j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uD5z4iAY4j .navbar {
    min-height: 72px;
  }
  .cid-uD5z4iAY4j .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uD5z4iAY4j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD5z4iAY4j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD5z4iAY4j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD5z4iAY4j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD5z4iAY4j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uD5z4iAY4j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD5z4iAY4j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uD5z4iAY4j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uD5z4iAY4j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uD5z4iAY4j .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uD5z4iAY4j .dropdown-item.active,
.cid-uD5z4iAY4j .dropdown-item:active {
  background-color: transparent;
}
.cid-uD5z4iAY4j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD5z4iAY4j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD5z4iAY4j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD5z4iAY4j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uD5z4iAY4j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uD5z4iAY4j .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uD5z4iAY4j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uD5z4iAY4j .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uD5z4iAY4j .navbar-buttons {
    text-align: left;
  }
}
.cid-uD5z4iAY4j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uD5z4iAY4j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uD5z4iAY4j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uD5z4iAY4j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5z4iAY4j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5z4iAY4j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uD5z4iAY4j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5z4iAY4j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uD5z4iAY4j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uD5z4iAY4j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5z4iAY4j .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-uD5z4iAY4j .opacityScroll {
  background: #000000 !important;
}
.cid-uD5z4iAY4j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uD5z4iAY4j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uD5z4iAY4j .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD5z4iAY4j .navbar {
    height: 70px;
  }
  .cid-uD5z4iAY4j .navbar.opened {
    height: auto;
  }
  .cid-uD5z4iAY4j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD5z4iAY4j .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uD5z4iAY4j .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uD5z4iAY4j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uD5z4iAY4j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uD5z4iAY4j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uD5z4iAY4j .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uD5z4iAY4j .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uD5z4iAY4j .navbar-brand {
    margin-right: auto;
  }
  .cid-uD5z4iAY4j .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uD5z4iAY4j .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uD5z4iAY4j .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uD5z4iAY4j .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uD5z4iAY4j .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uD5z4iAY4j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uD5z4iAY4j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uD5z4iAY4j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uD5z4iAY4j .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uD5z4iAY4j .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uD5z4iAY4j .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uD5z4iAY4j .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uD5z4iAY4j .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uD5zdiHwr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5zdiHwr6 .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/empreender-2000x1125.webp");
}
@media (max-width: 992px) {
  .cid-uD5zdiHwr6 .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uD5zdiHwr6 .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uD5zdiHwr6 .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uD5zdiHwr6 .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uD5zdiHwr6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uD5zdiHwr6 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #dd3135, #e45d60);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uD5zdiHwr6 .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uD5zdiHwr6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uD5zdiHwr6 .btn-wrapper {
  margin-top: -15%;
}
.cid-uD5zdiHwr6 .mbr-section-title {
  color: #272b2e;
}
.cid-uD5zdiHwr6 .mbr-text,
.cid-uD5zdiHwr6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uD5zdiHwr6 .mbr-section-title,
.cid-uD5zdiHwr6 .mbr-section-btn,
.cid-uD5zdiHwr6 .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uD5zedvE9d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
}
.cid-uD5zedvE9d .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uD5zedvE9d .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uD5zEp04zT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #252525;
}
.cid-uD5zEp04zT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #1b2026;
  margin-bottom: 2rem;
}
.cid-uD5zEp04zT .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uD5zEp04zT .card-title,
.cid-uD5zEp04zT .card-box {
  color: #000000;
}
.cid-uD5zEp04zT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5zEp04zT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5A4a7Gie {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #252525;
}
.cid-uD5A4a7Gie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5A4a7Gie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5A4a7Gie .mbr-section-title {
  color: #ffffff;
}
.cid-uD5A4a7Gie .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uD5A4a7Gie .mbr-section-btn {
  margin-top: 16px;
}
.cid-uD5zH7tGMi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uD5zH7tGMi .mbr-section-subtitle {
  color: #111120;
  text-align: center;
}
.cid-uD5zH7tGMi .mbr-text {
  color: #777777;
  text-align: center;
}
.cid-uD5zJpKZq7 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD5zJpKZq7 .mbr-section-subtitle {
  color: #111120;
  text-align: center;
}
.cid-uD5zJpKZq7 .mbr-text {
  color: #777777;
  text-align: center;
}
.cid-uD5Gw4iK3H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uD5Gw4iK3H .container {
  padding: 0 5%;
}
.cid-uD5Gw4iK3H .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uD5Gw4iK3H .item:focus,
.cid-uD5Gw4iK3H span:focus {
  outline: none;
}
.cid-uD5Gw4iK3H .item {
  display: flex;
  padding: 4rem 7rem;
  background: #272b2e;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .cid-uD5Gw4iK3H .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uD5Gw4iK3H .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uD5Gw4iK3H .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-uD5Gw4iK3H .item {
    padding: 1.5rem;
  }
}
.cid-uD5Gw4iK3H .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uD5Gw4iK3H .item .item-icon {
    margin-top: 0;
  }
}
.cid-uD5Gw4iK3H .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-uD5Gw4iK3H .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uD5Gw4iK3H .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uD5Gw4iK3H .item .item-wrapper .item-title {
    margin-bottom: 1rem;
  }
}
.cid-uD5Gw4iK3H .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uD5Gw4iK3H .item-title-wrapper {
    min-width: auto;
  }
}
.cid-uD5Gw4iK3H .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uD5Gw4iK3H .item-content {
    margin-left: 0;
  }
}
.cid-uD5Gw4iK3H .mbr-text {
  margin: 0;
}
.cid-uD5Gw4iK3H .item-title {
  color: #FFFFFF;
}
.cid-uD5Gw4iK3H .mbr-text,
.cid-uD5Gw4iK3H .item-icon {
  color: #F0F4FF;
}
.cid-uD5zKuWr2W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uD5zKuWr2W .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uD5zKuWr2W .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1rem;
  background: #252525;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uD5zKuWr2W .card-title,
.cid-uD5zKuWr2W .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uD5zKuWr2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5zKuWr2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5zKVbnQT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uD5zKVbnQT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uD5zKVbnQT .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1rem;
  background: #252525;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uD5zKVbnQT .card-title,
.cid-uD5zKVbnQT .card-box {
  color: #ffffff;
}
.cid-uD5zNh1xLH {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uD5zNh1xLH .link-wrap {
  width: 100%;
}
.cid-uD5zNh1xLH .link {
  display: inline-block;
}
.cid-uD5zNh1xLH .card {
  margin: auto;
}
.cid-uD5zNh1xLH .item {
  position: relative;
  padding: 1rem 0;
  padding-left: 2rem;
  border-bottom: 1px solid #efefef;
  width: 100%;
  font-weight: 600;
}
.cid-uD5zNh1xLH .item:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.8rem;
}
.cid-uD5zNh1xLH .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uD5zNh1xLH .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #232061;
  font-size: 0.7rem;
  background: #ffffff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uD5zNh1xLH .link a:hover {
  text-decoration: underline;
}
.cid-uD5zNh1xLH .link,
.cid-uD5zNh1xLH .link-wrap {
  color: #0077ff;
}
.cid-uD5zNh1xLH .mbr-text,
.cid-uD5zNh1xLH .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uD5zNh1xLH {
    padding-top: 30px;
  }
  .cid-uD5zNh1xLH .card-wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uD5zNh1xLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5zNh1xLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5zNSGI5H {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uD5zNSGI5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5zNSGI5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD5zNSGI5H .container {
    padding: 0 30px;
  }
}
.cid-uD5zNSGI5H .card {
  justify-content: center;
}
.cid-uD5zNSGI5H .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uD5zNSGI5H .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uD5zNSGI5H .content-wrapper {
    padding: 0;
  }
}
.cid-uD5zNSGI5H .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uD5zNSGI5H .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uD5zNSGI5H .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uD5zNSGI5H .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uD5zNSGI5H .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uD5zNSGI5H .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uD5zNSGI5H .mbr-desc {
  color: #254b45;
}
.cid-uD5zNSGI5H .mbr-section-title {
  color: #254b45;
}
.cid-uD5zNSGI5H .mbr-text {
  color: #254b45;
  text-align: left;
}
.cid-uD5zNSGI5H .mbr-section-title,
.cid-uD5zNSGI5H .mbr-section-btn {
  text-align: left;
}
.cid-uXOw73V21N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
  overflow: hidden;
}
.cid-uXOw73V21N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOw73V21N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .container {
    padding: 0 30px;
  }
}
.cid-uXOw73V21N .card {
  justify-content: center;
}
.cid-uXOw73V21N .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uXOw73V21N .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .title-wrapper {
    padding: 0;
  }
}
.cid-uXOw73V21N .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uXOw73V21N .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uXOw73V21N .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXOw73V21N .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uXOw73V21N .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .content-wrapper {
    padding: 0;
  }
}
.cid-uXOw73V21N .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-uXOw73V21N .content-wrapper .panel-group .card:hover::before,
.cid-uXOw73V21N .content-wrapper .panel-group .card:focus::before,
.cid-uXOw73V21N .content-wrapper .panel-group .card:hover::after,
.cid-uXOw73V21N .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-uXOw73V21N .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uXOw73V21N .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
  opacity: .2;
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-uXOw73V21N .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-uXOw73V21N .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uXOw73V21N .mbr-desc {
  color: #bee0d6;
}
.cid-uXOw73V21N .mbr-section-title {
  color: #ffffff;
}
.cid-uXOw73V21N .panel-number {
  color: #bee0d6;
}
.cid-uXOw73V21N .panel-title-edit {
  color: #ffffff;
}
.cid-uXOw73V21N .panel-text {
  color: #ffffff;
}
.cid-uXOw73V21N .mbr-desc,
.cid-uXOw73V21N .desc-wrapper {
  color: #ffffff;
}
.cid-uD5z4jx8Cs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uD5z4jx8Cs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5z4jx8Cs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uD5z4jx8Cs .container {
    padding: 0 16px;
  }
}
.cid-uD5z4jx8Cs .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uD5z4jx8Cs .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uD5z4jx8Cs .row .card {
  justify-content: flex-end;
}
.cid-uD5z4jx8Cs .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uD5z4jx8Cs .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uD5z4jx8Cs .content-wrapper {
  margin-bottom: 24px;
}
.cid-uD5z4jx8Cs .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uD5z4jx8Cs .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uD5z4jx8Cs .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uD5z4jx8Cs .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uD5z4jx8Cs .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uD5z4jx8Cs .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uD5z4jx8Cs .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uD5z4jx8Cs .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uD5z4jx8Cs .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uD5z4jx8Cs .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uD5z4jx8Cs .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uD5z4jx8Cs .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uD5z4jx8Cs .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uD5z4jx8Cs .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-uD5z4jx8Cs .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uD5z4jx8Cs .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uD5z4jx8Cs .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uD5z4jx8Cs .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uD5z4jx8Cs .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uD5z4jx8Cs .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-uD5z4jx8Cs .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-uD5z4jx8Cs .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uD5z4jx8Cs .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uD5z4jx8Cs .mbr-section-title {
  color: #ffffff;
}
.cid-uD5z4jx8Cs .mbr-section-subtitle {
  color: #000000;
}
.cid-uD5z4jx8Cs .mbr-text {
  color: #ffffff;
}
.cid-uD5z4jx8Cs .mbr-list-title {
  color: #6f6f6f;
}
.cid-uD5z4jx8Cs .list {
  color: #000000;
}
.cid-uD5z4jx8Cs .mbr-contact {
  color: #000000;
}
.cid-uD5z4jx8Cs .list,
.cid-uD5z4jx8Cs .item-wrap {
  color: #ffffff;
}
.cid-uD5z4jx8Cs .mbr-section-subtitle,
.cid-uD5z4jx8Cs .mbr-section-btn {
  color: #ffffff;
}
.cid-uD5z4jx8Cs .mbr-contact,
.cid-uD5z4jx8Cs .item-wrapper {
  color: #ffffff;
}
.cid-uDUAAjHUHb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDUAAjHUHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUAAjHUHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUAAjHUHb .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uDUAAjHUHb .content-container {
    flex-direction: column;
  }
}
.cid-uDUAAjHUHb .icons-menu {
  display: flex;
}
.cid-uDUAAjHUHb .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uDUAAjHUHb .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uDUAAjHUHb .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uDUAAjHUHb .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uDUAAjHUHb .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uDUAAjHUHb .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uDUAAjHUHb .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uDnwVI9dcy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDnwVI9dcy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDnwVI9dcy .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-uDnwVI9dcy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDnwVI9dcy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDnwVI9dcy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDnwVI9dcy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDnwVI9dcy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDnwVI9dcy .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDnwVI9dcy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDnwVI9dcy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDnwVI9dcy .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDnwVI9dcy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDnwVI9dcy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDnwVI9dcy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDnwVI9dcy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDnwVI9dcy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDnwVI9dcy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDnwVI9dcy .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDnwVI9dcy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDnwVI9dcy .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDnwVI9dcy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDnwVI9dcy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDnwVI9dcy .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDnwVI9dcy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDnwVI9dcy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDnwVI9dcy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDnwVI9dcy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uDnwVI9dcy .nav-item:focus,
.cid-uDnwVI9dcy .nav-link:focus {
  outline: none;
}
.cid-uDnwVI9dcy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDnwVI9dcy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDnwVI9dcy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDnwVI9dcy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDnwVI9dcy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDnwVI9dcy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDnwVI9dcy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDnwVI9dcy .navbar.opened {
  transition: all 0.25s;
}
.cid-uDnwVI9dcy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDnwVI9dcy .navbar .navbar-logo img {
  width: auto;
}
.cid-uDnwVI9dcy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDnwVI9dcy .navbar.collapsed {
  justify-content: center;
}
.cid-uDnwVI9dcy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDnwVI9dcy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDnwVI9dcy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDnwVI9dcy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDnwVI9dcy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDnwVI9dcy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDnwVI9dcy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDnwVI9dcy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDnwVI9dcy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDnwVI9dcy .navbar {
    min-height: 72px;
  }
  .cid-uDnwVI9dcy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDnwVI9dcy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDnwVI9dcy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDnwVI9dcy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDnwVI9dcy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDnwVI9dcy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDnwVI9dcy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDnwVI9dcy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDnwVI9dcy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDnwVI9dcy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDnwVI9dcy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDnwVI9dcy .dropdown-item.active,
.cid-uDnwVI9dcy .dropdown-item:active {
  background-color: transparent;
}
.cid-uDnwVI9dcy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDnwVI9dcy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDnwVI9dcy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDnwVI9dcy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uDnwVI9dcy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDnwVI9dcy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDnwVI9dcy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDnwVI9dcy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDnwVI9dcy .navbar-buttons {
    text-align: left;
  }
}
.cid-uDnwVI9dcy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDnwVI9dcy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDnwVI9dcy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDnwVI9dcy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDnwVI9dcy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDnwVI9dcy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDnwVI9dcy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDnwVI9dcy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDnwVI9dcy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDnwVI9dcy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDnwVI9dcy .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-uDnwVI9dcy .opacityScroll {
  background: #000000 !important;
}
.cid-uDnwVI9dcy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDnwVI9dcy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDnwVI9dcy .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDnwVI9dcy .navbar {
    height: 70px;
  }
  .cid-uDnwVI9dcy .navbar.opened {
    height: auto;
  }
  .cid-uDnwVI9dcy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDnwVI9dcy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDnwVI9dcy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDnwVI9dcy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDnwVI9dcy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDnwVI9dcy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDnwVI9dcy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDnwVI9dcy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDnwVI9dcy .navbar-brand {
    margin-right: auto;
  }
  .cid-uDnwVI9dcy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDnwVI9dcy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDnwVI9dcy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDnwVI9dcy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDnwVI9dcy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDnwVI9dcy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDnwVI9dcy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDnwVI9dcy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDnwVI9dcy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDnwVI9dcy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDnwVI9dcy .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDnwVI9dcy .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDnwVI9dcy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDnx9zA0Qm {
  background-image: url("../../../assets/images/contador-1-2000x1333.webp");
}
.cid-uDnx9zA0Qm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDnx9zA0Qm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDnx9zA0Qm .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uDnx9zA0Qm .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uDnx9zA0Qm .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uDnx9zA0Qm .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uDnx9zA0Qm .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDnx9zA0Qm .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #dd3135, #e45d60);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uDnx9zA0Qm .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDnx9zA0Qm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDnx9zA0Qm .btn-wrapper {
  margin-top: -15%;
}
.cid-uDnx9zA0Qm .mbr-section-title {
  color: #272b2e;
}
.cid-uDnx9zA0Qm .mbr-text,
.cid-uDnx9zA0Qm .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uDnx9zA0Qm .mbr-section-title,
.cid-uDnx9zA0Qm .mbr-section-btn,
.cid-uDnx9zA0Qm .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uDnwVJffI5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uDnwVJffI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDnwVJffI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uDnwVJffI5 .container {
    padding: 0 16px;
  }
}
.cid-uDnwVJffI5 .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uDnwVJffI5 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uDnwVJffI5 .row .card {
  justify-content: flex-end;
}
.cid-uDnwVJffI5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDnwVJffI5 .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uDnwVJffI5 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uDnwVJffI5 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uDnwVJffI5 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uDnwVJffI5 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uDnwVJffI5 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uDnwVJffI5 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uDnwVJffI5 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uDnwVJffI5 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uDnwVJffI5 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uDnwVJffI5 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uDnwVJffI5 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDnwVJffI5 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uDnwVJffI5 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDnwVJffI5 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uDnwVJffI5 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-uDnwVJffI5 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uDnwVJffI5 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uDnwVJffI5 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uDnwVJffI5 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDnwVJffI5 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uDnwVJffI5 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-uDnwVJffI5 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-uDnwVJffI5 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uDnwVJffI5 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDnwVJffI5 .mbr-section-title {
  color: #ffffff;
}
.cid-uDnwVJffI5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uDnwVJffI5 .mbr-text {
  color: #ffffff;
}
.cid-uDnwVJffI5 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uDnwVJffI5 .list {
  color: #000000;
}
.cid-uDnwVJffI5 .mbr-contact {
  color: #000000;
}
.cid-uDnwVJffI5 .list,
.cid-uDnwVJffI5 .item-wrap {
  color: #ffffff;
}
.cid-uDnwVJffI5 .mbr-section-subtitle,
.cid-uDnwVJffI5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uDnwVJffI5 .mbr-contact,
.cid-uDnwVJffI5 .item-wrapper {
  color: #ffffff;
}
.cid-uDUAvzFBa4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDUAvzFBa4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUAvzFBa4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUAvzFBa4 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uDUAvzFBa4 .content-container {
    flex-direction: column;
  }
}
.cid-uDUAvzFBa4 .icons-menu {
  display: flex;
}
.cid-uDUAvzFBa4 .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uDUAvzFBa4 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uDUAvzFBa4 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uDUAvzFBa4 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uDUAvzFBa4 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uDUAvzFBa4 .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uDUAvzFBa4 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uDn5PBGMk5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDn5PBGMk5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDn5PBGMk5 .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-uDn5PBGMk5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDn5PBGMk5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDn5PBGMk5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDn5PBGMk5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDn5PBGMk5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDn5PBGMk5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDn5PBGMk5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDn5PBGMk5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDn5PBGMk5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDn5PBGMk5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDn5PBGMk5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDn5PBGMk5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDn5PBGMk5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDn5PBGMk5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDn5PBGMk5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDn5PBGMk5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDn5PBGMk5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDn5PBGMk5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDn5PBGMk5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDn5PBGMk5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDn5PBGMk5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDn5PBGMk5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDn5PBGMk5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDn5PBGMk5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDn5PBGMk5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uDn5PBGMk5 .nav-item:focus,
.cid-uDn5PBGMk5 .nav-link:focus {
  outline: none;
}
.cid-uDn5PBGMk5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDn5PBGMk5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDn5PBGMk5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDn5PBGMk5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDn5PBGMk5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDn5PBGMk5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDn5PBGMk5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDn5PBGMk5 .navbar.opened {
  transition: all 0.25s;
}
.cid-uDn5PBGMk5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDn5PBGMk5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDn5PBGMk5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDn5PBGMk5 .navbar.collapsed {
  justify-content: center;
}
.cid-uDn5PBGMk5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDn5PBGMk5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDn5PBGMk5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDn5PBGMk5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDn5PBGMk5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDn5PBGMk5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDn5PBGMk5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDn5PBGMk5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDn5PBGMk5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDn5PBGMk5 .navbar {
    min-height: 72px;
  }
  .cid-uDn5PBGMk5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDn5PBGMk5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDn5PBGMk5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDn5PBGMk5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDn5PBGMk5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDn5PBGMk5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDn5PBGMk5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDn5PBGMk5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDn5PBGMk5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDn5PBGMk5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDn5PBGMk5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDn5PBGMk5 .dropdown-item.active,
.cid-uDn5PBGMk5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDn5PBGMk5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDn5PBGMk5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDn5PBGMk5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDn5PBGMk5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uDn5PBGMk5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDn5PBGMk5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDn5PBGMk5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDn5PBGMk5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDn5PBGMk5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uDn5PBGMk5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDn5PBGMk5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDn5PBGMk5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDn5PBGMk5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDn5PBGMk5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDn5PBGMk5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDn5PBGMk5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDn5PBGMk5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDn5PBGMk5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDn5PBGMk5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDn5PBGMk5 .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-uDn5PBGMk5 .opacityScroll {
  background: #000000 !important;
}
.cid-uDn5PBGMk5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDn5PBGMk5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDn5PBGMk5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDn5PBGMk5 .navbar {
    height: 70px;
  }
  .cid-uDn5PBGMk5 .navbar.opened {
    height: auto;
  }
  .cid-uDn5PBGMk5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDn5PBGMk5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDn5PBGMk5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDn5PBGMk5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDn5PBGMk5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDn5PBGMk5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDn5PBGMk5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDn5PBGMk5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDn5PBGMk5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uDn5PBGMk5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDn5PBGMk5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDn5PBGMk5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDn5PBGMk5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDn5PBGMk5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDn5PBGMk5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDn5PBGMk5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDn5PBGMk5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDn5PBGMk5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDn5PBGMk5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDn5PBGMk5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDn5PBGMk5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDn5PBGMk5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDn5PBZPSg {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #15171a;
}
.cid-uDn5PBZPSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDn5PBZPSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDn5PBZPSg .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uDn5PBZPSg .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uDn5PBZPSg .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uDn5PBZPSg .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uDn5PBZPSg .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDn5PBZPSg .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f58634, #f7a365);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uDn5PBZPSg .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDn5PBZPSg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDn5PBZPSg .btn-wrapper {
  margin-top: -15%;
}
.cid-uDn5PBZPSg .mbr-section-title {
  color: #272b2e;
}
.cid-uDn5PBZPSg .mbr-text,
.cid-uDn5PBZPSg .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDn5PBZPSg .mbr-section-title,
.cid-uDn5PBZPSg .mbr-section-btn,
.cid-uDn5PBZPSg .clients-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uDn5PCgr7H {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
@media (max-width: 575px) {
  .cid-uDn5PCgr7H .row {
    text-align: center!important;
  }
}
.cid-uDn5PCgr7H .mbr-section-title {
  color: #000000;
}
.cid-uDn5PCgr7H .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uDn5PCgr7H .mbr-text {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uDn5PCgr7H .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uDn5PCgr7H .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uDn5PCgr7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDn5PCgr7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDn5PCgr7H .mbr-section-title,
.cid-uDn5PCgr7H .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uDn5PCvqCv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uDn5PCvqCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDn5PCvqCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDn5PCvqCv .container {
    padding: 0 15px;
  }
}
.cid-uDn5PCvqCv .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uDn5PCvqCv .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uDn5PCvqCv .content-wrapper {
    padding-left: 0;
  }
}
.cid-uDn5PCvqCv .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uDn5PCvqCv .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uDn5PCvqCv .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uDn5PCvqCv .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uDn5PCvqCv .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDn5PCvqCv .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uDn5PCvqCv .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uDn5PCvqCv .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uDn5PCvqCv .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-uDn5PCvqCv .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDn5PCvqCv .mbr-desc,
.cid-uDn5PCvqCv .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDn5PCJrZ0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uDn5PCJrZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDn5PCJrZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uDn5PCJrZ0 .container {
    padding: 0 16px;
  }
}
.cid-uDn5PCJrZ0 .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uDn5PCJrZ0 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uDn5PCJrZ0 .row .card {
  justify-content: flex-end;
}
.cid-uDn5PCJrZ0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDn5PCJrZ0 .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uDn5PCJrZ0 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uDn5PCJrZ0 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uDn5PCJrZ0 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uDn5PCJrZ0 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uDn5PCJrZ0 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uDn5PCJrZ0 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uDn5PCJrZ0 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uDn5PCJrZ0 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uDn5PCJrZ0 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uDn5PCJrZ0 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uDn5PCJrZ0 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDn5PCJrZ0 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uDn5PCJrZ0 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDn5PCJrZ0 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uDn5PCJrZ0 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-uDn5PCJrZ0 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uDn5PCJrZ0 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uDn5PCJrZ0 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uDn5PCJrZ0 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDn5PCJrZ0 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uDn5PCJrZ0 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-uDn5PCJrZ0 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-uDn5PCJrZ0 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uDn5PCJrZ0 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDn5PCJrZ0 .mbr-section-title {
  color: #ffffff;
}
.cid-uDn5PCJrZ0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uDn5PCJrZ0 .mbr-text {
  color: #ffffff;
}
.cid-uDn5PCJrZ0 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uDn5PCJrZ0 .list {
  color: #000000;
}
.cid-uDn5PCJrZ0 .mbr-contact {
  color: #000000;
}
.cid-uDn5PCJrZ0 .list,
.cid-uDn5PCJrZ0 .item-wrap {
  color: #ffffff;
}
.cid-uDn5PCJrZ0 .mbr-section-subtitle,
.cid-uDn5PCJrZ0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uDn5PCJrZ0 .mbr-contact,
.cid-uDn5PCJrZ0 .item-wrapper {
  color: #ffffff;
}
.cid-uDUAKRAl2A {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDUAKRAl2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUAKRAl2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUAKRAl2A .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uDUAKRAl2A .content-container {
    flex-direction: column;
  }
}
.cid-uDUAKRAl2A .icons-menu {
  display: flex;
}
.cid-uDUAKRAl2A .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uDUAKRAl2A .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uDUAKRAl2A .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uDUAKRAl2A .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uDUAKRAl2A .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uDUAKRAl2A .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uDUAKRAl2A .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uDQByZiHUM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDQByZiHUM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDQByZiHUM .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-uDQByZiHUM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDQByZiHUM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDQByZiHUM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDQByZiHUM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDQByZiHUM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDQByZiHUM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDQByZiHUM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDQByZiHUM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDQByZiHUM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDQByZiHUM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDQByZiHUM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDQByZiHUM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDQByZiHUM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDQByZiHUM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDQByZiHUM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDQByZiHUM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDQByZiHUM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDQByZiHUM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDQByZiHUM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDQByZiHUM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDQByZiHUM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDQByZiHUM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDQByZiHUM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDQByZiHUM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDQByZiHUM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uDQByZiHUM .nav-item:focus,
.cid-uDQByZiHUM .nav-link:focus {
  outline: none;
}
.cid-uDQByZiHUM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDQByZiHUM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDQByZiHUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDQByZiHUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDQByZiHUM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDQByZiHUM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDQByZiHUM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDQByZiHUM .navbar.opened {
  transition: all 0.25s;
}
.cid-uDQByZiHUM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDQByZiHUM .navbar .navbar-logo img {
  width: auto;
}
.cid-uDQByZiHUM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDQByZiHUM .navbar.collapsed {
  justify-content: center;
}
.cid-uDQByZiHUM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDQByZiHUM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDQByZiHUM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDQByZiHUM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDQByZiHUM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDQByZiHUM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDQByZiHUM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDQByZiHUM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDQByZiHUM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDQByZiHUM .navbar {
    min-height: 72px;
  }
  .cid-uDQByZiHUM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDQByZiHUM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDQByZiHUM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDQByZiHUM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDQByZiHUM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDQByZiHUM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDQByZiHUM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDQByZiHUM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDQByZiHUM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDQByZiHUM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDQByZiHUM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDQByZiHUM .dropdown-item.active,
.cid-uDQByZiHUM .dropdown-item:active {
  background-color: transparent;
}
.cid-uDQByZiHUM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDQByZiHUM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDQByZiHUM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDQByZiHUM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uDQByZiHUM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDQByZiHUM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDQByZiHUM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDQByZiHUM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDQByZiHUM .navbar-buttons {
    text-align: left;
  }
}
.cid-uDQByZiHUM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDQByZiHUM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDQByZiHUM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDQByZiHUM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDQByZiHUM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDQByZiHUM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDQByZiHUM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDQByZiHUM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDQByZiHUM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDQByZiHUM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDQByZiHUM .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-uDQByZiHUM .opacityScroll {
  background: #000000 !important;
}
.cid-uDQByZiHUM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDQByZiHUM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDQByZiHUM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDQByZiHUM .navbar {
    height: 70px;
  }
  .cid-uDQByZiHUM .navbar.opened {
    height: auto;
  }
  .cid-uDQByZiHUM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDQByZiHUM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDQByZiHUM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDQByZiHUM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDQByZiHUM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDQByZiHUM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDQByZiHUM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDQByZiHUM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDQByZiHUM .navbar-brand {
    margin-right: auto;
  }
  .cid-uDQByZiHUM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDQByZiHUM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDQByZiHUM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDQByZiHUM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDQByZiHUM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDQByZiHUM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDQByZiHUM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDQByZiHUM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDQByZiHUM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDQByZiHUM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDQByZiHUM .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDQByZiHUM .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDQByZiHUM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDQBHxG9Ar {
  background-image: url("../../../assets/images/agri-2000x1143.webp");
}
.cid-uDQBHxG9Ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQBHxG9Ar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDQBHxG9Ar .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uDQBHxG9Ar .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uDQBHxG9Ar .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uDQBHxG9Ar .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uDQBHxG9Ar .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDQBHxG9Ar .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #dd3135, #e45d60);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uDQBHxG9Ar .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDQBHxG9Ar .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDQBHxG9Ar .btn-wrapper {
  margin-top: -15%;
}
.cid-uDQBHxG9Ar .mbr-section-title {
  color: #272b2e;
}
.cid-uDQBHxG9Ar .mbr-text,
.cid-uDQBHxG9Ar .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDQBHxG9Ar .mbr-section-title,
.cid-uDQBHxG9Ar .mbr-section-btn,
.cid-uDQBHxG9Ar .clients-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uDQBz0qEi9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uDQBz0qEi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQBz0qEi9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDQBz0qEi9 .container {
    padding: 0 15px;
  }
}
.cid-uDQBz0qEi9 .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uDQBz0qEi9 .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uDQBz0qEi9 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uDQBz0qEi9 .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uDQBz0qEi9 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uDQBz0qEi9 .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uDQBz0qEi9 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uDQBz0qEi9 .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDQBz0qEi9 .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uDQBz0qEi9 .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uDQBz0qEi9 .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uDQBz0qEi9 .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-uDQBz0qEi9 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDQBz0qEi9 .mbr-desc,
.cid-uDQBz0qEi9 .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDQBz0Gbxe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uDQBz0Gbxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQBz0Gbxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uDQBz0Gbxe .container {
    padding: 0 16px;
  }
}
.cid-uDQBz0Gbxe .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uDQBz0Gbxe .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uDQBz0Gbxe .row .card {
  justify-content: flex-end;
}
.cid-uDQBz0Gbxe .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDQBz0Gbxe .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uDQBz0Gbxe .content-wrapper {
  margin-bottom: 24px;
}
.cid-uDQBz0Gbxe .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uDQBz0Gbxe .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uDQBz0Gbxe .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uDQBz0Gbxe .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uDQBz0Gbxe .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uDQBz0Gbxe .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uDQBz0Gbxe .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uDQBz0Gbxe .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uDQBz0Gbxe .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uDQBz0Gbxe .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDQBz0Gbxe .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uDQBz0Gbxe .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDQBz0Gbxe .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uDQBz0Gbxe .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-uDQBz0Gbxe .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uDQBz0Gbxe .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uDQBz0Gbxe .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uDQBz0Gbxe .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDQBz0Gbxe .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uDQBz0Gbxe .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-uDQBz0Gbxe .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-uDQBz0Gbxe .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uDQBz0Gbxe .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDQBz0Gbxe .mbr-section-title {
  color: #ffffff;
}
.cid-uDQBz0Gbxe .mbr-section-subtitle {
  color: #000000;
}
.cid-uDQBz0Gbxe .mbr-text {
  color: #ffffff;
}
.cid-uDQBz0Gbxe .mbr-list-title {
  color: #6f6f6f;
}
.cid-uDQBz0Gbxe .list {
  color: #000000;
}
.cid-uDQBz0Gbxe .mbr-contact {
  color: #000000;
}
.cid-uDQBz0Gbxe .list,
.cid-uDQBz0Gbxe .item-wrap {
  color: #ffffff;
}
.cid-uDQBz0Gbxe .mbr-section-subtitle,
.cid-uDQBz0Gbxe .mbr-section-btn {
  color: #ffffff;
}
.cid-uDQBz0Gbxe .mbr-contact,
.cid-uDQBz0Gbxe .item-wrapper {
  color: #ffffff;
}
.cid-uDUBkFRFcf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDUBkFRFcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUBkFRFcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUBkFRFcf .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uDUBkFRFcf .content-container {
    flex-direction: column;
  }
}
.cid-uDUBkFRFcf .icons-menu {
  display: flex;
}
.cid-uDUBkFRFcf .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uDUBkFRFcf .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uDUBkFRFcf .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uDUBkFRFcf .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uDUBkFRFcf .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uDUBkFRFcf .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uDUBkFRFcf .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uDQDMT3u5j {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDQDMT3u5j .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDQDMT3u5j .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-uDQDMT3u5j .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDQDMT3u5j .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDQDMT3u5j .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDQDMT3u5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDQDMT3u5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDQDMT3u5j .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDQDMT3u5j .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDQDMT3u5j .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDQDMT3u5j .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDQDMT3u5j .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDQDMT3u5j .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDQDMT3u5j .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDQDMT3u5j .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDQDMT3u5j .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDQDMT3u5j .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDQDMT3u5j .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDQDMT3u5j .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDQDMT3u5j .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDQDMT3u5j .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDQDMT3u5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDQDMT3u5j .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDQDMT3u5j .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDQDMT3u5j .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDQDMT3u5j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDQDMT3u5j .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uDQDMT3u5j .nav-item:focus,
.cid-uDQDMT3u5j .nav-link:focus {
  outline: none;
}
.cid-uDQDMT3u5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDQDMT3u5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDQDMT3u5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDQDMT3u5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDQDMT3u5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDQDMT3u5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDQDMT3u5j .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDQDMT3u5j .navbar.opened {
  transition: all 0.25s;
}
.cid-uDQDMT3u5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDQDMT3u5j .navbar .navbar-logo img {
  width: auto;
}
.cid-uDQDMT3u5j .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDQDMT3u5j .navbar.collapsed {
  justify-content: center;
}
.cid-uDQDMT3u5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDQDMT3u5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDQDMT3u5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDQDMT3u5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDQDMT3u5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDQDMT3u5j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDQDMT3u5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDQDMT3u5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDQDMT3u5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDQDMT3u5j .navbar {
    min-height: 72px;
  }
  .cid-uDQDMT3u5j .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDQDMT3u5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDQDMT3u5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDQDMT3u5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDQDMT3u5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDQDMT3u5j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDQDMT3u5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDQDMT3u5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDQDMT3u5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDQDMT3u5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDQDMT3u5j .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDQDMT3u5j .dropdown-item.active,
.cid-uDQDMT3u5j .dropdown-item:active {
  background-color: transparent;
}
.cid-uDQDMT3u5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDQDMT3u5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDQDMT3u5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDQDMT3u5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uDQDMT3u5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDQDMT3u5j .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDQDMT3u5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDQDMT3u5j .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDQDMT3u5j .navbar-buttons {
    text-align: left;
  }
}
.cid-uDQDMT3u5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDQDMT3u5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDQDMT3u5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDQDMT3u5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDQDMT3u5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDQDMT3u5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDQDMT3u5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDQDMT3u5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDQDMT3u5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDQDMT3u5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDQDMT3u5j .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-uDQDMT3u5j .opacityScroll {
  background: #000000 !important;
}
.cid-uDQDMT3u5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDQDMT3u5j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDQDMT3u5j .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDQDMT3u5j .navbar {
    height: 70px;
  }
  .cid-uDQDMT3u5j .navbar.opened {
    height: auto;
  }
  .cid-uDQDMT3u5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDQDMT3u5j .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDQDMT3u5j .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDQDMT3u5j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDQDMT3u5j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDQDMT3u5j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDQDMT3u5j .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDQDMT3u5j .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDQDMT3u5j .navbar-brand {
    margin-right: auto;
  }
  .cid-uDQDMT3u5j .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDQDMT3u5j .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDQDMT3u5j .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDQDMT3u5j .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDQDMT3u5j .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDQDMT3u5j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDQDMT3u5j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDQDMT3u5j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDQDMT3u5j .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDQDMT3u5j .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDQDMT3u5j .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDQDMT3u5j .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDQDMT3u5j .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDQDMTwLsg {
  background-image: url("../../../assets/images/mei-2000x1333.webp");
}
.cid-uDQDMTwLsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQDMTwLsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDQDMTwLsg .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uDQDMTwLsg .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uDQDMTwLsg .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uDQDMTwLsg .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uDQDMTwLsg .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDQDMTwLsg .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #dd3135, #e45d60);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uDQDMTwLsg .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDQDMTwLsg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDQDMTwLsg .btn-wrapper {
  margin-top: -15%;
}
.cid-uDQDMTwLsg .mbr-section-title {
  color: #272b2e;
}
.cid-uDQDMTwLsg .mbr-text,
.cid-uDQDMTwLsg .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDQDMTwLsg .mbr-section-title,
.cid-uDQDMTwLsg .mbr-section-btn,
.cid-uDQDMTwLsg .clients-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uDQDMUgYvb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uDQDMUgYvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQDMUgYvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDQDMUgYvb .container {
    padding: 0 15px;
  }
}
.cid-uDQDMUgYvb .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uDQDMUgYvb .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uDQDMUgYvb .content-wrapper {
    padding-left: 0;
  }
}
.cid-uDQDMUgYvb .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uDQDMUgYvb .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uDQDMUgYvb .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uDQDMUgYvb .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uDQDMUgYvb .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDQDMUgYvb .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uDQDMUgYvb .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uDQDMUgYvb .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uDQDMUgYvb .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-uDQDMUgYvb .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDQDMUgYvb .mbr-desc,
.cid-uDQDMUgYvb .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uDQDMUy2I7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uDQDMUy2I7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQDMUy2I7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uDQDMUy2I7 .container {
    padding: 0 16px;
  }
}
.cid-uDQDMUy2I7 .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uDQDMUy2I7 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uDQDMUy2I7 .row .card {
  justify-content: flex-end;
}
.cid-uDQDMUy2I7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDQDMUy2I7 .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uDQDMUy2I7 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uDQDMUy2I7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uDQDMUy2I7 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uDQDMUy2I7 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uDQDMUy2I7 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uDQDMUy2I7 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uDQDMUy2I7 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uDQDMUy2I7 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uDQDMUy2I7 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uDQDMUy2I7 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uDQDMUy2I7 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDQDMUy2I7 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uDQDMUy2I7 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDQDMUy2I7 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uDQDMUy2I7 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-uDQDMUy2I7 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uDQDMUy2I7 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uDQDMUy2I7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uDQDMUy2I7 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDQDMUy2I7 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uDQDMUy2I7 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-uDQDMUy2I7 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-uDQDMUy2I7 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uDQDMUy2I7 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uDQDMUy2I7 .mbr-section-title {
  color: #ffffff;
}
.cid-uDQDMUy2I7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uDQDMUy2I7 .mbr-text {
  color: #ffffff;
}
.cid-uDQDMUy2I7 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uDQDMUy2I7 .list {
  color: #000000;
}
.cid-uDQDMUy2I7 .mbr-contact {
  color: #000000;
}
.cid-uDQDMUy2I7 .list,
.cid-uDQDMUy2I7 .item-wrap {
  color: #ffffff;
}
.cid-uDQDMUy2I7 .mbr-section-subtitle,
.cid-uDQDMUy2I7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uDQDMUy2I7 .mbr-contact,
.cid-uDQDMUy2I7 .item-wrapper {
  color: #ffffff;
}
.cid-uDUBpwdRtF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uDUBpwdRtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUBpwdRtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUBpwdRtF .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uDUBpwdRtF .content-container {
    flex-direction: column;
  }
}
.cid-uDUBpwdRtF .icons-menu {
  display: flex;
}
.cid-uDUBpwdRtF .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uDUBpwdRtF .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uDUBpwdRtF .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uDUBpwdRtF .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uDUBpwdRtF .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uDUBpwdRtF .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uDUBpwdRtF .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uKZwKTum8G {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKZwKTum8G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKZwKTum8G .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-uKZwKTum8G .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKZwKTum8G .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKZwKTum8G .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKZwKTum8G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKZwKTum8G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKZwKTum8G .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKZwKTum8G .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKZwKTum8G .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uKZwKTum8G .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKZwKTum8G .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKZwKTum8G .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKZwKTum8G .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uKZwKTum8G .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKZwKTum8G .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKZwKTum8G .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKZwKTum8G .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKZwKTum8G .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKZwKTum8G .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKZwKTum8G .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKZwKTum8G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKZwKTum8G .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uKZwKTum8G .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZwKTum8G .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKZwKTum8G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKZwKTum8G .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uKZwKTum8G .nav-item:focus,
.cid-uKZwKTum8G .nav-link:focus {
  outline: none;
}
.cid-uKZwKTum8G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKZwKTum8G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKZwKTum8G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKZwKTum8G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKZwKTum8G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKZwKTum8G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKZwKTum8G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKZwKTum8G .navbar.opened {
  transition: all 0.25s;
}
.cid-uKZwKTum8G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKZwKTum8G .navbar .navbar-logo img {
  width: auto;
}
.cid-uKZwKTum8G .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKZwKTum8G .navbar.collapsed {
  justify-content: center;
}
.cid-uKZwKTum8G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKZwKTum8G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKZwKTum8G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKZwKTum8G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKZwKTum8G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKZwKTum8G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKZwKTum8G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKZwKTum8G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKZwKTum8G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKZwKTum8G .navbar {
    min-height: 72px;
  }
  .cid-uKZwKTum8G .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKZwKTum8G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKZwKTum8G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKZwKTum8G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKZwKTum8G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKZwKTum8G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKZwKTum8G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKZwKTum8G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKZwKTum8G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKZwKTum8G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKZwKTum8G .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKZwKTum8G .dropdown-item.active,
.cid-uKZwKTum8G .dropdown-item:active {
  background-color: transparent;
}
.cid-uKZwKTum8G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKZwKTum8G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKZwKTum8G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKZwKTum8G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uKZwKTum8G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKZwKTum8G .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKZwKTum8G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKZwKTum8G .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKZwKTum8G .navbar-buttons {
    text-align: left;
  }
}
.cid-uKZwKTum8G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKZwKTum8G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKZwKTum8G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKZwKTum8G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKZwKTum8G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKZwKTum8G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKZwKTum8G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKZwKTum8G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKZwKTum8G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKZwKTum8G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKZwKTum8G .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-uKZwKTum8G .opacityScroll {
  background: #000000 !important;
}
.cid-uKZwKTum8G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKZwKTum8G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKZwKTum8G .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKZwKTum8G .navbar {
    height: 70px;
  }
  .cid-uKZwKTum8G .navbar.opened {
    height: auto;
  }
  .cid-uKZwKTum8G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKZwKTum8G .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKZwKTum8G .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKZwKTum8G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKZwKTum8G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKZwKTum8G .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKZwKTum8G .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKZwKTum8G .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKZwKTum8G .navbar-brand {
    margin-right: auto;
  }
  .cid-uKZwKTum8G .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKZwKTum8G .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKZwKTum8G .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKZwKTum8G .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKZwKTum8G .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKZwKTum8G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKZwKTum8G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKZwKTum8G .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKZwKTum8G .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKZwKTum8G .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKZwKTum8G .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uKZwKTum8G .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uKZwKTum8G .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKZwKTQkCp {
  background-image: url("../../../assets/images/contador-1-2000x1333.webp");
}
.cid-uKZwKTQkCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZwKTQkCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKZwKTQkCp .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uKZwKTQkCp .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uKZwKTQkCp .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uKZwKTQkCp .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uKZwKTQkCp .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uKZwKTQkCp .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #dd3135, #e45d60);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uKZwKTQkCp .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uKZwKTQkCp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKZwKTQkCp .btn-wrapper {
  margin-top: -15%;
}
.cid-uKZwKTQkCp .mbr-section-title {
  color: #272b2e;
}
.cid-uKZwKTQkCp .mbr-text,
.cid-uKZwKTQkCp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKZwKTQkCp .mbr-section-title,
.cid-uKZwKTQkCp .mbr-section-btn,
.cid-uKZwKTQkCp .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uKZwKU8JdH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uKZwKU8JdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZwKU8JdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uKZwKU8JdH .container {
    padding: 0 16px;
  }
}
.cid-uKZwKU8JdH .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uKZwKU8JdH .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uKZwKU8JdH .row .card {
  justify-content: flex-end;
}
.cid-uKZwKU8JdH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uKZwKU8JdH .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uKZwKU8JdH .content-wrapper {
  margin-bottom: 24px;
}
.cid-uKZwKU8JdH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uKZwKU8JdH .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uKZwKU8JdH .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uKZwKU8JdH .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uKZwKU8JdH .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uKZwKU8JdH .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uKZwKU8JdH .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKZwKU8JdH .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uKZwKU8JdH .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uKZwKU8JdH .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKZwKU8JdH .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKZwKU8JdH .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKZwKU8JdH .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uKZwKU8JdH .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-uKZwKU8JdH .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uKZwKU8JdH .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uKZwKU8JdH .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uKZwKU8JdH .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uKZwKU8JdH .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uKZwKU8JdH .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-uKZwKU8JdH .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-uKZwKU8JdH .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uKZwKU8JdH .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uKZwKU8JdH .mbr-section-title {
  color: #ffffff;
}
.cid-uKZwKU8JdH .mbr-section-subtitle {
  color: #000000;
}
.cid-uKZwKU8JdH .mbr-text {
  color: #ffffff;
}
.cid-uKZwKU8JdH .mbr-list-title {
  color: #6f6f6f;
}
.cid-uKZwKU8JdH .list {
  color: #000000;
}
.cid-uKZwKU8JdH .mbr-contact {
  color: #000000;
}
.cid-uKZwKU8JdH .list,
.cid-uKZwKU8JdH .item-wrap {
  color: #ffffff;
}
.cid-uKZwKU8JdH .mbr-section-subtitle,
.cid-uKZwKU8JdH .mbr-section-btn {
  color: #ffffff;
}
.cid-uKZwKU8JdH .mbr-contact,
.cid-uKZwKU8JdH .item-wrapper {
  color: #ffffff;
}
.cid-uKZwKUyyv9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uKZwKUyyv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZwKUyyv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZwKUyyv9 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uKZwKUyyv9 .content-container {
    flex-direction: column;
  }
}
.cid-uKZwKUyyv9 .icons-menu {
  display: flex;
}
.cid-uKZwKUyyv9 .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uKZwKUyyv9 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uKZwKUyyv9 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uKZwKUyyv9 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uKZwKUyyv9 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uKZwKUyyv9 .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uKZwKUyyv9 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uKZyDrZI0V {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKZyDrZI0V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKZyDrZI0V .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-uKZyDrZI0V .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKZyDrZI0V .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKZyDrZI0V .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKZyDrZI0V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKZyDrZI0V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKZyDrZI0V .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKZyDrZI0V .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKZyDrZI0V .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uKZyDrZI0V .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKZyDrZI0V .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKZyDrZI0V .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKZyDrZI0V .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uKZyDrZI0V .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKZyDrZI0V .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKZyDrZI0V .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKZyDrZI0V .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKZyDrZI0V .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKZyDrZI0V .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKZyDrZI0V .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKZyDrZI0V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKZyDrZI0V .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uKZyDrZI0V .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyDrZI0V .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKZyDrZI0V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKZyDrZI0V .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uKZyDrZI0V .nav-item:focus,
.cid-uKZyDrZI0V .nav-link:focus {
  outline: none;
}
.cid-uKZyDrZI0V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKZyDrZI0V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKZyDrZI0V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKZyDrZI0V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKZyDrZI0V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKZyDrZI0V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKZyDrZI0V .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKZyDrZI0V .navbar.opened {
  transition: all 0.25s;
}
.cid-uKZyDrZI0V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKZyDrZI0V .navbar .navbar-logo img {
  width: auto;
}
.cid-uKZyDrZI0V .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKZyDrZI0V .navbar.collapsed {
  justify-content: center;
}
.cid-uKZyDrZI0V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKZyDrZI0V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKZyDrZI0V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKZyDrZI0V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKZyDrZI0V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKZyDrZI0V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKZyDrZI0V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKZyDrZI0V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKZyDrZI0V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKZyDrZI0V .navbar {
    min-height: 72px;
  }
  .cid-uKZyDrZI0V .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKZyDrZI0V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKZyDrZI0V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKZyDrZI0V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKZyDrZI0V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKZyDrZI0V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKZyDrZI0V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKZyDrZI0V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKZyDrZI0V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKZyDrZI0V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKZyDrZI0V .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKZyDrZI0V .dropdown-item.active,
.cid-uKZyDrZI0V .dropdown-item:active {
  background-color: transparent;
}
.cid-uKZyDrZI0V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKZyDrZI0V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKZyDrZI0V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKZyDrZI0V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uKZyDrZI0V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKZyDrZI0V .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKZyDrZI0V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKZyDrZI0V .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKZyDrZI0V .navbar-buttons {
    text-align: left;
  }
}
.cid-uKZyDrZI0V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKZyDrZI0V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKZyDrZI0V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKZyDrZI0V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKZyDrZI0V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKZyDrZI0V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKZyDrZI0V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKZyDrZI0V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKZyDrZI0V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKZyDrZI0V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKZyDrZI0V .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-uKZyDrZI0V .opacityScroll {
  background: #000000 !important;
}
.cid-uKZyDrZI0V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKZyDrZI0V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKZyDrZI0V .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKZyDrZI0V .navbar {
    height: 70px;
  }
  .cid-uKZyDrZI0V .navbar.opened {
    height: auto;
  }
  .cid-uKZyDrZI0V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKZyDrZI0V .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKZyDrZI0V .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKZyDrZI0V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKZyDrZI0V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKZyDrZI0V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKZyDrZI0V .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKZyDrZI0V .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKZyDrZI0V .navbar-brand {
    margin-right: auto;
  }
  .cid-uKZyDrZI0V .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKZyDrZI0V .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKZyDrZI0V .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKZyDrZI0V .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKZyDrZI0V .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKZyDrZI0V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKZyDrZI0V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKZyDrZI0V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKZyDrZI0V .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKZyDrZI0V .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKZyDrZI0V .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uKZyDrZI0V .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uKZyDrZI0V .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKZyDsuwC5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bannersite-2000x1333.webp");
}
.cid-uKZyDsuwC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZyDsuwC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKZyDsuwC5 .container {
    padding: 0 16px;
  }
}
.cid-uKZyDsuwC5 .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uKZyDsuwC5 .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uKZyDsuwC5 .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uKZyDsuwC5 .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uKZyDsuwC5 .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uKZyDsuwC5 .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uKZyDsuwC5 .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uKZyDsuwC5 .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uKZyDsuwC5 .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uKZyDsuwC5 .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: transparent;
  border: 3px solid #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uKZyDsuwC5 .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uKZyDsuwC5 .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uKZyDsuwC5 .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uKZyDsuwC5 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uKZyDsuwC5 .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uKZyDsuwC5 .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uKZyDsuwC5 .dragArea.row .form-group .form-control:hover,
.cid-uKZyDsuwC5 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-uKZyDsuwC5 .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uKZyDsuwC5 .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #f96e47;
  border-color: #f96e47;
}
.cid-uKZyDsuwC5 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uKZyDsuwC5 .mbr-title {
  color: #ffffff;
}
.cid-uKZyDsuwC5 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uKZyDsuwC5 .mbr-section-subtitle {
  color: #08323C;
}
.cid-uKZyDsuwC5 .mbr-text {
  color: #ffffff;
}
.cid-uKZyDsuwC5 .list {
  color: #ffffff;
}
.cid-uKZyDsuwC5 label {
  color: #08323C;
}
.cid-uKZyDsOxfS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uKZyDsOxfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZyDsOxfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKZyDsOxfS .container {
    padding: 0 15px;
  }
}
.cid-uKZyDsOxfS .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uKZyDsOxfS .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uKZyDsOxfS .content-wrapper {
    padding-left: 0;
  }
}
.cid-uKZyDsOxfS .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uKZyDsOxfS .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uKZyDsOxfS .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uKZyDsOxfS .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uKZyDsOxfS .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKZyDsOxfS .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uKZyDsOxfS .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uKZyDsOxfS .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uKZyDsOxfS .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-uKZyDsOxfS .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uKZyDsOxfS .mbr-desc,
.cid-uKZyDsOxfS .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uKZyDt3fYU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uKZyDt3fYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZyDt3fYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uKZyDt3fYU .container {
    padding: 0 16px;
  }
}
.cid-uKZyDt3fYU .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uKZyDt3fYU .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uKZyDt3fYU .row .card {
  justify-content: flex-end;
}
.cid-uKZyDt3fYU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uKZyDt3fYU .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uKZyDt3fYU .content-wrapper {
  margin-bottom: 24px;
}
.cid-uKZyDt3fYU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uKZyDt3fYU .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uKZyDt3fYU .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uKZyDt3fYU .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uKZyDt3fYU .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uKZyDt3fYU .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uKZyDt3fYU .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKZyDt3fYU .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uKZyDt3fYU .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uKZyDt3fYU .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKZyDt3fYU .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKZyDt3fYU .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKZyDt3fYU .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uKZyDt3fYU .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-uKZyDt3fYU .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uKZyDt3fYU .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uKZyDt3fYU .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uKZyDt3fYU .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uKZyDt3fYU .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uKZyDt3fYU .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-uKZyDt3fYU .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-uKZyDt3fYU .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uKZyDt3fYU .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uKZyDt3fYU .mbr-section-title {
  color: #ffffff;
}
.cid-uKZyDt3fYU .mbr-section-subtitle {
  color: #000000;
}
.cid-uKZyDt3fYU .mbr-text {
  color: #ffffff;
}
.cid-uKZyDt3fYU .mbr-list-title {
  color: #6f6f6f;
}
.cid-uKZyDt3fYU .list {
  color: #000000;
}
.cid-uKZyDt3fYU .mbr-contact {
  color: #000000;
}
.cid-uKZyDt3fYU .list,
.cid-uKZyDt3fYU .item-wrap {
  color: #ffffff;
}
.cid-uKZyDt3fYU .mbr-section-subtitle,
.cid-uKZyDt3fYU .mbr-section-btn {
  color: #ffffff;
}
.cid-uKZyDt3fYU .mbr-contact,
.cid-uKZyDt3fYU .item-wrapper {
  color: #ffffff;
}
.cid-uKZyDtufWG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uKZyDtufWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZyDtufWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZyDtufWG .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uKZyDtufWG .content-container {
    flex-direction: column;
  }
}
.cid-uKZyDtufWG .icons-menu {
  display: flex;
}
.cid-uKZyDtufWG .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uKZyDtufWG .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uKZyDtufWG .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uKZyDtufWG .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uKZyDtufWG .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uKZyDtufWG .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uKZyDtufWG .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uNa127vVQx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNa127vVQx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNa127vVQx .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-uNa127vVQx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNa127vVQx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNa127vVQx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uNa127vVQx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNa127vVQx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNa127vVQx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uNa127vVQx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uNa127vVQx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uNa127vVQx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNa127vVQx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNa127vVQx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNa127vVQx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uNa127vVQx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uNa127vVQx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uNa127vVQx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNa127vVQx .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNa127vVQx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNa127vVQx .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNa127vVQx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNa127vVQx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uNa127vVQx .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uNa127vVQx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNa127vVQx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNa127vVQx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNa127vVQx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uNa127vVQx .nav-item:focus,
.cid-uNa127vVQx .nav-link:focus {
  outline: none;
}
.cid-uNa127vVQx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNa127vVQx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNa127vVQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNa127vVQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNa127vVQx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNa127vVQx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNa127vVQx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uNa127vVQx .navbar.opened {
  transition: all 0.25s;
}
.cid-uNa127vVQx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNa127vVQx .navbar .navbar-logo img {
  width: auto;
}
.cid-uNa127vVQx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNa127vVQx .navbar.collapsed {
  justify-content: center;
}
.cid-uNa127vVQx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNa127vVQx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNa127vVQx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uNa127vVQx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNa127vVQx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNa127vVQx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNa127vVQx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNa127vVQx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNa127vVQx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNa127vVQx .navbar {
    min-height: 72px;
  }
  .cid-uNa127vVQx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNa127vVQx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNa127vVQx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNa127vVQx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNa127vVQx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNa127vVQx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNa127vVQx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNa127vVQx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNa127vVQx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNa127vVQx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNa127vVQx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNa127vVQx .dropdown-item.active,
.cid-uNa127vVQx .dropdown-item:active {
  background-color: transparent;
}
.cid-uNa127vVQx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNa127vVQx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNa127vVQx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNa127vVQx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uNa127vVQx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNa127vVQx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNa127vVQx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNa127vVQx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNa127vVQx .navbar-buttons {
    text-align: left;
  }
}
.cid-uNa127vVQx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNa127vVQx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNa127vVQx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNa127vVQx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNa127vVQx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNa127vVQx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNa127vVQx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNa127vVQx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNa127vVQx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNa127vVQx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNa127vVQx .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-uNa127vVQx .opacityScroll {
  background: #000000 !important;
}
.cid-uNa127vVQx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNa127vVQx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNa127vVQx .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNa127vVQx .navbar {
    height: 70px;
  }
  .cid-uNa127vVQx .navbar.opened {
    height: auto;
  }
  .cid-uNa127vVQx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNa127vVQx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNa127vVQx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNa127vVQx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNa127vVQx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uNa127vVQx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNa127vVQx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNa127vVQx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNa127vVQx .navbar-brand {
    margin-right: auto;
  }
  .cid-uNa127vVQx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uNa127vVQx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNa127vVQx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNa127vVQx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNa127vVQx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNa127vVQx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNa127vVQx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uNa127vVQx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNa127vVQx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNa127vVQx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNa127vVQx .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uNa127vVQx .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uNa127vVQx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNa127UrWD {
  background-image: url("../../../assets/images/servicos-2000x2994.webp");
}
.cid-uNa127UrWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNa127UrWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNa127UrWD .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uNa127UrWD .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uNa127UrWD .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uNa127UrWD .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uNa127UrWD .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNa127UrWD .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #dd3135, #e45d60);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uNa127UrWD .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uNa127UrWD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNa127UrWD .btn-wrapper {
  margin-top: -15%;
}
.cid-uNa127UrWD .mbr-section-title {
  color: #272b2e;
}
.cid-uNa127UrWD .mbr-text,
.cid-uNa127UrWD .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uNa127UrWD .mbr-section-title,
.cid-uNa127UrWD .mbr-section-btn,
.cid-uNa127UrWD .clients-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uNa5nKKzOT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uNa5nKKzOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNa5nKKzOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNa5nKKzOT .items-wrapper {
  justify-content: flex-end;
}
.cid-uNa5nKKzOT .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNa5nKKzOT .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNa5nKKzOT .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uNa5nKKzOT .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uNa5nKKzOT .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uNa5nKKzOT .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uNa5nKKzOT .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uNa5nKKzOT .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uNa5nKKzOT .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uNa5nKKzOT .content-wrapper {
    padding-left: 0;
  }
}
.cid-uNa5nKKzOT .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uNa5nKKzOT .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNa5nKKzOT .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uNa5nKKzOT .mbr-desc {
  color: #272b2e;
}
.cid-uNa5nKKzOT .mbr-section-title {
  color: #272b2e;
}
.cid-uNa5nKKzOT .mbr-text,
.cid-uNa5nKKzOT .text-wrapper {
  color: #272b2e;
}
.cid-uNarlQ31BI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uNarlQ31BI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNarlQ31BI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNarlQ31BI .items-wrapper {
  justify-content: flex-end;
}
.cid-uNarlQ31BI .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNarlQ31BI .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNarlQ31BI .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uNarlQ31BI .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uNarlQ31BI .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uNarlQ31BI .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uNarlQ31BI .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uNarlQ31BI .content-wrapper {
  padding-left: 120px;
  padding-left: 0;
  padding-right: 120px;
}
@media (max-width: 1200px) {
  .cid-uNarlQ31BI .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uNarlQ31BI .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uNarlQ31BI .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uNarlQ31BI .content-wrapper {
    padding-right: 0;
  }
}
.cid-uNarlQ31BI .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uNarlQ31BI .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNarlQ31BI .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uNarlQ31BI .mbr-desc {
  color: #ffffff;
}
.cid-uNarlQ31BI .mbr-section-title {
  color: #272b2e;
}
.cid-uNarlQ31BI .mbr-text,
.cid-uNarlQ31BI .text-wrapper {
  color: #272b2e;
}
.cid-uNarlQ31BI .mbr-section-title,
.cid-uNarlQ31BI .mbr-section-btn {
  color: #ffffff;
}
.cid-uNarlQ31BI .mbr-text {
  color: #ffffff;
}
.cid-uNa128fapl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uNa128fapl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNa128fapl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNa128fapl .container {
    padding: 0 15px;
  }
}
.cid-uNa128fapl .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uNa128fapl .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uNa128fapl .content-wrapper {
    padding-left: 0;
  }
}
.cid-uNa128fapl .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uNa128fapl .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uNa128fapl .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uNa128fapl .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uNa128fapl .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNa128fapl .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uNa128fapl .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uNa128fapl .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uNa128fapl .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-uNa128fapl .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uNa128fapl .mbr-desc,
.cid-uNa128fapl .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uNa128w0bc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uNa128w0bc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNa128w0bc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uNa128w0bc .container {
    padding: 0 16px;
  }
}
.cid-uNa128w0bc .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uNa128w0bc .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uNa128w0bc .row .card {
  justify-content: flex-end;
}
.cid-uNa128w0bc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNa128w0bc .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uNa128w0bc .content-wrapper {
  margin-bottom: 24px;
}
.cid-uNa128w0bc .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uNa128w0bc .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uNa128w0bc .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uNa128w0bc .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uNa128w0bc .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uNa128w0bc .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uNa128w0bc .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uNa128w0bc .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uNa128w0bc .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uNa128w0bc .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uNa128w0bc .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uNa128w0bc .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNa128w0bc .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uNa128w0bc .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-uNa128w0bc .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uNa128w0bc .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uNa128w0bc .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uNa128w0bc .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNa128w0bc .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uNa128w0bc .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-uNa128w0bc .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-uNa128w0bc .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uNa128w0bc .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNa128w0bc .mbr-section-title {
  color: #ffffff;
}
.cid-uNa128w0bc .mbr-section-subtitle {
  color: #000000;
}
.cid-uNa128w0bc .mbr-text {
  color: #ffffff;
}
.cid-uNa128w0bc .mbr-list-title {
  color: #6f6f6f;
}
.cid-uNa128w0bc .list {
  color: #000000;
}
.cid-uNa128w0bc .mbr-contact {
  color: #000000;
}
.cid-uNa128w0bc .list,
.cid-uNa128w0bc .item-wrap {
  color: #ffffff;
}
.cid-uNa128w0bc .mbr-section-subtitle,
.cid-uNa128w0bc .mbr-section-btn {
  color: #ffffff;
}
.cid-uNa128w0bc .mbr-contact,
.cid-uNa128w0bc .item-wrapper {
  color: #ffffff;
}
.cid-uNa128VNzK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uNa128VNzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNa128VNzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNa128VNzK .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uNa128VNzK .content-container {
    flex-direction: column;
  }
}
.cid-uNa128VNzK .icons-menu {
  display: flex;
}
.cid-uNa128VNzK .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uNa128VNzK .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uNa128VNzK .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uNa128VNzK .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uNa128VNzK .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uNa128VNzK .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uNa128VNzK .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uRHJkSELT1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRHJkSELT1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHJkSELT1 .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-uRHJkSELT1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRHJkSELT1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRHJkSELT1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRHJkSELT1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRHJkSELT1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRHJkSELT1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRHJkSELT1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRHJkSELT1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRHJkSELT1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRHJkSELT1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRHJkSELT1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRHJkSELT1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRHJkSELT1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRHJkSELT1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRHJkSELT1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRHJkSELT1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRHJkSELT1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRHJkSELT1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRHJkSELT1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRHJkSELT1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRHJkSELT1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRHJkSELT1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRHJkSELT1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRHJkSELT1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRHJkSELT1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uRHJkSELT1 .nav-item:focus,
.cid-uRHJkSELT1 .nav-link:focus {
  outline: none;
}
.cid-uRHJkSELT1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRHJkSELT1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRHJkSELT1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRHJkSELT1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRHJkSELT1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRHJkSELT1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRHJkSELT1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRHJkSELT1 .navbar.opened {
  transition: all 0.25s;
}
.cid-uRHJkSELT1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRHJkSELT1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRHJkSELT1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRHJkSELT1 .navbar.collapsed {
  justify-content: center;
}
.cid-uRHJkSELT1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRHJkSELT1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRHJkSELT1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRHJkSELT1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRHJkSELT1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRHJkSELT1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRHJkSELT1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRHJkSELT1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRHJkSELT1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRHJkSELT1 .navbar {
    min-height: 72px;
  }
  .cid-uRHJkSELT1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRHJkSELT1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRHJkSELT1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRHJkSELT1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRHJkSELT1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRHJkSELT1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRHJkSELT1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRHJkSELT1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRHJkSELT1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRHJkSELT1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRHJkSELT1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRHJkSELT1 .dropdown-item.active,
.cid-uRHJkSELT1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRHJkSELT1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRHJkSELT1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRHJkSELT1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRHJkSELT1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uRHJkSELT1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRHJkSELT1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRHJkSELT1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRHJkSELT1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRHJkSELT1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uRHJkSELT1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRHJkSELT1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRHJkSELT1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRHJkSELT1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRHJkSELT1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRHJkSELT1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRHJkSELT1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHJkSELT1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRHJkSELT1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRHJkSELT1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHJkSELT1 .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-uRHJkSELT1 .opacityScroll {
  background: #000000 !important;
}
.cid-uRHJkSELT1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRHJkSELT1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRHJkSELT1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRHJkSELT1 .navbar {
    height: 70px;
  }
  .cid-uRHJkSELT1 .navbar.opened {
    height: auto;
  }
  .cid-uRHJkSELT1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRHJkSELT1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRHJkSELT1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRHJkSELT1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRHJkSELT1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRHJkSELT1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRHJkSELT1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRHJkSELT1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRHJkSELT1 .navbar-brand {
    margin-right: auto;
  }
  .cid-uRHJkSELT1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRHJkSELT1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRHJkSELT1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRHJkSELT1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRHJkSELT1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRHJkSELT1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRHJkSELT1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRHJkSELT1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRHJkSELT1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRHJkSELT1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRHJkSELT1 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRHJkSELT1 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRHJkSELT1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRHJkSXGI8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bannersite-2000x1333.webp");
}
.cid-uRHJkSXGI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHJkSXGI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRHJkSXGI8 .container {
    padding: 0 16px;
  }
}
.cid-uRHJkSXGI8 .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uRHJkSXGI8 .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRHJkSXGI8 .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uRHJkSXGI8 .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRHJkSXGI8 .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uRHJkSXGI8 .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uRHJkSXGI8 .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uRHJkSXGI8 .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uRHJkSXGI8 .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uRHJkSXGI8 .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: transparent;
  border: 3px solid #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uRHJkSXGI8 .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uRHJkSXGI8 .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uRHJkSXGI8 .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRHJkSXGI8 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uRHJkSXGI8 .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uRHJkSXGI8 .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uRHJkSXGI8 .dragArea.row .form-group .form-control:hover,
.cid-uRHJkSXGI8 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-uRHJkSXGI8 .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uRHJkSXGI8 .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #f96e47;
  border-color: #f96e47;
}
.cid-uRHJkSXGI8 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uRHJkSXGI8 .mbr-title {
  color: #ffffff;
}
.cid-uRHJkSXGI8 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uRHJkSXGI8 .mbr-section-subtitle {
  color: #08323C;
}
.cid-uRHJkSXGI8 .mbr-text {
  color: #ffffff;
}
.cid-uRHJkSXGI8 .list {
  color: #ffffff;
}
.cid-uRHJkSXGI8 label {
  color: #08323C;
}
.cid-uRHKa6PoOv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRHKa6PoOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHKa6PoOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHKa6PoOv .mbr-section-head {
  margin-bottom: 75px;
}
@media (max-width: 1399px) {
  .cid-uRHKa6PoOv .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRHKa6PoOv .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uRHKa6PoOv .mbr-section-title {
  color: #131313;
}
.cid-uRHKa6PoOv .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uRHKa6PoOv .cards-row {
  row-gap: 40px;
}
@media (max-width: 767px) {
  .cid-uRHKa6PoOv .cards-row {
    row-gap: 30px;
  }
}
.cid-uRHKa6PoOv .card {
  border-radius: 0;
}
.cid-uRHKa6PoOv .card-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uRHKa6PoOv .card-wrapper {
    justify-content: center;
  }
}
.cid-uRHKa6PoOv .card-title {
  color: #FC7942;
}
.cid-uRHKa6PoOv .card-text {
  margin-left: 15px;
  color: #ffffff;
}
.cid-uRHKa6PoOv .border-item {
  width: 100%;
  height: 2px;
  margin-top: 58px;
  background-color: #dd3135;
}
@media (max-width: 1399px) {
  .cid-uRHKa6PoOv .border-item {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .cid-uRHKa6PoOv .border-item {
    margin-top: 40px;
  }
}
.cid-uRHKmXwM0q {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uRHKmXwM0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHKmXwM0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHKmXwM0q .items-wrap {
  justify-content: center;
}
.cid-uRHKmXwM0q .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRHKmXwM0q .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRHKmXwM0q .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRHKmXwM0q .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uRHKmXwM0q .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uRHKmXwM0q .item {
    margin-bottom: 16px;
  }
}
.cid-uRHKmXwM0q .item:hover .item-wrapper,
.cid-uRHKmXwM0q .item:focus .item-wrapper {
  border: 2px solid #ff967a;
}
.cid-uRHKmXwM0q .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRHKmXwM0q .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uRHKmXwM0q .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRHKmXwM0q .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRHKmXwM0q .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #f96e47, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uRHKmXwM0q .item .item-wrapper .card-box .title-wrap .item-title,
.cid-uRHKmXwM0q .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-uRHKmXwM0q .item .item-wrapper .card-box .title-wrap .item-text,
.cid-uRHKmXwM0q .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-uRHKmXwM0q .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-uRHKmXwM0q .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-uRHKmXwM0q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRHKmXwM0q .item-title {
  color: #f2f2f2;
}
.cid-uRHKmXwM0q .item-title_2 {
  color: #f2f2f2;
}
.cid-uRHKmXwM0q .item-text {
  color: #b9b9b9;
}
.cid-uRHKmXwM0q .item-text_2 {
  color: #b9b9b9;
}
.cid-uRHJkTfvv8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uRHJkTfvv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHJkTfvv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRHJkTfvv8 .container {
    padding: 0 15px;
  }
}
.cid-uRHJkTfvv8 .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uRHJkTfvv8 .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uRHJkTfvv8 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uRHJkTfvv8 .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uRHJkTfvv8 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRHJkTfvv8 .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uRHJkTfvv8 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRHJkTfvv8 .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRHJkTfvv8 .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uRHJkTfvv8 .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uRHJkTfvv8 .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uRHJkTfvv8 .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-uRHJkTfvv8 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uRHJkTfvv8 .mbr-desc,
.cid-uRHJkTfvv8 .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uRHJkTuDiQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRHJkTuDiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHJkTuDiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uRHJkTuDiQ .container {
    padding: 0 16px;
  }
}
.cid-uRHJkTuDiQ .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uRHJkTuDiQ .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uRHJkTuDiQ .row .card {
  justify-content: flex-end;
}
.cid-uRHJkTuDiQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRHJkTuDiQ .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uRHJkTuDiQ .content-wrapper {
  margin-bottom: 24px;
}
.cid-uRHJkTuDiQ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uRHJkTuDiQ .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uRHJkTuDiQ .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uRHJkTuDiQ .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uRHJkTuDiQ .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uRHJkTuDiQ .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uRHJkTuDiQ .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uRHJkTuDiQ .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uRHJkTuDiQ .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uRHJkTuDiQ .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRHJkTuDiQ .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uRHJkTuDiQ .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRHJkTuDiQ .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uRHJkTuDiQ .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-uRHJkTuDiQ .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uRHJkTuDiQ .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uRHJkTuDiQ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uRHJkTuDiQ .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRHJkTuDiQ .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uRHJkTuDiQ .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-uRHJkTuDiQ .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-uRHJkTuDiQ .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uRHJkTuDiQ .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uRHJkTuDiQ .mbr-section-title {
  color: #ffffff;
}
.cid-uRHJkTuDiQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uRHJkTuDiQ .mbr-text {
  color: #ffffff;
}
.cid-uRHJkTuDiQ .mbr-list-title {
  color: #6f6f6f;
}
.cid-uRHJkTuDiQ .list {
  color: #000000;
}
.cid-uRHJkTuDiQ .mbr-contact {
  color: #000000;
}
.cid-uRHJkTuDiQ .list,
.cid-uRHJkTuDiQ .item-wrap {
  color: #ffffff;
}
.cid-uRHJkTuDiQ .mbr-section-subtitle,
.cid-uRHJkTuDiQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uRHJkTuDiQ .mbr-contact,
.cid-uRHJkTuDiQ .item-wrapper {
  color: #ffffff;
}
.cid-uRHJkTTSIL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRHJkTTSIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHJkTTSIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHJkTTSIL .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uRHJkTTSIL .content-container {
    flex-direction: column;
  }
}
.cid-uRHJkTTSIL .icons-menu {
  display: flex;
}
.cid-uRHJkTTSIL .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uRHJkTTSIL .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uRHJkTTSIL .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uRHJkTTSIL .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uRHJkTTSIL .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uRHJkTTSIL .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uRHJkTTSIL .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uXOl7MlRQJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXOl7MlRQJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXOl7MlRQJ .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-uXOl7MlRQJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXOl7MlRQJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXOl7MlRQJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXOl7MlRQJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXOl7MlRQJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXOl7MlRQJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXOl7MlRQJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXOl7MlRQJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXOl7MlRQJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXOl7MlRQJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXOl7MlRQJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXOl7MlRQJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXOl7MlRQJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXOl7MlRQJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXOl7MlRQJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXOl7MlRQJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXOl7MlRQJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXOl7MlRQJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXOl7MlRQJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXOl7MlRQJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXOl7MlRQJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uXOl7MlRQJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXOl7MlRQJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXOl7MlRQJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXOl7MlRQJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uXOl7MlRQJ .nav-item:focus,
.cid-uXOl7MlRQJ .nav-link:focus {
  outline: none;
}
.cid-uXOl7MlRQJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXOl7MlRQJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXOl7MlRQJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXOl7MlRQJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXOl7MlRQJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXOl7MlRQJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXOl7MlRQJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXOl7MlRQJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uXOl7MlRQJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXOl7MlRQJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uXOl7MlRQJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXOl7MlRQJ .navbar.collapsed {
  justify-content: center;
}
.cid-uXOl7MlRQJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXOl7MlRQJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXOl7MlRQJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXOl7MlRQJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXOl7MlRQJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXOl7MlRQJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXOl7MlRQJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXOl7MlRQJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXOl7MlRQJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXOl7MlRQJ .navbar {
    min-height: 72px;
  }
  .cid-uXOl7MlRQJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXOl7MlRQJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXOl7MlRQJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXOl7MlRQJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXOl7MlRQJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXOl7MlRQJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXOl7MlRQJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXOl7MlRQJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXOl7MlRQJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXOl7MlRQJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXOl7MlRQJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXOl7MlRQJ .dropdown-item.active,
.cid-uXOl7MlRQJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uXOl7MlRQJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXOl7MlRQJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXOl7MlRQJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXOl7MlRQJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uXOl7MlRQJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXOl7MlRQJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXOl7MlRQJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXOl7MlRQJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXOl7MlRQJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uXOl7MlRQJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXOl7MlRQJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXOl7MlRQJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXOl7MlRQJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXOl7MlRQJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXOl7MlRQJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXOl7MlRQJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXOl7MlRQJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXOl7MlRQJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXOl7MlRQJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXOl7MlRQJ .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-uXOl7MlRQJ .opacityScroll {
  background: #000000 !important;
}
.cid-uXOl7MlRQJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXOl7MlRQJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXOl7MlRQJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXOl7MlRQJ .navbar {
    height: 70px;
  }
  .cid-uXOl7MlRQJ .navbar.opened {
    height: auto;
  }
  .cid-uXOl7MlRQJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXOl7MlRQJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXOl7MlRQJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXOl7MlRQJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXOl7MlRQJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXOl7MlRQJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXOl7MlRQJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXOl7MlRQJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXOl7MlRQJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uXOl7MlRQJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXOl7MlRQJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXOl7MlRQJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXOl7MlRQJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXOl7MlRQJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXOl7MlRQJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXOl7MlRQJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXOl7MlRQJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXOl7MlRQJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXOl7MlRQJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXOl7MlRQJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uXOl7MlRQJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uXOl7MlRQJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXOmnj1n2F {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/empreender-2000x1125.webp");
}
.cid-uXOmnj1n2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOmnj1n2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXOmnj1n2F .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uXOmnj1n2F .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uXOmnj1n2F .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uXOmnj1n2F .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uXOmnj1n2F .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOmnj1n2F .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #dd3135, #e45d60);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uXOmnj1n2F .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uXOmnj1n2F .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXOmnj1n2F .btn-wrapper {
  margin-top: -15%;
}
.cid-uXOmnj1n2F .mbr-section-title {
  color: #272b2e;
}
.cid-uXOmnj1n2F .mbr-text,
.cid-uXOmnj1n2F .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXOmnj1n2F .mbr-section-title,
.cid-uXOmnj1n2F .mbr-section-btn,
.cid-uXOmnj1n2F .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uXOmJmjObJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uXOmJmjObJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOmJmjObJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOmJmjObJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uXOmJmjObJ .title-wrapper .mbr-section-title span {
  color: #f58634;
}
@media (max-width: 992px) {
  .cid-uXOmJmjObJ .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uXOmJmjObJ .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXOmJmjObJ .item {
    margin-bottom: 16px;
  }
}
.cid-uXOmJmjObJ .item:hover .item-wrapper .item-img img,
.cid-uXOmJmjObJ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uXOmJmjObJ .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uXOmJmjObJ .item .item-wrapper {
    display: block;
  }
}
.cid-uXOmJmjObJ .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uXOmJmjObJ .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uXOmJmjObJ .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uXOmJmjObJ .item .item-wrapper .item-content .item-title_1,
.cid-uXOmJmjObJ .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uXOmJmjObJ .item .item-wrapper .item-content .item-text_1,
.cid-uXOmJmjObJ .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uXOmJmjObJ .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXOmJmjObJ .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uXOmJmjObJ .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXOmJmjObJ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uXOmJmjObJ .item .card_1 {
  background-color: #000000;
}
.cid-uXOmJmjObJ .item .card_2 {
  background-color: #f58634;
}
.cid-uXOmJmjObJ .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uXOmJmjObJ .item-title_1 {
  color: #ffffff;
}
.cid-uXOmJmjObJ .item-title_2 {
  color: #ffffff;
}
.cid-uXOmJmjObJ .item-text_1 {
  color: #ffffff;
}
.cid-uXOmJmjObJ .item-text_2 {
  color: #12b82e;
}
.cid-uXOmJmjObJ .item-text_2,
.cid-uXOmJmjObJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uXOl7NtJ4w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uXOl7NtJ4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOl7NtJ4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXOl7NtJ4w .container {
    padding: 0 15px;
  }
}
.cid-uXOl7NtJ4w .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uXOl7NtJ4w .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uXOl7NtJ4w .content-wrapper {
    padding-left: 0;
  }
}
.cid-uXOl7NtJ4w .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uXOl7NtJ4w .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uXOl7NtJ4w .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uXOl7NtJ4w .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uXOl7NtJ4w .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXOl7NtJ4w .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uXOl7NtJ4w .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uXOl7NtJ4w .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uXOl7NtJ4w .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-uXOl7NtJ4w .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uXOl7NtJ4w .mbr-desc,
.cid-uXOl7NtJ4w .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uXOl7NOTaG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uXOl7NOTaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOl7NOTaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXOl7NOTaG .container {
    padding: 0 16px;
  }
}
.cid-uXOl7NOTaG .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uXOl7NOTaG .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uXOl7NOTaG .row .card {
  justify-content: flex-end;
}
.cid-uXOl7NOTaG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOl7NOTaG .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uXOl7NOTaG .content-wrapper {
  margin-bottom: 24px;
}
.cid-uXOl7NOTaG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uXOl7NOTaG .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uXOl7NOTaG .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uXOl7NOTaG .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uXOl7NOTaG .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uXOl7NOTaG .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uXOl7NOTaG .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uXOl7NOTaG .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uXOl7NOTaG .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXOl7NOTaG .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXOl7NOTaG .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uXOl7NOTaG .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXOl7NOTaG .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uXOl7NOTaG .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-uXOl7NOTaG .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uXOl7NOTaG .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uXOl7NOTaG .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uXOl7NOTaG .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXOl7NOTaG .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uXOl7NOTaG .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-uXOl7NOTaG .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-uXOl7NOTaG .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uXOl7NOTaG .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uXOl7NOTaG .mbr-section-title {
  color: #ffffff;
}
.cid-uXOl7NOTaG .mbr-section-subtitle {
  color: #000000;
}
.cid-uXOl7NOTaG .mbr-text {
  color: #ffffff;
}
.cid-uXOl7NOTaG .mbr-list-title {
  color: #6f6f6f;
}
.cid-uXOl7NOTaG .list {
  color: #000000;
}
.cid-uXOl7NOTaG .mbr-contact {
  color: #000000;
}
.cid-uXOl7NOTaG .list,
.cid-uXOl7NOTaG .item-wrap {
  color: #ffffff;
}
.cid-uXOl7NOTaG .mbr-section-subtitle,
.cid-uXOl7NOTaG .mbr-section-btn {
  color: #ffffff;
}
.cid-uXOl7NOTaG .mbr-contact,
.cid-uXOl7NOTaG .item-wrapper {
  color: #ffffff;
}
.cid-uXOl7OjmuS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uXOl7OjmuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOl7OjmuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOl7OjmuS .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uXOl7OjmuS .content-container {
    flex-direction: column;
  }
}
.cid-uXOl7OjmuS .icons-menu {
  display: flex;
}
.cid-uXOl7OjmuS .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uXOl7OjmuS .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uXOl7OjmuS .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uXOl7OjmuS .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uXOl7OjmuS .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uXOl7OjmuS .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uXOl7OjmuS .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uXOqaw7Ugk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXOqaw7Ugk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXOqaw7Ugk .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-uXOqaw7Ugk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXOqaw7Ugk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXOqaw7Ugk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXOqaw7Ugk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXOqaw7Ugk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXOqaw7Ugk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXOqaw7Ugk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXOqaw7Ugk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXOqaw7Ugk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXOqaw7Ugk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXOqaw7Ugk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXOqaw7Ugk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXOqaw7Ugk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXOqaw7Ugk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXOqaw7Ugk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXOqaw7Ugk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXOqaw7Ugk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXOqaw7Ugk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXOqaw7Ugk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXOqaw7Ugk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXOqaw7Ugk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uXOqaw7Ugk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXOqaw7Ugk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXOqaw7Ugk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXOqaw7Ugk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uXOqaw7Ugk .nav-item:focus,
.cid-uXOqaw7Ugk .nav-link:focus {
  outline: none;
}
.cid-uXOqaw7Ugk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXOqaw7Ugk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXOqaw7Ugk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXOqaw7Ugk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXOqaw7Ugk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXOqaw7Ugk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXOqaw7Ugk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXOqaw7Ugk .navbar.opened {
  transition: all 0.25s;
}
.cid-uXOqaw7Ugk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXOqaw7Ugk .navbar .navbar-logo img {
  width: auto;
}
.cid-uXOqaw7Ugk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXOqaw7Ugk .navbar.collapsed {
  justify-content: center;
}
.cid-uXOqaw7Ugk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXOqaw7Ugk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXOqaw7Ugk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXOqaw7Ugk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXOqaw7Ugk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXOqaw7Ugk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXOqaw7Ugk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXOqaw7Ugk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXOqaw7Ugk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXOqaw7Ugk .navbar {
    min-height: 72px;
  }
  .cid-uXOqaw7Ugk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXOqaw7Ugk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXOqaw7Ugk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXOqaw7Ugk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXOqaw7Ugk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXOqaw7Ugk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXOqaw7Ugk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXOqaw7Ugk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXOqaw7Ugk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXOqaw7Ugk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXOqaw7Ugk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXOqaw7Ugk .dropdown-item.active,
.cid-uXOqaw7Ugk .dropdown-item:active {
  background-color: transparent;
}
.cid-uXOqaw7Ugk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXOqaw7Ugk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXOqaw7Ugk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXOqaw7Ugk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uXOqaw7Ugk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXOqaw7Ugk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXOqaw7Ugk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXOqaw7Ugk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXOqaw7Ugk .navbar-buttons {
    text-align: left;
  }
}
.cid-uXOqaw7Ugk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXOqaw7Ugk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXOqaw7Ugk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXOqaw7Ugk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXOqaw7Ugk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXOqaw7Ugk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXOqaw7Ugk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXOqaw7Ugk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXOqaw7Ugk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXOqaw7Ugk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXOqaw7Ugk .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-uXOqaw7Ugk .opacityScroll {
  background: #000000 !important;
}
.cid-uXOqaw7Ugk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXOqaw7Ugk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXOqaw7Ugk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXOqaw7Ugk .navbar {
    height: 70px;
  }
  .cid-uXOqaw7Ugk .navbar.opened {
    height: auto;
  }
  .cid-uXOqaw7Ugk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXOqaw7Ugk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXOqaw7Ugk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXOqaw7Ugk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXOqaw7Ugk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXOqaw7Ugk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXOqaw7Ugk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXOqaw7Ugk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXOqaw7Ugk .navbar-brand {
    margin-right: auto;
  }
  .cid-uXOqaw7Ugk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXOqaw7Ugk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXOqaw7Ugk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXOqaw7Ugk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXOqaw7Ugk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXOqaw7Ugk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXOqaw7Ugk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXOqaw7Ugk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXOqaw7Ugk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXOqaw7Ugk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXOqaw7Ugk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uXOqaw7Ugk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uXOqaw7Ugk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXOqawBqWU {
  padding-top: 11rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/empreender-2000x1125.webp");
}
.cid-uXOqawBqWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOqawBqWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXOqawBqWU .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uXOqawBqWU .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uXOqawBqWU .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uXOqawBqWU .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uXOqawBqWU .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOqawBqWU .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #dd3135, #e45d60);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uXOqawBqWU .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uXOqawBqWU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXOqawBqWU .btn-wrapper {
  margin-top: -15%;
}
.cid-uXOqawBqWU .mbr-section-title {
  color: #272b2e;
}
.cid-uXOqawBqWU .mbr-text,
.cid-uXOqawBqWU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXOqawBqWU .mbr-section-title,
.cid-uXOqawBqWU .mbr-section-btn,
.cid-uXOqawBqWU .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uXOqHZdzBU {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXOqHZdzBU .mbr-section-subtitle {
  color: #14191e;
}
.cid-uXOqHZdzBU .mbr-text {
  color: #777777;
}
.cid-uXOqHZdzBU .mbr-section-title {
  color: #000000;
}
.cid-uXOrt2voM7 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #e1e7f2;
}
.cid-uXOrt2voM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOrt2voM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXOrt2voM7 .container {
    padding: 0 16px;
  }
}
.cid-uXOrt2voM7 .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uXOrt2voM7 .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXOrt2voM7 .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uXOrt2voM7 .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXOrt2voM7 .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uXOrt2voM7 .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uXOrt2voM7 .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uXOrt2voM7 .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uXOrt2voM7 .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uXOrt2voM7 .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #272b2e;
  background-color: transparent;
  border: 3px solid #272b2e;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uXOrt2voM7 .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uXOrt2voM7 .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uXOrt2voM7 .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uXOrt2voM7 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uXOrt2voM7 .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uXOrt2voM7 .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #272b2e !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uXOrt2voM7 .dragArea.row .form-group .form-control:hover,
.cid-uXOrt2voM7 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #272b2e !important;
  box-shadow: none;
}
.cid-uXOrt2voM7 .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uXOrt2voM7 .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #f96e47;
  border-color: #f96e47;
}
.cid-uXOrt2voM7 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uXOrt2voM7 .mbr-title {
  color: #000000;
}
.cid-uXOrt2voM7 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uXOrt2voM7 .mbr-section-subtitle {
  color: #08323C;
}
.cid-uXOrt2voM7 .mbr-text {
  color: #000000;
}
.cid-uXOrt2voM7 .list {
  color: #000000;
}
.cid-uXOrt2voM7 label {
  color: #08323C;
}
.cid-uXOqawZVzU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uXOqawZVzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOqawZVzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOqawZVzU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uXOqawZVzU .title-wrapper .mbr-section-title span {
  color: #f58634;
}
@media (max-width: 992px) {
  .cid-uXOqawZVzU .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uXOqawZVzU .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXOqawZVzU .item {
    margin-bottom: 16px;
  }
}
.cid-uXOqawZVzU .item:hover .item-wrapper .item-img img,
.cid-uXOqawZVzU .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uXOqawZVzU .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uXOqawZVzU .item .item-wrapper {
    display: block;
  }
}
.cid-uXOqawZVzU .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uXOqawZVzU .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uXOqawZVzU .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uXOqawZVzU .item .item-wrapper .item-content .item-title_1,
.cid-uXOqawZVzU .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uXOqawZVzU .item .item-wrapper .item-content .item-text_1,
.cid-uXOqawZVzU .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uXOqawZVzU .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXOqawZVzU .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uXOqawZVzU .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXOqawZVzU .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uXOqawZVzU .item .card_1 {
  background-color: #000000;
}
.cid-uXOqawZVzU .item .card_2 {
  background-color: #f58634;
}
.cid-uXOqawZVzU .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uXOqawZVzU .item-title_1 {
  color: #ffffff;
}
.cid-uXOqawZVzU .item-title_2 {
  color: #ffffff;
}
.cid-uXOqawZVzU .item-text_1 {
  color: #ffffff;
}
.cid-uXOqawZVzU .item-text_2 {
  color: #12b82e;
}
.cid-uXOqawZVzU .item-text_2,
.cid-uXOqawZVzU .mbr-section-btn {
  color: #ffffff;
}
.cid-uXOqaxr7Jl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uXOqaxr7Jl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOqaxr7Jl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXOqaxr7Jl .container {
    padding: 0 15px;
  }
}
.cid-uXOqaxr7Jl .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uXOqaxr7Jl .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uXOqaxr7Jl .content-wrapper {
    padding-left: 0;
  }
}
.cid-uXOqaxr7Jl .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uXOqaxr7Jl .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uXOqaxr7Jl .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uXOqaxr7Jl .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uXOqaxr7Jl .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXOqaxr7Jl .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uXOqaxr7Jl .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uXOqaxr7Jl .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uXOqaxr7Jl .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-uXOqaxr7Jl .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uXOqaxr7Jl .mbr-desc,
.cid-uXOqaxr7Jl .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uXOqaxLoe1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uXOqaxLoe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOqaxLoe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXOqaxLoe1 .container {
    padding: 0 16px;
  }
}
.cid-uXOqaxLoe1 .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uXOqaxLoe1 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uXOqaxLoe1 .row .card {
  justify-content: flex-end;
}
.cid-uXOqaxLoe1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOqaxLoe1 .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uXOqaxLoe1 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uXOqaxLoe1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uXOqaxLoe1 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uXOqaxLoe1 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uXOqaxLoe1 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uXOqaxLoe1 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uXOqaxLoe1 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uXOqaxLoe1 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uXOqaxLoe1 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uXOqaxLoe1 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXOqaxLoe1 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXOqaxLoe1 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uXOqaxLoe1 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXOqaxLoe1 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uXOqaxLoe1 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-uXOqaxLoe1 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uXOqaxLoe1 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uXOqaxLoe1 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uXOqaxLoe1 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXOqaxLoe1 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uXOqaxLoe1 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-uXOqaxLoe1 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-uXOqaxLoe1 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uXOqaxLoe1 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uXOqaxLoe1 .mbr-section-title {
  color: #ffffff;
}
.cid-uXOqaxLoe1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uXOqaxLoe1 .mbr-text {
  color: #ffffff;
}
.cid-uXOqaxLoe1 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uXOqaxLoe1 .list {
  color: #000000;
}
.cid-uXOqaxLoe1 .mbr-contact {
  color: #000000;
}
.cid-uXOqaxLoe1 .list,
.cid-uXOqaxLoe1 .item-wrap {
  color: #ffffff;
}
.cid-uXOqaxLoe1 .mbr-section-subtitle,
.cid-uXOqaxLoe1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uXOqaxLoe1 .mbr-contact,
.cid-uXOqaxLoe1 .item-wrapper {
  color: #ffffff;
}
.cid-uXOqayfHUs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uXOqayfHUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOqayfHUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOqayfHUs .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uXOqayfHUs .content-container {
    flex-direction: column;
  }
}
.cid-uXOqayfHUs .icons-menu {
  display: flex;
}
.cid-uXOqayfHUs .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uXOqayfHUs .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uXOqayfHUs .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uXOqayfHUs .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uXOqayfHUs .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uXOqayfHUs .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uXOqayfHUs .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uXOsldZOol {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXOsldZOol .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXOsldZOol .btn:hover {
  background: #f96e47 !important;
  border-color: #f96e47 !important;
}
@media (max-width: 767px) {
  .cid-uXOsldZOol .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXOsldZOol .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXOsldZOol .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXOsldZOol .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXOsldZOol .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXOsldZOol .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXOsldZOol .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXOsldZOol .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXOsldZOol .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXOsldZOol .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXOsldZOol .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXOsldZOol .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXOsldZOol .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXOsldZOol .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXOsldZOol .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXOsldZOol .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXOsldZOol .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXOsldZOol .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXOsldZOol .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXOsldZOol .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXOsldZOol .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uXOsldZOol .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXOsldZOol .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXOsldZOol .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXOsldZOol .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uXOsldZOol .nav-item:focus,
.cid-uXOsldZOol .nav-link:focus {
  outline: none;
}
.cid-uXOsldZOol .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXOsldZOol .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXOsldZOol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXOsldZOol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXOsldZOol .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXOsldZOol .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXOsldZOol .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXOsldZOol .navbar.opened {
  transition: all 0.25s;
}
.cid-uXOsldZOol .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXOsldZOol .navbar .navbar-logo img {
  width: auto;
}
.cid-uXOsldZOol .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXOsldZOol .navbar.collapsed {
  justify-content: center;
}
.cid-uXOsldZOol .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXOsldZOol .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXOsldZOol .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXOsldZOol .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXOsldZOol .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXOsldZOol .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uXOsldZOol .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXOsldZOol .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXOsldZOol .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXOsldZOol .navbar {
    min-height: 72px;
  }
  .cid-uXOsldZOol .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXOsldZOol .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXOsldZOol .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXOsldZOol .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXOsldZOol .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXOsldZOol .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uXOsldZOol .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXOsldZOol .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXOsldZOol .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXOsldZOol .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXOsldZOol .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXOsldZOol .dropdown-item.active,
.cid-uXOsldZOol .dropdown-item:active {
  background-color: transparent;
}
.cid-uXOsldZOol .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXOsldZOol .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXOsldZOol .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXOsldZOol .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uXOsldZOol .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXOsldZOol .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXOsldZOol ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXOsldZOol .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXOsldZOol .navbar-buttons {
    text-align: left;
  }
}
.cid-uXOsldZOol button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXOsldZOol button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXOsldZOol button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXOsldZOol button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXOsldZOol button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXOsldZOol button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXOsldZOol nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXOsldZOol nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXOsldZOol nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXOsldZOol nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXOsldZOol .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
}
.cid-uXOsldZOol .opacityScroll {
  background: #000000 !important;
}
.cid-uXOsldZOol a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXOsldZOol .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXOsldZOol .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXOsldZOol .navbar {
    height: 70px;
  }
  .cid-uXOsldZOol .navbar.opened {
    height: auto;
  }
  .cid-uXOsldZOol .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXOsldZOol .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXOsldZOol .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXOsldZOol .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXOsldZOol .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXOsldZOol .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXOsldZOol .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXOsldZOol .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXOsldZOol .navbar-brand {
    margin-right: auto;
  }
  .cid-uXOsldZOol .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXOsldZOol .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXOsldZOol .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXOsldZOol .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXOsldZOol .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXOsldZOol .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXOsldZOol .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXOsldZOol .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXOsldZOol .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXOsldZOol .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXOsldZOol .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uXOsldZOol .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uXOsldZOol .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXOsletCUy {
  padding-top: 11rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/produtos-2000x3000.webp");
}
.cid-uXOsletCUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOsletCUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXOsletCUy .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uXOsletCUy .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uXOsletCUy .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uXOsletCUy .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uXOsletCUy .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOsletCUy .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #dd3135, #e45d60);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uXOsletCUy .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uXOsletCUy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXOsletCUy .btn-wrapper {
  margin-top: -15%;
}
.cid-uXOsletCUy .mbr-section-title {
  color: #272b2e;
}
.cid-uXOsletCUy .mbr-text,
.cid-uXOsletCUy .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXOsletCUy .mbr-section-title,
.cid-uXOsletCUy .mbr-section-btn,
.cid-uXOsletCUy .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uXOslePCPg {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXOslePCPg .mbr-section-subtitle {
  color: #14191e;
}
.cid-uXOslePCPg .mbr-text {
  color: #777777;
}
.cid-uXOslePCPg .mbr-section-title {
  color: #000000;
}
.cid-uXOslf8pd8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #e1e7f2;
}
.cid-uXOslf8pd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOslf8pd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXOslf8pd8 .container {
    padding: 0 16px;
  }
}
.cid-uXOslf8pd8 .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uXOslf8pd8 .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXOslf8pd8 .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uXOslf8pd8 .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXOslf8pd8 .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uXOslf8pd8 .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uXOslf8pd8 .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uXOslf8pd8 .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uXOslf8pd8 .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uXOslf8pd8 .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #272b2e;
  background-color: transparent;
  border: 3px solid #272b2e;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uXOslf8pd8 .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uXOslf8pd8 .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uXOslf8pd8 .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uXOslf8pd8 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uXOslf8pd8 .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uXOslf8pd8 .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #272b2e !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uXOslf8pd8 .dragArea.row .form-group .form-control:hover,
.cid-uXOslf8pd8 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #272b2e !important;
  box-shadow: none;
}
.cid-uXOslf8pd8 .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uXOslf8pd8 .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #f96e47;
  border-color: #f96e47;
}
.cid-uXOslf8pd8 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uXOslf8pd8 .mbr-title {
  color: #000000;
}
.cid-uXOslf8pd8 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uXOslf8pd8 .mbr-section-subtitle {
  color: #08323C;
}
.cid-uXOslf8pd8 .mbr-text {
  color: #000000;
}
.cid-uXOslf8pd8 .list {
  color: #000000;
}
.cid-uXOslf8pd8 label {
  color: #08323C;
}
.cid-uXOslfAiju {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uXOslfAiju .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOslfAiju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOslfAiju .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uXOslfAiju .title-wrapper .mbr-section-title span {
  color: #f58634;
}
@media (max-width: 992px) {
  .cid-uXOslfAiju .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uXOslfAiju .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXOslfAiju .item {
    margin-bottom: 16px;
  }
}
.cid-uXOslfAiju .item:hover .item-wrapper .item-img img,
.cid-uXOslfAiju .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uXOslfAiju .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uXOslfAiju .item .item-wrapper {
    display: block;
  }
}
.cid-uXOslfAiju .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uXOslfAiju .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uXOslfAiju .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uXOslfAiju .item .item-wrapper .item-content .item-title_1,
.cid-uXOslfAiju .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uXOslfAiju .item .item-wrapper .item-content .item-text_1,
.cid-uXOslfAiju .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uXOslfAiju .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXOslfAiju .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uXOslfAiju .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXOslfAiju .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uXOslfAiju .item .card_1 {
  background-color: #000000;
}
.cid-uXOslfAiju .item .card_2 {
  background-color: #f58634;
}
.cid-uXOslfAiju .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uXOslfAiju .item-title_1 {
  color: #ffffff;
}
.cid-uXOslfAiju .item-title_2 {
  color: #ffffff;
}
.cid-uXOslfAiju .item-text_1 {
  color: #ffffff;
}
.cid-uXOslfAiju .item-text_2 {
  color: #12b82e;
}
.cid-uXOslfAiju .item-text_2,
.cid-uXOslfAiju .mbr-section-btn {
  color: #ffffff;
}
.cid-uXOslg2e0V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uXOslg2e0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOslg2e0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXOslg2e0V .container {
    padding: 0 15px;
  }
}
.cid-uXOslg2e0V .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uXOslg2e0V .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uXOslg2e0V .content-wrapper {
    padding-left: 0;
  }
}
.cid-uXOslg2e0V .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uXOslg2e0V .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uXOslg2e0V .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uXOslg2e0V .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uXOslg2e0V .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXOslg2e0V .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uXOslg2e0V .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uXOslg2e0V .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uXOslg2e0V .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #ffffff;
  transform: skewX(-22deg);
}
.cid-uXOslg2e0V .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uXOslg2e0V .mbr-desc,
.cid-uXOslg2e0V .desc-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uXOslgp5a5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uXOslgp5a5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOslgp5a5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uXOslgp5a5 .container {
    padding: 0 16px;
  }
}
.cid-uXOslgp5a5 .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uXOslgp5a5 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uXOslgp5a5 .row .card {
  justify-content: flex-end;
}
.cid-uXOslgp5a5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOslgp5a5 .title-wrapper .mbr-section-title span {
  color: #f58634;
}
.cid-uXOslgp5a5 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uXOslgp5a5 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uXOslgp5a5 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uXOslgp5a5 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uXOslgp5a5 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uXOslgp5a5 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uXOslgp5a5 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uXOslgp5a5 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uXOslgp5a5 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uXOslgp5a5 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uXOslgp5a5 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXOslgp5a5 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uXOslgp5a5 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXOslgp5a5 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uXOslgp5a5 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f58634;
}
.cid-uXOslgp5a5 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uXOslgp5a5 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uXOslgp5a5 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uXOslgp5a5 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXOslgp5a5 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uXOslgp5a5 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f58634;
}
.cid-uXOslgp5a5 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f58634;
  margin-right: 20px;
}
.cid-uXOslgp5a5 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uXOslgp5a5 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uXOslgp5a5 .mbr-section-title {
  color: #ffffff;
}
.cid-uXOslgp5a5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uXOslgp5a5 .mbr-text {
  color: #ffffff;
}
.cid-uXOslgp5a5 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uXOslgp5a5 .list {
  color: #000000;
}
.cid-uXOslgp5a5 .mbr-contact {
  color: #000000;
}
.cid-uXOslgp5a5 .list,
.cid-uXOslgp5a5 .item-wrap {
  color: #ffffff;
}
.cid-uXOslgp5a5 .mbr-section-subtitle,
.cid-uXOslgp5a5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uXOslgp5a5 .mbr-contact,
.cid-uXOslgp5a5 .item-wrapper {
  color: #ffffff;
}
.cid-uXOslgWmpg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uXOslgWmpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOslgWmpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOslgWmpg .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uXOslgWmpg .content-container {
    flex-direction: column;
  }
}
.cid-uXOslgWmpg .icons-menu {
  display: flex;
}
.cid-uXOslgWmpg .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uXOslgWmpg .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uXOslgWmpg .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #f58634;
  transition: .3s all;
}
.cid-uXOslgWmpg .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uXOslgWmpg .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f58634;
  transition: .3s all;
}
.cid-uXOslgWmpg .iconfont-wrapper:hover {
  background-color: #f58634;
}
.cid-uXOslgWmpg .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
