body {
  font-family: Unbounded;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Unbounded', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 300;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: 300;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9139 !important;
}
.bg-danger {
  background-color: #ff5c5c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1f2f4 !important;
  border-color: #f1f2f4 !important;
  color: #656e81 !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: #c0c5ce !important;
  border-color: #c0c5ce !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #656e81 !important;
  background-color: #c0c5ce !important;
  border-color: #c0c5ce !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: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9139 !important;
  border-color: #ff9139 !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: #e16400 !important;
  border-color: #e16400 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e16400 !important;
  border-color: #e16400 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5c5c !important;
  border-color: #ff5c5c !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: #ff0505 !important;
  border-color: #ff0505 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0505 !important;
  border-color: #ff0505 !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: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1f2f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c0c5ce !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #656e81 !important;
  background-color: #f1f2f4 !important;
  border-color: #f1f2f4 !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: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9139;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e16400 !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: #ff9139 !important;
  border-color: #ff9139 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff5c5c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff0505 !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: #ff5c5c !important;
  border-color: #ff5c5c !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: #000000 !important;
}
.text-secondary {
  color: #f1f2f4 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9139 !important;
}
.text-danger {
  color: #ff5c5c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b8bdc7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !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: #d25d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f50000 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9139;
}
.alert-danger {
  background-color: #ff5c5c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: 'Unbounded', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f1f2f4 !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='%23000000' %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 {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.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 {
  position: relative;
  padding: 0;
}
.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 {
  width: 0;
}
.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;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #f1f2f4;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #40b0bf;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #ff9139;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #ff5c5c;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
.cid-tuYNyEQ2b0 .navbar-dropdown {
  background-color: #6f80ff !important;
  padding: 0;
}
.cid-tuYNyEQ2b0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6f80ff !important;
  background: #6f80ff;
}
.cid-tuYNyEQ2b0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tuYNyEQ2b0 .menu_box .navbar.opened,
  .cid-tuYNyEQ2b0 .menu_box .navbar-collapse {
    background-color: #6f80ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tuYNyEQ2b0 .navbar-dropdown {
  position: relative !important;
}
.cid-tuYNyEQ2b0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tuYNyEQ2b0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuYNyEQ2b0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tuYNyEQ2b0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tuYNyEQ2b0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tuYNyEQ2b0 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #495dff;
  }
  .cid-tuYNyEQ2b0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tuYNyEQ2b0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tuYNyEQ2b0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tuYNyEQ2b0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tuYNyEQ2b0 .offcanvas-body .mbr-text,
  .cid-tuYNyEQ2b0 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tuYNyEQ2b0 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tuYNyEQ2b0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tuYNyEQ2b0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tuYNyEQ2b0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tuYNyEQ2b0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tuYNyEQ2b0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tuYNyEQ2b0 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tuYNyEQ2b0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tuYNyEQ2b0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tuYNyEQ2b0 .nav-item {
    margin: 0 !important;
  }
}
.cid-tuYNyEQ2b0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tuYNyEQ2b0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tuYNyEQ2b0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tuYNyEQ2b0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tuYNyEQ2b0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tuYNyEQ2b0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box {
    display: none;
  }
}
.cid-tuYNyEQ2b0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tuYNyEQ2b0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tuYNyEQ2b0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tuYNyEQ2b0 .container {
  display: flex;
  margin: auto;
}
.cid-tuYNyEQ2b0 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tuYNyEQ2b0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tuYNyEQ2b0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tuYNyEQ2b0 .navbar-caption {
  color: #495DFF;
}
.cid-tuYNyEQ2b0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tuYNyEQ2b0 .navbar-nav {
    margin: 0;
  }
}
.cid-tuYNyEQ2b0 .dropdown-menu,
.cid-tuYNyEQ2b0 .navbar.opened {
  background-color: false !important;
}
.cid-tuYNyEQ2b0 .nav-item:focus,
.cid-tuYNyEQ2b0 .nav-link:focus {
  outline: none;
}
.cid-tuYNyEQ2b0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuYNyEQ2b0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuYNyEQ2b0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuYNyEQ2b0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuYNyEQ2b0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuYNyEQ2b0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuYNyEQ2b0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tuYNyEQ2b0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tuYNyEQ2b0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tuYNyEQ2b0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tuYNyEQ2b0 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tuYNyEQ2b0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tuYNyEQ2b0 .navbar.collapsed {
  justify-content: center;
}
.cid-tuYNyEQ2b0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuYNyEQ2b0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuYNyEQ2b0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuYNyEQ2b0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuYNyEQ2b0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuYNyEQ2b0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tuYNyEQ2b0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tuYNyEQ2b0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tuYNyEQ2b0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tuYNyEQ2b0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuYNyEQ2b0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuYNyEQ2b0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tuYNyEQ2b0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuYNyEQ2b0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tuYNyEQ2b0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuYNyEQ2b0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tuYNyEQ2b0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tuYNyEQ2b0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tuYNyEQ2b0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuYNyEQ2b0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuYNyEQ2b0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tuYNyEQ2b0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuYNyEQ2b0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuYNyEQ2b0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuYNyEQ2b0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuYNyEQ2b0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tuYNyEQ2b0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuYNyEQ2b0 .dropdown-item.active,
.cid-tuYNyEQ2b0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tuYNyEQ2b0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuYNyEQ2b0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuYNyEQ2b0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuYNyEQ2b0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuYNyEQ2b0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tuYNyEQ2b0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuYNyEQ2b0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6f80ff;
  background: #f1f2f4;
}
.cid-tuYNyEQ2b0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tuYNyEQ2b0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuYNyEQ2b0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuYNyEQ2b0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuYNyEQ2b0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuYNyEQ2b0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuYNyEQ2b0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuYNyEQ2b0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuYNyEQ2b0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuYNyEQ2b0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tuYNyEQ2b0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuYNyEQ2b0 .navbar {
    height: 70px;
  }
  .cid-tuYNyEQ2b0 .navbar.opened {
    height: auto;
  }
  .cid-tuYNyEQ2b0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuYNyEQ2b0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tuYNyEQ2b0 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tuYNyEQ2b0 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tuYNyEQ2b0 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tuYNyEQ2b0 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tuYNyEQ2b0 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tuYNyEQ2b0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tuYNyEQ2b0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuYNyEQ2b0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tuYNyEQ2b0 .text_widget {
  color: #ffffff;
}
.cid-tuYNyEQ2b0 .mbr-section-subtitle,
.cid-tuYNyEQ2b0 .text_widget,
.cid-tuYNyEQ2b0 .mbr-section-btn {
  text-align: center;
}
.cid-tuYNyEQ2b0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tuYNztxgIH {
  background-color: #f1f2f4;
}
.cid-tuYNztxgIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuYNztxgIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuYNztxgIH .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tuYNztxgIH .container-fluid {
    padding: 0 16px;
  }
}
.cid-tuYNztxgIH .container-fluid .row {
  padding: 0;
}
.cid-tuYNztxgIH .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20% 0;
}
@media (max-width: 992px) {
  .cid-tuYNztxgIH .image-wrapper {
    padding: 80px 0;
    justify-content: flex-end;
  }
}
.cid-tuYNztxgIH .image-wrapper img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tuYNztxgIH .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-tuYNztxgIH .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-tuYNztxgIH .image-wrapper .image-overlay {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(60deg, #f5fef7 30%, #ffffff 50%);
  filter: blur(75px);
  pointer-events: none;
}
@media (min-width: 1500px) {
  .cid-tuYNztxgIH .image-wrapper .image-overlay {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-tuYNztxgIH .image-wrapper .image-overlay {
    width: 350px;
    height: 350px;
  }
}
.cid-tuYNztxgIH .title-wrapper {
  padding: 15% 0;
}
@media (max-width: 992px) {
  .cid-tuYNztxgIH .title-wrapper {
    padding: 32px 0 64px;
  }
}
.cid-tuYNztxgIH .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tuYNztxgIH .date-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-tuYNztxgIH .link-wrapper .mbr-link {
  margin-bottom: 12px;
  transition: all .3s ease;
}
.cid-tuYNztxgIH .link-wrapper .mbr-link:hover {
  opacity: .5;
}
.cid-tuYNztxgIH .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-tuYNztxgIH .mbr-section-title {
  color: #495DFF;
}
.cid-tuYNztxgIH .mbr-link {
  color: #495DFF;
}
.cid-tuYNztxgIH .mbr-date {
  color: #495DFF;
}
.cid-ujgPgqLXux {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ujgPgqLXux .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgPgqLXux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujgPgqLXux .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujgPgqLXux .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujgPgqLXux .container-fluid .row {
  padding: 0;
}
.cid-ujgPgqLXux .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ujgPgqLXux .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-ujgPgqLXux .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #495DFF;
}
.cid-ujgPgqLXux .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-ujgPgqLXux .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-ujgPgqLXux .mbr-section-title {
  color: #495DFF;
}
.cid-ujgPgqLXux .mbr-text {
  color: #495DFF;
}
.cid-ujgRweko5u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujgRweko5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgRweko5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujgRweko5u .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujgRweko5u .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujgRweko5u .container-fluid .row {
  padding: 0;
}
.cid-ujgRweko5u .container {
  overflow: hidden;
}
.cid-ujgRweko5u .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ujgRweko5u .title-wrapper {
    padding-right: 0;
  }
}
.cid-ujgRweko5u .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ujgRweko5u .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-ujgRweko5u .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-ujgRweko5u .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ujgRweko5u .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-ujgRweko5u .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ujgRweko5u .mbr-desc {
  color: #ffffff;
}
.cid-ujgRweko5u .mbr-name {
  color: #ffffff;
}
.cid-ujgTHzTEAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujgTHzTEAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgTHzTEAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujgTHzTEAd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ujgTHzTEAd .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujgTHzTEAd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ujgTHzTEAd .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujgTHzTEAd .container {
    padding: 0 24px;
  }
}
.cid-ujgTHzTEAd .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #203aff;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujgTHzTEAd .content-wrapper {
    display: block;
  }
}
.cid-ujgTHzTEAd .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-ujgTHzTEAd .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-ujgTHzTEAd .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-ujgTHzTEAd .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-ujgTHzTEAd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ujgTHzTEAd .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-ujgTHzTEAd .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujgTHzTEAd .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ujgTHzTEAd .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ujgTHzTEAd .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ujgTHzTEAd .mbr-section-title {
  color: #18212d;
}
.cid-ujgTHzTEAd .mbr-desc {
  color: #18212d;
}
.cid-ujgTHzTEAd .mbr-text {
  color: #000000;
}
.cid-tuYNBaiTUu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-tuYNBaiTUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuYNBaiTUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuYNBaiTUu .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tuYNBaiTUu .container-fluid {
    padding: 0 16px;
  }
}
.cid-tuYNBaiTUu .container-fluid .row {
  padding: 0;
}
.cid-tuYNBaiTUu .card-wrap {
  margin-bottom: 100px;
  opacity: .3;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tuYNBaiTUu .card-wrap {
    opacity: 1;
    margin-bottom: 40px;
  }
}
.cid-tuYNBaiTUu .card-wrap:hover,
.cid-tuYNBaiTUu .card-wrap:focus {
  opacity: 1;
}
.cid-tuYNBaiTUu .card-wrap:hover .icon-wrapper .mbr-iconfont,
.cid-tuYNBaiTUu .card-wrap:focus .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tuYNBaiTUu .text-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-tuYNBaiTUu .text-wrapper {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tuYNBaiTUu .text-wrapper {
    padding-right: 60px;
  }
}
.cid-tuYNBaiTUu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tuYNBaiTUu .title-wrap {
  display: flex;
  align-items: center;
}
.cid-tuYNBaiTUu .title-wrap .title-wrapper {
  width: 100%;
}
.cid-tuYNBaiTUu .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  position: relative;
}
.cid-tuYNBaiTUu .title-wrap .title-wrapper .mbr-section-title span {
  display: none;
}
@media (max-width: 992px) {
  .cid-tuYNBaiTUu .title-wrap .title-wrapper .mbr-section-title span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: -1.2rem;
    font-size: 35%;
  }
}
.cid-tuYNBaiTUu .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tuYNBaiTUu .icon-wrapper {
    display: none;
  }
}
.cid-tuYNBaiTUu .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  background-color: #6f80ff;
  border-radius: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  opacity: 0;
  transition: all .3s ease;
}
.cid-tuYNBaiTUu .mbr-section-title,
.cid-tuYNBaiTUu .mbr-iconfont {
  color: #ffffff;
}
.cid-tuYNBaiTUu .mbr-text {
  color: #ffffff;
}
.cid-tuYNBaiTUu .mbr-section-title,
.cid-tuYNBaiTUu .mbr-iconfont,
.cid-tuYNBaiTUu .mbr-number {
  color: #fafafa;
}
.cid-tuYNGjFQ6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
}
.cid-tuYNGjFQ6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuYNGjFQ6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuYNGjFQ6N .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tuYNGjFQ6N .container-fluid {
    padding: 0 16px;
  }
}
.cid-tuYNGjFQ6N .container-fluid .row {
  padding: 0;
}
.cid-tuYNGjFQ6N .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tuYNGjFQ6N .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tuYNGjFQ6N .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tuYNGjFQ6N .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tuYNGjFQ6N .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tuYNGjFQ6N .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tuYNGjFQ6N .card .text-wrapper {
    display: none;
  }
}
.cid-tuYNGjFQ6N .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tuYNGjFQ6N .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tuYNGjFQ6N .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #ffffff;
  background-color: #6f80ff;
  border-radius: 100%;
}
.cid-tuYNGjFQ6N .mbr-section-title {
  color: #495DFF;
}
.cid-tuYNGjFQ6N .mbr-text {
  color: #495DFF;
}
.cid-ujgW8D9jGI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujgW8D9jGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgW8D9jGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujgW8D9jGI .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ujgW8D9jGI .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ujgW8D9jGI .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ujgW8D9jGI .mbr-section-title {
  color: #ffffff;
}
.cid-ujgW8D9jGI .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ujgW8D9jGI .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-ujgW8D9jGI .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-ujgW8D9jGI .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #ffa964;
  box-shadow: 4px 4px 0 #ffa964;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-ujgW8D9jGI .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-ujgW8D9jGI .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ujgW8D9jGI .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-ujgW8D9jGI .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-ujgW8D9jGI .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-ujgW8D9jGI .card-title {
  color: #131313;
}
.cid-ujgW8D9jGI .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-ujgW8D9jGI .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-ujgW8D9jGI .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujgW8D9jGI .card-link {
    margin-top: 15px;
  }
}
.cid-ujgW8D9jGI .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-ujgW8D9jGI .card-title,
.cid-ujgW8D9jGI .iconfont-wrapper {
  color: #203aff;
}
.cid-tuYNNXb3WU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2019-i016-bmt-insider-image600x240-1-600x240.jpg");
}
.cid-tuYNNXb3WU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuYNNXb3WU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuYNNXb3WU .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tuYNNXb3WU .container-fluid {
    padding: 0 16px;
  }
}
.cid-tuYNNXb3WU .container-fluid .row {
  padding: 0;
}
.cid-tuYNNXb3WU .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tuYNNXb3WU .title-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tuYNNXb3WU .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-tuYNNXb3WU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tuYNNXb3WU .title-wrapper .link-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tuYNNXb3WU .title-wrapper .link-wrapper .link {
  display: inline-flex;
  align-items: center;
}
.cid-tuYNNXb3WU .title-wrapper .link-wrapper .link:hover {
  opacity: .5;
}
.cid-tuYNNXb3WU .title-wrapper .link-wrapper .link .mbr-number {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-bottom: 0;
}
.cid-tuYNNXb3WU .title-wrapper .link-wrapper .link .mbr-link {
  margin: 0;
  text-decoration: underline;
}
.cid-tuYNNXb3WU .text {
  display: flex;
  justify-content: flex-end;
}
.cid-tuYNNXb3WU .text .text-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1500px) {
  .cid-tuYNNXb3WU .text .text-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-tuYNNXb3WU .text .text-wrapper img {
    margin: 0 auto 32px;
  }
}
@media (max-width: 768px) {
  .cid-tuYNNXb3WU .text .text-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tuYNNXb3WU .text .text-wrapper .mbr-text {
  width: 350px;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  .cid-tuYNNXb3WU .text .text-wrapper .mbr-text {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .cid-tuYNNXb3WU .text .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-tuYNNXb3WU .mbr-section-title {
  color: #0623fb;
}
.cid-tuYNNXb3WU .mbr-number {
  color: #495DFF;
}
.cid-tuYNNXb3WU .mbr-link {
  color: #ffffff;
}
.cid-tuYNNXb3WU .mbr-text {
  color: #0623fb;
}
.cid-ujh3suh9fK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujh3suh9fK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujh3suh9fK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujh3suh9fK .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-ujh3suh9fK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujh3suh9fK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujh3suh9fK .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujh3suh9fK .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-ujh3suh9fK .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ujh3suh9fK .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ujh3suh9fK .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujh3suh9fK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujh3suh9fK .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ujh3suh9fK .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-ujh3suh9fK .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #0623fb;
}
.cid-ujh3suh9fK .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ujh3suh9fK .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-ujh3suh9fK .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-ujh3suh9fK .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ujh3suh9fK .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-ujh3suh9fK .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujh3suh9fK .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ujh3suh9fK .card {
  justify-content: space-between;
}
.cid-ujh3suh9fK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujh3suh9fK .panel-title-edit {
  color: #203aff;
}
.cid-ujh3suh9fK .panel-text {
  color: #f24d4a;
}
.cid-ujh3suh9fK .panel-text,
.cid-ujh3suh9fK .panel-body {
  color: #203aff;
}
.cid-tuYOaTnrSR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
}
.cid-tuYOaTnrSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuYOaTnrSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuYOaTnrSR .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tuYOaTnrSR .container-fluid {
    padding: 0 16px;
  }
}
.cid-tuYOaTnrSR .container-fluid .row {
  padding: 0;
}
.cid-tuYOaTnrSR .container {
  overflow: hidden;
}
.cid-tuYOaTnrSR .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-tuYOaTnrSR .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tuYOaTnrSR .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tuYOaTnrSR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-tuYOaTnrSR .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tuYOaTnrSR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tuYOaTnrSR .cards-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(3, 190px);
  grid-column-gap: 24px;
  grid-row-gap: 64px;
}
@media (max-width: 768px) {
  .cid-tuYOaTnrSR .cards-wrapper {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}
.cid-tuYOaTnrSR .cards-wrapper .card .mbr-number {
  margin-bottom: 4px;
}
.cid-tuYOaTnrSR .cards-wrapper .card .mbr-title {
  margin-bottom: 4px;
}
.cid-tuYOaTnrSR .cards-wrapper .card .mbr-desc {
  margin-bottom: 0;
}
.cid-tuYOaTnrSR .mbr-section-title {
  color: #495DFF;
}
.cid-tuYOaTnrSR .mbr-text {
  color: #495DFF;
}
.cid-tuYOaTnrSR .mbr-number {
  color: #495DFF;
}
.cid-tuYOaTnrSR .mbr-title {
  color: #495DFF;
}
.cid-tuYOaTnrSR .mbr-desc {
  color: #495DFF;
}
.cid-tuYO9qGBi6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-tuYO9qGBi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuYO9qGBi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuYO9qGBi6 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tuYO9qGBi6 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tuYO9qGBi6 .container-fluid .row {
  padding: 0;
}
.cid-tuYO9qGBi6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tuYO9qGBi6 .card:first-child .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-tuYO9qGBi6 .desc-wrapper {
  padding: 22px 0;
}
@media (max-width: 992px) {
  .cid-tuYO9qGBi6 .desc-wrapper {
    margin-bottom: 22px;
    padding: 0;
  }
}
.cid-tuYO9qGBi6 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tuYO9qGBi6 .mbr-desc {
  color: #ffffff;
}
.cid-ujh0Yoh2TE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujh0Yoh2TE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujh0Yoh2TE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujh0Yoh2TE .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ujh0Yoh2TE .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ujh0Yoh2TE .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ujh0Yoh2TE .mbr-section-title {
  color: #203aff;
}
.cid-ujh0Yoh2TE .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ujh0Yoh2TE .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-ujh0Yoh2TE .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-ujh0Yoh2TE .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #495dff;
  box-shadow: 4px 4px 0 #495dff;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-ujh0Yoh2TE .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-ujh0Yoh2TE .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ujh0Yoh2TE .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-ujh0Yoh2TE .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-ujh0Yoh2TE .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-ujh0Yoh2TE .card-title {
  color: #131313;
}
.cid-ujh0Yoh2TE .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-ujh0Yoh2TE .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-ujh0Yoh2TE .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujh0Yoh2TE .card-link {
    margin-top: 15px;
  }
}
.cid-ujh0Yoh2TE .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-ujh0Yoh2TE .card-title,
.cid-ujh0Yoh2TE .iconfont-wrapper {
  color: #203aff;
}
.cid-ujgSNeTu7y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujgSNeTu7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgSNeTu7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujgSNeTu7y .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujgSNeTu7y .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujgSNeTu7y .container-fluid .row {
  padding: 0;
}
.cid-ujgSNeTu7y .subtitle-wrapper .mbr-section-subtitle {
  padding: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ujgSNeTu7y .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-ujgSNeTu7y .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ujgSNeTu7y .image-wrapper {
    padding: 0;
  }
}
.cid-ujgSNeTu7y .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujgSNeTu7y .image-wrapper img {
    height: 300px;
  }
}
.cid-ujgSNeTu7y .title {
  display: inline-flex;
  align-items: center;
}
.cid-ujgSNeTu7y .title-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.cid-ujgSNeTu7y .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ujgSNeTu7y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujgSNeTu7y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujgSNeTu7y .mbr-number {
  color: #495DFF;
}
.cid-ujgSNeTu7y .mbr-section-title {
  color: #ffffff;
}
.cid-ujgSNeTu7y .mbr-text {
  color: #ffffff;
}
.cid-ujh4fyK7AC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ujh4fyK7AC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujh4fyK7AC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujh4fyK7AC .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ujh4fyK7AC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ujh4fyK7AC .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-ujh4fyK7AC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujh4fyK7AC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujh4fyK7AC .content-head {
  max-width: 800px;
}
.cid-ujh4fyK7AC .mbr-section-title {
  color: #203aff;
}
.cid-ujh8IDPrIO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #495dff;
}
.cid-ujh8IDPrIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujh8IDPrIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujh8IDPrIO .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujh8IDPrIO .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujh8IDPrIO .container-fluid .row {
  padding: 0;
}
.cid-ujh8IDPrIO .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujh8IDPrIO .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-ujh8IDPrIO .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-ujh8IDPrIO .list .item-wrap:hover {
  opacity: .5;
}
.cid-ujh8IDPrIO .mbr-section-btn {
  width: 100%;
}
.cid-ujh8IDPrIO .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-ujh8IDPrIO .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujh8IDPrIO .copyright {
    padding: 32px 0;
  }
}
.cid-ujh8IDPrIO .mbr-section-title {
  color: #ffffff;
}
.cid-ujhb0XcVS0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #495dff;
  overflow: hidden;
}
.cid-ujhb0XcVS0 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tuYNyEQ2b0 .navbar-dropdown {
  background-color: #6f80ff !important;
  padding: 0;
}
.cid-tuYNyEQ2b0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6f80ff !important;
  background: #6f80ff;
}
.cid-tuYNyEQ2b0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tuYNyEQ2b0 .menu_box .navbar.opened,
  .cid-tuYNyEQ2b0 .menu_box .navbar-collapse {
    background-color: #6f80ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tuYNyEQ2b0 .navbar-dropdown {
  position: relative !important;
}
.cid-tuYNyEQ2b0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tuYNyEQ2b0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuYNyEQ2b0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tuYNyEQ2b0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tuYNyEQ2b0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tuYNyEQ2b0 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #495dff;
  }
  .cid-tuYNyEQ2b0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tuYNyEQ2b0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tuYNyEQ2b0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tuYNyEQ2b0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tuYNyEQ2b0 .offcanvas-body .mbr-text,
  .cid-tuYNyEQ2b0 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tuYNyEQ2b0 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tuYNyEQ2b0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tuYNyEQ2b0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tuYNyEQ2b0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tuYNyEQ2b0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tuYNyEQ2b0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tuYNyEQ2b0 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tuYNyEQ2b0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tuYNyEQ2b0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tuYNyEQ2b0 .nav-item {
    margin: 0 !important;
  }
}
.cid-tuYNyEQ2b0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tuYNyEQ2b0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tuYNyEQ2b0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tuYNyEQ2b0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tuYNyEQ2b0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tuYNyEQ2b0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tuYNyEQ2b0 .offcanvas_box {
    display: none;
  }
}
.cid-tuYNyEQ2b0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tuYNyEQ2b0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tuYNyEQ2b0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tuYNyEQ2b0 .container {
  display: flex;
  margin: auto;
}
.cid-tuYNyEQ2b0 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tuYNyEQ2b0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tuYNyEQ2b0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tuYNyEQ2b0 .navbar-caption {
  color: #495DFF;
}
.cid-tuYNyEQ2b0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tuYNyEQ2b0 .navbar-nav {
    margin: 0;
  }
}
.cid-tuYNyEQ2b0 .dropdown-menu,
.cid-tuYNyEQ2b0 .navbar.opened {
  background-color: false !important;
}
.cid-tuYNyEQ2b0 .nav-item:focus,
.cid-tuYNyEQ2b0 .nav-link:focus {
  outline: none;
}
.cid-tuYNyEQ2b0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuYNyEQ2b0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuYNyEQ2b0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuYNyEQ2b0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuYNyEQ2b0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuYNyEQ2b0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuYNyEQ2b0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tuYNyEQ2b0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tuYNyEQ2b0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tuYNyEQ2b0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tuYNyEQ2b0 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tuYNyEQ2b0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tuYNyEQ2b0 .navbar.collapsed {
  justify-content: center;
}
.cid-tuYNyEQ2b0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuYNyEQ2b0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuYNyEQ2b0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuYNyEQ2b0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuYNyEQ2b0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuYNyEQ2b0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tuYNyEQ2b0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tuYNyEQ2b0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tuYNyEQ2b0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tuYNyEQ2b0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuYNyEQ2b0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuYNyEQ2b0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tuYNyEQ2b0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuYNyEQ2b0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tuYNyEQ2b0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuYNyEQ2b0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tuYNyEQ2b0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tuYNyEQ2b0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tuYNyEQ2b0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuYNyEQ2b0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuYNyEQ2b0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tuYNyEQ2b0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuYNyEQ2b0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuYNyEQ2b0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuYNyEQ2b0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuYNyEQ2b0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tuYNyEQ2b0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuYNyEQ2b0 .dropdown-item.active,
.cid-tuYNyEQ2b0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tuYNyEQ2b0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuYNyEQ2b0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuYNyEQ2b0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuYNyEQ2b0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuYNyEQ2b0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tuYNyEQ2b0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuYNyEQ2b0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6f80ff;
  background: #f1f2f4;
}
.cid-tuYNyEQ2b0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-tuYNyEQ2b0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuYNyEQ2b0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuYNyEQ2b0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuYNyEQ2b0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuYNyEQ2b0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuYNyEQ2b0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuYNyEQ2b0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuYNyEQ2b0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuYNyEQ2b0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tuYNyEQ2b0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuYNyEQ2b0 .navbar {
    height: 70px;
  }
  .cid-tuYNyEQ2b0 .navbar.opened {
    height: auto;
  }
  .cid-tuYNyEQ2b0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuYNyEQ2b0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tuYNyEQ2b0 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tuYNyEQ2b0 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tuYNyEQ2b0 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tuYNyEQ2b0 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tuYNyEQ2b0 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tuYNyEQ2b0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tuYNyEQ2b0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuYNyEQ2b0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tuYNyEQ2b0 .text_widget {
  color: #ffffff;
}
.cid-tuYNyEQ2b0 .mbr-section-subtitle,
.cid-tuYNyEQ2b0 .text_widget,
.cid-tuYNyEQ2b0 .mbr-section-btn {
  text-align: center;
}
.cid-tuYNyEQ2b0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ujhfeVEBUE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujhfeVEBUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhfeVEBUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhfeVEBUE .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhfeVEBUE .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhfeVEBUE .container-fluid .row {
  padding: 0;
}
.cid-ujhfeVEBUE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujhfeVEBUE .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ujhfeVEBUE .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-ujhfeVEBUE .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #495dff;
}
@media (max-width: 992px) {
  .cid-ujhfeVEBUE .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-ujhfeVEBUE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-ujhfeVEBUE .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-ujhfeVEBUE .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-ujhfeVEBUE .mbr-section-title {
  color: #495DFF;
}
.cid-ujhfeVEBUE .mbr-text {
  color: #495DFF;
}
.cid-ujhflDthXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f80ff;
}
.cid-ujhflDthXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhflDthXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujhflDthXA .container {
    padding: 0 26px;
  }
}
.cid-ujhflDthXA .row {
  justify-content: center;
}
.cid-ujhflDthXA .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-ujhflDthXA .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-ujhflDthXA .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-ujhflDthXA .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-ujhflDthXA .mbr-text,
.cid-ujhflDthXA .icon-wrapper {
  color: #fafafa;
  text-align: center;
}
.cid-ujhf4IyDq3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232323;
}
.cid-ujhf4IyDq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhf4IyDq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhf4IyDq3 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ujhf4IyDq3 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ujhf4IyDq3 .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-ujhf4IyDq3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujhf4IyDq3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujhf4IyDq3 .content-head {
  max-width: 800px;
}
.cid-ujhf4IyDq3 .mbr-section-title {
  color: #ffffff;
}
.cid-ujh8IDPrIO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #495dff;
}
.cid-ujh8IDPrIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujh8IDPrIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujh8IDPrIO .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujh8IDPrIO .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujh8IDPrIO .container-fluid .row {
  padding: 0;
}
.cid-ujh8IDPrIO .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujh8IDPrIO .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-ujh8IDPrIO .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-ujh8IDPrIO .list .item-wrap:hover {
  opacity: .5;
}
.cid-ujh8IDPrIO .mbr-section-btn {
  width: 100%;
}
.cid-ujh8IDPrIO .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-ujh8IDPrIO .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujh8IDPrIO .copyright {
    padding: 32px 0;
  }
}
.cid-ujh8IDPrIO .mbr-section-title {
  color: #ffffff;
}
.cid-ujhb0XcVS0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #495dff;
  overflow: hidden;
}
.cid-ujhb0XcVS0 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-ujhgiur0WQ .navbar-dropdown {
  background-color: #6f80ff !important;
  padding: 0;
}
.cid-ujhgiur0WQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6f80ff !important;
  background: #6f80ff;
}
.cid-ujhgiur0WQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujhgiur0WQ .menu_box .navbar.opened,
  .cid-ujhgiur0WQ .menu_box .navbar-collapse {
    background-color: #6f80ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujhgiur0WQ .navbar-dropdown {
  position: relative !important;
}
.cid-ujhgiur0WQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujhgiur0WQ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujhgiur0WQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujhgiur0WQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujhgiur0WQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujhgiur0WQ .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #495dff;
  }
  .cid-ujhgiur0WQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujhgiur0WQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujhgiur0WQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujhgiur0WQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujhgiur0WQ .offcanvas-body .mbr-text,
  .cid-ujhgiur0WQ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujhgiur0WQ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujhgiur0WQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujhgiur0WQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-ujhgiur0WQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujhgiur0WQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujhgiur0WQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujhgiur0WQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujhgiur0WQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujhgiur0WQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujhgiur0WQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujhgiur0WQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujhgiur0WQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujhgiur0WQ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujhgiur0WQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ujhgiur0WQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujhgiur0WQ .nav-item {
    margin: 0 !important;
  }
}
.cid-ujhgiur0WQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujhgiur0WQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujhgiur0WQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujhgiur0WQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujhgiur0WQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujhgiur0WQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujhgiur0WQ .offcanvas_box {
    display: none;
  }
}
.cid-ujhgiur0WQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ujhgiur0WQ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujhgiur0WQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujhgiur0WQ .container {
  display: flex;
  margin: auto;
}
.cid-ujhgiur0WQ .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujhgiur0WQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujhgiur0WQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujhgiur0WQ .navbar-caption {
  color: #495DFF;
}
.cid-ujhgiur0WQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujhgiur0WQ .navbar-nav {
    margin: 0;
  }
}
.cid-ujhgiur0WQ .dropdown-menu,
.cid-ujhgiur0WQ .navbar.opened {
  background-color: false !important;
}
.cid-ujhgiur0WQ .nav-item:focus,
.cid-ujhgiur0WQ .nav-link:focus {
  outline: none;
}
.cid-ujhgiur0WQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujhgiur0WQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujhgiur0WQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujhgiur0WQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujhgiur0WQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujhgiur0WQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujhgiur0WQ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ujhgiur0WQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ujhgiur0WQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ujhgiur0WQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujhgiur0WQ .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ujhgiur0WQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujhgiur0WQ .navbar.collapsed {
  justify-content: center;
}
.cid-ujhgiur0WQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujhgiur0WQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujhgiur0WQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujhgiur0WQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujhgiur0WQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujhgiur0WQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujhgiur0WQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujhgiur0WQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujhgiur0WQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujhgiur0WQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujhgiur0WQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujhgiur0WQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujhgiur0WQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujhgiur0WQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujhgiur0WQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujhgiur0WQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujhgiur0WQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujhgiur0WQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujhgiur0WQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujhgiur0WQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujhgiur0WQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujhgiur0WQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujhgiur0WQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujhgiur0WQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujhgiur0WQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujhgiur0WQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-ujhgiur0WQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujhgiur0WQ .dropdown-item.active,
.cid-ujhgiur0WQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ujhgiur0WQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujhgiur0WQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujhgiur0WQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujhgiur0WQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujhgiur0WQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ujhgiur0WQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujhgiur0WQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6f80ff;
  background: #f1f2f4;
}
.cid-ujhgiur0WQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-ujhgiur0WQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujhgiur0WQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujhgiur0WQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujhgiur0WQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujhgiur0WQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujhgiur0WQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujhgiur0WQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujhgiur0WQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujhgiur0WQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujhgiur0WQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujhgiur0WQ .navbar {
    height: 70px;
  }
  .cid-ujhgiur0WQ .navbar.opened {
    height: auto;
  }
  .cid-ujhgiur0WQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujhgiur0WQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujhgiur0WQ .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-ujhgiur0WQ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujhgiur0WQ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ujhgiur0WQ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ujhgiur0WQ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ujhgiur0WQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujhgiur0WQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujhgiur0WQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujhgiur0WQ .text_widget {
  color: #ffffff;
}
.cid-ujhgiur0WQ .mbr-section-subtitle,
.cid-ujhgiur0WQ .text_widget,
.cid-ujhgiur0WQ .mbr-section-btn {
  text-align: center;
}
.cid-ujhgiur0WQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ujhgiwo73H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujhgiwo73H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhgiwo73H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhgiwo73H .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhgiwo73H .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhgiwo73H .container-fluid .row {
  padding: 0;
}
.cid-ujhgiwo73H .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujhgiwo73H .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ujhgiwo73H .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-ujhgiwo73H .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #495dff;
}
@media (max-width: 992px) {
  .cid-ujhgiwo73H .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-ujhgiwo73H .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-ujhgiwo73H .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-ujhgiwo73H .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-ujhgiwo73H .mbr-section-title {
  color: #495DFF;
}
.cid-ujhgiwo73H .mbr-text {
  color: #495DFF;
}
.cid-ujhgiwRzV8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f80ff;
}
.cid-ujhgiwRzV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhgiwRzV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujhgiwRzV8 .container {
    padding: 0 26px;
  }
}
.cid-ujhgiwRzV8 .row {
  justify-content: center;
}
.cid-ujhgiwRzV8 .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-ujhgiwRzV8 .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-ujhgiwRzV8 .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-ujhgiwRzV8 .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-ujhgiwRzV8 .mbr-text,
.cid-ujhgiwRzV8 .icon-wrapper {
  color: #fafafa;
  text-align: center;
}
.cid-ujhgixlUiO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232323;
}
.cid-ujhgixlUiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhgixlUiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhgixlUiO .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ujhgixlUiO .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ujhgixlUiO .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-ujhgixlUiO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujhgixlUiO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujhgixlUiO .content-head {
  max-width: 800px;
}
.cid-ujhgixlUiO .mbr-section-title {
  color: #ffffff;
}
.cid-ujhgixStV0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #495dff;
}
.cid-ujhgixStV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhgixStV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhgixStV0 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhgixStV0 .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhgixStV0 .container-fluid .row {
  padding: 0;
}
.cid-ujhgixStV0 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujhgixStV0 .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-ujhgixStV0 .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-ujhgixStV0 .list .item-wrap:hover {
  opacity: .5;
}
.cid-ujhgixStV0 .mbr-section-btn {
  width: 100%;
}
.cid-ujhgixStV0 .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-ujhgixStV0 .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujhgixStV0 .copyright {
    padding: 32px 0;
  }
}
.cid-ujhgixStV0 .mbr-section-title {
  color: #ffffff;
}
.cid-ujhgiyGWmx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #495dff;
  overflow: hidden;
}
.cid-ujhgiyGWmx .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-ujhhwd0rNW .navbar-dropdown {
  background-color: #6f80ff !important;
  padding: 0;
}
.cid-ujhhwd0rNW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6f80ff !important;
  background: #6f80ff;
}
.cid-ujhhwd0rNW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujhhwd0rNW .menu_box .navbar.opened,
  .cid-ujhhwd0rNW .menu_box .navbar-collapse {
    background-color: #6f80ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujhhwd0rNW .navbar-dropdown {
  position: relative !important;
}
.cid-ujhhwd0rNW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujhhwd0rNW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujhhwd0rNW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujhhwd0rNW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujhhwd0rNW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujhhwd0rNW .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #495dff;
  }
  .cid-ujhhwd0rNW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujhhwd0rNW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujhhwd0rNW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujhhwd0rNW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujhhwd0rNW .offcanvas-body .mbr-text,
  .cid-ujhhwd0rNW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujhhwd0rNW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujhhwd0rNW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujhhwd0rNW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-ujhhwd0rNW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujhhwd0rNW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujhhwd0rNW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujhhwd0rNW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujhhwd0rNW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujhhwd0rNW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujhhwd0rNW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujhhwd0rNW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujhhwd0rNW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujhhwd0rNW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujhhwd0rNW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ujhhwd0rNW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujhhwd0rNW .nav-item {
    margin: 0 !important;
  }
}
.cid-ujhhwd0rNW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujhhwd0rNW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujhhwd0rNW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujhhwd0rNW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujhhwd0rNW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujhhwd0rNW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujhhwd0rNW .offcanvas_box {
    display: none;
  }
}
.cid-ujhhwd0rNW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ujhhwd0rNW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujhhwd0rNW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujhhwd0rNW .container {
  display: flex;
  margin: auto;
}
.cid-ujhhwd0rNW .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujhhwd0rNW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujhhwd0rNW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujhhwd0rNW .navbar-caption {
  color: #495DFF;
}
.cid-ujhhwd0rNW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujhhwd0rNW .navbar-nav {
    margin: 0;
  }
}
.cid-ujhhwd0rNW .dropdown-menu,
.cid-ujhhwd0rNW .navbar.opened {
  background-color: false !important;
}
.cid-ujhhwd0rNW .nav-item:focus,
.cid-ujhhwd0rNW .nav-link:focus {
  outline: none;
}
.cid-ujhhwd0rNW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujhhwd0rNW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujhhwd0rNW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujhhwd0rNW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujhhwd0rNW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujhhwd0rNW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujhhwd0rNW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ujhhwd0rNW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ujhhwd0rNW .navbar.opened {
  transition: all 0.3s;
}
.cid-ujhhwd0rNW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujhhwd0rNW .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ujhhwd0rNW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujhhwd0rNW .navbar.collapsed {
  justify-content: center;
}
.cid-ujhhwd0rNW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujhhwd0rNW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujhhwd0rNW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujhhwd0rNW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujhhwd0rNW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujhhwd0rNW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujhhwd0rNW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujhhwd0rNW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujhhwd0rNW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujhhwd0rNW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujhhwd0rNW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujhhwd0rNW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujhhwd0rNW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujhhwd0rNW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujhhwd0rNW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujhhwd0rNW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujhhwd0rNW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujhhwd0rNW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujhhwd0rNW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujhhwd0rNW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujhhwd0rNW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujhhwd0rNW .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujhhwd0rNW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujhhwd0rNW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujhhwd0rNW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujhhwd0rNW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-ujhhwd0rNW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujhhwd0rNW .dropdown-item.active,
.cid-ujhhwd0rNW .dropdown-item:active {
  background-color: transparent;
}
.cid-ujhhwd0rNW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujhhwd0rNW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujhhwd0rNW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujhhwd0rNW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujhhwd0rNW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ujhhwd0rNW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujhhwd0rNW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6f80ff;
  background: #f1f2f4;
}
.cid-ujhhwd0rNW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-ujhhwd0rNW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujhhwd0rNW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujhhwd0rNW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujhhwd0rNW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujhhwd0rNW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujhhwd0rNW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujhhwd0rNW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujhhwd0rNW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujhhwd0rNW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujhhwd0rNW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujhhwd0rNW .navbar {
    height: 70px;
  }
  .cid-ujhhwd0rNW .navbar.opened {
    height: auto;
  }
  .cid-ujhhwd0rNW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujhhwd0rNW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujhhwd0rNW .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-ujhhwd0rNW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujhhwd0rNW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ujhhwd0rNW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ujhhwd0rNW .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ujhhwd0rNW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujhhwd0rNW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujhhwd0rNW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujhhwd0rNW .text_widget {
  color: #ffffff;
}
.cid-ujhhwd0rNW .mbr-section-subtitle,
.cid-ujhhwd0rNW .text_widget,
.cid-ujhhwd0rNW .mbr-section-btn {
  text-align: center;
}
.cid-ujhhwd0rNW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ujhhweTQfQ {
  background-color: #f1f2f4;
}
.cid-ujhhweTQfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhweTQfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhweTQfQ .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhweTQfQ .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhweTQfQ .container-fluid .row {
  padding: 0;
}
.cid-ujhhweTQfQ .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20% 0;
}
@media (max-width: 992px) {
  .cid-ujhhweTQfQ .image-wrapper {
    padding: 80px 0;
    justify-content: flex-end;
  }
}
.cid-ujhhweTQfQ .image-wrapper img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-ujhhweTQfQ .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-ujhhweTQfQ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-ujhhweTQfQ .image-wrapper .image-overlay {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(60deg, #f5fef7 30%, #ffffff 50%);
  filter: blur(75px);
  pointer-events: none;
}
@media (min-width: 1500px) {
  .cid-ujhhweTQfQ .image-wrapper .image-overlay {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-ujhhweTQfQ .image-wrapper .image-overlay {
    width: 350px;
    height: 350px;
  }
}
.cid-ujhhweTQfQ .title-wrapper {
  padding: 15% 0;
}
@media (max-width: 992px) {
  .cid-ujhhweTQfQ .title-wrapper {
    padding: 32px 0 64px;
  }
}
.cid-ujhhweTQfQ .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-ujhhweTQfQ .date-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-ujhhweTQfQ .link-wrapper .mbr-link {
  margin-bottom: 12px;
  transition: all .3s ease;
}
.cid-ujhhweTQfQ .link-wrapper .mbr-link:hover {
  opacity: .5;
}
.cid-ujhhweTQfQ .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-ujhhweTQfQ .mbr-section-title {
  color: #495DFF;
}
.cid-ujhhweTQfQ .mbr-link {
  color: #495DFF;
}
.cid-ujhhweTQfQ .mbr-date {
  color: #495DFF;
}
.cid-ujhhwflMZj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ujhhwflMZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwflMZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwflMZj .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhwflMZj .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwflMZj .container-fluid .row {
  padding: 0;
}
.cid-ujhhwflMZj .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ujhhwflMZj .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-ujhhwflMZj .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #495DFF;
}
.cid-ujhhwflMZj .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-ujhhwflMZj .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-ujhhwflMZj .mbr-section-title {
  color: #495DFF;
}
.cid-ujhhwflMZj .mbr-text {
  color: #495DFF;
}
.cid-ujhhwfNnpo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhwfNnpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwfNnpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwfNnpo .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhwfNnpo .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwfNnpo .container-fluid .row {
  padding: 0;
}
.cid-ujhhwfNnpo .container {
  overflow: hidden;
}
.cid-ujhhwfNnpo .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ujhhwfNnpo .title-wrapper {
    padding-right: 0;
  }
}
.cid-ujhhwfNnpo .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ujhhwfNnpo .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhwfNnpo .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-ujhhwfNnpo .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ujhhwfNnpo .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-ujhhwfNnpo .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ujhhwfNnpo .mbr-desc {
  color: #ffffff;
}
.cid-ujhhwfNnpo .mbr-name {
  color: #ffffff;
}
.cid-ujhhwglO5C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujhhwglO5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwglO5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwglO5C .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ujhhwglO5C .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhwglO5C .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhwglO5C .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhwglO5C .container {
    padding: 0 24px;
  }
}
.cid-ujhhwglO5C .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #203aff;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhwglO5C .content-wrapper {
    display: block;
  }
}
.cid-ujhhwglO5C .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-ujhhwglO5C .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhwglO5C .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-ujhhwglO5C .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-ujhhwglO5C .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ujhhwglO5C .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-ujhhwglO5C .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujhhwglO5C .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ujhhwglO5C .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ujhhwglO5C .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ujhhwglO5C .mbr-section-title {
  color: #18212d;
}
.cid-ujhhwglO5C .mbr-desc {
  color: #18212d;
}
.cid-ujhhwglO5C .mbr-text {
  color: #000000;
}
.cid-ujhhwgVKoF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhwgVKoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwgVKoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwgVKoF .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhhwgVKoF .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwgVKoF .container-fluid .row {
  padding: 0;
}
.cid-ujhhwgVKoF .card-wrap {
  margin-bottom: 100px;
  opacity: .3;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-ujhhwgVKoF .card-wrap {
    opacity: 1;
    margin-bottom: 40px;
  }
}
.cid-ujhhwgVKoF .card-wrap:hover,
.cid-ujhhwgVKoF .card-wrap:focus {
  opacity: 1;
}
.cid-ujhhwgVKoF .card-wrap:hover .icon-wrapper .mbr-iconfont,
.cid-ujhhwgVKoF .card-wrap:focus .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-ujhhwgVKoF .text-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-ujhhwgVKoF .text-wrapper {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujhhwgVKoF .text-wrapper {
    padding-right: 60px;
  }
}
.cid-ujhhwgVKoF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujhhwgVKoF .title-wrap {
  display: flex;
  align-items: center;
}
.cid-ujhhwgVKoF .title-wrap .title-wrapper {
  width: 100%;
}
.cid-ujhhwgVKoF .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  position: relative;
}
.cid-ujhhwgVKoF .title-wrap .title-wrapper .mbr-section-title span {
  display: none;
}
@media (max-width: 992px) {
  .cid-ujhhwgVKoF .title-wrap .title-wrapper .mbr-section-title span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: -1.2rem;
    font-size: 35%;
  }
}
.cid-ujhhwgVKoF .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujhhwgVKoF .icon-wrapper {
    display: none;
  }
}
.cid-ujhhwgVKoF .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  background-color: #6f80ff;
  border-radius: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  opacity: 0;
  transition: all .3s ease;
}
.cid-ujhhwgVKoF .mbr-section-title,
.cid-ujhhwgVKoF .mbr-iconfont {
  color: #ffffff;
}
.cid-ujhhwgVKoF .mbr-text {
  color: #ffffff;
}
.cid-ujhhwgVKoF .mbr-section-title,
.cid-ujhhwgVKoF .mbr-iconfont,
.cid-ujhhwgVKoF .mbr-number {
  color: #fafafa;
}
.cid-ujhhwhsjsE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
}
.cid-ujhhwhsjsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwhsjsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwhsjsE .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhhwhsjsE .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwhsjsE .container-fluid .row {
  padding: 0;
}
.cid-ujhhwhsjsE .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujhhwhsjsE .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-ujhhwhsjsE .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujhhwhsjsE .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ujhhwhsjsE .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-ujhhwhsjsE .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujhhwhsjsE .card .text-wrapper {
    display: none;
  }
}
.cid-ujhhwhsjsE .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujhhwhsjsE .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-ujhhwhsjsE .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #ffffff;
  background-color: #6f80ff;
  border-radius: 100%;
}
.cid-ujhhwhsjsE .mbr-section-title {
  color: #495DFF;
}
.cid-ujhhwhsjsE .mbr-text {
  color: #495DFF;
}
.cid-ujhhwhZKyS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhwhZKyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwhZKyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwhZKyS .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ujhhwhZKyS .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ujhhwhZKyS .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ujhhwhZKyS .mbr-section-title {
  color: #ffffff;
}
.cid-ujhhwhZKyS .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ujhhwhZKyS .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-ujhhwhZKyS .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-ujhhwhZKyS .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #ffa964;
  box-shadow: 4px 4px 0 #ffa964;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-ujhhwhZKyS .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-ujhhwhZKyS .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ujhhwhZKyS .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-ujhhwhZKyS .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-ujhhwhZKyS .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-ujhhwhZKyS .card-title {
  color: #131313;
}
.cid-ujhhwhZKyS .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-ujhhwhZKyS .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-ujhhwhZKyS .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujhhwhZKyS .card-link {
    margin-top: 15px;
  }
}
.cid-ujhhwhZKyS .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-ujhhwhZKyS .card-title,
.cid-ujhhwhZKyS .iconfont-wrapper {
  color: #203aff;
}
.cid-ujhhwiNCnJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1586497891settlement-deed-855x485.jpg");
}
.cid-ujhhwiNCnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwiNCnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwiNCnJ .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhhwiNCnJ .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwiNCnJ .container-fluid .row {
  padding: 0;
}
.cid-ujhhwiNCnJ .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujhhwiNCnJ .title-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-ujhhwiNCnJ .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ujhhwiNCnJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhwiNCnJ .title-wrapper .link-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ujhhwiNCnJ .title-wrapper .link-wrapper .link {
  display: inline-flex;
  align-items: center;
}
.cid-ujhhwiNCnJ .title-wrapper .link-wrapper .link:hover {
  opacity: .5;
}
.cid-ujhhwiNCnJ .title-wrapper .link-wrapper .link .mbr-number {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-bottom: 0;
}
.cid-ujhhwiNCnJ .title-wrapper .link-wrapper .link .mbr-link {
  margin: 0;
  text-decoration: underline;
}
.cid-ujhhwiNCnJ .text {
  display: flex;
  justify-content: flex-end;
}
.cid-ujhhwiNCnJ .text .text-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1500px) {
  .cid-ujhhwiNCnJ .text .text-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhwiNCnJ .text .text-wrapper img {
    margin: 0 auto 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhwiNCnJ .text .text-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-ujhhwiNCnJ .text .text-wrapper .mbr-text {
  width: 350px;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  .cid-ujhhwiNCnJ .text .text-wrapper .mbr-text {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhwiNCnJ .text .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujhhwiNCnJ .mbr-section-title {
  color: #0623fb;
}
.cid-ujhhwiNCnJ .mbr-number {
  color: #495DFF;
}
.cid-ujhhwiNCnJ .mbr-link {
  color: #ffffff;
}
.cid-ujhhwiNCnJ .mbr-text {
  color: #0623fb;
}
.cid-ujhhwjj9RC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujhhwjj9RC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwjj9RC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwjj9RC .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-ujhhwjj9RC .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujhhwjj9RC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujhhwjj9RC .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujhhwjj9RC .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-ujhhwjj9RC .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ujhhwjj9RC .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ujhhwjj9RC .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujhhwjj9RC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujhhwjj9RC .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ujhhwjj9RC .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-ujhhwjj9RC .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #0623fb;
}
.cid-ujhhwjj9RC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ujhhwjj9RC .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-ujhhwjj9RC .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-ujhhwjj9RC .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ujhhwjj9RC .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-ujhhwjj9RC .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujhhwjj9RC .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ujhhwjj9RC .card {
  justify-content: space-between;
}
.cid-ujhhwjj9RC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujhhwjj9RC .panel-title-edit {
  color: #203aff;
}
.cid-ujhhwjj9RC .panel-text {
  color: #f24d4a;
}
.cid-ujhhwjj9RC .panel-text,
.cid-ujhhwjj9RC .panel-body {
  color: #203aff;
}
.cid-ujhhwk4Itu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-ujhhwk4Itu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwk4Itu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwk4Itu .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhwk4Itu .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwk4Itu .container-fluid .row {
  padding: 0;
}
.cid-ujhhwk4Itu .container {
  overflow: hidden;
}
.cid-ujhhwk4Itu .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-ujhhwk4Itu .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-ujhhwk4Itu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ujhhwk4Itu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhwk4Itu .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ujhhwk4Itu .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujhhwk4Itu .cards-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(3, 190px);
  grid-column-gap: 24px;
  grid-row-gap: 64px;
}
@media (max-width: 768px) {
  .cid-ujhhwk4Itu .cards-wrapper {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}
.cid-ujhhwk4Itu .cards-wrapper .card .mbr-number {
  margin-bottom: 4px;
}
.cid-ujhhwk4Itu .cards-wrapper .card .mbr-title {
  margin-bottom: 4px;
}
.cid-ujhhwk4Itu .cards-wrapper .card .mbr-desc {
  margin-bottom: 0;
}
.cid-ujhhwk4Itu .mbr-section-title {
  color: #495DFF;
}
.cid-ujhhwk4Itu .mbr-text {
  color: #495DFF;
}
.cid-ujhhwk4Itu .mbr-number {
  color: #495DFF;
}
.cid-ujhhwk4Itu .mbr-title {
  color: #495DFF;
}
.cid-ujhhwk4Itu .mbr-desc {
  color: #495DFF;
}
.cid-ujhsvaWtBo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujhsvaWtBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhsvaWtBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujhsvaWtBo .container {
    padding: 0 20px;
  }
}
.cid-ujhsvaWtBo .row {
  margin: 0;
}
.cid-ujhsvaWtBo .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujhsvaWtBo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujhsvaWtBo .video-block .video-wrapper .app-video-wrapper::before {
  color: #faf9fc;
  text-shadow: none;
}
.cid-ujhsvaWtBo .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ujhsvaWtBo .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ujhsvaWtBo .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ujhsvaWtBo .mbr-section-title {
  color: #ffffff;
}
.cid-ujhhwkR7OM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhwkR7OM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwkR7OM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwkR7OM .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhhwkR7OM .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwkR7OM .container-fluid .row {
  padding: 0;
}
.cid-ujhhwkR7OM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujhhwkR7OM .card:first-child .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-ujhhwkR7OM .desc-wrapper {
  padding: 22px 0;
}
@media (max-width: 992px) {
  .cid-ujhhwkR7OM .desc-wrapper {
    margin-bottom: 22px;
    padding: 0;
  }
}
.cid-ujhhwkR7OM .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ujhhwkR7OM .mbr-desc {
  color: #ffffff;
}
.cid-ujhhwlvMtO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujhhwlvMtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwlvMtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwlvMtO .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ujhhwlvMtO .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ujhhwlvMtO .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ujhhwlvMtO .mbr-section-title {
  color: #203aff;
}
.cid-ujhhwlvMtO .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ujhhwlvMtO .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-ujhhwlvMtO .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-ujhhwlvMtO .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #495dff;
  box-shadow: 4px 4px 0 #495dff;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-ujhhwlvMtO .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-ujhhwlvMtO .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ujhhwlvMtO .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-ujhhwlvMtO .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-ujhhwlvMtO .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-ujhhwlvMtO .card-title {
  color: #131313;
}
.cid-ujhhwlvMtO .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-ujhhwlvMtO .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-ujhhwlvMtO .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujhhwlvMtO .card-link {
    margin-top: 15px;
  }
}
.cid-ujhhwlvMtO .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-ujhhwlvMtO .card-title,
.cid-ujhhwlvMtO .iconfont-wrapper {
  color: #203aff;
}
.cid-ujhhwmcCAa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhwmcCAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwmcCAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwmcCAa .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhwmcCAa .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwmcCAa .container-fluid .row {
  padding: 0;
}
.cid-ujhhwmcCAa .subtitle-wrapper .mbr-section-subtitle {
  padding: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ujhhwmcCAa .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-ujhhwmcCAa .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ujhhwmcCAa .image-wrapper {
    padding: 0;
  }
}
.cid-ujhhwmcCAa .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujhhwmcCAa .image-wrapper img {
    height: 300px;
  }
}
.cid-ujhhwmcCAa .title {
  display: inline-flex;
  align-items: center;
}
.cid-ujhhwmcCAa .title-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.cid-ujhhwmcCAa .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ujhhwmcCAa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujhhwmcCAa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujhhwmcCAa .mbr-number {
  color: #495DFF;
}
.cid-ujhhwmcCAa .mbr-section-title {
  color: #ffffff;
}
.cid-ujhhwmcCAa .mbr-text {
  color: #ffffff;
}
.cid-ujhsOa3vxR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ujhsOa3vxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhsOa3vxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujhsOa3vxR .container {
    padding: 0 22px;
  }
}
.cid-ujhsOa3vxR .row {
  justify-content: center;
}
.cid-ujhsOa3vxR .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujhsOa3vxR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ujhsOa3vxR .panel-group .card {
  border-radius: 0 !important;
}
.cid-ujhsOa3vxR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 20px;
}
.cid-ujhsOa3vxR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujhsOa3vxR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujhsOa3vxR .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-ujhsOa3vxR .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ujhsOa3vxR .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ujhsOa3vxR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ujhsOa3vxR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujhsOa3vxR .panel-title-edit {
  color: #ffffff;
}
.cid-ujhsOa3vxR .panel-text {
  color: #ffffff;
}
.cid-ujhhwmMpLO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ujhhwmMpLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwmMpLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwmMpLO .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ujhhwmMpLO .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ujhhwmMpLO .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-ujhhwmMpLO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujhhwmMpLO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujhhwmMpLO .content-head {
  max-width: 800px;
}
.cid-ujhhwmMpLO .mbr-section-title {
  color: #203aff;
}
.cid-ujhhwnqA9a {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #495dff;
}
.cid-ujhhwnqA9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwnqA9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwnqA9a .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhwnqA9a .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwnqA9a .container-fluid .row {
  padding: 0;
}
.cid-ujhhwnqA9a .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujhhwnqA9a .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-ujhhwnqA9a .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-ujhhwnqA9a .list .item-wrap:hover {
  opacity: .5;
}
.cid-ujhhwnqA9a .mbr-section-btn {
  width: 100%;
}
.cid-ujhhwnqA9a .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-ujhhwnqA9a .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujhhwnqA9a .copyright {
    padding: 32px 0;
  }
}
.cid-ujhhwnqA9a .mbr-section-title {
  color: #ffffff;
}
.cid-ujhhwooMO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #495dff;
  overflow: hidden;
}
.cid-ujhhwooMO3 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-ujhhwSJ7MY .navbar-dropdown {
  background-color: #6f80ff !important;
  padding: 0;
}
.cid-ujhhwSJ7MY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6f80ff !important;
  background: #6f80ff;
}
.cid-ujhhwSJ7MY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujhhwSJ7MY .menu_box .navbar.opened,
  .cid-ujhhwSJ7MY .menu_box .navbar-collapse {
    background-color: #6f80ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujhhwSJ7MY .navbar-dropdown {
  position: relative !important;
}
.cid-ujhhwSJ7MY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujhhwSJ7MY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujhhwSJ7MY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujhhwSJ7MY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujhhwSJ7MY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujhhwSJ7MY .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #495dff;
  }
  .cid-ujhhwSJ7MY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujhhwSJ7MY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujhhwSJ7MY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujhhwSJ7MY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujhhwSJ7MY .offcanvas-body .mbr-text,
  .cid-ujhhwSJ7MY .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujhhwSJ7MY .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujhhwSJ7MY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujhhwSJ7MY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-ujhhwSJ7MY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujhhwSJ7MY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujhhwSJ7MY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujhhwSJ7MY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujhhwSJ7MY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujhhwSJ7MY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujhhwSJ7MY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujhhwSJ7MY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujhhwSJ7MY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujhhwSJ7MY .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujhhwSJ7MY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ujhhwSJ7MY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujhhwSJ7MY .nav-item {
    margin: 0 !important;
  }
}
.cid-ujhhwSJ7MY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujhhwSJ7MY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujhhwSJ7MY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujhhwSJ7MY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujhhwSJ7MY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujhhwSJ7MY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujhhwSJ7MY .offcanvas_box {
    display: none;
  }
}
.cid-ujhhwSJ7MY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ujhhwSJ7MY .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujhhwSJ7MY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujhhwSJ7MY .container {
  display: flex;
  margin: auto;
}
.cid-ujhhwSJ7MY .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujhhwSJ7MY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujhhwSJ7MY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujhhwSJ7MY .navbar-caption {
  color: #495DFF;
}
.cid-ujhhwSJ7MY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujhhwSJ7MY .navbar-nav {
    margin: 0;
  }
}
.cid-ujhhwSJ7MY .dropdown-menu,
.cid-ujhhwSJ7MY .navbar.opened {
  background-color: false !important;
}
.cid-ujhhwSJ7MY .nav-item:focus,
.cid-ujhhwSJ7MY .nav-link:focus {
  outline: none;
}
.cid-ujhhwSJ7MY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujhhwSJ7MY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujhhwSJ7MY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujhhwSJ7MY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujhhwSJ7MY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujhhwSJ7MY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujhhwSJ7MY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ujhhwSJ7MY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ujhhwSJ7MY .navbar.opened {
  transition: all 0.3s;
}
.cid-ujhhwSJ7MY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujhhwSJ7MY .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ujhhwSJ7MY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujhhwSJ7MY .navbar.collapsed {
  justify-content: center;
}
.cid-ujhhwSJ7MY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujhhwSJ7MY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujhhwSJ7MY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujhhwSJ7MY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujhhwSJ7MY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujhhwSJ7MY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujhhwSJ7MY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujhhwSJ7MY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujhhwSJ7MY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujhhwSJ7MY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujhhwSJ7MY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujhhwSJ7MY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujhhwSJ7MY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujhhwSJ7MY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujhhwSJ7MY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujhhwSJ7MY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujhhwSJ7MY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujhhwSJ7MY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujhhwSJ7MY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujhhwSJ7MY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujhhwSJ7MY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujhhwSJ7MY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujhhwSJ7MY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujhhwSJ7MY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujhhwSJ7MY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujhhwSJ7MY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-ujhhwSJ7MY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujhhwSJ7MY .dropdown-item.active,
.cid-ujhhwSJ7MY .dropdown-item:active {
  background-color: transparent;
}
.cid-ujhhwSJ7MY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujhhwSJ7MY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujhhwSJ7MY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujhhwSJ7MY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujhhwSJ7MY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ujhhwSJ7MY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujhhwSJ7MY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6f80ff;
  background: #f1f2f4;
}
.cid-ujhhwSJ7MY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-ujhhwSJ7MY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujhhwSJ7MY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujhhwSJ7MY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujhhwSJ7MY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujhhwSJ7MY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujhhwSJ7MY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujhhwSJ7MY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujhhwSJ7MY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujhhwSJ7MY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujhhwSJ7MY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujhhwSJ7MY .navbar {
    height: 70px;
  }
  .cid-ujhhwSJ7MY .navbar.opened {
    height: auto;
  }
  .cid-ujhhwSJ7MY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujhhwSJ7MY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujhhwSJ7MY .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-ujhhwSJ7MY .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujhhwSJ7MY .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ujhhwSJ7MY .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ujhhwSJ7MY .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ujhhwSJ7MY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujhhwSJ7MY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujhhwSJ7MY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujhhwSJ7MY .text_widget {
  color: #ffffff;
}
.cid-ujhhwSJ7MY .mbr-section-subtitle,
.cid-ujhhwSJ7MY .text_widget,
.cid-ujhhwSJ7MY .mbr-section-btn {
  text-align: center;
}
.cid-ujhhwSJ7MY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ujhhwUrdbp {
  background-color: #f1f2f4;
}
.cid-ujhhwUrdbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwUrdbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwUrdbp .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhwUrdbp .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwUrdbp .container-fluid .row {
  padding: 0;
}
.cid-ujhhwUrdbp .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20% 0;
}
@media (max-width: 992px) {
  .cid-ujhhwUrdbp .image-wrapper {
    padding: 80px 0;
    justify-content: flex-end;
  }
}
.cid-ujhhwUrdbp .image-wrapper img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-ujhhwUrdbp .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-ujhhwUrdbp .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-ujhhwUrdbp .image-wrapper .image-overlay {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(60deg, #f5fef7 30%, #ffffff 50%);
  filter: blur(75px);
  pointer-events: none;
}
@media (min-width: 1500px) {
  .cid-ujhhwUrdbp .image-wrapper .image-overlay {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-ujhhwUrdbp .image-wrapper .image-overlay {
    width: 350px;
    height: 350px;
  }
}
.cid-ujhhwUrdbp .title-wrapper {
  padding: 15% 0;
}
@media (max-width: 992px) {
  .cid-ujhhwUrdbp .title-wrapper {
    padding: 32px 0 64px;
  }
}
.cid-ujhhwUrdbp .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-ujhhwUrdbp .date-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-ujhhwUrdbp .link-wrapper .mbr-link {
  margin-bottom: 12px;
  transition: all .3s ease;
}
.cid-ujhhwUrdbp .link-wrapper .mbr-link:hover {
  opacity: .5;
}
.cid-ujhhwUrdbp .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-ujhhwUrdbp .mbr-section-title {
  color: #495DFF;
}
.cid-ujhhwUrdbp .mbr-link {
  color: #495DFF;
}
.cid-ujhhwUrdbp .mbr-date {
  color: #495DFF;
}
.cid-ujhhwUUDQQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ujhhwUUDQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwUUDQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwUUDQQ .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhwUUDQQ .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwUUDQQ .container-fluid .row {
  padding: 0;
}
.cid-ujhhwUUDQQ .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ujhhwUUDQQ .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-ujhhwUUDQQ .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #495DFF;
}
.cid-ujhhwUUDQQ .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-ujhhwUUDQQ .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-ujhhwUUDQQ .mbr-section-title {
  color: #495DFF;
}
.cid-ujhhwUUDQQ .mbr-text {
  color: #495DFF;
}
.cid-ujhhwVtTtv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhwVtTtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwVtTtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwVtTtv .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhwVtTtv .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwVtTtv .container-fluid .row {
  padding: 0;
}
.cid-ujhhwVtTtv .container {
  overflow: hidden;
}
.cid-ujhhwVtTtv .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ujhhwVtTtv .title-wrapper {
    padding-right: 0;
  }
}
.cid-ujhhwVtTtv .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ujhhwVtTtv .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhwVtTtv .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-ujhhwVtTtv .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ujhhwVtTtv .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-ujhhwVtTtv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ujhhwVtTtv .mbr-desc {
  color: #ffffff;
}
.cid-ujhhwVtTtv .mbr-name {
  color: #ffffff;
}
.cid-ujhhwVVZgB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujhhwVVZgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwVVZgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwVVZgB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ujhhwVVZgB .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhwVVZgB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhwVVZgB .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhwVVZgB .container {
    padding: 0 24px;
  }
}
.cid-ujhhwVVZgB .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #203aff;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhwVVZgB .content-wrapper {
    display: block;
  }
}
.cid-ujhhwVVZgB .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-ujhhwVVZgB .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhwVVZgB .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-ujhhwVVZgB .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-ujhhwVVZgB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ujhhwVVZgB .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-ujhhwVVZgB .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujhhwVVZgB .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ujhhwVVZgB .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ujhhwVVZgB .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ujhhwVVZgB .mbr-section-title {
  color: #18212d;
}
.cid-ujhhwVVZgB .mbr-desc {
  color: #18212d;
}
.cid-ujhhwVVZgB .mbr-text {
  color: #000000;
}
.cid-ujhhwWuUyX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhwWuUyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwWuUyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwWuUyX .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhhwWuUyX .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwWuUyX .container-fluid .row {
  padding: 0;
}
.cid-ujhhwWuUyX .card-wrap {
  margin-bottom: 100px;
  opacity: .3;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-ujhhwWuUyX .card-wrap {
    opacity: 1;
    margin-bottom: 40px;
  }
}
.cid-ujhhwWuUyX .card-wrap:hover,
.cid-ujhhwWuUyX .card-wrap:focus {
  opacity: 1;
}
.cid-ujhhwWuUyX .card-wrap:hover .icon-wrapper .mbr-iconfont,
.cid-ujhhwWuUyX .card-wrap:focus .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-ujhhwWuUyX .text-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-ujhhwWuUyX .text-wrapper {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujhhwWuUyX .text-wrapper {
    padding-right: 60px;
  }
}
.cid-ujhhwWuUyX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujhhwWuUyX .title-wrap {
  display: flex;
  align-items: center;
}
.cid-ujhhwWuUyX .title-wrap .title-wrapper {
  width: 100%;
}
.cid-ujhhwWuUyX .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  position: relative;
}
.cid-ujhhwWuUyX .title-wrap .title-wrapper .mbr-section-title span {
  display: none;
}
@media (max-width: 992px) {
  .cid-ujhhwWuUyX .title-wrap .title-wrapper .mbr-section-title span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: -1.2rem;
    font-size: 35%;
  }
}
.cid-ujhhwWuUyX .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujhhwWuUyX .icon-wrapper {
    display: none;
  }
}
.cid-ujhhwWuUyX .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  background-color: #6f80ff;
  border-radius: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  opacity: 0;
  transition: all .3s ease;
}
.cid-ujhhwWuUyX .mbr-section-title,
.cid-ujhhwWuUyX .mbr-iconfont {
  color: #ffffff;
}
.cid-ujhhwWuUyX .mbr-text {
  color: #ffffff;
}
.cid-ujhhwWuUyX .mbr-section-title,
.cid-ujhhwWuUyX .mbr-iconfont,
.cid-ujhhwWuUyX .mbr-number {
  color: #fafafa;
}
.cid-ujhhwX32q9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
}
.cid-ujhhwX32q9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwX32q9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwX32q9 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhhwX32q9 .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwX32q9 .container-fluid .row {
  padding: 0;
}
.cid-ujhhwX32q9 .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujhhwX32q9 .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-ujhhwX32q9 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujhhwX32q9 .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ujhhwX32q9 .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-ujhhwX32q9 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujhhwX32q9 .card .text-wrapper {
    display: none;
  }
}
.cid-ujhhwX32q9 .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujhhwX32q9 .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-ujhhwX32q9 .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #ffffff;
  background-color: #6f80ff;
  border-radius: 100%;
}
.cid-ujhhwX32q9 .mbr-section-title {
  color: #495DFF;
}
.cid-ujhhwX32q9 .mbr-text {
  color: #495DFF;
}
.cid-ujhhwXwnUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhwXwnUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwXwnUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwXwnUI .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ujhhwXwnUI .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ujhhwXwnUI .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ujhhwXwnUI .mbr-section-title {
  color: #ffffff;
}
.cid-ujhhwXwnUI .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ujhhwXwnUI .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-ujhhwXwnUI .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-ujhhwXwnUI .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #ffa964;
  box-shadow: 4px 4px 0 #ffa964;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-ujhhwXwnUI .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-ujhhwXwnUI .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ujhhwXwnUI .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-ujhhwXwnUI .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-ujhhwXwnUI .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-ujhhwXwnUI .card-title {
  color: #131313;
}
.cid-ujhhwXwnUI .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-ujhhwXwnUI .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-ujhhwXwnUI .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujhhwXwnUI .card-link {
    margin-top: 15px;
  }
}
.cid-ujhhwXwnUI .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-ujhhwXwnUI .card-title,
.cid-ujhhwXwnUI .iconfont-wrapper {
  color: #203aff;
}
.cid-ujhhwYgF3R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/clarity-lawyers-blog-financial-disclosure-australia-1-554x325-1-554x325.jpg");
}
.cid-ujhhwYgF3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwYgF3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwYgF3R .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhhwYgF3R .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwYgF3R .container-fluid .row {
  padding: 0;
}
.cid-ujhhwYgF3R .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujhhwYgF3R .title-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-ujhhwYgF3R .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ujhhwYgF3R .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhwYgF3R .title-wrapper .link-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ujhhwYgF3R .title-wrapper .link-wrapper .link {
  display: inline-flex;
  align-items: center;
}
.cid-ujhhwYgF3R .title-wrapper .link-wrapper .link:hover {
  opacity: .5;
}
.cid-ujhhwYgF3R .title-wrapper .link-wrapper .link .mbr-number {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-bottom: 0;
}
.cid-ujhhwYgF3R .title-wrapper .link-wrapper .link .mbr-link {
  margin: 0;
  text-decoration: underline;
}
.cid-ujhhwYgF3R .text {
  display: flex;
  justify-content: flex-end;
}
.cid-ujhhwYgF3R .text .text-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1500px) {
  .cid-ujhhwYgF3R .text .text-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhwYgF3R .text .text-wrapper img {
    margin: 0 auto 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhwYgF3R .text .text-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-ujhhwYgF3R .text .text-wrapper .mbr-text {
  width: 350px;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  .cid-ujhhwYgF3R .text .text-wrapper .mbr-text {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhwYgF3R .text .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujhhwYgF3R .mbr-section-title {
  color: #0623fb;
}
.cid-ujhhwYgF3R .mbr-number {
  color: #495DFF;
}
.cid-ujhhwYgF3R .mbr-link {
  color: #ffffff;
}
.cid-ujhhwYgF3R .mbr-text {
  color: #0623fb;
}
.cid-ujhhwYPTEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujhhwYPTEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwYPTEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwYPTEy .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-ujhhwYPTEy .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujhhwYPTEy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujhhwYPTEy .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujhhwYPTEy .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-ujhhwYPTEy .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ujhhwYPTEy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ujhhwYPTEy .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujhhwYPTEy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujhhwYPTEy .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ujhhwYPTEy .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-ujhhwYPTEy .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #0623fb;
}
.cid-ujhhwYPTEy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ujhhwYPTEy .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-ujhhwYPTEy .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-ujhhwYPTEy .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ujhhwYPTEy .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-ujhhwYPTEy .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujhhwYPTEy .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ujhhwYPTEy .card {
  justify-content: space-between;
}
.cid-ujhhwYPTEy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujhhwYPTEy .panel-title-edit {
  color: #203aff;
}
.cid-ujhhwYPTEy .panel-text {
  color: #f24d4a;
}
.cid-ujhhwYPTEy .panel-text,
.cid-ujhhwYPTEy .panel-body {
  color: #203aff;
}
.cid-ujhhwZwmXj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
}
.cid-ujhhwZwmXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhwZwmXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhwZwmXj .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhwZwmXj .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhwZwmXj .container-fluid .row {
  padding: 0;
}
.cid-ujhhwZwmXj .container {
  overflow: hidden;
}
.cid-ujhhwZwmXj .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-ujhhwZwmXj .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-ujhhwZwmXj .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ujhhwZwmXj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhwZwmXj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ujhhwZwmXj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujhhwZwmXj .cards-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(3, 190px);
  grid-column-gap: 24px;
  grid-row-gap: 64px;
}
@media (max-width: 768px) {
  .cid-ujhhwZwmXj .cards-wrapper {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}
.cid-ujhhwZwmXj .cards-wrapper .card .mbr-number {
  margin-bottom: 4px;
}
.cid-ujhhwZwmXj .cards-wrapper .card .mbr-title {
  margin-bottom: 4px;
}
.cid-ujhhwZwmXj .cards-wrapper .card .mbr-desc {
  margin-bottom: 0;
}
.cid-ujhhwZwmXj .mbr-section-title {
  color: #495DFF;
}
.cid-ujhhwZwmXj .mbr-text {
  color: #495DFF;
}
.cid-ujhhwZwmXj .mbr-number {
  color: #495DFF;
}
.cid-ujhhwZwmXj .mbr-title {
  color: #495DFF;
}
.cid-ujhhwZwmXj .mbr-desc {
  color: #495DFF;
}
.cid-ujhhx09tqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhx09tqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhx09tqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhx09tqo .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhhx09tqo .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhx09tqo .container-fluid .row {
  padding: 0;
}
.cid-ujhhx09tqo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujhhx09tqo .card:first-child .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-ujhhx09tqo .desc-wrapper {
  padding: 22px 0;
}
@media (max-width: 992px) {
  .cid-ujhhx09tqo .desc-wrapper {
    margin-bottom: 22px;
    padding: 0;
  }
}
.cid-ujhhx09tqo .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ujhhx09tqo .mbr-desc {
  color: #ffffff;
}
.cid-ujhhx0FnQk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujhhx0FnQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhx0FnQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhx0FnQk .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ujhhx0FnQk .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ujhhx0FnQk .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ujhhx0FnQk .mbr-section-title {
  color: #203aff;
}
.cid-ujhhx0FnQk .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ujhhx0FnQk .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-ujhhx0FnQk .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-ujhhx0FnQk .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #495dff;
  box-shadow: 4px 4px 0 #495dff;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-ujhhx0FnQk .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-ujhhx0FnQk .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ujhhx0FnQk .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-ujhhx0FnQk .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-ujhhx0FnQk .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-ujhhx0FnQk .card-title {
  color: #131313;
}
.cid-ujhhx0FnQk .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-ujhhx0FnQk .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-ujhhx0FnQk .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujhhx0FnQk .card-link {
    margin-top: 15px;
  }
}
.cid-ujhhx0FnQk .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-ujhhx0FnQk .card-title,
.cid-ujhhx0FnQk .iconfont-wrapper {
  color: #203aff;
}
.cid-ujhhx1mQ3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhx1mQ3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhx1mQ3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhx1mQ3V .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhx1mQ3V .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhx1mQ3V .container-fluid .row {
  padding: 0;
}
.cid-ujhhx1mQ3V .subtitle-wrapper .mbr-section-subtitle {
  padding: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ujhhx1mQ3V .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-ujhhx1mQ3V .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ujhhx1mQ3V .image-wrapper {
    padding: 0;
  }
}
.cid-ujhhx1mQ3V .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujhhx1mQ3V .image-wrapper img {
    height: 300px;
  }
}
.cid-ujhhx1mQ3V .title {
  display: inline-flex;
  align-items: center;
}
.cid-ujhhx1mQ3V .title-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.cid-ujhhx1mQ3V .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ujhhx1mQ3V .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujhhx1mQ3V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujhhx1mQ3V .mbr-number {
  color: #495DFF;
}
.cid-ujhhx1mQ3V .mbr-section-title {
  color: #ffffff;
}
.cid-ujhhx1mQ3V .mbr-text {
  color: #ffffff;
}
.cid-ujhtlrzX9Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ujhtlrzX9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhtlrzX9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujhtlrzX9Z .container {
    padding: 0 22px;
  }
}
.cid-ujhtlrzX9Z .row {
  justify-content: center;
}
.cid-ujhtlrzX9Z .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujhtlrzX9Z .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ujhtlrzX9Z .panel-group .card {
  border-radius: 0 !important;
}
.cid-ujhtlrzX9Z .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 20px;
}
.cid-ujhtlrzX9Z .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujhtlrzX9Z .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujhtlrzX9Z .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-ujhtlrzX9Z .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ujhtlrzX9Z .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ujhtlrzX9Z .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ujhtlrzX9Z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujhtlrzX9Z .panel-title-edit {
  color: #ffffff;
}
.cid-ujhtlrzX9Z .panel-text {
  color: #ffffff;
}
.cid-ujhhx23YlS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ujhhx23YlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhx23YlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhx23YlS .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ujhhx23YlS .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ujhhx23YlS .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-ujhhx23YlS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujhhx23YlS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujhhx23YlS .content-head {
  max-width: 800px;
}
.cid-ujhhx23YlS .mbr-section-title {
  color: #203aff;
}
.cid-ujhhx2GY4d {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #495dff;
}
.cid-ujhhx2GY4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhx2GY4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhx2GY4d .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhx2GY4d .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhx2GY4d .container-fluid .row {
  padding: 0;
}
.cid-ujhhx2GY4d .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujhhx2GY4d .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-ujhhx2GY4d .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-ujhhx2GY4d .list .item-wrap:hover {
  opacity: .5;
}
.cid-ujhhx2GY4d .mbr-section-btn {
  width: 100%;
}
.cid-ujhhx2GY4d .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-ujhhx2GY4d .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujhhx2GY4d .copyright {
    padding: 32px 0;
  }
}
.cid-ujhhx2GY4d .mbr-section-title {
  color: #ffffff;
}
.cid-ujhhx3FStq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #495dff;
  overflow: hidden;
}
.cid-ujhhx3FStq .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-ujhhxAPQgP .navbar-dropdown {
  background-color: #6f80ff !important;
  padding: 0;
}
.cid-ujhhxAPQgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6f80ff !important;
  background: #6f80ff;
}
.cid-ujhhxAPQgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujhhxAPQgP .menu_box .navbar.opened,
  .cid-ujhhxAPQgP .menu_box .navbar-collapse {
    background-color: #6f80ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujhhxAPQgP .navbar-dropdown {
  position: relative !important;
}
.cid-ujhhxAPQgP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujhhxAPQgP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujhhxAPQgP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujhhxAPQgP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujhhxAPQgP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujhhxAPQgP .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #495dff;
  }
  .cid-ujhhxAPQgP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujhhxAPQgP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujhhxAPQgP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujhhxAPQgP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujhhxAPQgP .offcanvas-body .mbr-text,
  .cid-ujhhxAPQgP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujhhxAPQgP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujhhxAPQgP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujhhxAPQgP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #495dff;
  }
  .cid-ujhhxAPQgP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujhhxAPQgP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujhhxAPQgP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujhhxAPQgP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujhhxAPQgP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujhhxAPQgP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujhhxAPQgP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujhhxAPQgP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujhhxAPQgP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujhhxAPQgP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujhhxAPQgP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ujhhxAPQgP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujhhxAPQgP .nav-item {
    margin: 0 !important;
  }
}
.cid-ujhhxAPQgP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujhhxAPQgP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujhhxAPQgP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujhhxAPQgP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujhhxAPQgP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujhhxAPQgP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujhhxAPQgP .offcanvas_box {
    display: none;
  }
}
.cid-ujhhxAPQgP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ujhhxAPQgP .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujhhxAPQgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujhhxAPQgP .container {
  display: flex;
  margin: auto;
}
.cid-ujhhxAPQgP .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujhhxAPQgP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujhhxAPQgP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujhhxAPQgP .navbar-caption {
  color: #495DFF;
}
.cid-ujhhxAPQgP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujhhxAPQgP .navbar-nav {
    margin: 0;
  }
}
.cid-ujhhxAPQgP .dropdown-menu,
.cid-ujhhxAPQgP .navbar.opened {
  background-color: false !important;
}
.cid-ujhhxAPQgP .nav-item:focus,
.cid-ujhhxAPQgP .nav-link:focus {
  outline: none;
}
.cid-ujhhxAPQgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujhhxAPQgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujhhxAPQgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujhhxAPQgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujhhxAPQgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujhhxAPQgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujhhxAPQgP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ujhhxAPQgP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ujhhxAPQgP .navbar.opened {
  transition: all 0.3s;
}
.cid-ujhhxAPQgP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujhhxAPQgP .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ujhhxAPQgP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujhhxAPQgP .navbar.collapsed {
  justify-content: center;
}
.cid-ujhhxAPQgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujhhxAPQgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujhhxAPQgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujhhxAPQgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujhhxAPQgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujhhxAPQgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujhhxAPQgP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujhhxAPQgP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujhhxAPQgP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujhhxAPQgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujhhxAPQgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujhhxAPQgP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujhhxAPQgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujhhxAPQgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujhhxAPQgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujhhxAPQgP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujhhxAPQgP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujhhxAPQgP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujhhxAPQgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujhhxAPQgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujhhxAPQgP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujhhxAPQgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujhhxAPQgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujhhxAPQgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujhhxAPQgP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujhhxAPQgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-ujhhxAPQgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujhhxAPQgP .dropdown-item.active,
.cid-ujhhxAPQgP .dropdown-item:active {
  background-color: transparent;
}
.cid-ujhhxAPQgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujhhxAPQgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujhhxAPQgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujhhxAPQgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujhhxAPQgP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ujhhxAPQgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujhhxAPQgP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6f80ff;
  background: #f1f2f4;
}
.cid-ujhhxAPQgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #495dff;
}
.cid-ujhhxAPQgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujhhxAPQgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujhhxAPQgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujhhxAPQgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujhhxAPQgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujhhxAPQgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujhhxAPQgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujhhxAPQgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujhhxAPQgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujhhxAPQgP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujhhxAPQgP .navbar {
    height: 70px;
  }
  .cid-ujhhxAPQgP .navbar.opened {
    height: auto;
  }
  .cid-ujhhxAPQgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujhhxAPQgP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ujhhxAPQgP .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-ujhhxAPQgP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujhhxAPQgP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ujhhxAPQgP .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ujhhxAPQgP .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ujhhxAPQgP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujhhxAPQgP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujhhxAPQgP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujhhxAPQgP .text_widget {
  color: #ffffff;
}
.cid-ujhhxAPQgP .mbr-section-subtitle,
.cid-ujhhxAPQgP .text_widget,
.cid-ujhhxAPQgP .mbr-section-btn {
  text-align: center;
}
.cid-ujhhxAPQgP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ujhhxD03B1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
}
.cid-ujhhxD03B1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxD03B1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxD03B1 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhxD03B1 .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhxD03B1 .container-fluid .row {
  padding: 0;
}
.cid-ujhhxD03B1 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20% 0;
}
@media (max-width: 992px) {
  .cid-ujhhxD03B1 .image-wrapper {
    padding: 80px 0;
    justify-content: flex-end;
  }
}
.cid-ujhhxD03B1 .image-wrapper img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-ujhhxD03B1 .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-ujhhxD03B1 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-ujhhxD03B1 .image-wrapper .image-overlay {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(60deg, #f5fef7 30%, #ffffff 50%);
  filter: blur(75px);
  pointer-events: none;
}
@media (min-width: 1500px) {
  .cid-ujhhxD03B1 .image-wrapper .image-overlay {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-ujhhxD03B1 .image-wrapper .image-overlay {
    width: 350px;
    height: 350px;
  }
}
.cid-ujhhxD03B1 .title-wrapper {
  padding: 15% 0;
}
@media (max-width: 992px) {
  .cid-ujhhxD03B1 .title-wrapper {
    padding: 32px 0 64px;
  }
}
.cid-ujhhxD03B1 .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-ujhhxD03B1 .date-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-ujhhxD03B1 .link-wrapper .mbr-link {
  margin-bottom: 12px;
  transition: all .3s ease;
}
.cid-ujhhxD03B1 .link-wrapper .mbr-link:hover {
  opacity: .5;
}
.cid-ujhhxD03B1 .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-ujhhxD03B1 .mbr-section-title {
  color: #495DFF;
}
.cid-ujhhxD03B1 .mbr-link {
  color: #495DFF;
}
.cid-ujhhxD03B1 .mbr-date {
  color: #495DFF;
}
.cid-ujhhxDtHaT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ujhhxDtHaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxDtHaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxDtHaT .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhxDtHaT .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhxDtHaT .container-fluid .row {
  padding: 0;
}
.cid-ujhhxDtHaT .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ujhhxDtHaT .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-ujhhxDtHaT .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #495DFF;
}
.cid-ujhhxDtHaT .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-ujhhxDtHaT .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-ujhhxDtHaT .mbr-section-title {
  color: #495DFF;
}
.cid-ujhhxDtHaT .mbr-text {
  color: #495DFF;
}
.cid-ujhhxDVYaJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhxDVYaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxDVYaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxDVYaJ .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhxDVYaJ .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhxDVYaJ .container-fluid .row {
  padding: 0;
}
.cid-ujhhxDVYaJ .container {
  overflow: hidden;
}
.cid-ujhhxDVYaJ .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ujhhxDVYaJ .title-wrapper {
    padding-right: 0;
  }
}
.cid-ujhhxDVYaJ .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ujhhxDVYaJ .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhxDVYaJ .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-ujhhxDVYaJ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ujhhxDVYaJ .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-ujhhxDVYaJ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ujhhxDVYaJ .mbr-desc {
  color: #ffffff;
}
.cid-ujhhxDVYaJ .mbr-name {
  color: #ffffff;
}
.cid-ujhhxEsgdx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujhhxEsgdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxEsgdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxEsgdx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ujhhxEsgdx .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhxEsgdx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhxEsgdx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhxEsgdx .container {
    padding: 0 24px;
  }
}
.cid-ujhhxEsgdx .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #203aff;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhxEsgdx .content-wrapper {
    display: block;
  }
}
.cid-ujhhxEsgdx .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-ujhhxEsgdx .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhxEsgdx .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-ujhhxEsgdx .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-ujhhxEsgdx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ujhhxEsgdx .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-ujhhxEsgdx .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujhhxEsgdx .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ujhhxEsgdx .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ujhhxEsgdx .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ujhhxEsgdx .mbr-section-title {
  color: #18212d;
}
.cid-ujhhxEsgdx .mbr-desc {
  color: #18212d;
}
.cid-ujhhxEsgdx .mbr-text {
  color: #000000;
}
.cid-ujhhxF0MhX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhxF0MhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxF0MhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxF0MhX .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhhxF0MhX .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhxF0MhX .container-fluid .row {
  padding: 0;
}
.cid-ujhhxF0MhX .card-wrap {
  margin-bottom: 100px;
  opacity: .3;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-ujhhxF0MhX .card-wrap {
    opacity: 1;
    margin-bottom: 40px;
  }
}
.cid-ujhhxF0MhX .card-wrap:hover,
.cid-ujhhxF0MhX .card-wrap:focus {
  opacity: 1;
}
.cid-ujhhxF0MhX .card-wrap:hover .icon-wrapper .mbr-iconfont,
.cid-ujhhxF0MhX .card-wrap:focus .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-ujhhxF0MhX .text-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-ujhhxF0MhX .text-wrapper {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujhhxF0MhX .text-wrapper {
    padding-right: 60px;
  }
}
.cid-ujhhxF0MhX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujhhxF0MhX .title-wrap {
  display: flex;
  align-items: center;
}
.cid-ujhhxF0MhX .title-wrap .title-wrapper {
  width: 100%;
}
.cid-ujhhxF0MhX .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  position: relative;
}
.cid-ujhhxF0MhX .title-wrap .title-wrapper .mbr-section-title span {
  display: none;
}
@media (max-width: 992px) {
  .cid-ujhhxF0MhX .title-wrap .title-wrapper .mbr-section-title span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: -1.2rem;
    font-size: 35%;
  }
}
.cid-ujhhxF0MhX .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujhhxF0MhX .icon-wrapper {
    display: none;
  }
}
.cid-ujhhxF0MhX .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  background-color: #6f80ff;
  border-radius: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  opacity: 0;
  transition: all .3s ease;
}
.cid-ujhhxF0MhX .mbr-section-title,
.cid-ujhhxF0MhX .mbr-iconfont {
  color: #ffffff;
}
.cid-ujhhxF0MhX .mbr-text {
  color: #ffffff;
}
.cid-ujhhxF0MhX .mbr-section-title,
.cid-ujhhxF0MhX .mbr-iconfont,
.cid-ujhhxF0MhX .mbr-number {
  color: #fafafa;
}
.cid-ujhhxFyQSZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
}
.cid-ujhhxFyQSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxFyQSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxFyQSZ .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhhxFyQSZ .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhxFyQSZ .container-fluid .row {
  padding: 0;
}
.cid-ujhhxFyQSZ .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujhhxFyQSZ .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-ujhhxFyQSZ .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujhhxFyQSZ .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ujhhxFyQSZ .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-ujhhxFyQSZ .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujhhxFyQSZ .card .text-wrapper {
    display: none;
  }
}
.cid-ujhhxFyQSZ .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujhhxFyQSZ .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-ujhhxFyQSZ .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #ffffff;
  background-color: #6f80ff;
  border-radius: 100%;
}
.cid-ujhhxFyQSZ .mbr-section-title {
  color: #495DFF;
}
.cid-ujhhxFyQSZ .mbr-text {
  color: #495DFF;
}
.cid-ujhhxG5s3o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhxG5s3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxG5s3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxG5s3o .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ujhhxG5s3o .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ujhhxG5s3o .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ujhhxG5s3o .mbr-section-title {
  color: #ffffff;
}
.cid-ujhhxG5s3o .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ujhhxG5s3o .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-ujhhxG5s3o .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-ujhhxG5s3o .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #ffa964;
  box-shadow: 4px 4px 0 #ffa964;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-ujhhxG5s3o .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-ujhhxG5s3o .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ujhhxG5s3o .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-ujhhxG5s3o .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-ujhhxG5s3o .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-ujhhxG5s3o .card-title {
  color: #131313;
}
.cid-ujhhxG5s3o .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-ujhhxG5s3o .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-ujhhxG5s3o .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujhhxG5s3o .card-link {
    margin-top: 15px;
  }
}
.cid-ujhhxG5s3o .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-ujhhxG5s3o .card-title,
.cid-ujhhxG5s3o .iconfont-wrapper {
  color: #203aff;
}
.cid-ujhhxGOizL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/settle-1591x1059.jpg");
}
.cid-ujhhxGOizL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxGOizL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxGOizL .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhhxGOizL .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhxGOizL .container-fluid .row {
  padding: 0;
}
.cid-ujhhxGOizL .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujhhxGOizL .title-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-ujhhxGOizL .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ujhhxGOizL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhxGOizL .title-wrapper .link-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ujhhxGOizL .title-wrapper .link-wrapper .link {
  display: inline-flex;
  align-items: center;
}
.cid-ujhhxGOizL .title-wrapper .link-wrapper .link:hover {
  opacity: .5;
}
.cid-ujhhxGOizL .title-wrapper .link-wrapper .link .mbr-number {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-bottom: 0;
}
.cid-ujhhxGOizL .title-wrapper .link-wrapper .link .mbr-link {
  margin: 0;
  text-decoration: underline;
}
.cid-ujhhxGOizL .text {
  display: flex;
  justify-content: flex-end;
}
.cid-ujhhxGOizL .text .text-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1500px) {
  .cid-ujhhxGOizL .text .text-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhxGOizL .text .text-wrapper img {
    margin: 0 auto 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhxGOizL .text .text-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-ujhhxGOizL .text .text-wrapper .mbr-text {
  width: 350px;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  .cid-ujhhxGOizL .text .text-wrapper .mbr-text {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .cid-ujhhxGOizL .text .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujhhxGOizL .mbr-section-title {
  color: #0623fb;
}
.cid-ujhhxGOizL .mbr-number {
  color: #495DFF;
}
.cid-ujhhxGOizL .mbr-link {
  color: #ffffff;
}
.cid-ujhhxGOizL .mbr-text {
  color: #0623fb;
}
.cid-ujhhxHkprh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujhhxHkprh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxHkprh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxHkprh .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-ujhhxHkprh .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujhhxHkprh .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujhhxHkprh .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujhhxHkprh .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-ujhhxHkprh .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ujhhxHkprh .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ujhhxHkprh .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujhhxHkprh .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujhhxHkprh .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ujhhxHkprh .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-ujhhxHkprh .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #0623fb;
}
.cid-ujhhxHkprh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ujhhxHkprh .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-ujhhxHkprh .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-ujhhxHkprh .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ujhhxHkprh .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-ujhhxHkprh .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujhhxHkprh .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ujhhxHkprh .card {
  justify-content: space-between;
}
.cid-ujhhxHkprh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujhhxHkprh .panel-title-edit {
  color: #203aff;
}
.cid-ujhhxHkprh .panel-text {
  color: #f24d4a;
}
.cid-ujhhxHkprh .panel-text,
.cid-ujhhxHkprh .panel-body {
  color: #203aff;
}
.cid-ujhhxI67oD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
}
.cid-ujhhxI67oD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxI67oD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxI67oD .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhxI67oD .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhxI67oD .container-fluid .row {
  padding: 0;
}
.cid-ujhhxI67oD .container {
  overflow: hidden;
}
.cid-ujhhxI67oD .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-ujhhxI67oD .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-ujhhxI67oD .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ujhhxI67oD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujhhxI67oD .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ujhhxI67oD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujhhxI67oD .cards-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(3, 190px);
  grid-column-gap: 24px;
  grid-row-gap: 64px;
}
@media (max-width: 768px) {
  .cid-ujhhxI67oD .cards-wrapper {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}
.cid-ujhhxI67oD .cards-wrapper .card .mbr-number {
  margin-bottom: 4px;
}
.cid-ujhhxI67oD .cards-wrapper .card .mbr-title {
  margin-bottom: 4px;
}
.cid-ujhhxI67oD .cards-wrapper .card .mbr-desc {
  margin-bottom: 0;
}
.cid-ujhhxI67oD .mbr-section-title {
  color: #495DFF;
}
.cid-ujhhxI67oD .mbr-text {
  color: #495DFF;
}
.cid-ujhhxI67oD .mbr-number {
  color: #495DFF;
}
.cid-ujhhxI67oD .mbr-title {
  color: #495DFF;
}
.cid-ujhhxI67oD .mbr-desc {
  color: #495DFF;
}
.cid-ujhhxIGPBH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhxIGPBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxIGPBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxIGPBH .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ujhhxIGPBH .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhxIGPBH .container-fluid .row {
  padding: 0;
}
.cid-ujhhxIGPBH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujhhxIGPBH .card:first-child .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-ujhhxIGPBH .desc-wrapper {
  padding: 22px 0;
}
@media (max-width: 992px) {
  .cid-ujhhxIGPBH .desc-wrapper {
    margin-bottom: 22px;
    padding: 0;
  }
}
.cid-ujhhxIGPBH .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ujhhxIGPBH .mbr-desc {
  color: #ffffff;
}
.cid-ujhhxJgKsX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujhhxJgKsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxJgKsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxJgKsX .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ujhhxJgKsX .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ujhhxJgKsX .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ujhhxJgKsX .mbr-section-title {
  color: #203aff;
}
.cid-ujhhxJgKsX .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ujhhxJgKsX .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-ujhhxJgKsX .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-ujhhxJgKsX .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #495dff;
  box-shadow: 4px 4px 0 #495dff;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-ujhhxJgKsX .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-ujhhxJgKsX .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ujhhxJgKsX .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-ujhhxJgKsX .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-ujhhxJgKsX .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-ujhhxJgKsX .card-title {
  color: #131313;
}
.cid-ujhhxJgKsX .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-ujhhxJgKsX .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-ujhhxJgKsX .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ujhhxJgKsX .card-link {
    margin-top: 15px;
  }
}
.cid-ujhhxJgKsX .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-ujhhxJgKsX .card-title,
.cid-ujhhxJgKsX .iconfont-wrapper {
  color: #203aff;
}
.cid-ujhhxK1RK2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-ujhhxK1RK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxK1RK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxK1RK2 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhxK1RK2 .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhxK1RK2 .container-fluid .row {
  padding: 0;
}
.cid-ujhhxK1RK2 .subtitle-wrapper .mbr-section-subtitle {
  padding: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ujhhxK1RK2 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-ujhhxK1RK2 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ujhhxK1RK2 .image-wrapper {
    padding: 0;
  }
}
.cid-ujhhxK1RK2 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujhhxK1RK2 .image-wrapper img {
    height: 300px;
  }
}
.cid-ujhhxK1RK2 .title {
  display: inline-flex;
  align-items: center;
}
.cid-ujhhxK1RK2 .title-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.cid-ujhhxK1RK2 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ujhhxK1RK2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujhhxK1RK2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujhhxK1RK2 .mbr-number {
  color: #495DFF;
}
.cid-ujhhxK1RK2 .mbr-section-title {
  color: #ffffff;
}
.cid-ujhhxK1RK2 .mbr-text {
  color: #ffffff;
}
.cid-ujhtKnIvMs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ujhtKnIvMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhtKnIvMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujhtKnIvMs .container {
    padding: 0 22px;
  }
}
.cid-ujhtKnIvMs .row {
  justify-content: center;
}
.cid-ujhtKnIvMs .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujhtKnIvMs .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ujhtKnIvMs .panel-group .card {
  border-radius: 0 !important;
}
.cid-ujhtKnIvMs .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 20px;
}
.cid-ujhtKnIvMs .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujhtKnIvMs .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujhtKnIvMs .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-ujhtKnIvMs .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ujhtKnIvMs .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ujhtKnIvMs .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ujhtKnIvMs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujhtKnIvMs .panel-title-edit {
  color: #ffffff;
}
.cid-ujhtKnIvMs .panel-text {
  color: #ffffff;
}
.cid-ujhhxKBvhy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ujhhxKBvhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxKBvhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxKBvhy .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ujhhxKBvhy .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ujhhxKBvhy .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-ujhhxKBvhy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujhhxKBvhy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujhhxKBvhy .content-head {
  max-width: 800px;
}
.cid-ujhhxKBvhy .mbr-section-title {
  color: #203aff;
}
.cid-ujhhxLd9iK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #495dff;
}
.cid-ujhhxLd9iK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujhhxLd9iK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujhhxLd9iK .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujhhxLd9iK .container-fluid {
    padding: 0 16px;
  }
}
.cid-ujhhxLd9iK .container-fluid .row {
  padding: 0;
}
.cid-ujhhxLd9iK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujhhxLd9iK .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #ffffff;
}
.cid-ujhhxLd9iK .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-ujhhxLd9iK .list .item-wrap:hover {
  opacity: .5;
}
.cid-ujhhxLd9iK .mbr-section-btn {
  width: 100%;
}
.cid-ujhhxLd9iK .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-ujhhxLd9iK .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ujhhxLd9iK .copyright {
    padding: 32px 0;
  }
}
.cid-ujhhxLd9iK .mbr-section-title {
  color: #ffffff;
}
.cid-ujhhxM8ssg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #495dff;
  overflow: hidden;
}
.cid-ujhhxM8ssg .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
