body {
  font-family: Orbit;
}
.display-1 {
  font-family: 'Orbit', sans-serif;
  font-size: 4.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Orbit', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Orbit', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Orbit', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Orbit', sans-serif;
  font-size: 1.4rem;
  line-height: 140%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 25px;
}
.bg-primary {
  background-color: #fe5115 !important;
}
.bg-success {
  background-color: #fafafa !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #fec615 !important;
}
.bg-danger {
  background-color: #8713a8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fe5115 !important;
  border-color: #fe5115 !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: #bb3101 !important;
  border-color: #bb3101 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bb3101 !important;
  border-color: #bb3101 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #181818 !important;
  border-color: #181818 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fec615 !important;
  border-color: #fec615 !important;
  color: #140f00 !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: #bb8f01 !important;
  border-color: #bb8f01 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #140f00 !important;
  background-color: #bb8f01 !important;
  border-color: #bb8f01 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8713a8 !important;
  border-color: #8713a8 !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: #480a5a !important;
  border-color: #480a5a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #480a5a !important;
  border-color: #480a5a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fe5115;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb3101 !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: #fe5115 !important;
  border-color: #fe5115 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #181818;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !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: #181818 !important;
  border-color: #181818 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fec615;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bb8f01 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #140f00 !important;
  background-color: #fec615 !important;
  border-color: #fec615 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8713a8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #480a5a !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: #8713a8 !important;
  border-color: #8713a8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fe5115 !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #fafafa !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #fec615 !important;
}
.text-danger {
  color: #8713a8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac2d01 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c7c7c7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ac8301 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3d094c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fe5115;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #fec615;
}
.alert-danger {
  background-color: #8713a8;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fe5115;
  border-color: #fe5115;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fe5115;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe8e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #fff7e0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c94feb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Orbit', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fe5115 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Orbit', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #fe5115;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fe5115;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fe5115;
}
.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: #fe5115;
  border-bottom-color: #fe5115;
}
.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: #fe5115 !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: #181818 !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='%23fe5115' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 30px 40px;
  box-shadow: none;
  border: none !important;
  font-weight: 700;
  min-width: 140px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  border: none !important;
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0 0 10px 0;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline,
  .mbr-section-btn-main .btn-primary-outline,
  .mbr-section-btn .btn-secondary-outline,
  .mbr-section-btn-main .btn-secondary-outline,
  .mbr-section-btn .btn-success-outline,
  .mbr-section-btn-main .btn-success-outline,
  .mbr-section-btn .btn-info-outline,
  .mbr-section-btn-main .btn-info-outline,
  .mbr-section-btn .btn-warning-outline,
  .mbr-section-btn-main .btn-warning-outline,
  .mbr-section-btn .btn-danger-outline,
  .mbr-section-btn-main .btn-danger-outline,
  .mbr-section-btn .btn-black-outline,
  .mbr-section-btn-main .btn-black-outline,
  .mbr-section-btn .btn-white-outline,
  .mbr-section-btn-main .btn-white-outline {
    padding: 0 0 10px 0;
  }
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: transparent;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 100%;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fe5115;
  height: 4px;
  width: 18%;
  transition: all 0.3s ease-in-out;
}
.cid-uPiRBdFdrS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPiRBdFdrS .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;
}
@media (max-width: 767px) {
  .cid-uPiRBdFdrS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPiRBdFdrS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPiRBdFdrS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPiRBdFdrS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPiRBdFdrS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPiRBdFdrS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPiRBdFdrS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPiRBdFdrS .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPiRBdFdrS .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uPiRBdFdrS .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-uPiRBdFdrS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPiRBdFdrS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPiRBdFdrS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uPiRBdFdrS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPiRBdFdrS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPiRBdFdrS .navbar-logo {
  margin: 0 !important;
}
.cid-uPiRBdFdrS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-uPiRBdFdrS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPiRBdFdrS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPiRBdFdrS .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPiRBdFdrS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPiRBdFdrS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPiRBdFdrS .iconfont-wrapper {
  color: #2b2b2b !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-uPiRBdFdrS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPiRBdFdrS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f0f0f0;
  border-radius: 4px !important;
}
.cid-uPiRBdFdrS .nav-item:focus,
.cid-uPiRBdFdrS .nav-link:focus {
  outline: none;
}
.cid-uPiRBdFdrS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPiRBdFdrS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPiRBdFdrS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPiRBdFdrS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPiRBdFdrS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPiRBdFdrS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPiRBdFdrS .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPiRBdFdrS .navbar.opened {
  transition: all 0.25s;
}
.cid-uPiRBdFdrS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPiRBdFdrS .navbar .navbar-logo img {
  width: auto;
}
.cid-uPiRBdFdrS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPiRBdFdrS .navbar.collapsed {
  justify-content: center;
}
.cid-uPiRBdFdrS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPiRBdFdrS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPiRBdFdrS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPiRBdFdrS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPiRBdFdrS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPiRBdFdrS .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-uPiRBdFdrS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPiRBdFdrS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPiRBdFdrS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPiRBdFdrS .navbar {
    min-height: 72px;
  }
  .cid-uPiRBdFdrS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPiRBdFdrS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPiRBdFdrS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPiRBdFdrS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPiRBdFdrS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPiRBdFdrS .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-uPiRBdFdrS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPiRBdFdrS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPiRBdFdrS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPiRBdFdrS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPiRBdFdrS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPiRBdFdrS .dropdown-item.active,
.cid-uPiRBdFdrS .dropdown-item:active {
  background-color: transparent;
}
.cid-uPiRBdFdrS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPiRBdFdrS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPiRBdFdrS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPiRBdFdrS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
}
.cid-uPiRBdFdrS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPiRBdFdrS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPiRBdFdrS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPiRBdFdrS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPiRBdFdrS .navbar-buttons {
    text-align: left;
  }
}
.cid-uPiRBdFdrS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPiRBdFdrS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-uPiRBdFdrS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPiRBdFdrS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPiRBdFdrS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPiRBdFdrS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPiRBdFdrS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPiRBdFdrS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPiRBdFdrS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPiRBdFdrS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPiRBdFdrS .navbar-dropdown {
  padding: 0;
  background-color: #f0f0f0 !important;
}
.cid-uPiRBdFdrS .opacityScroll {
  background: #f0f0f0 !important;
}
.cid-uPiRBdFdrS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPiRBdFdrS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uPiRBdFdrS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPiRBdFdrS .navbar {
    height: 70px;
  }
  .cid-uPiRBdFdrS .navbar.opened {
    height: auto;
  }
  .cid-uPiRBdFdrS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPiRBdFdrS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPiRBdFdrS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPiRBdFdrS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPiRBdFdrS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPiRBdFdrS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPiRBdFdrS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPiRBdFdrS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPiRBdFdrS .navbar-brand {
    margin-right: auto;
  }
  .cid-uPiRBdFdrS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #f0f0f0;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPiRBdFdrS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPiRBdFdrS .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-uPiRBdFdrS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-uPiRBdFdrS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPiRBdFdrS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPiRBdFdrS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPiRBdFdrS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPiRBdFdrS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-uPiRBdFdrS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPiRBdFdrS .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uPiRBdFdrS .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-uPiRBdFdrS .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uPiRBdFdrS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-uPiRBdFdrS .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-uPiRBUUH8G {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-33-1432x802.png");
}
.cid-uPiRBUUH8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiRBUUH8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiRBUUH8G .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uPiRBUUH8G .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPiRBUUH8G .container {
    padding: 0 30px;
  }
}
.cid-uPiRBUUH8G .title-wrapper {
  border-radius: 2em;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.cid-uPiRBUUH8G .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uPiRBUUH8G .title-wrapper {
    width: 100%;
  }
}
.cid-uPiRBUUH8G .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPiRBUUH8G .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPiRBUUH8G .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPiRBUUH8G .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uPiRBUUH8G .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 30px;
}
.cid-uPiRBUUH8G .mbr-section-title {
  color: #ffffff;
}
.cid-uPiRBUUH8G .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-uPiRBUUH8G .mbr-section-title,
.cid-uPiRBUUH8G .mbr-section-btn {
  text-align: center;
}
.cid-uPiSeYhZeM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uPiSeYhZeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiSeYhZeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiSeYhZeM .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uPiSeYhZeM .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPiSeYhZeM .container {
    padding: 0 30px;
  }
}
.cid-uPiSeYhZeM .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPiSeYhZeM .item {
    margin-bottom: 30px;
  }
}
.cid-uPiSeYhZeM .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-uPiSeYhZeM .item .item-wrapper {
    margin: 0;
  }
}
.cid-uPiSeYhZeM .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 3em;
  margin-bottom: 30px;
}
.cid-uPiSeYhZeM .item .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 3em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPiSeYhZeM .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPiSeYhZeM .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPiSeYhZeM .item .item-wrapper .item-content .desc-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPiSeYhZeM .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uPiSeYhZeM .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uPiSeYhZeM .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uPiSeYhZeM .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uPiSeYhZeM .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPiSeYhZeM .mbr-section-title {
  color: #2b2b2b;
}
.cid-uPiSeYhZeM .mbr-desc {
  color: #ffffff;
}
.cid-uPiSeYhZeM .mbr-text {
  color: #4e4e4e;
}
.cid-uPiSeYhZeM .mbr-section-title,
.cid-uPiSeYhZeM .mbr-section-btn {
  color: #ffffff;
}
.cid-uPiSeYhZeM .mbr-text,
.cid-uPiSeYhZeM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uPiSeYhZeM .mbr-desc,
.cid-uPiSeYhZeM .desc-wrap {
  text-align: center;
}
.cid-uPiYgL4qnT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uPiYgL4qnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiYgL4qnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiYgL4qnT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uPiYgL4qnT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPiYgL4qnT .container {
    padding: 0 30px;
  }
}
.cid-uPiYgL4qnT .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPiYgL4qnT .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uPiYgL4qnT .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uPiYgL4qnT .image-wrapper img {
    height: 300px;
  }
}
.cid-uPiYgL4qnT .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uPiYgL4qnT .text-wrapper {
    margin: 0;
  }
}
.cid-uPiYgL4qnT .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPiYgL4qnT .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPiYgL4qnT .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uPiYgL4qnT .mbr-section-title {
  color: #ffffff;
}
.cid-uPiYgL4qnT .mbr-text {
  color: #ffffff;
}
.cid-uPiT4OI254 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uPiT4OI254 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiT4OI254 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiT4OI254 .row {
  margin: 0 -20px;
}
.cid-uPiT4OI254 .card {
  padding: 0 20px;
}
.cid-uPiT4OI254 .mbr-tag {
  margin-bottom: 16px;
  color: #adadad;
}
.cid-uPiT4OI254 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPiT4OI254 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPiT4OI254 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPiT4OI254 .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-uPiT4OI254 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPiT4OI254 .mbr-section-btn .btn::after,
.cid-uPiT4OI254 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPiT4OI254 .mbr-section-btn .btn:hover,
.cid-uPiT4OI254 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPiT4OI254 .mbr-section-btn .btn:hover::after,
.cid-uPiT4OI254 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPiT4OI254 .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPiT4OI254 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPiT4OI254 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uPiT4OI254 .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPiT4OI254 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uPiT4OI254 .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uPiT4OI254 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uPiT4OI254 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fe5115, #fe5115);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uPiT4OI254 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uPiT4OI254 .items-wrapper .item .item-wrapper .item-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #fe5115;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uPiT4OI254 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPiT4OI254 .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uPiT4OI254 .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  color: #fe5115;
}
.cid-uPiT4OI254 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uPiT4OI254 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uPiT4OI254 .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uPiT4OI254 .mbr-section-title {
  color: #ffffff;
}
.cid-uPiT4OI254 .item-title {
  color: #ffffff;
}
.cid-uPiT4OI254 .item-text {
  color: #ffffff;
}
.cid-uPiSatNGka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uPiSatNGka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiSatNGka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiSatNGka .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uPiSatNGka .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPiSatNGka .container {
    padding: 0 30px;
  }
}
.cid-uPiSatNGka .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPiSatNGka .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uPiSatNGka .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uPiSatNGka .image-wrapper img {
    height: 300px;
  }
}
.cid-uPiSatNGka .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uPiSatNGka .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPiSatNGka .text-wrapper {
    margin: 0;
  }
}
.cid-uPiSatNGka .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPiSatNGka .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPiSatNGka .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uPiSatNGka .mbr-section-title {
  color: #ffffff;
}
.cid-uPiSatNGka .mbr-text {
  color: #ffffff;
}
.cid-uPiT6IOlEe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uPiT6IOlEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiT6IOlEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiT6IOlEe .card {
  justify-content: flex-end;
}
.cid-uPiT6IOlEe .title-wrapper {
  margin-bottom: 40px;
}
.cid-uPiT6IOlEe .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPiT6IOlEe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPiT6IOlEe .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uPiT6IOlEe .mbr-section-btn .btn::after,
.cid-uPiT6IOlEe .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPiT6IOlEe .mbr-section-btn .btn:hover,
.cid-uPiT6IOlEe .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPiT6IOlEe .mbr-section-btn .btn:hover::after,
.cid-uPiT6IOlEe .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPiT6IOlEe .items-wrapper {
  margin: 0 -20px;
}
.cid-uPiT6IOlEe .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uPiT6IOlEe .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPiT6IOlEe .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uPiT6IOlEe .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPiT6IOlEe .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uPiT6IOlEe .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uPiT6IOlEe .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPiT6IOlEe .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background-color: #2b2b2b;
}
.cid-uPiT6IOlEe .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #cf3500, #fe5115);
  font-size: 32px;
}
.cid-uPiT6IOlEe .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPiT6IOlEe .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-uPiT6IOlEe .mbr-section-title {
  color: #ffffff;
}
.cid-uPiT6IOlEe .mbr-tag {
  color: #adadad;
}
.cid-uPiT6IOlEe .item-title {
  color: #ffffff;
}
.cid-uPiT6IOlEe .item-text {
  color: #ffffff;
}
.cid-uPiSYLoeTi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #181818;
}
.cid-uPiSYLoeTi .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uPiSYLoeTi .team-card:hover {
  transform: translateY(-10px);
}
.cid-uPiSYLoeTi .card-wrap {
  background: #212428;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .cid-uPiSYLoeTi .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uPiSYLoeTi .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uPiSYLoeTi .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPiSYLoeTi .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uPiSYLoeTi .card-text {
  padding-bottom: 1rem;
}
.cid-uPiSYLoeTi .social-row {
  text-align: center;
}
.cid-uPiSYLoeTi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
}
.cid-uPiSYLoeTi .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uPiSYLoeTi .social-row .soc-item:hover {
  background: #ffffff;
}
.cid-uPiSYLoeTi .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-uPiSYLoeTi .mbr-role,
.cid-uPiSYLoeTi .social-row {
  color: #ffffff;
}
.cid-uPiSYLoeTi .card-title,
.cid-uPiSYLoeTi .social-row {
  color: #e43f3f;
}
.cid-uPiSYLoeTi .card-text,
.cid-uPiSYLoeTi .mbr-section-btn,
.cid-uPiSYLoeTi .social-row {
  color: #bbbbbb;
}
.cid-uPiSYLoeTi .mbr-section-title {
  color: #ffffff;
}
.cid-uPiSYLoeTi .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uPiSYLoeTi .main-title {
  color: #ffffff;
}
.cid-uPiSYLoeTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiSYLoeTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiSSq8pCp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #121212;
}
.cid-uPiSSq8pCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiSSq8pCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiSSq8pCp .btn {
  padding: 1rem 2rem;
}
.cid-uPiSSq8pCp .content-head {
  max-width: 800px;
}
.cid-uPiSSq8pCp .item-wrapper .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #fe5115;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uPiSSq8pCp .card-title,
.cid-uPiSSq8pCp .iconfont-wrapper {
  color: #ffffff;
}
.cid-uPiSSq8pCp .card-text {
  color: #ffffff;
}
.cid-uPiSSq8pCp .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uPiSSq8pCp .mbr-section-title {
  color: #fe5115;
}
.cid-uPiSe9YVT8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uPiSe9YVT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiSe9YVT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiSe9YVT8 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uPiSe9YVT8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPiSe9YVT8 .container {
    padding: 0 30px;
  }
}
.cid-uPiSe9YVT8 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPiSe9YVT8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPiSe9YVT8 .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPiSe9YVT8 .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPiSe9YVT8 .desc-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uPiSe9YVT8 .panel-group .card {
  border: none;
}
.cid-uPiSe9YVT8 .panel-group .card:first-child .card-header .panel-title {
  border-top: 4px solid #fe5115;
}
.cid-uPiSe9YVT8 .panel-group .card .card-header {
  border: none;
  padding: 0;
  background-color: transparent;
}
.cid-uPiSe9YVT8 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-bottom: 4px solid #fe5115;
}
.cid-uPiSe9YVT8 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uPiSe9YVT8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPiSe9YVT8 .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #f0f0f0;
  color: #181818;
  transition: all 0.5s ease-in-out;
  margin-left: 10px;
}
.cid-uPiSe9YVT8 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0;
}
.cid-uPiSe9YVT8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPiSe9YVT8 .mbr-section-title {
  color: #ffffff;
}
.cid-uPiSe9YVT8 .mbr-text {
  color: #ffffff;
}
.cid-uPiSe9YVT8 .mbr-desc {
  color: #ffffff;
}
.cid-uPiSe9YVT8 .panel-title-edit {
  color: #ffffff;
}
.cid-uPiSe9YVT8 .panel-text {
  color: #ffffff;
}
.cid-uPiVfwxm0e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uPiVfwxm0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiVfwxm0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiVfwxm0e .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPiVfwxm0e .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPiVfwxm0e .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uPiVfwxm0e .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPiVfwxm0e .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPiVfwxm0e .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uPiVfwxm0e .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uPiVfwxm0e .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPiVfwxm0e .mbr-label,
.cid-uPiVfwxm0e .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uPiVfwxm0e .mbr-section-title {
  color: #19171c;
}
.cid-uPiVfwxm0e .mbr-text,
.cid-uPiVfwxm0e .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPiVfwxm0e .mbr-section-title,
.cid-uPiVfwxm0e .title-wrapper,
.cid-uPiVfwxm0e .mbr-section-btn {
  text-align: center;
}
.cid-uPiVfwxm0e .mbr-section-title,
.cid-uPiVfwxm0e .mbr-section-btn,
.cid-uPiVfwxm0e .title-wrapper {
  color: #ffffff;
}
.cid-uPiTmi7FMI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uPiTmi7FMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiTmi7FMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiTmi7FMI .container-fluid {
  max-width: 100%;
}
.cid-uPiTmi7FMI .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uPiTmi7FMI .mbr-section-title {
  color: #9b8db7;
}
.cid-uPiTmi7FMI .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uPiTmi7FMI .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPiTmi7FMI .google-map {
    max-height: 75vh;
  }
}
.cid-uPiTmi7FMI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPiTmi7FMI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uPiTmi7FMI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPiTmi7FMI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPiSdj8jXI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uPiSdj8jXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiSdj8jXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiSdj8jXI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uPiSdj8jXI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPiSdj8jXI .container {
    padding: 0 30px;
  }
}
.cid-uPiSdj8jXI .card-wrapper {
  overflow: hidden;
  padding: 50px;
  border-radius: 3em;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPiSdj8jXI .card-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPiSdj8jXI .card-wrapper .card-wrap {
  width: 30%;
}
@media (max-width: 1300px) {
  .cid-uPiSdj8jXI .card-wrapper .card-wrap {
    width: 45%;
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPiSdj8jXI .card-wrapper .card-wrap {
    width: 100%;
  }
}
.cid-uPiSdj8jXI .card-wrapper .card-wrap .number-wrapper {
  margin-bottom: 20px;
}
.cid-uPiSdj8jXI .card-wrapper .card-wrap .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPiSdj8jXI .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-iconfont {
  display: block;
  font-size: 32px;
  color: #fe5115;
}
.cid-uPiSdj8jXI .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 0;
  text-decoration: underline;
  transition: all .3s ease;
}
.cid-uPiSdj8jXI .card-wrapper .card-wrap .mbr-card-title:hover,
.cid-uPiSdj8jXI .card-wrapper .card-wrap .mbr-card-title:focus {
  text-decoration-color: transparent;
}
.cid-uPiSdj8jXI .mbr-card-title {
  color: #2B2B2B;
}
.cid-uPiSfFJOeT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-uPiSfFJOeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiSfFJOeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiSfFJOeT .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uPiSfFJOeT a {
  position: relative;
  width: fit-content;
}
.cid-uPiSfFJOeT a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uPiSfFJOeT a:hover:before {
  width: 0;
}
.cid-uPiSfFJOeT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uPiSfFJOeT .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uPiSfFJOeT .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uPiSfFJOeT .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPiSfFJOeT .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPiSfFJOeT .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPiSfFJOeT .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uPiSfFJOeT p {
    text-align: center;
  }
}
.cid-uPiXLVQKaV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPiXLVQKaV .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;
}
@media (max-width: 767px) {
  .cid-uPiXLVQKaV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPiXLVQKaV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPiXLVQKaV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPiXLVQKaV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPiXLVQKaV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPiXLVQKaV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPiXLVQKaV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPiXLVQKaV .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPiXLVQKaV .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uPiXLVQKaV .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-uPiXLVQKaV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPiXLVQKaV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPiXLVQKaV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uPiXLVQKaV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPiXLVQKaV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPiXLVQKaV .navbar-logo {
  margin: 0 !important;
}
.cid-uPiXLVQKaV .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-uPiXLVQKaV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPiXLVQKaV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPiXLVQKaV .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPiXLVQKaV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPiXLVQKaV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPiXLVQKaV .iconfont-wrapper {
  color: #2b2b2b !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-uPiXLVQKaV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPiXLVQKaV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f0f0f0;
  border-radius: 4px !important;
}
.cid-uPiXLVQKaV .nav-item:focus,
.cid-uPiXLVQKaV .nav-link:focus {
  outline: none;
}
.cid-uPiXLVQKaV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPiXLVQKaV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPiXLVQKaV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPiXLVQKaV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPiXLVQKaV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPiXLVQKaV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPiXLVQKaV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPiXLVQKaV .navbar.opened {
  transition: all 0.25s;
}
.cid-uPiXLVQKaV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPiXLVQKaV .navbar .navbar-logo img {
  width: auto;
}
.cid-uPiXLVQKaV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPiXLVQKaV .navbar.collapsed {
  justify-content: center;
}
.cid-uPiXLVQKaV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPiXLVQKaV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPiXLVQKaV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPiXLVQKaV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPiXLVQKaV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPiXLVQKaV .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-uPiXLVQKaV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPiXLVQKaV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPiXLVQKaV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPiXLVQKaV .navbar {
    min-height: 72px;
  }
  .cid-uPiXLVQKaV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPiXLVQKaV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPiXLVQKaV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPiXLVQKaV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPiXLVQKaV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPiXLVQKaV .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-uPiXLVQKaV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPiXLVQKaV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPiXLVQKaV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPiXLVQKaV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPiXLVQKaV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPiXLVQKaV .dropdown-item.active,
.cid-uPiXLVQKaV .dropdown-item:active {
  background-color: transparent;
}
.cid-uPiXLVQKaV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPiXLVQKaV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPiXLVQKaV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPiXLVQKaV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
}
.cid-uPiXLVQKaV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPiXLVQKaV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPiXLVQKaV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPiXLVQKaV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPiXLVQKaV .navbar-buttons {
    text-align: left;
  }
}
.cid-uPiXLVQKaV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPiXLVQKaV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-uPiXLVQKaV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPiXLVQKaV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPiXLVQKaV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPiXLVQKaV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPiXLVQKaV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPiXLVQKaV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPiXLVQKaV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPiXLVQKaV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPiXLVQKaV .navbar-dropdown {
  padding: 0;
  background-color: #f0f0f0 !important;
}
.cid-uPiXLVQKaV .opacityScroll {
  background: #f0f0f0 !important;
}
.cid-uPiXLVQKaV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPiXLVQKaV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uPiXLVQKaV .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPiXLVQKaV .navbar {
    height: 70px;
  }
  .cid-uPiXLVQKaV .navbar.opened {
    height: auto;
  }
  .cid-uPiXLVQKaV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPiXLVQKaV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPiXLVQKaV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPiXLVQKaV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPiXLVQKaV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPiXLVQKaV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPiXLVQKaV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPiXLVQKaV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPiXLVQKaV .navbar-brand {
    margin-right: auto;
  }
  .cid-uPiXLVQKaV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #f0f0f0;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPiXLVQKaV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPiXLVQKaV .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-uPiXLVQKaV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-uPiXLVQKaV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPiXLVQKaV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPiXLVQKaV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPiXLVQKaV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPiXLVQKaV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-uPiXLVQKaV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPiXLVQKaV .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uPiXLVQKaV .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-uPiXLVQKaV .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uPiXLVQKaV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-uPiXLVQKaV .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-uPiXQ2UjIp {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPiXQ2UjIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiXQ2UjIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiXQ2UjIp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPiXQ2UjIp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPiXQ2UjIp .container {
    padding: 0 20px;
  }
}
.cid-uPiXQ2UjIp .row {
  justify-content: center;
}
.cid-uPiXQ2UjIp .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPiXQ2UjIp .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uPiXQ2UjIp .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPiXQ2UjIp .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uPiXQ2UjIp .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uPiXQ2UjIp .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uPiXQ2UjIp .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uPiXQ2UjIp .mbr-desc {
  color: #e4dfd4;
}
.cid-uPiXQ2UjIp .mbr-desc,
.cid-uPiXQ2UjIp .desc-wrapper {
  color: #000000;
}
.cid-uPiXM8u76g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-uPiXM8u76g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPiXM8u76g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPiXM8u76g .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uPiXM8u76g a {
  position: relative;
  width: fit-content;
}
.cid-uPiXM8u76g a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uPiXM8u76g a:hover:before {
  width: 0;
}
.cid-uPiXM8u76g .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uPiXM8u76g .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uPiXM8u76g .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uPiXM8u76g .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPiXM8u76g .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPiXM8u76g .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPiXM8u76g .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uPiXM8u76g p {
    text-align: center;
  }
}
