body {
  font-family: 'Tajawal', sans-serif;
}
.display-1 {
  font-family: 'Tajawal', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
  letter-spacing: -1.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Tajawal', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: -1.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Tajawal', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6148ff !important;
}
.bg-success {
  background-color: #3acc3a !important;
}
.bg-info {
  background-color: #ffc159 !important;
}
.bg-warning {
  background-color: #ff7448 !important;
}
.bg-danger {
  background-color: #ff4848 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6148ff !important;
  border-color: #6148ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2100f0 !important;
  border-color: #2100f0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2100f0 !important;
  border-color: #2100f0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2705fc !important;
  border-color: #2705fc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1902a8 !important;
  border-color: #1902a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1902a8 !important;
  border-color: #1902a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffc159 !important;
  border-color: #ffc159 !important;
  color: #593800 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ffa102 !important;
  border-color: #ffa102 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #593800 !important;
  background-color: #ffa102 !important;
  border-color: #ffa102 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3acc3a !important;
  border-color: #3acc3a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #248b24 !important;
  border-color: #248b24 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #248b24 !important;
  border-color: #248b24 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff7448 !important;
  border-color: #ff7448 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f03a00 !important;
  border-color: #f03a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f03a00 !important;
  border-color: #f03a00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4848 !important;
  border-color: #ff4848 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f00000 !important;
  border-color: #f00000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f00000 !important;
  border-color: #f00000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6148ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2100f0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6148ff !important;
  border-color: #6148ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2705fc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1902a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2705fc !important;
  border-color: #2705fc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc159;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffa102 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #593800 !important;
  background-color: #ffc159 !important;
  border-color: #ffc159 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3acc3a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #248b24 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3acc3a !important;
  border-color: #3acc3a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7448;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f03a00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7448 !important;
  border-color: #ff7448 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4848;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f00000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4848 !important;
  border-color: #ff4848 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0a0a0a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #6148ff !important;
}
.text-secondary {
  color: #2705fc !important;
}
.text-success {
  color: #3acc3a !important;
}
.text-info {
  color: #ffc159 !important;
}
.text-warning {
  color: #ff7448 !important;
}
.text-danger {
  color: #ff4848 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #161616 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f00e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #170299 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #217f21 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f29800 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e13600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e10000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #6148ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #161616;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffc159;
}
.alert-warning {
  background-color: #ff7448;
}
.alert-danger {
  background-color: #ff4848;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6148ff;
  border-color: #6148ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6148ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dcf6dc;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #6148ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #6148ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6148ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6148ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6148ff;
  border-bottom-color: #6148ff;
}
.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: #6148ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2705fc !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='%236148ff' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1392px;
  width: 94%;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 120px;
  border-radius: 8px;
  padding: 16px 32px;
  line-height: 1.25;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn:hover {
  -webkit-transform: translate(0, -2px) !important;
  -ms-transform: translate(0, -2px) !important;
  transform: translate(0, -2px) !important;
}
.mbr-section-btn .btn-black-outline {
  background-color: #ffffff !important;
  border: 2px solid #161616;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-black-outline:active {
  background-color: #c2c0bc !important;
  border: 2px solid #161616 !important;
}
.mbr-section-btn .btn-white-outline {
  background-color: transparent !important;
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn .btn-white-outline:active {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white:active {
  background-color: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
b {
  font-weight: 700 !important;
}
.cid-uPcxvNqk6X {
  z-index: 1000;
  width: 100%;
}
.cid-uPcxvNqk6X nav.navbar {
  position: fixed;
}
.cid-uPcxvNqk6X .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-uPcxvNqk6X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPcxvNqk6X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uPcxvNqk6X .dropdown-item:hover,
.cid-uPcxvNqk6X .dropdown-item:focus {
  background: #6148ff !important;
  color: white !important;
}
.cid-uPcxvNqk6X .dropdown-item:hover span {
  color: white;
}
.cid-uPcxvNqk6X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPcxvNqk6X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPcxvNqk6X .dropdown-item:hover,
.cid-uPcxvNqk6X .dropdown-item:focus,
.cid-uPcxvNqk6X .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uPcxvNqk6X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPcxvNqk6X .nav-link {
  position: relative;
}
.cid-uPcxvNqk6X .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPcxvNqk6X .container {
    flex-wrap: nowrap;
  }
}
.cid-uPcxvNqk6X .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPcxvNqk6X .navbar-caption {
  font-weight: 700;
}
.cid-uPcxvNqk6X .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPcxvNqk6X .dropdown-menu,
.cid-uPcxvNqk6X .navbar.opened {
  background: #ededed !important;
}
.cid-uPcxvNqk6X .nav-item:focus,
.cid-uPcxvNqk6X .nav-link:focus {
  outline: none;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPcxvNqk6X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPcxvNqk6X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ededed;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar {
    min-height: 80px;
  }
  .cid-uPcxvNqk6X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPcxvNqk6X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPcxvNqk6X .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-uPcxvNqk6X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPcxvNqk6X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPcxvNqk6X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPcxvNqk6X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPcxvNqk6X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPcxvNqk6X .navbar.opened {
  transition: all 0.3s;
}
.cid-uPcxvNqk6X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPcxvNqk6X .navbar .navbar-logo img {
  width: auto;
}
.cid-uPcxvNqk6X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPcxvNqk6X .navbar.collapsed {
  justify-content: center;
}
.cid-uPcxvNqk6X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPcxvNqk6X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPcxvNqk6X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPcxvNqk6X .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-uPcxvNqk6X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPcxvNqk6X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uPcxvNqk6X .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uPcxvNqk6X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPcxvNqk6X .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uPcxvNqk6X .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar-brand {
    min-height: 80px;
  }
}
.cid-uPcxvNqk6X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPcxvNqk6X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPcxvNqk6X .dropdown-item.active,
.cid-uPcxvNqk6X .dropdown-item:active {
  background-color: transparent;
}
.cid-uPcxvNqk6X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPcxvNqk6X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-uPcxvNqk6X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPcxvNqk6X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPcxvNqk6X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPcxvNqk6X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPcxvNqk6X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPcxvNqk6X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPcxvNqk6X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPcxvNqk6X .navbar {
    height: 70px;
  }
  .cid-uPcxvNqk6X .navbar.opened {
    height: auto;
  }
  .cid-uPcxvNqk6X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPcxvNqk6X .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uP9WGpyaz6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/courses-1920x1080.jpg");
}
.cid-uP9WGpyaz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9WGpyaz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9WGpyaz6 .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-uP9WGpyaz6 .col-text {
    padding-right: 28px;
  }
}
.cid-uP9WGpyaz6 .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uP9WGpyaz6 .col-img {
    padding-left: 28px;
  }
}
.cid-uP9WGpyaz6 .card-title {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uP9WGpyaz6 .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-uP9WGpyaz6 .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uP9WGpyaz6 .mbr-text {
    padding-right: 0;
    margin-top: 1rem;
    text-align: center !important;
  }
}
.cid-uP9WGpyaz6 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uP9WGpyaz6 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uP9WGpyaz6 .mbr-section-btn {
    width: 100%;
  }
}
.cid-uP9WGpyaz6 .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 408px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uP9WGpyaz6 .image-wrapper {
    height: 288px;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .cid-uP9WGpyaz6 .image-wrapper {
    height: auto;
  }
}
.cid-uP9WGpyaz6 .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-uP9WGpyaz6 .card-title,
.cid-uP9WGpyaz6 .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uP9WGpyaz6 .mbr-text,
.cid-uP9WGpyaz6 .link-wrap {
  text-align: right;
  color: #d8d5d1;
}
.cid-uP9Xmgwq58 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ededed;
}
.cid-uP9Xmgwq58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9Xmgwq58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9Xmgwq58 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uP9Xmgwq58 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP9Xmgwq58 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uP9Xmgwq58 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP9Xmgwq58 .container {
    padding: 0 12px;
  }
}
.cid-uP9Xmgwq58 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uP9Xmgwq58 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uP9Xmgwq58 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uP9Xmgwq58 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uP9Xmgwq58 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uP9Xmgwq58 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP9Xmgwq58 .mbr-section-title,
.cid-uP9Xmgwq58 .mbr-section-btn {
  text-align: center;
}
.cid-uP9ZK6kfJX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uP9ZK6kfJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9ZK6kfJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9ZK6kfJX .row {
  justify-content: center;
}
.cid-uP9ZK6kfJX .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #000000, #4422ac 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uP9ZK6kfJX .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP9ZK6kfJX .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uP9ZK6kfJX .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP9ZK6kfJX .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #000000, #4422ac 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uP9ZK6kfJX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP9ZK6kfJX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP9ZK6kfJX .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uP9ZK6kfJX .mbr-label,
.cid-uP9ZK6kfJX .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uP9ZK6kfJX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP9ZK6kfJX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uP9ZK6kfJX .mbr-text,
.cid-uP9ZK6kfJX .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uP9ZK6kfJX .mbr-section-title,
.cid-uP9ZK6kfJX .mbr-section-btn {
  text-align: center;
}
.cid-uPa0R1mX4G {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ededed;
}
.cid-uPa0R1mX4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa0R1mX4G .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-uPa0R1mX4G .container {
    padding: 0 16px;
  }
}
.cid-uPa0R1mX4G .row {
  position: relative;
}
.cid-uPa0R1mX4G .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uPa0R1mX4G .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPa0R1mX4G .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uPa0R1mX4G .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #6148ff !important;
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #2705fc !important;
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3acc3a !important;
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffc159 !important;
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ff7448 !important;
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ff4848 !important;
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPa0R1mX4G .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPa0R1mX4G .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uPa0R1mX4G .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uPa0R1mX4G .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uPa0R1mX4G .items-wrapper {
    margin-left: 0;
  }
}
.cid-uPa0R1mX4G .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uPa0R1mX4G .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uPa0R1mX4G .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uPa0R1mX4G .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uPa0R1mX4G .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPa0R1mX4G .mbr-section-title {
  color: #000000;
}
.cid-uPa0R1mX4G .mbr-text {
  color: #6f6f6f;
}
.cid-uPa0R1mX4G .item-title {
  color: #000000;
  text-align: right;
}
.cid-uPa0R1mX4G .item-text {
  color: #000000;
  text-align: right;
}
.cid-uPa0R1mX4G .mbr-section-title,
.cid-uPa0R1mX4G .mbr-section-btn,
.cid-uPa0R1mX4G .decor-wrapper {
  text-align: right;
}
.cid-uPa0R1mX4G .myrtl {
  direction: rtl;
  text-align: right;
}
.cid-uPa0R1mX4G .mbr-text,
.cid-uPa0R1mX4G .text-wrap {
  text-align: right;
}
.cid-uPa8OllMpU {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uPa8OllMpU .container-fluid {
  padding: 0 3rem;
}
.cid-uPa8OllMpU .mbr-section-subtitle {
  color: #000000;
}
.cid-uPa8OllMpU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uPa8OllMpU .table-wrapper {
  margin: 0 auto;
}
.cid-uPa8OllMpU .head-item {
  min-width: 70px;
}
.cid-uPa8OllMpU table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uPa8OllMpU table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-uPa8OllMpU table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uPa8OllMpU .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uPa8OllMpU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uPa8OllMpU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-uPa8OllMpU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uPa8OllMpU .dataTables_wrapper {
  display: block;
}
.cid-uPa8OllMpU .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uPa8OllMpU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uPa8OllMpU .head-item:after,
.cid-uPa8OllMpU .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uPa8OllMpU .dataTables_filter {
    text-align: center;
  }
  .cid-uPa8OllMpU .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uPa8OllMpU .dataTables_filter {
    text-align: center;
  }
  .cid-uPa8OllMpU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uPa8OllMpU .table-wrapper {
    width: 100% !important;
  }
  .cid-uPa8OllMpU .container-fluid {
    padding: 0 1rem;
  }
  .cid-uPa8OllMpU table th,
  .cid-uPa8OllMpU table td {
    padding: 0.75rem;
  }
}
.cid-uPa8OllMpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPa8OllMpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcphnUj1O {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ededed;
}
.cid-uPcphnUj1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcphnUj1O .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-uPcphnUj1O .container {
    padding: 0 16px;
  }
}
.cid-uPcphnUj1O .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPcphnUj1O .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uPcphnUj1O .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uPcphnUj1O .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPcphnUj1O .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPcphnUj1O .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uPcphnUj1O .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uPcphnUj1O .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uPcphnUj1O .panel-group .card {
  border-radius: 20px !important;
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uPcphnUj1O .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPcphnUj1O .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPcphnUj1O .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPcphnUj1O .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uPcphnUj1O .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uPcphnUj1O .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uPcphnUj1O .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uPcphnUj1O .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uPcphnUj1O .mbr-section-title {
  color: #000000;
}
.cid-uPcphnUj1O .mbr-text {
  color: #6f6f6f;
}
.cid-uPcphnUj1O .panel-title-edit {
  color: #000000;
}
.cid-uPcphnUj1O .panel-text {
  color: #000000;
  text-align: right;
}
.cid-uPajdxiiA2 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uPajdxiiA2 .container-fluid {
  padding: 0 3rem;
}
.cid-uPajdxiiA2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPajdxiiA2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uPajdxiiA2 .table-wrapper {
  margin: 0 auto;
}
.cid-uPajdxiiA2 .head-item {
  min-width: 70px;
}
.cid-uPajdxiiA2 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uPajdxiiA2 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-uPajdxiiA2 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uPajdxiiA2 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uPajdxiiA2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uPajdxiiA2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-uPajdxiiA2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uPajdxiiA2 .dataTables_wrapper {
  display: block;
}
.cid-uPajdxiiA2 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uPajdxiiA2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uPajdxiiA2 .head-item:after,
.cid-uPajdxiiA2 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-uPajdxiiA2 .dataTables_filter {
    text-align: center;
  }
  .cid-uPajdxiiA2 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uPajdxiiA2 .dataTables_filter {
    text-align: center;
  }
  .cid-uPajdxiiA2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uPajdxiiA2 .table-wrapper {
    width: 100% !important;
  }
  .cid-uPajdxiiA2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uPajdxiiA2 table th,
  .cid-uPajdxiiA2 table td {
    padding: 0.75rem;
  }
}
.cid-uPajdxiiA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPajdxiiA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcgkPh7S4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uPcgkPh7S4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcgkPh7S4 .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-uPcgkPh7S4 .container {
    padding: 0 16px;
  }
}
.cid-uPcgkPh7S4 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPcgkPh7S4 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uPcgkPh7S4 .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uPcgkPh7S4 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPcgkPh7S4 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPcgkPh7S4 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uPcgkPh7S4 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uPcgkPh7S4 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uPcgkPh7S4 .panel-group .card {
  border-radius: 20px !important;
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uPcgkPh7S4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPcgkPh7S4 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPcgkPh7S4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPcgkPh7S4 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uPcgkPh7S4 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uPcgkPh7S4 .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uPcgkPh7S4 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uPcgkPh7S4 .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uPcgkPh7S4 .mbr-section-title {
  color: #000000;
}
.cid-uPcgkPh7S4 .mbr-text {
  color: #6f6f6f;
}
.cid-uPcgkPh7S4 .panel-title-edit {
  color: #000000;
}
.cid-uPcgkPh7S4 .panel-text {
  color: #000000;
}
.cid-uPcaMBvzuu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPcaMBvzuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcaMBvzuu .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-uPcaMBvzuu .container {
    padding: 0 16px;
  }
}
.cid-uPcaMBvzuu .row {
  position: relative;
}
.cid-uPcaMBvzuu .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uPcaMBvzuu .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPcaMBvzuu .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uPcaMBvzuu .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #6148ff !important;
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #2705fc !important;
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3acc3a !important;
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffc159 !important;
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ff7448 !important;
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ff4848 !important;
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPcaMBvzuu .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPcaMBvzuu .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uPcaMBvzuu .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uPcaMBvzuu .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uPcaMBvzuu .items-wrapper {
    margin-left: 0;
  }
}
.cid-uPcaMBvzuu .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uPcaMBvzuu .item .item-wrapper {
  background-color: #ededed;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uPcaMBvzuu .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uPcaMBvzuu .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uPcaMBvzuu .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPcaMBvzuu .mbr-section-title {
  color: #000000;
}
.cid-uPcaMBvzuu .mbr-text {
  color: #6f6f6f;
}
.cid-uPcaMBvzuu .item-title {
  color: #000000;
  text-align: right;
}
.cid-uPcaMBvzuu .item-text {
  color: #000000;
  text-align: right;
}
.cid-uPcaMBvzuu .mbr-section-title,
.cid-uPcaMBvzuu .mbr-section-btn,
.cid-uPcaMBvzuu .decor-wrapper {
  text-align: right;
}
.cid-uPcaMBvzuu .myrtl {
  direction: rtl;
  text-align: right;
}
.cid-uPcaMBvzuu .mbr-text,
.cid-uPcaMBvzuu .text-wrap {
  text-align: right;
}
.cid-uPcsFTyWEC {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-uPcsFTyWEC .content {
    flex-wrap: nowrap;
  }
  .cid-uPcsFTyWEC .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-uPcsFTyWEC .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-uPcsFTyWEC .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-uPcsFTyWEC .content {
    flex-wrap: wrap;
  }
  .cid-uPcsFTyWEC .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-uPcsFTyWEC .section-head p {
    width: 70%;
  }
  .cid-uPcsFTyWEC .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-uPcsFTyWEC .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-uPcsFTyWEC .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-uPcsFTyWEC .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-uPcsFTyWEC .panel-title-edit {
  color: #28282c;
}
.cid-uPcsFTyWEC .panel-text {
  color: #161616;
  padding: 1rem 0;
}
.cid-uPcsFTyWEC .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-uPcsFTyWEC .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-uPcsFTyWEC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uPcsFTyWEC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPcsFTyWEC .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-uPcsFTyWEC .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uPcsFTyWEC .mbr-text {
  color: #161616;
}
.cid-uPcvgWR6qu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uPcvgWR6qu .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uPcvgWR6qu .panel-group {
  border: none;
}
.cid-uPcvgWR6qu .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPcvgWR6qu .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uPcvgWR6qu .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uPcvgWR6qu .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uPcvgWR6qu .content {
  margin: 5rem auto;
}
.cid-uPcvgWR6qu .img-col {
  padding: 0;
}
.cid-uPcvgWR6qu .img-item {
  height: 100%;
}
.cid-uPcvgWR6qu img {
  height: 100%;
  object-fit: cover;
}
.cid-uPcvgWR6qu .collapsed span {
  transform: rotate(0deg);
}
.cid-uPcvgWR6qu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPcvgWR6qu p {
  margin-bottom: 0.3rem;
}
.cid-uPcvgWR6qu .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uPcvgWR6qu .panel-title-edit {
  color: #000000;
}
.cid-uPcvgWR6qu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uPcvgWR6qu .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 10px!important;
}
.cid-uPcvgWR6qu .panel-title-edit,
.cid-uPcvgWR6qu .mbr-iconfont {
  color: #1b2026;
}
.cid-uPcvgWR6qu .panel-text {
  color: #777777;
}
.cid-uPcvgWR6qu H4 {
  color: #777777;
}
.cid-uPcvgWR6qu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcvgWR6qu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcvgWR6qu H3 {
  text-align: center;
}
.cid-uPdsdDmGu1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uPdsdDmGu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdsdDmGu1 .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-uPdsdDmGu1 .container {
    padding: 0 16px;
  }
}
.cid-uPdsdDmGu1 .row {
  justify-content: center;
}
.cid-uPdsdDmGu1 .content-wrapper {
  position: relative;
}
.cid-uPdsdDmGu1 .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPdsdDmGu1 .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPdsdDmGu1 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uPdsdDmGu1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdsdDmGu1 .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uPdsdDmGu1 .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uPdsdDmGu1 .mbr-text {
  color: #000000;
}
.cid-uPdsdDmGu1 .mbr-text,
.cid-uPdsdDmGu1 .icon-wrapper {
  text-align: center;
}
.cid-uPcyTji13K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uPcyTji13K::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #ffc159 -10%, transparent 80%);
  z-index: 1;
}
.cid-uPcyTji13K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcyTji13K .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-uPcyTji13K .container {
    padding: 0 16px;
  }
}
.cid-uPcyTji13K .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPcyTji13K .row .card {
  justify-content: space-between;
}
.cid-uPcyTji13K .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPcyTji13K .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPcyTji13K .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPcyTji13K .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPcyTji13K .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPcyTji13K .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uPcyTji13K .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uPcyTji13K .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPcyTji13K .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uPcyTji13K .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uPcyTji13K .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uPcyTji13K .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uPcyTji13K .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPcyTji13K .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uPcyTji13K .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uPcyTji13K .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uPcyTji13K .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uPcyTji13K .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uPcyTji13K .dragArea.row .form-group .form-control:hover,
.cid-uPcyTji13K .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uPcyTji13K .dragArea.row .form-group .form-control::placeholder {
  color: #2705fc;
}
.cid-uPcyTji13K .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uPcyTji13K .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPcyTji13K .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2705fc;
  border-color: #2705fc;
  border-radius: 0;
}
.cid-uPcyTji13K .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPcyTji13K .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uPcyTji13K .mbr-section-title {
  color: #000000;
}
.cid-uPcyTji13K .mbr-text {
  color: #6f6f6f;
}
.cid-uPcyTji13K .mbr-contact {
  color: #000000;
}
.cid-uPcyTji13K label {
  color: #000000;
}
.cid-uPdsTJHiFc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uPdsTJHiFc .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPcxvNqk6X {
  z-index: 1000;
  width: 100%;
}
.cid-uPcxvNqk6X nav.navbar {
  position: fixed;
}
.cid-uPcxvNqk6X .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-uPcxvNqk6X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPcxvNqk6X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uPcxvNqk6X .dropdown-item:hover,
.cid-uPcxvNqk6X .dropdown-item:focus {
  background: #6148ff !important;
  color: white !important;
}
.cid-uPcxvNqk6X .dropdown-item:hover span {
  color: white;
}
.cid-uPcxvNqk6X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPcxvNqk6X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPcxvNqk6X .dropdown-item:hover,
.cid-uPcxvNqk6X .dropdown-item:focus,
.cid-uPcxvNqk6X .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uPcxvNqk6X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPcxvNqk6X .nav-link {
  position: relative;
}
.cid-uPcxvNqk6X .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPcxvNqk6X .container {
    flex-wrap: nowrap;
  }
}
.cid-uPcxvNqk6X .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPcxvNqk6X .navbar-caption {
  font-weight: 700;
}
.cid-uPcxvNqk6X .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPcxvNqk6X .dropdown-menu,
.cid-uPcxvNqk6X .navbar.opened {
  background: #ededed !important;
}
.cid-uPcxvNqk6X .nav-item:focus,
.cid-uPcxvNqk6X .nav-link:focus {
  outline: none;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPcxvNqk6X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPcxvNqk6X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ededed;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar {
    min-height: 80px;
  }
  .cid-uPcxvNqk6X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPcxvNqk6X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPcxvNqk6X .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-uPcxvNqk6X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPcxvNqk6X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPcxvNqk6X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPcxvNqk6X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPcxvNqk6X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPcxvNqk6X .navbar.opened {
  transition: all 0.3s;
}
.cid-uPcxvNqk6X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPcxvNqk6X .navbar .navbar-logo img {
  width: auto;
}
.cid-uPcxvNqk6X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPcxvNqk6X .navbar.collapsed {
  justify-content: center;
}
.cid-uPcxvNqk6X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPcxvNqk6X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPcxvNqk6X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPcxvNqk6X .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-uPcxvNqk6X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPcxvNqk6X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uPcxvNqk6X .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uPcxvNqk6X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPcxvNqk6X .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uPcxvNqk6X .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar-brand {
    min-height: 80px;
  }
}
.cid-uPcxvNqk6X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPcxvNqk6X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPcxvNqk6X .dropdown-item.active,
.cid-uPcxvNqk6X .dropdown-item:active {
  background-color: transparent;
}
.cid-uPcxvNqk6X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPcxvNqk6X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-uPcxvNqk6X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPcxvNqk6X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPcxvNqk6X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPcxvNqk6X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPcxvNqk6X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPcxvNqk6X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPcxvNqk6X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPcxvNqk6X .navbar {
    height: 70px;
  }
  .cid-uPcxvNqk6X .navbar.opened {
    height: auto;
  }
  .cid-uPcxvNqk6X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPcxvNqk6X .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uPdcwbXrSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPdcwbXrSr::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uPdcwbXrSr::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #e59e4d -10%, transparent 80%);
}
.cid-uPdcwbXrSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdcwbXrSr .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-uPdcwbXrSr .container {
    padding: 0 16px;
  }
}
.cid-uPdcwbXrSr .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uPdcwbXrSr .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uPdcwbXrSr .content-wrapper {
  margin-bottom: 80px;
}
.cid-uPdcwbXrSr .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPdcwbXrSr .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPdcwbXrSr .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uPdcwbXrSr .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uPdcwbXrSr .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uPdcwbXrSr .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uPdcwbXrSr .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uPdcwbXrSr .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uPdcwbXrSr .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPdcwbXrSr .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uPdcwbXrSr .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uPdcwbXrSr .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uPdcwbXrSr .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPdcwbXrSr .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uPdcwbXrSr .mbr-section-title {
  color: #000000;
}
.cid-uPdcwbXrSr .mbr-text,
.cid-uPdcwbXrSr .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uPdcwbXrSr .item-title {
  color: #000000;
}
.cid-uPdcwbXrSr .item-text {
  color: #6f6f6f;
}
.cid-uPdcwbXrSr .mbr-section-title,
.cid-uPdcwbXrSr .mbr-section-btn {
  text-align: center;
}
.cid-uPdsTJHiFc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uPdsTJHiFc .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPcxvNqk6X {
  z-index: 1000;
  width: 100%;
}
.cid-uPcxvNqk6X nav.navbar {
  position: fixed;
}
.cid-uPcxvNqk6X .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-uPcxvNqk6X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPcxvNqk6X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uPcxvNqk6X .dropdown-item:hover,
.cid-uPcxvNqk6X .dropdown-item:focus {
  background: #6148ff !important;
  color: white !important;
}
.cid-uPcxvNqk6X .dropdown-item:hover span {
  color: white;
}
.cid-uPcxvNqk6X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPcxvNqk6X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPcxvNqk6X .dropdown-item:hover,
.cid-uPcxvNqk6X .dropdown-item:focus,
.cid-uPcxvNqk6X .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uPcxvNqk6X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPcxvNqk6X .nav-link {
  position: relative;
}
.cid-uPcxvNqk6X .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPcxvNqk6X .container {
    flex-wrap: nowrap;
  }
}
.cid-uPcxvNqk6X .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPcxvNqk6X .navbar-caption {
  font-weight: 700;
}
.cid-uPcxvNqk6X .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPcxvNqk6X .dropdown-menu,
.cid-uPcxvNqk6X .navbar.opened {
  background: #ededed !important;
}
.cid-uPcxvNqk6X .nav-item:focus,
.cid-uPcxvNqk6X .nav-link:focus {
  outline: none;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPcxvNqk6X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPcxvNqk6X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ededed;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar {
    min-height: 80px;
  }
  .cid-uPcxvNqk6X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPcxvNqk6X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPcxvNqk6X .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-uPcxvNqk6X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPcxvNqk6X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPcxvNqk6X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPcxvNqk6X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPcxvNqk6X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPcxvNqk6X .navbar.opened {
  transition: all 0.3s;
}
.cid-uPcxvNqk6X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPcxvNqk6X .navbar .navbar-logo img {
  width: auto;
}
.cid-uPcxvNqk6X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPcxvNqk6X .navbar.collapsed {
  justify-content: center;
}
.cid-uPcxvNqk6X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPcxvNqk6X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPcxvNqk6X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPcxvNqk6X .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-uPcxvNqk6X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPcxvNqk6X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uPcxvNqk6X .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uPcxvNqk6X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPcxvNqk6X .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uPcxvNqk6X .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar-brand {
    min-height: 80px;
  }
}
.cid-uPcxvNqk6X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPcxvNqk6X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPcxvNqk6X .dropdown-item.active,
.cid-uPcxvNqk6X .dropdown-item:active {
  background-color: transparent;
}
.cid-uPcxvNqk6X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPcxvNqk6X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-uPcxvNqk6X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPcxvNqk6X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPcxvNqk6X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPcxvNqk6X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPcxvNqk6X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPcxvNqk6X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPcxvNqk6X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPcxvNqk6X .navbar {
    height: 70px;
  }
  .cid-uPcxvNqk6X .navbar.opened {
    height: auto;
  }
  .cid-uPcxvNqk6X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPcxvNqk6X .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uPcUcffzds {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPcUcffzds::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#f1634f -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPcUcffzds::before {
    opacity: .4;
  }
}
.cid-uPcUcffzds::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #e59e4d -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPcUcffzds::after {
    opacity: .4;
  }
}
.cid-uPcUcffzds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcUcffzds .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-uPcUcffzds .container {
    padding: 0 16px;
  }
}
.cid-uPcUcffzds .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPcUcffzds .row .card {
  justify-content: flex-end;
}
.cid-uPcUcffzds .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPcUcffzds .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPcUcffzds .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPcUcffzds .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPcUcffzds .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPcUcffzds .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPcUcffzds .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPcUcffzds .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #6148ff !important;
}
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #2705fc !important;
}
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3acc3a !important;
}
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffc159 !important;
}
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ff7448 !important;
}
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ff4848 !important;
}
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPcUcffzds .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPcUcffzds .mbr-section-title {
  color: #000000;
}
.cid-uPcUcffzds .mbr-text {
  color: #000000;
}
.cid-uPcUcffzds .mbr-text,
.cid-uPcUcffzds .mbr-section-btn {
  text-align: right;
}
.cid-uPdsTJHiFc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uPdsTJHiFc .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPcxvNqk6X {
  z-index: 1000;
  width: 100%;
}
.cid-uPcxvNqk6X nav.navbar {
  position: fixed;
}
.cid-uPcxvNqk6X .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-uPcxvNqk6X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPcxvNqk6X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uPcxvNqk6X .dropdown-item:hover,
.cid-uPcxvNqk6X .dropdown-item:focus {
  background: #6148ff !important;
  color: white !important;
}
.cid-uPcxvNqk6X .dropdown-item:hover span {
  color: white;
}
.cid-uPcxvNqk6X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPcxvNqk6X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPcxvNqk6X .dropdown-item:hover,
.cid-uPcxvNqk6X .dropdown-item:focus,
.cid-uPcxvNqk6X .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uPcxvNqk6X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPcxvNqk6X .nav-link {
  position: relative;
}
.cid-uPcxvNqk6X .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPcxvNqk6X .container {
    flex-wrap: nowrap;
  }
}
.cid-uPcxvNqk6X .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPcxvNqk6X .navbar-caption {
  font-weight: 700;
}
.cid-uPcxvNqk6X .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPcxvNqk6X .dropdown-menu,
.cid-uPcxvNqk6X .navbar.opened {
  background: #ededed !important;
}
.cid-uPcxvNqk6X .nav-item:focus,
.cid-uPcxvNqk6X .nav-link:focus {
  outline: none;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPcxvNqk6X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPcxvNqk6X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ededed;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar {
    min-height: 80px;
  }
  .cid-uPcxvNqk6X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPcxvNqk6X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPcxvNqk6X .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-uPcxvNqk6X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPcxvNqk6X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPcxvNqk6X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPcxvNqk6X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPcxvNqk6X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPcxvNqk6X .navbar.opened {
  transition: all 0.3s;
}
.cid-uPcxvNqk6X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPcxvNqk6X .navbar .navbar-logo img {
  width: auto;
}
.cid-uPcxvNqk6X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPcxvNqk6X .navbar.collapsed {
  justify-content: center;
}
.cid-uPcxvNqk6X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPcxvNqk6X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPcxvNqk6X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPcxvNqk6X .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-uPcxvNqk6X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPcxvNqk6X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uPcxvNqk6X .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uPcxvNqk6X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPcxvNqk6X .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uPcxvNqk6X .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar-brand {
    min-height: 80px;
  }
}
.cid-uPcxvNqk6X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPcxvNqk6X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPcxvNqk6X .dropdown-item.active,
.cid-uPcxvNqk6X .dropdown-item:active {
  background-color: transparent;
}
.cid-uPcxvNqk6X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPcxvNqk6X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-uPcxvNqk6X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPcxvNqk6X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPcxvNqk6X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPcxvNqk6X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPcxvNqk6X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPcxvNqk6X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPcxvNqk6X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPcxvNqk6X .navbar {
    height: 70px;
  }
  .cid-uPcxvNqk6X .navbar.opened {
    height: auto;
  }
  .cid-uPcxvNqk6X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPcxvNqk6X .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uPcTth2fZh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPcTth2fZh::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
  z-index: 1;
}
.cid-uPcTth2fZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcTth2fZh .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-uPcTth2fZh .container {
    padding: 0 16px;
  }
}
.cid-uPcTth2fZh .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPcTth2fZh .row .card {
  justify-content: space-between;
}
.cid-uPcTth2fZh .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPcTth2fZh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPcTth2fZh .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPcTth2fZh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPcTth2fZh .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPcTth2fZh .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uPcTth2fZh .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uPcTth2fZh .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPcTth2fZh .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uPcTth2fZh .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uPcTth2fZh .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uPcTth2fZh .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uPcTth2fZh .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPcTth2fZh .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uPcTth2fZh .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uPcTth2fZh .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uPcTth2fZh .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uPcTth2fZh .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uPcTth2fZh .dragArea.row .form-group .form-control:hover,
.cid-uPcTth2fZh .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uPcTth2fZh .dragArea.row .form-group .form-control::placeholder {
  color: #2705fc;
}
.cid-uPcTth2fZh .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uPcTth2fZh .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPcTth2fZh .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2705fc;
  border-color: #2705fc;
  border-radius: 0;
}
.cid-uPcTth2fZh .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPcTth2fZh .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uPcTth2fZh .mbr-section-title {
  color: #000000;
}
.cid-uPcTth2fZh .mbr-text {
  color: #6f6f6f;
}
.cid-uPcTth2fZh .mbr-contact {
  color: #000000;
}
.cid-uPcTth2fZh label {
  color: #000000;
}
.cid-uPdsTJHiFc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uPdsTJHiFc .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPcxvNqk6X {
  z-index: 1000;
  width: 100%;
}
.cid-uPcxvNqk6X nav.navbar {
  position: fixed;
}
.cid-uPcxvNqk6X .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-uPcxvNqk6X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPcxvNqk6X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uPcxvNqk6X .dropdown-item:hover,
.cid-uPcxvNqk6X .dropdown-item:focus {
  background: #6148ff !important;
  color: white !important;
}
.cid-uPcxvNqk6X .dropdown-item:hover span {
  color: white;
}
.cid-uPcxvNqk6X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPcxvNqk6X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPcxvNqk6X .dropdown-item:hover,
.cid-uPcxvNqk6X .dropdown-item:focus,
.cid-uPcxvNqk6X .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uPcxvNqk6X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPcxvNqk6X .nav-link {
  position: relative;
}
.cid-uPcxvNqk6X .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPcxvNqk6X .container {
    flex-wrap: nowrap;
  }
}
.cid-uPcxvNqk6X .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPcxvNqk6X .navbar-caption {
  font-weight: 700;
}
.cid-uPcxvNqk6X .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPcxvNqk6X .dropdown-menu,
.cid-uPcxvNqk6X .navbar.opened {
  background: #ededed !important;
}
.cid-uPcxvNqk6X .nav-item:focus,
.cid-uPcxvNqk6X .nav-link:focus {
  outline: none;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPcxvNqk6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPcxvNqk6X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPcxvNqk6X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #ededed;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar {
    min-height: 80px;
  }
  .cid-uPcxvNqk6X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPcxvNqk6X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPcxvNqk6X .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-uPcxvNqk6X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPcxvNqk6X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPcxvNqk6X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPcxvNqk6X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPcxvNqk6X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPcxvNqk6X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPcxvNqk6X .navbar.opened {
  transition: all 0.3s;
}
.cid-uPcxvNqk6X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPcxvNqk6X .navbar .navbar-logo img {
  width: auto;
}
.cid-uPcxvNqk6X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPcxvNqk6X .navbar.collapsed {
  justify-content: center;
}
.cid-uPcxvNqk6X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPcxvNqk6X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPcxvNqk6X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPcxvNqk6X .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-uPcxvNqk6X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPcxvNqk6X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPcxvNqk6X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uPcxvNqk6X .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uPcxvNqk6X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPcxvNqk6X .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uPcxvNqk6X .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar-brand {
    min-height: 80px;
  }
}
.cid-uPcxvNqk6X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPcxvNqk6X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPcxvNqk6X .dropdown-item.active,
.cid-uPcxvNqk6X .dropdown-item:active {
  background-color: transparent;
}
.cid-uPcxvNqk6X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPcxvNqk6X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPcxvNqk6X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-uPcxvNqk6X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPcxvNqk6X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPcxvNqk6X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPcxvNqk6X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPcxvNqk6X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcxvNqk6X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPcxvNqk6X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcxvNqk6X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPcxvNqk6X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPcxvNqk6X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPcxvNqk6X .navbar {
    height: 70px;
  }
  .cid-uPcxvNqk6X .navbar.opened {
    height: auto;
  }
  .cid-uPcxvNqk6X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPcxvNqk6X .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uPcxvNqk6X .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uPcxvNqk6X .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uPcCHgj9KO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5d1;
  overflow: hidden;
}
.cid-uPcCHgj9KO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcCHgj9KO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcCHgj9KO .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-uPcCHgj9KO .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uPcCHgj9KO .col-text {
    order: 2;
  }
}
.cid-uPcCHgj9KO .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPcCHgj9KO .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uPcCHgj9KO .col-img {
    order: 1;
  }
}
.cid-uPcCHgj9KO .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uPcCHgj9KO .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-uPcCHgj9KO .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-uPcCHgj9KO .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uPcCHgj9KO .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uPcCHgj9KO .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uPcCHgj9KO .mbr-section-btn {
    width: 100%;
  }
}
.cid-uPcCHgj9KO .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPcCHgj9KO .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-uPcCHgj9KO .image-wrapper {
    height: auto;
  }
}
.cid-uPcCHgj9KO .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-uPcCHgj9KO .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uPcCHgj9KO .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-uPcEn2YDld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPcEn2YDld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcEn2YDld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcEn2YDld .row {
  justify-content: center;
}
.cid-uPcEn2YDld .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uPcEn2YDld .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPcEn2YDld .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uPcEn2YDld .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPcEn2YDld .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uPcEn2YDld .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPcEn2YDld .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPcEn2YDld .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uPcEn2YDld .mbr-label,
.cid-uPcEn2YDld .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPcEn2YDld .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPcEn2YDld .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPcEn2YDld .mbr-text,
.cid-uPcEn2YDld .text-wrapper {
  color: #161616;
  text-align: center;
}
.cid-uPcEn2YDld .mbr-section-title,
.cid-uPcEn2YDld .mbr-section-btn {
  text-align: center;
  color: #161616;
}
.cid-uPcFFqfhnI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPcFFqfhnI .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPcFFqfhnI .container-table {
  margin: 0 auto;
}
.cid-uPcFFqfhnI .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uPcFFqfhnI tbody tr:nth-child(odd) {
  background-color: #f5f4f6;
}
.cid-uPcFFqfhnI .dataTables_wrapper {
  display: block;
}
.cid-uPcFFqfhnI .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uPcFFqfhnI .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uPcFFqfhnI .head-item {
  color: #919DAB;
  min-width: 110px;
  letter-spacing: 2px;
}
.cid-uPcFFqfhnI .body-item {
  color: #212529;
}
.cid-uPcFFqfhnI table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #cccccc;
}
.cid-uPcFFqfhnI table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  border-left: 1px solid #cccccc;
}
.cid-uPcFFqfhnI table td {
  padding: 24px 15px 20px 15px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.cid-uPcFFqfhnI .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uPcFFqfhnI .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uPcFFqfhnI .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uPcFFqfhnI .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uPcFFqfhnI .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uPcFFqfhnI .dataTables_filter {
    text-align: center;
  }
  .cid-uPcFFqfhnI .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uPcFFqfhnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcFFqfhnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcNKlKh12 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uPcNKlKh12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcNKlKh12 .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-uPcNKlKh12 .container {
    padding: 0 16px;
  }
}
.cid-uPcNKlKh12 .row {
  position: relative;
}
.cid-uPcNKlKh12 .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uPcNKlKh12 .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-title span {
  color: #ff9f00;
}
.cid-uPcNKlKh12 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uPcNKlKh12 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #6148ff !important;
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #2705fc !important;
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3acc3a !important;
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffc159 !important;
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ff7448 !important;
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ff4848 !important;
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPcNKlKh12 .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPcNKlKh12 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uPcNKlKh12 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffc159 -10%, transparent 80%);
}
.cid-uPcNKlKh12 .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uPcNKlKh12 .items-wrapper {
    margin-left: 0;
  }
}
.cid-uPcNKlKh12 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uPcNKlKh12 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uPcNKlKh12 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uPcNKlKh12 .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uPcNKlKh12 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPcNKlKh12 .mbr-section-title {
  color: #000000;
}
.cid-uPcNKlKh12 .mbr-text {
  color: #6f6f6f;
}
.cid-uPcNKlKh12 .item-title {
  color: #000000;
}
.cid-uPcNKlKh12 .item-text {
  color: #000000;
}
.cid-uPcNKlKh12 .mbr-text,
.cid-uPcNKlKh12 .text-wrap {
  text-align: right;
}
.cid-uPcPWTJidt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPcPWTJidt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcPWTJidt .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-uPcPWTJidt .container {
    padding: 0 16px;
  }
}
.cid-uPcPWTJidt .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPcPWTJidt .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPcPWTJidt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPcPWTJidt .mbr-section-title {
  color: #f1634f;
  text-align: right;
}
.cid-uPcPWTJidt .mbr-text {
  color: #000000;
}
.cid-uPcPWTJidt .mbr-text,
.cid-uPcPWTJidt .icon-wrapper {
  text-align: right;
}
.cid-uPcRca5dew {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uPcRca5dew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcRca5dew .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-uPcRca5dew .container {
    padding: 0 16px;
  }
}
.cid-uPcRca5dew .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPcRca5dew .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uPcRca5dew .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uPcRca5dew .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPcRca5dew .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPcRca5dew .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uPcRca5dew .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uPcRca5dew .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uPcRca5dew .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uPcRca5dew .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPcRca5dew .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPcRca5dew .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPcRca5dew .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uPcRca5dew .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uPcRca5dew .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uPcRca5dew .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uPcRca5dew .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uPcRca5dew .mbr-section-title {
  color: #000000;
}
.cid-uPcRca5dew .mbr-text {
  color: #6f6f6f;
}
.cid-uPcRca5dew .panel-title-edit {
  color: #000000;
}
.cid-uPcRca5dew .panel-text {
  color: #000000;
}
.cid-uPdsTJHiFc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uPdsTJHiFc .media-container-row .mbr-text {
  color: #000000;
}
