body {
  font-family: 'Readex Pro', sans-serif;
}
.display-1 {
  font-family: 'Readex Pro', sans-serif;
  font-size: 6.25rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Readex Pro', sans-serif;
  font-size: 3.75rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Readex Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Readex Pro', sans-serif;
  font-size: 1.875rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Readex Pro', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
.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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((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.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((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: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #848bb7 !important;
}
.bg-success {
  background-color: #3a3e5e !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #d9d85e !important;
}
.bg-danger {
  background-color: #da9444 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848bb7 !important;
  border-color: #848bb7 !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: #545c90 !important;
  border-color: #545c90 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #545c90 !important;
  border-color: #545c90 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e082c5 !important;
  border-color: #e082c5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #cf3da5 !important;
  border-color: #cf3da5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cf3da5 !important;
  border-color: #cf3da5 !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a3e5e !important;
  border-color: #3a3e5e !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: #191b28 !important;
  border-color: #191b28 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #191b28 !important;
  border-color: #191b28 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d9d85e !important;
  border-color: #d9d85e !important;
  color: #2d2d0b !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: #b5b42b !important;
  border-color: #b5b42b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #2d2d0b !important;
  background-color: #b5b42b !important;
  border-color: #b5b42b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #da9444 !important;
  border-color: #da9444 !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: #a66821 !important;
  border-color: #a66821 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a66821 !important;
  border-color: #a66821 !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: #000000 !important;
  border-color: #000000 !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: #848bb7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #545c90 !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: #848bb7 !important;
  border-color: #848bb7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e082c5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cf3da5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e082c5 !important;
  border-color: #e082c5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a3e5e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #191b28 !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: #3a3e5e !important;
  border-color: #3a3e5e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d9d85e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b5b42b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #2d2d0b !important;
  background-color: #d9d85e !important;
  border-color: #d9d85e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #da9444;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a66821 !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: #da9444 !important;
  border-color: #da9444 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !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: #848bb7 !important;
}
.text-secondary {
  color: #e082c5 !important;
}
.text-success {
  color: #3a3e5e !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #d9d85e !important;
}
.text-danger {
  color: #da9444 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #FFFFFF !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #FFFFFF !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #13141f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a9a828 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9a601e !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-color: 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: #848bb7;
}
.nav-tabs .nav-link:not(.active) {
  color: #303E59;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #d9d85e;
}
.alert-danger {
  background-color: #da9444;
}
.mbr-gallery-filter li.active .btn {
  background-color: #848bb7;
  border-color: #848bb7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #848bb7;
}
a:hover {
  color: #FFFFFF;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d4d7e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7077a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #fcf5ee;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Readex Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control::-webkit-input-placeholder {
  font-family: 'Readex Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #848bb7;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #848bb7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #848bb7;
}
.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: #848bb7;
  border-bottom-color: #848bb7;
}
.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: #848bb7 !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: #e082c5 !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='%23848bb7' %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;
}
.cid-uv8tPKpTWH {
  background-color: transparent;
}
.cid-uv8tPKpTWH .navbar-dropdown {
  background-color: #eaeaea !important;
  padding: 0;
}
.cid-uv8tPKpTWH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaeaea !important;
  background: #eaeaea;
}
.cid-uv8tPKpTWH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv8tPKpTWH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uv8tPKpTWH .menu_box .navbar.opened,
  .cid-uv8tPKpTWH .menu_box .navbar-collapse {
    background-color: #eaeaea !important;
    transition: all 0s ease 0s;
  }
}
.cid-uv8tPKpTWH .navbar-dropdown {
  position: relative !important;
}
.cid-uv8tPKpTWH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uv8tPKpTWH .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uv8tPKpTWH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uv8tPKpTWH .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uv8tPKpTWH .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .nav-item {
    margin: 0 !important;
  }
}
.cid-uv8tPKpTWH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uv8tPKpTWH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uv8tPKpTWH .nav-item .nav-link:hover,
.cid-uv8tPKpTWH .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uv8tPKpTWH .nav-item .nav-link:hover::before,
.cid-uv8tPKpTWH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uv8tPKpTWH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uv8tPKpTWH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uv8tPKpTWH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uv8tPKpTWH .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-uv8tPKpTWH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uv8tPKpTWH .offcanvas_box {
    display: none;
  }
}
.cid-uv8tPKpTWH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uv8tPKpTWH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uv8tPKpTWH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uv8tPKpTWH .container {
  display: flex;
  margin: auto;
}
.cid-uv8tPKpTWH .iconfont-wrapper {
  color: #f24d4a;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uv8tPKpTWH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uv8tPKpTWH .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uv8tPKpTWH .navbar-nav {
    margin: 0;
  }
}
.cid-uv8tPKpTWH .dropdown-menu,
.cid-uv8tPKpTWH .navbar.opened {
  background-color: false !important;
}
.cid-uv8tPKpTWH .nav-item:focus,
.cid-uv8tPKpTWH .nav-link:focus {
  outline: none;
}
.cid-uv8tPKpTWH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv8tPKpTWH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv8tPKpTWH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv8tPKpTWH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv8tPKpTWH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv8tPKpTWH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv8tPKpTWH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uv8tPKpTWH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uv8tPKpTWH .navbar.opened {
  transition: all 0.3s;
}
.cid-uv8tPKpTWH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uv8tPKpTWH .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uv8tPKpTWH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv8tPKpTWH .navbar.collapsed {
  justify-content: center;
}
.cid-uv8tPKpTWH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv8tPKpTWH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv8tPKpTWH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv8tPKpTWH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv8tPKpTWH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv8tPKpTWH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uv8tPKpTWH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uv8tPKpTWH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uv8tPKpTWH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv8tPKpTWH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv8tPKpTWH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uv8tPKpTWH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv8tPKpTWH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uv8tPKpTWH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv8tPKpTWH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uv8tPKpTWH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uv8tPKpTWH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uv8tPKpTWH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uv8tPKpTWH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv8tPKpTWH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uv8tPKpTWH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv8tPKpTWH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv8tPKpTWH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv8tPKpTWH .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-uv8tPKpTWH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uv8tPKpTWH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv8tPKpTWH .dropdown-item.active,
.cid-uv8tPKpTWH .dropdown-item:active {
  background-color: transparent;
}
.cid-uv8tPKpTWH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uv8tPKpTWH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv8tPKpTWH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv8tPKpTWH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv8tPKpTWH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uv8tPKpTWH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv8tPKpTWH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaeaea;
  background: #ffffff;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f24d4a;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv8tPKpTWH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8tPKpTWH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv8tPKpTWH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv8tPKpTWH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8tPKpTWH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uv8tPKpTWH .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-uv8tPKpTWH .navbar {
    height: 70px;
  }
  .cid-uv8tPKpTWH .navbar.opened {
    height: auto;
  }
  .cid-uv8tPKpTWH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv8tPKpTWH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uv8tPKpTWH .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uv8tPKpTWH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uv8tPKpTWH .text_widget {
  margin-bottom: 32px;
}
.cid-uv8tPKpTWH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uv8tPKpTWH .text_widget a:hover,
.cid-uv8tPKpTWH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uv8tPKpTWH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uv8tPKpTWH .navbar-caption {
  color: #ffffff;
}
.cid-uv8tPKpTWH .mbr-section-subtitle,
.cid-uv8tPKpTWH .text_widget,
.cid-uv8tPKpTWH .mbr-section-btn {
  text-align: center;
}
.cid-uv8tPKpTWH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv9FdAcMj9 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
}
.cid-uv9FdAcMj9 .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #5e627d;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uv9FdAcMj9 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uv9FdAcMj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9FdAcMj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9FdAcMj9 .row {
  position: relative;
  z-index: 1;
}
.cid-uv9FdAcMj9 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uv9FdAcMj9 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uv9FdAcMj9 .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uv9FdAcMj9 .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uv9FdAcMj9 .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv9FdAcMj9 .image-wrapper img {
    height: 350px;
  }
}
.cid-uv9FdAcMj9 .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uv9FdAcMj9 .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uv9FdAcMj9 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uv9FdAcMj9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uv9FdAcMj9 .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv9FdAcMj9 .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uv9FdAcMj9 .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv9FdAcMj9 .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uv9FdAcMj9 .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv9FdAcMj9 .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uv9FdAcMj9 .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uv9FdAcMj9 .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uv9FdAcMj9 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uv9FdAcMj9 .mbr-text {
  color: #51565c;
}
.cid-uv9FdAcMj9 .mbr-desc {
  color: #51565c;
}
.cid-uv9FdAcMj9 .mbr-text,
.cid-uv9FdAcMj9 .text-wrapper {
  color: #232323;
}
.cid-uv8uvEir1Q {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv8uvEir1Q .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uv8uvEir1Q .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uv8uvEir1Q .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #eaeaea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uv8uvEir1Q .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uv8uvEir1Q .mbr-text {
  color: #3d5943;
}
.cid-uv7zoKab5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv7zoKab5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7zoKab5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv7zoKab5J .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uv7zoKab5J .content-wrapper {
    padding: 0;
  }
}
.cid-uv7zoKab5J .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uv7zoKab5J .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uv7zoKab5J .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uv7zoKab5J .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv7zoKab5J .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uv7zoKab5J .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv7zoKab5J .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uv7zoKab5J .mbr-text,
.cid-uv7zoKab5J .text-wrapper {
  color: #050f0f;
}
.cid-uv7zoKab5J .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uv7zoKab5J .mbr-text,
.cid-uv7zoKab5J .text-wrapper,
.cid-uv7zoKab5J .rating-wrapper {
  text-align: left;
}
.cid-uv8wPCUxUi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e627d;
}
.cid-uv8wPCUxUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8wPCUxUi .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-uv8wPCUxUi .container {
    padding: 0 15px;
  }
}
.cid-uv8wPCUxUi .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uv8wPCUxUi .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uv8wPCUxUi .content-wrapper {
    padding-right: 0;
  }
}
.cid-uv8wPCUxUi .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uv8wPCUxUi .content-wrap {
    display: block;
  }
}
.cid-uv8wPCUxUi .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv8wPCUxUi .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uv8wPCUxUi .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv8wPCUxUi .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uv8wPCUxUi .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uv8wPCUxUi .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uv8wPCUxUi .mbr-section-title {
  color: #ffffff;
}
.cid-uv8wPCUxUi .mbr-desc,
.cid-uv8wPCUxUi .desc-wrapper {
  color: #3f1819;
}
.cid-uv8wPCUxUi .mbr-text {
  color: #fafafa;
}
.cid-sYaXjqXqsA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-sYaXjqXqsA .container {
  padding: 0 5%;
}
.cid-sYaXjqXqsA .item:focus,
.cid-sYaXjqXqsA span:focus {
  outline: none;
}
.cid-sYaXjqXqsA .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sYaXjqXqsA .item:last-child {
  margin-top: 2rem;
}
.cid-sYaXjqXqsA .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-sYaXjqXqsA .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sYaXjqXqsA .item-wrapper {
    margin: 0 auto;
  }
}
.cid-sYaXjqXqsA .item:first-child .item-wrapper .item-title-wrapper .item-title-span span:nth-child(n+2) {
  opacity: .3;
}
.cid-sYaXjqXqsA .item:nth-child(2) .item-wrapper .item-title-wrapper .item-title-span span:nth-child(n+3) {
  opacity: .3;
}
.cid-sYaXjqXqsA .item:nth-child(3) .item-wrapper .item-title-wrapper .item-title-span span {
  opacity: 1;
}
.cid-sYaXjqXqsA .item:last-child .item-wrapper {
  max-width: 100%;
  display: flex;
  flex-flow: inherit;
  padding: 0 10%;
}
@media (max-width: 1200px) {
  .cid-sYaXjqXqsA .item:last-child .item-wrapper {
    padding: 0 5%;
  }
}
@media (max-width: 992px) {
  .cid-sYaXjqXqsA .item:last-child .item-wrapper {
    flex-flow: column;
  }
}
.cid-sYaXjqXqsA .item:last-child .item-wrapper .item-title-wrapper {
  background: transparent;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-sYaXjqXqsA .item:last-child .item-wrapper .item-title-wrapper {
    position: relative;
  }
}
.cid-sYaXjqXqsA .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
  margin: 0;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-sYaXjqXqsA .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
    margin: 0 0 1rem 2.5rem;
  }
}
@media (max-width: 425px) {
  .cid-sYaXjqXqsA .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
    margin-left: 0;
  }
}
.cid-sYaXjqXqsA .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
  width: auto;
  height: auto;
  margin: 0 2rem 0 auto;
}
@media (max-width: 992px) {
  .cid-sYaXjqXqsA .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
    position: absolute;
    left: -1.1rem;
  }
}
@media (max-width: 425px) {
  .cid-sYaXjqXqsA .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-sYaXjqXqsA .item:last-child .item-wrapper .item-content {
  background: transparent;
  padding: 0;
  display: flex;
  align-items: flex-end;
  min-height: auto;
}
@media (max-width: 1200px) {
  .cid-sYaXjqXqsA .item:last-child .item-wrapper .item-content {
    padding-left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sYaXjqXqsA .item:last-child .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-sYaXjqXqsA .item:last-child .item-wrapper .item-content .mbr-text {
    margin-left: 2.5rem;
  }
}
@media (max-width: 425px) {
  .cid-sYaXjqXqsA .item:last-child .item-wrapper .item-content .mbr-text {
    margin-left: 0;
  }
}
.cid-sYaXjqXqsA .item:last-child .item-wrapper .item-title-wrapper {
  max-height: inherit;
}
.cid-sYaXjqXqsA .item-title-wrapper {
  max-height: 95px;
  padding: 1.8rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eaeaea;
}
@media (max-width: 320px) {
  .cid-sYaXjqXqsA .item-title-wrapper {
    padding: 1rem;
  }
}
.cid-sYaXjqXqsA .item-title-wrapper .item-title {
  margin: 0 1rem 0 0;
}
.cid-sYaXjqXqsA .item-title-wrapper .item-title-span {
  width: 50px;
  display: flex;
  justify-content: space-around;
}
.cid-sYaXjqXqsA .item-title-wrapper span {
  display: block;
  width: 10px;
  height: 10px;
  background: #eaeaea;
  border-radius: 50%;
}
.cid-sYaXjqXqsA .item-number {
  position: absolute;
  right: 3rem;
  top: 87%;
  font-size: 3rem;
  width: 60%;
  color: #6870d1;
  text-align: right;
}
@media (max-width: 1200px) {
  .cid-sYaXjqXqsA .item-number {
    top: 89%;
  }
}
@media (max-width: 768px) {
  .cid-sYaXjqXqsA .item-number {
    right: 6rem;
    top: 93%;
  }
}
@media (max-width: 425px) {
  .cid-sYaXjqXqsA .item-number {
    right: 3rem;
  }
}
.cid-sYaXjqXqsA .item-content {
  background: #5e627d;
  padding: 2.5rem;
  height: inherit;
}
.cid-sYaXjqXqsA .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
}
.cid-sYaXjqXqsA .item-title {
  color: #232323;
  text-align: left;
}
.cid-sYaXjqXqsA .mbr-text {
  color: #3a3e5e;
}
.cid-sYaXjqXqsA .item-title-last,
.cid-sYaXjqXqsA .mbr-iconfont {
  color: #6870d1;
}
.cid-uv8x0u3EUo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #5e627d;
}
.cid-uv8x0u3EUo .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uv8x0u3EUo .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uv8x0u3EUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8x0u3EUo .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-uv8x0u3EUo .container {
    padding: 0 30px;
  }
}
.cid-uv8x0u3EUo .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uv8x0u3EUo .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv8x0u3EUo .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uv8x0u3EUo .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uv8x0u3EUo .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uv8x0u3EUo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv8x0u3EUo .mbr-section-title {
  color: #ffffff;
}
.cid-uv8x0u3EUo .mbr-text {
  color: #ffffff;
}
.cid-uv76w2U1MG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eaeaea;
}
.cid-uv76w2U1MG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv76w2U1MG .col-12 {
  padding: 0;
}
.cid-uv76w2U1MG .row {
  margin: 0;
}
.cid-uv76w2U1MG .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uv76w2U1MG .card-margin {
    margin-top: -1px;
  }
}
.cid-uv76w2U1MG .card-wrapper {
  min-height: 500px;
  border: 1px solid #848bb7;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uv76w2U1MG .card-wrapper {
    padding: 1rem;
  }
}
.cid-uv76w2U1MG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv76w2U1MG .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uv76w2U1MG .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uv76w2U1MG .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uv76w2U1MG .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uv76w2U1MG .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uv76w2U1MG .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uv76w2U1MG .image-wrapper {
    padding: 1rem;
  }
}
.cid-uv76w2U1MG .mbr-section-title {
  color: #221b35;
}
.cid-uv76w2U1MG .mbr-text,
.cid-uv76w2U1MG .mbr-section-btn {
  color: #221b35;
}
.cid-uv8vaQKp5D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv8vaQKp5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8vaQKp5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8vaQKp5D .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uv8vaQKp5D .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uv8vaQKp5D .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uv8vaQKp5D .mbr-section-title {
  color: #131313;
}
.cid-uv8vaQKp5D .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uv8vaQKp5D .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uv8vaQKp5D .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uv8vaQKp5D .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #5e627d;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uv8vaQKp5D .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uv8vaQKp5D .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uv8vaQKp5D .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uv8vaQKp5D .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uv8vaQKp5D .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uv8vaQKp5D .card-title {
  color: #131313;
}
.cid-uv8vaQKp5D .card-text {
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
}
.cid-uv8vaQKp5D .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uv8vaQKp5D .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uv8vaQKp5D .card-link {
    margin-top: 15px;
  }
}
.cid-uv8vaQKp5D .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uv8vaQKp5D .card-title,
.cid-uv8vaQKp5D .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uv8xxGtgm0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
  overflow: hidden;
}
.cid-uv8xxGtgm0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8xxGtgm0 .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-uv8xxGtgm0 .container {
    padding: 0 22px;
  }
}
.cid-uv8xxGtgm0 .card {
  justify-content: center;
}
.cid-uv8xxGtgm0 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uv8xxGtgm0 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uv8xxGtgm0 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv8xxGtgm0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv8xxGtgm0 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uv8xxGtgm0 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #5e627d;
}
@media (max-width: 1440px) {
  .cid-uv8xxGtgm0 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uv8xxGtgm0 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uv8xxGtgm0 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uv8xxGtgm0 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uv8xxGtgm0 .mbr-section-title {
  color: #232323;
}
.cid-uv8xxGtgm0 .mbr-text {
  color: #232323;
}
.cid-uv7b00yp4P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e627d;
}
.cid-uv7b00yp4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7b00yp4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv7b00yp4P .content-wrapper {
  padding: 80px 90px;
  background-color: #eaeaea;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uv7b00yp4P .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uv7b00yp4P .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uv7b00yp4P .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uv7b00yp4P .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uv7b00yp4P .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uv7b00yp4P .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uv7b00yp4P .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uv7b00yp4P .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uv7b00yp4P .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uv7b00yp4P .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uv7b00yp4P .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uv7b00yp4P .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uv7b00yp4P .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uv7b00yp4P .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uv7b00yp4P .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uv7b00yp4P .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uv7b00yp4P .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uv7b00yp4P .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uv7b00yp4P .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uv7b00yp4P .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uv7b00yp4P .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uv7b00yp4P .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uv7b00yp4P .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uv7b00yp4P .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uv7b00yp4P .mbr-section-title {
  color: #050f0f;
}
.cid-uv7b00yp4P .mbr-text {
  color: #050f0f;
}
.cid-uv7b00yp4P .panel-title-edit {
  color: #050f0f;
}
.cid-uv7b00yp4P .panel-text {
  color: #050f0f;
}
.cid-uv7Ffbw0S5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv7Ffbw0S5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7Ffbw0S5 .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-uv7Ffbw0S5 .container {
    padding: 0 22px;
  }
}
.cid-uv7Ffbw0S5 .row {
  justify-content: center;
}
.cid-uv7Ffbw0S5 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv7Ffbw0S5 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uv7Ffbw0S5 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uv7Ffbw0S5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uv7Ffbw0S5 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv7Ffbw0S5 .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uv7Ffbw0S5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv7Ffbw0S5 .mbr-section-title {
  color: #ffffff;
}
.cid-uv7Ffbw0S5 .mbr-text {
  color: #232323;
}
.cid-uv7Ffbw0S5 .mbr-section-title,
.cid-uv7Ffbw0S5 .icon-wrapper {
  color: #232323;
}
.cid-uv7WWqs9kD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uv7WWqs9kD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7WWqs9kD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv7WWqs9kD .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uv7WWqs9kD .container-fluid {
    padding: 0 12px;
  }
}
.cid-uv7WWqs9kD .container-fluid .row {
  padding: 0;
}
.cid-uv7WWqs9kD .row {
  border: 3px solid #eaeaea;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uv7WWqs9kD .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uv7WWqs9kD .card {
    padding: 48px 20px;
  }
}
.cid-uv7WWqs9kD .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uv7WWqs9kD .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uv7WWqs9kD .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #eaeaea;
}
.cid-uv7WWqs9kD .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-uv7WWqs9kD .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uv8xSyk0iT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5e627d;
}
.cid-uv8xSyk0iT::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #5e627d 50%);
  z-index: 1;
}
.cid-uv8xSyk0iT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8xSyk0iT .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-uv8xSyk0iT .container {
    padding: 0 22px;
  }
}
.cid-uv8xSyk0iT .row {
  justify-content: center;
}
.cid-uv8xSyk0iT .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uv8xSyk0iT .content-wrapper {
    padding: 0;
  }
}
.cid-uv8xSyk0iT .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uv8xSyk0iT .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uv8xSyk0iT .mbr-section-title {
  color: #ffffff;
}
.cid-uv8xSyk0iT .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uv8xSyk0iT .mbr-section-title,
.cid-uv8xSyk0iT .mbr-section-btn {
  text-align: center;
}
.cid-sYaXAY0ZMA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #eaeaea;
}
.cid-sYaXAY0ZMA .google-map {
  height: 30rem;
  position: relative;
  padding: 0 10% 5%;
  margin: 3rem 0;
}
.cid-sYaXAY0ZMA .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.cid-sYaXAY0ZMA .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-sYaXAY0ZMA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sYaXAY0ZMA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sYaXAY0ZMA .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #232323;
}
.cid-uv6We2D51q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uv6We2D51q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv6We2D51q .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uv6We2D51q .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uv6We2D51q .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uv6We2D51q a {
  font-weight: 600;
}
.cid-uv6We2D51q a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uv6We2D51q .col-lg-3,
  .cid-uv6We2D51q .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uv6We2D51q .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uv6We2D51q .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uv6We2D51q h5 {
  margin: 0;
}
.cid-uv6We2D51q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv6We2D51q .iconfont-wrapper {
  position: relative;
}
.cid-uv6We2D51q .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uv6We2D51q .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uv6We2D51q .sociconfont-wrapper {
  display: flex;
}
.cid-uv6We2D51q .card-title,
.cid-uv6We2D51q .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-uv6We2D51q .card-text {
  color: #000000;
}
.cid-uv6We2D51q .mbr-section-title {
  color: #000000;
}
.cid-uv6We2D51q .main-title,
.cid-uv6We2D51q .iconfont-wrapper {
  text-align: left;
}
.cid-uv6Ws4NFY1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5e627d;
  overflow: hidden;
}
.cid-uv9FYd1C3B {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
}
.cid-uv9FYd1C3B .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #5e627d;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uv9FYd1C3B .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uv9FYd1C3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9FYd1C3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9FYd1C3B .row {
  position: relative;
  z-index: 1;
}
.cid-uv9FYd1C3B .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uv9FYd1C3B .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uv9FYd1C3B .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uv9FYd1C3B .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uv9FYd1C3B .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv9FYd1C3B .image-wrapper img {
    height: 350px;
  }
}
.cid-uv9FYd1C3B .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uv9FYd1C3B .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uv9FYd1C3B .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uv9FYd1C3B .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uv9FYd1C3B .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv9FYd1C3B .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uv9FYd1C3B .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv9FYd1C3B .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uv9FYd1C3B .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv9FYd1C3B .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uv9FYd1C3B .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uv9FYd1C3B .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uv9FYd1C3B .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uv9FYd1C3B .mbr-text {
  color: #51565c;
}
.cid-uv9FYd1C3B .mbr-desc {
  color: #51565c;
}
.cid-uv7IxsRBz6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv7IxsRBz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7IxsRBz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv7IxsRBz6 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uv7IxsRBz6 .content-wrapper {
    padding: 0;
  }
}
.cid-uv7IxsRBz6 .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uv7IxsRBz6 .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uv7IxsRBz6 .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uv7IxsRBz6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv7IxsRBz6 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uv7IxsRBz6 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv7IxsRBz6 .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uv7IxsRBz6 .mbr-text,
.cid-uv7IxsRBz6 .text-wrapper {
  color: #050f0f;
}
.cid-uv7IxsRBz6 .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uv7IxsRBz6 .mbr-text,
.cid-uv7IxsRBz6 .text-wrapper,
.cid-uv7IxsRBz6 .rating-wrapper {
  text-align: left;
}
.cid-uv7IxtdbeE {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: #5e627d;
}
.cid-uv7IxtdbeE .google-map {
  height: 30rem;
  position: relative;
  padding: 0 10% 5%;
  margin: 3rem 0;
}
.cid-uv7IxtdbeE .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.cid-uv7IxtdbeE .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-uv7IxtdbeE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uv7IxtdbeE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uv7IxtdbeE .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #232323;
}
.cid-uv7IxtKlIq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uv7IxtKlIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7IxtKlIq .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uv7IxtKlIq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uv7IxtKlIq .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uv7IxtKlIq a {
  font-weight: 600;
}
.cid-uv7IxtKlIq a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uv7IxtKlIq .col-lg-3,
  .cid-uv7IxtKlIq .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uv7IxtKlIq .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uv7IxtKlIq .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uv7IxtKlIq h5 {
  margin: 0;
}
.cid-uv7IxtKlIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv7IxtKlIq .iconfont-wrapper {
  position: relative;
}
.cid-uv7IxtKlIq .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uv7IxtKlIq .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uv7IxtKlIq .sociconfont-wrapper {
  display: flex;
}
.cid-uv7IxtKlIq .card-title,
.cid-uv7IxtKlIq .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-uv7IxtKlIq .card-text {
  color: #000000;
}
.cid-uv7IxtKlIq .mbr-section-title {
  color: #000000;
}
.cid-uv7IxtKlIq .main-title,
.cid-uv7IxtKlIq .iconfont-wrapper {
  text-align: left;
}
.cid-uv7IxukmVE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5e627d;
  overflow: hidden;
}
.cid-uv8tPKpTWH {
  background-color: transparent;
}
.cid-uv8tPKpTWH .navbar-dropdown {
  background-color: #eaeaea !important;
  padding: 0;
}
.cid-uv8tPKpTWH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaeaea !important;
  background: #eaeaea;
}
.cid-uv8tPKpTWH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv8tPKpTWH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uv8tPKpTWH .menu_box .navbar.opened,
  .cid-uv8tPKpTWH .menu_box .navbar-collapse {
    background-color: #eaeaea !important;
    transition: all 0s ease 0s;
  }
}
.cid-uv8tPKpTWH .navbar-dropdown {
  position: relative !important;
}
.cid-uv8tPKpTWH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uv8tPKpTWH .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uv8tPKpTWH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uv8tPKpTWH .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uv8tPKpTWH .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .nav-item {
    margin: 0 !important;
  }
}
.cid-uv8tPKpTWH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uv8tPKpTWH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uv8tPKpTWH .nav-item .nav-link:hover,
.cid-uv8tPKpTWH .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uv8tPKpTWH .nav-item .nav-link:hover::before,
.cid-uv8tPKpTWH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uv8tPKpTWH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uv8tPKpTWH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uv8tPKpTWH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uv8tPKpTWH .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-uv8tPKpTWH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uv8tPKpTWH .offcanvas_box {
    display: none;
  }
}
.cid-uv8tPKpTWH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uv8tPKpTWH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uv8tPKpTWH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uv8tPKpTWH .container {
  display: flex;
  margin: auto;
}
.cid-uv8tPKpTWH .iconfont-wrapper {
  color: #f24d4a;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uv8tPKpTWH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uv8tPKpTWH .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uv8tPKpTWH .navbar-nav {
    margin: 0;
  }
}
.cid-uv8tPKpTWH .dropdown-menu,
.cid-uv8tPKpTWH .navbar.opened {
  background-color: false !important;
}
.cid-uv8tPKpTWH .nav-item:focus,
.cid-uv8tPKpTWH .nav-link:focus {
  outline: none;
}
.cid-uv8tPKpTWH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv8tPKpTWH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv8tPKpTWH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv8tPKpTWH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv8tPKpTWH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv8tPKpTWH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv8tPKpTWH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uv8tPKpTWH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uv8tPKpTWH .navbar.opened {
  transition: all 0.3s;
}
.cid-uv8tPKpTWH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uv8tPKpTWH .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uv8tPKpTWH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv8tPKpTWH .navbar.collapsed {
  justify-content: center;
}
.cid-uv8tPKpTWH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv8tPKpTWH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv8tPKpTWH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv8tPKpTWH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv8tPKpTWH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv8tPKpTWH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uv8tPKpTWH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uv8tPKpTWH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uv8tPKpTWH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv8tPKpTWH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv8tPKpTWH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uv8tPKpTWH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv8tPKpTWH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uv8tPKpTWH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv8tPKpTWH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uv8tPKpTWH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uv8tPKpTWH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uv8tPKpTWH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uv8tPKpTWH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv8tPKpTWH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uv8tPKpTWH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv8tPKpTWH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv8tPKpTWH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv8tPKpTWH .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-uv8tPKpTWH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uv8tPKpTWH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv8tPKpTWH .dropdown-item.active,
.cid-uv8tPKpTWH .dropdown-item:active {
  background-color: transparent;
}
.cid-uv8tPKpTWH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uv8tPKpTWH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv8tPKpTWH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv8tPKpTWH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv8tPKpTWH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uv8tPKpTWH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv8tPKpTWH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaeaea;
  background: #ffffff;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f24d4a;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv8tPKpTWH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8tPKpTWH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv8tPKpTWH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv8tPKpTWH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8tPKpTWH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uv8tPKpTWH .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-uv8tPKpTWH .navbar {
    height: 70px;
  }
  .cid-uv8tPKpTWH .navbar.opened {
    height: auto;
  }
  .cid-uv8tPKpTWH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv8tPKpTWH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uv8tPKpTWH .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uv8tPKpTWH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uv8tPKpTWH .text_widget {
  margin-bottom: 32px;
}
.cid-uv8tPKpTWH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uv8tPKpTWH .text_widget a:hover,
.cid-uv8tPKpTWH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uv8tPKpTWH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uv8tPKpTWH .navbar-caption {
  color: #ffffff;
}
.cid-uv8tPKpTWH .mbr-section-subtitle,
.cid-uv8tPKpTWH .text_widget,
.cid-uv8tPKpTWH .mbr-section-btn {
  text-align: center;
}
.cid-uv8tPKpTWH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv9FAbO3wI {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
}
.cid-uv9FAbO3wI .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #5e627d;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uv9FAbO3wI .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uv9FAbO3wI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9FAbO3wI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9FAbO3wI .row {
  position: relative;
  z-index: 1;
}
.cid-uv9FAbO3wI .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uv9FAbO3wI .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uv9FAbO3wI .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uv9FAbO3wI .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uv9FAbO3wI .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv9FAbO3wI .image-wrapper img {
    height: 350px;
  }
}
.cid-uv9FAbO3wI .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uv9FAbO3wI .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uv9FAbO3wI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uv9FAbO3wI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uv9FAbO3wI .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv9FAbO3wI .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uv9FAbO3wI .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv9FAbO3wI .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uv9FAbO3wI .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv9FAbO3wI .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uv9FAbO3wI .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uv9FAbO3wI .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uv9FAbO3wI .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uv9FAbO3wI .mbr-text {
  color: #51565c;
}
.cid-uv9FAbO3wI .mbr-desc {
  color: #51565c;
}
.cid-uv9FAbO3wI .mbr-text,
.cid-uv9FAbO3wI .text-wrapper {
  color: #232323;
}
.cid-uv7IcSSvne {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv7IcSSvne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7IcSSvne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv7IcSSvne .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uv7IcSSvne .content-wrapper {
    padding: 0;
  }
}
.cid-uv7IcSSvne .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uv7IcSSvne .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uv7IcSSvne .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uv7IcSSvne .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv7IcSSvne .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uv7IcSSvne .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv7IcSSvne .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uv7IcSSvne .mbr-text,
.cid-uv7IcSSvne .text-wrapper {
  color: #050f0f;
}
.cid-uv7IcSSvne .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uv7IcSSvne .mbr-text,
.cid-uv7IcSSvne .text-wrapper,
.cid-uv7IcSSvne .rating-wrapper {
  text-align: left;
}
.cid-uv7IcYcIgW {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: #5e627d;
}
.cid-uv7IcYcIgW .google-map {
  height: 30rem;
  position: relative;
  padding: 0 10% 5%;
  margin: 3rem 0;
}
.cid-uv7IcYcIgW .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.cid-uv7IcYcIgW .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-uv7IcYcIgW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uv7IcYcIgW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uv7IcYcIgW .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #232323;
}
.cid-uv7IcYIIvb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uv7IcYIIvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7IcYIIvb .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uv7IcYIIvb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uv7IcYIIvb .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uv7IcYIIvb a {
  font-weight: 600;
}
.cid-uv7IcYIIvb a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uv7IcYIIvb .col-lg-3,
  .cid-uv7IcYIIvb .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uv7IcYIIvb .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uv7IcYIIvb .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uv7IcYIIvb h5 {
  margin: 0;
}
.cid-uv7IcYIIvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv7IcYIIvb .iconfont-wrapper {
  position: relative;
}
.cid-uv7IcYIIvb .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uv7IcYIIvb .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uv7IcYIIvb .sociconfont-wrapper {
  display: flex;
}
.cid-uv7IcYIIvb .card-title,
.cid-uv7IcYIIvb .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-uv7IcYIIvb .card-text {
  color: #000000;
}
.cid-uv7IcYIIvb .mbr-section-title {
  color: #000000;
}
.cid-uv7IcYIIvb .main-title,
.cid-uv7IcYIIvb .iconfont-wrapper {
  text-align: left;
}
.cid-uv7IcZiPTu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5e627d;
  overflow: hidden;
}
.cid-uv8tPKpTWH {
  background-color: transparent;
}
.cid-uv8tPKpTWH .navbar-dropdown {
  background-color: #eaeaea !important;
  padding: 0;
}
.cid-uv8tPKpTWH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaeaea !important;
  background: #eaeaea;
}
.cid-uv8tPKpTWH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv8tPKpTWH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uv8tPKpTWH .menu_box .navbar.opened,
  .cid-uv8tPKpTWH .menu_box .navbar-collapse {
    background-color: #eaeaea !important;
    transition: all 0s ease 0s;
  }
}
.cid-uv8tPKpTWH .navbar-dropdown {
  position: relative !important;
}
.cid-uv8tPKpTWH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uv8tPKpTWH .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uv8tPKpTWH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uv8tPKpTWH .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uv8tPKpTWH .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .nav-item {
    margin: 0 !important;
  }
}
.cid-uv8tPKpTWH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uv8tPKpTWH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uv8tPKpTWH .nav-item .nav-link:hover,
.cid-uv8tPKpTWH .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uv8tPKpTWH .nav-item .nav-link:hover::before,
.cid-uv8tPKpTWH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uv8tPKpTWH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uv8tPKpTWH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uv8tPKpTWH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uv8tPKpTWH .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-uv8tPKpTWH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uv8tPKpTWH .offcanvas_box {
    display: none;
  }
}
.cid-uv8tPKpTWH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uv8tPKpTWH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uv8tPKpTWH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uv8tPKpTWH .container {
  display: flex;
  margin: auto;
}
.cid-uv8tPKpTWH .iconfont-wrapper {
  color: #f24d4a;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uv8tPKpTWH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uv8tPKpTWH .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uv8tPKpTWH .navbar-nav {
    margin: 0;
  }
}
.cid-uv8tPKpTWH .dropdown-menu,
.cid-uv8tPKpTWH .navbar.opened {
  background-color: false !important;
}
.cid-uv8tPKpTWH .nav-item:focus,
.cid-uv8tPKpTWH .nav-link:focus {
  outline: none;
}
.cid-uv8tPKpTWH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv8tPKpTWH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv8tPKpTWH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv8tPKpTWH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv8tPKpTWH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv8tPKpTWH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv8tPKpTWH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uv8tPKpTWH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uv8tPKpTWH .navbar.opened {
  transition: all 0.3s;
}
.cid-uv8tPKpTWH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uv8tPKpTWH .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uv8tPKpTWH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv8tPKpTWH .navbar.collapsed {
  justify-content: center;
}
.cid-uv8tPKpTWH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv8tPKpTWH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv8tPKpTWH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv8tPKpTWH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv8tPKpTWH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv8tPKpTWH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uv8tPKpTWH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uv8tPKpTWH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uv8tPKpTWH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uv8tPKpTWH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv8tPKpTWH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv8tPKpTWH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uv8tPKpTWH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv8tPKpTWH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uv8tPKpTWH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv8tPKpTWH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uv8tPKpTWH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uv8tPKpTWH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uv8tPKpTWH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uv8tPKpTWH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv8tPKpTWH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uv8tPKpTWH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv8tPKpTWH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv8tPKpTWH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv8tPKpTWH .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-uv8tPKpTWH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uv8tPKpTWH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv8tPKpTWH .dropdown-item.active,
.cid-uv8tPKpTWH .dropdown-item:active {
  background-color: transparent;
}
.cid-uv8tPKpTWH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uv8tPKpTWH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv8tPKpTWH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv8tPKpTWH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv8tPKpTWH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uv8tPKpTWH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv8tPKpTWH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaeaea;
  background: #ffffff;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f24d4a;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8tPKpTWH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv8tPKpTWH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8tPKpTWH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv8tPKpTWH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv8tPKpTWH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8tPKpTWH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uv8tPKpTWH .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-uv8tPKpTWH .navbar {
    height: 70px;
  }
  .cid-uv8tPKpTWH .navbar.opened {
    height: auto;
  }
  .cid-uv8tPKpTWH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv8tPKpTWH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uv8tPKpTWH .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uv8tPKpTWH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uv8tPKpTWH .text_widget {
  margin-bottom: 32px;
}
.cid-uv8tPKpTWH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uv8tPKpTWH .text_widget a:hover,
.cid-uv8tPKpTWH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uv8tPKpTWH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uv8tPKpTWH .navbar-caption {
  color: #ffffff;
}
.cid-uv8tPKpTWH .mbr-section-subtitle,
.cid-uv8tPKpTWH .text_widget,
.cid-uv8tPKpTWH .mbr-section-btn {
  text-align: center;
}
.cid-uv8tPKpTWH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv8y937R0X {
  background-color: transparent;
}
.cid-uv8y937R0X .navbar-dropdown {
  background-color: #eaeaea !important;
  padding: 0;
}
.cid-uv8y937R0X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaeaea !important;
  background: #eaeaea;
}
.cid-uv8y937R0X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv8y937R0X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uv8y937R0X .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uv8y937R0X .menu_box .navbar.opened,
  .cid-uv8y937R0X .menu_box .navbar-collapse {
    background-color: #eaeaea !important;
    transition: all 0s ease 0s;
  }
}
.cid-uv8y937R0X .navbar-dropdown {
  position: relative !important;
}
.cid-uv8y937R0X .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uv8y937R0X .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uv8y937R0X .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uv8y937R0X .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uv8y937R0X .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uv8y937R0X .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uv8y937R0X .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uv8y937R0X .nav-item {
    margin: 0 !important;
  }
}
.cid-uv8y937R0X .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uv8y937R0X .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uv8y937R0X .nav-item .nav-link:hover,
.cid-uv8y937R0X .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uv8y937R0X .nav-item .nav-link:hover::before,
.cid-uv8y937R0X .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uv8y937R0X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uv8y937R0X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uv8y937R0X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uv8y937R0X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uv8y937R0X .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-uv8y937R0X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uv8y937R0X .offcanvas_box {
    display: none;
  }
}
.cid-uv8y937R0X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uv8y937R0X .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uv8y937R0X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uv8y937R0X .container {
  display: flex;
  margin: auto;
}
.cid-uv8y937R0X .iconfont-wrapper {
  color: #f24d4a;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uv8y937R0X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uv8y937R0X .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uv8y937R0X .navbar-nav {
    margin: 0;
  }
}
.cid-uv8y937R0X .dropdown-menu,
.cid-uv8y937R0X .navbar.opened {
  background-color: false !important;
}
.cid-uv8y937R0X .nav-item:focus,
.cid-uv8y937R0X .nav-link:focus {
  outline: none;
}
.cid-uv8y937R0X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv8y937R0X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv8y937R0X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv8y937R0X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv8y937R0X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv8y937R0X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv8y937R0X .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uv8y937R0X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uv8y937R0X .navbar.opened {
  transition: all 0.3s;
}
.cid-uv8y937R0X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uv8y937R0X .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uv8y937R0X .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv8y937R0X .navbar.collapsed {
  justify-content: center;
}
.cid-uv8y937R0X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv8y937R0X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv8y937R0X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv8y937R0X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv8y937R0X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv8y937R0X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uv8y937R0X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uv8y937R0X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uv8y937R0X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uv8y937R0X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv8y937R0X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv8y937R0X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uv8y937R0X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv8y937R0X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uv8y937R0X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv8y937R0X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uv8y937R0X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uv8y937R0X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uv8y937R0X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uv8y937R0X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv8y937R0X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uv8y937R0X .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv8y937R0X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv8y937R0X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv8y937R0X .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-uv8y937R0X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uv8y937R0X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv8y937R0X .dropdown-item.active,
.cid-uv8y937R0X .dropdown-item:active {
  background-color: transparent;
}
.cid-uv8y937R0X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uv8y937R0X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv8y937R0X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv8y937R0X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv8y937R0X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uv8y937R0X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv8y937R0X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaeaea;
  background: #ffffff;
}
.cid-uv8y937R0X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f24d4a;
}
.cid-uv8y937R0X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv8y937R0X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8y937R0X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8y937R0X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv8y937R0X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8y937R0X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv8y937R0X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv8y937R0X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8y937R0X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uv8y937R0X .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-uv8y937R0X .navbar {
    height: 70px;
  }
  .cid-uv8y937R0X .navbar.opened {
    height: auto;
  }
  .cid-uv8y937R0X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv8y937R0X .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uv8y937R0X .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uv8y937R0X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uv8y937R0X .text_widget {
  margin-bottom: 32px;
}
.cid-uv8y937R0X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uv8y937R0X .text_widget a:hover,
.cid-uv8y937R0X .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uv8y937R0X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uv8y937R0X .navbar-caption {
  color: #ffffff;
}
.cid-uv8y937R0X .mbr-section-subtitle,
.cid-uv8y937R0X .text_widget,
.cid-uv8y937R0X .mbr-section-btn {
  text-align: center;
}
.cid-uv8y937R0X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv9F0ADlHw {
  padding-top: 11rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
}
.cid-uv9F0ADlHw .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #5e627d;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uv9F0ADlHw .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uv9F0ADlHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9F0ADlHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9F0ADlHw .row {
  position: relative;
  z-index: 1;
}
.cid-uv9F0ADlHw .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uv9F0ADlHw .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uv9F0ADlHw .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uv9F0ADlHw .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uv9F0ADlHw .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv9F0ADlHw .image-wrapper img {
    height: 350px;
  }
}
.cid-uv9F0ADlHw .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uv9F0ADlHw .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uv9F0ADlHw .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uv9F0ADlHw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uv9F0ADlHw .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv9F0ADlHw .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uv9F0ADlHw .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv9F0ADlHw .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uv9F0ADlHw .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv9F0ADlHw .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uv9F0ADlHw .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uv9F0ADlHw .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uv9F0ADlHw .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uv9F0ADlHw .mbr-text {
  color: #51565c;
}
.cid-uv9F0ADlHw .mbr-desc {
  color: #51565c;
}
.cid-uv9F0ADlHw .mbr-text,
.cid-uv9F0ADlHw .text-wrapper {
  color: #232323;
}
.cid-uv8y95zYfs {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #5e627d;
}
.cid-uv8y95zYfs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uv8y95zYfs .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uv8y95zYfs .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #eaeaea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uv8y95zYfs .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uv8y95zYfs .mbr-text {
  color: #3d5943;
}
.cid-uv8y96zPxL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv8y96zPxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8y96zPxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8y96zPxL .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uv8y96zPxL .content-wrapper {
    padding: 0;
  }
}
.cid-uv8y96zPxL .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uv8y96zPxL .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uv8y96zPxL .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uv8y96zPxL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv8y96zPxL .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uv8y96zPxL .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv8y96zPxL .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uv8y96zPxL .mbr-text,
.cid-uv8y96zPxL .text-wrapper {
  color: #050f0f;
}
.cid-uv8y96zPxL .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uv8y96zPxL .mbr-text,
.cid-uv8y96zPxL .text-wrapper,
.cid-uv8y96zPxL .rating-wrapper {
  text-align: left;
}
.cid-uv8y97wJ1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e627d;
}
.cid-uv8y97wJ1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8y97wJ1i .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-uv8y97wJ1i .container {
    padding: 0 15px;
  }
}
.cid-uv8y97wJ1i .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uv8y97wJ1i .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uv8y97wJ1i .content-wrapper {
    padding-right: 0;
  }
}
.cid-uv8y97wJ1i .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uv8y97wJ1i .content-wrap {
    display: block;
  }
}
.cid-uv8y97wJ1i .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv8y97wJ1i .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uv8y97wJ1i .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv8y97wJ1i .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uv8y97wJ1i .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uv8y97wJ1i .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uv8y97wJ1i .mbr-section-title {
  color: #ffffff;
}
.cid-uv8y97wJ1i .mbr-desc,
.cid-uv8y97wJ1i .desc-wrapper {
  color: #3f1819;
}
.cid-uv8y97wJ1i .mbr-text {
  color: #fafafa;
}
.cid-uv8y98w30d {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-uv8y98w30d .container {
  padding: 0 5%;
}
.cid-uv8y98w30d .item:focus,
.cid-uv8y98w30d span:focus {
  outline: none;
}
.cid-uv8y98w30d .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uv8y98w30d .item:last-child {
  margin-top: 2rem;
}
.cid-uv8y98w30d .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uv8y98w30d .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uv8y98w30d .item-wrapper {
    margin: 0 auto;
  }
}
.cid-uv8y98w30d .item:first-child .item-wrapper .item-title-wrapper .item-title-span span:nth-child(n+2) {
  opacity: .3;
}
.cid-uv8y98w30d .item:nth-child(2) .item-wrapper .item-title-wrapper .item-title-span span:nth-child(n+3) {
  opacity: .3;
}
.cid-uv8y98w30d .item:nth-child(3) .item-wrapper .item-title-wrapper .item-title-span span {
  opacity: 1;
}
.cid-uv8y98w30d .item:last-child .item-wrapper {
  max-width: 100%;
  display: flex;
  flex-flow: inherit;
  padding: 0 10%;
}
@media (max-width: 1200px) {
  .cid-uv8y98w30d .item:last-child .item-wrapper {
    padding: 0 5%;
  }
}
@media (max-width: 992px) {
  .cid-uv8y98w30d .item:last-child .item-wrapper {
    flex-flow: column;
  }
}
.cid-uv8y98w30d .item:last-child .item-wrapper .item-title-wrapper {
  background: transparent;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uv8y98w30d .item:last-child .item-wrapper .item-title-wrapper {
    position: relative;
  }
}
.cid-uv8y98w30d .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
  margin: 0;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uv8y98w30d .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
    margin: 0 0 1rem 2.5rem;
  }
}
@media (max-width: 425px) {
  .cid-uv8y98w30d .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
    margin-left: 0;
  }
}
.cid-uv8y98w30d .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
  width: auto;
  height: auto;
  margin: 0 2rem 0 auto;
}
@media (max-width: 992px) {
  .cid-uv8y98w30d .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
    position: absolute;
    left: -1.1rem;
  }
}
@media (max-width: 425px) {
  .cid-uv8y98w30d .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uv8y98w30d .item:last-child .item-wrapper .item-content {
  background: transparent;
  padding: 0;
  display: flex;
  align-items: flex-end;
  min-height: auto;
}
@media (max-width: 1200px) {
  .cid-uv8y98w30d .item:last-child .item-wrapper .item-content {
    padding-left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uv8y98w30d .item:last-child .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uv8y98w30d .item:last-child .item-wrapper .item-content .mbr-text {
    margin-left: 2.5rem;
  }
}
@media (max-width: 425px) {
  .cid-uv8y98w30d .item:last-child .item-wrapper .item-content .mbr-text {
    margin-left: 0;
  }
}
.cid-uv8y98w30d .item:last-child .item-wrapper .item-title-wrapper {
  max-height: inherit;
}
.cid-uv8y98w30d .item-title-wrapper {
  max-height: 95px;
  padding: 1.8rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eaeaea;
}
@media (max-width: 320px) {
  .cid-uv8y98w30d .item-title-wrapper {
    padding: 1rem;
  }
}
.cid-uv8y98w30d .item-title-wrapper .item-title {
  margin: 0 1rem 0 0;
}
.cid-uv8y98w30d .item-title-wrapper .item-title-span {
  width: 50px;
  display: flex;
  justify-content: space-around;
}
.cid-uv8y98w30d .item-title-wrapper span {
  display: block;
  width: 10px;
  height: 10px;
  background: #eaeaea;
  border-radius: 50%;
}
.cid-uv8y98w30d .item-number {
  position: absolute;
  right: 3rem;
  top: 87%;
  font-size: 3rem;
  width: 60%;
  color: #6870d1;
  text-align: right;
}
@media (max-width: 1200px) {
  .cid-uv8y98w30d .item-number {
    top: 89%;
  }
}
@media (max-width: 768px) {
  .cid-uv8y98w30d .item-number {
    right: 6rem;
    top: 93%;
  }
}
@media (max-width: 425px) {
  .cid-uv8y98w30d .item-number {
    right: 3rem;
  }
}
.cid-uv8y98w30d .item-content {
  background: #5e627d;
  padding: 2.5rem;
  height: inherit;
}
.cid-uv8y98w30d .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
}
.cid-uv8y98w30d .item-title {
  color: #232323;
  text-align: left;
}
.cid-uv8y98w30d .mbr-text {
  color: #3a3e5e;
}
.cid-uv8y98w30d .item-title-last,
.cid-uv8y98w30d .mbr-iconfont {
  color: #6870d1;
}
.cid-uv8y99N4R8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #5e627d;
}
.cid-uv8y99N4R8 .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uv8y99N4R8 .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uv8y99N4R8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8y99N4R8 .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-uv8y99N4R8 .container {
    padding: 0 30px;
  }
}
.cid-uv8y99N4R8 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uv8y99N4R8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv8y99N4R8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uv8y99N4R8 .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uv8y99N4R8 .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uv8y99N4R8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv8y99N4R8 .mbr-section-title {
  color: #ffffff;
}
.cid-uv8y99N4R8 .mbr-text {
  color: #ffffff;
}
.cid-uv8y9aMis4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eaeaea;
}
.cid-uv8y9aMis4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8y9aMis4 .col-12 {
  padding: 0;
}
.cid-uv8y9aMis4 .row {
  margin: 0;
}
.cid-uv8y9aMis4 .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uv8y9aMis4 .card-margin {
    margin-top: -1px;
  }
}
.cid-uv8y9aMis4 .card-wrapper {
  min-height: 500px;
  border: 1px solid #848bb7;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uv8y9aMis4 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uv8y9aMis4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8y9aMis4 .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uv8y9aMis4 .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uv8y9aMis4 .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uv8y9aMis4 .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uv8y9aMis4 .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uv8y9aMis4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uv8y9aMis4 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uv8y9aMis4 .mbr-section-title {
  color: #221b35;
}
.cid-uv8y9aMis4 .mbr-text,
.cid-uv8y9aMis4 .mbr-section-btn {
  color: #221b35;
}
.cid-uv8y9ciPeW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv8y9ciPeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8y9ciPeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8y9ciPeW .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uv8y9ciPeW .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uv8y9ciPeW .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uv8y9ciPeW .mbr-section-title {
  color: #131313;
}
.cid-uv8y9ciPeW .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uv8y9ciPeW .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uv8y9ciPeW .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uv8y9ciPeW .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #5e627d;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uv8y9ciPeW .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uv8y9ciPeW .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uv8y9ciPeW .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uv8y9ciPeW .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uv8y9ciPeW .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uv8y9ciPeW .card-title {
  color: #131313;
}
.cid-uv8y9ciPeW .card-text {
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
}
.cid-uv8y9ciPeW .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uv8y9ciPeW .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uv8y9ciPeW .card-link {
    margin-top: 15px;
  }
}
.cid-uv8y9ciPeW .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uv8y9ciPeW .card-title,
.cid-uv8y9ciPeW .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uv8y9eUrkR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
  overflow: hidden;
}
.cid-uv8y9eUrkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8y9eUrkR .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-uv8y9eUrkR .container {
    padding: 0 22px;
  }
}
.cid-uv8y9eUrkR .card {
  justify-content: center;
}
.cid-uv8y9eUrkR .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uv8y9eUrkR .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uv8y9eUrkR .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv8y9eUrkR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv8y9eUrkR .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uv8y9eUrkR .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #5e627d;
}
@media (max-width: 1440px) {
  .cid-uv8y9eUrkR .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uv8y9eUrkR .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uv8y9eUrkR .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uv8y9eUrkR .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uv8y9eUrkR .mbr-section-title {
  color: #232323;
}
.cid-uv8y9eUrkR .mbr-text {
  color: #232323;
}
.cid-uv8y9hjBnz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e627d;
}
.cid-uv8y9hjBnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8y9hjBnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8y9hjBnz .content-wrapper {
  padding: 80px 90px;
  background-color: #eaeaea;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uv8y9hjBnz .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uv8y9hjBnz .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uv8y9hjBnz .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uv8y9hjBnz .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uv8y9hjBnz .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uv8y9hjBnz .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uv8y9hjBnz .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uv8y9hjBnz .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uv8y9hjBnz .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uv8y9hjBnz .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uv8y9hjBnz .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uv8y9hjBnz .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uv8y9hjBnz .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uv8y9hjBnz .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uv8y9hjBnz .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uv8y9hjBnz .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uv8y9hjBnz .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uv8y9hjBnz .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uv8y9hjBnz .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uv8y9hjBnz .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uv8y9hjBnz .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uv8y9hjBnz .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uv8y9hjBnz .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uv8y9hjBnz .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uv8y9hjBnz .mbr-section-title {
  color: #050f0f;
}
.cid-uv8y9hjBnz .mbr-text {
  color: #050f0f;
}
.cid-uv8y9hjBnz .panel-title-edit {
  color: #050f0f;
}
.cid-uv8y9hjBnz .panel-text {
  color: #050f0f;
}
.cid-uv8y9jWkXD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv8y9jWkXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8y9jWkXD .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-uv8y9jWkXD .container {
    padding: 0 22px;
  }
}
.cid-uv8y9jWkXD .row {
  justify-content: center;
}
.cid-uv8y9jWkXD .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv8y9jWkXD .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uv8y9jWkXD .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uv8y9jWkXD .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uv8y9jWkXD .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv8y9jWkXD .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uv8y9jWkXD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv8y9jWkXD .mbr-section-title {
  color: #ffffff;
}
.cid-uv8y9jWkXD .mbr-text {
  color: #232323;
}
.cid-uv8y9jWkXD .mbr-section-title,
.cid-uv8y9jWkXD .icon-wrapper {
  color: #232323;
}
.cid-uv8y9l75kG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uv8y9l75kG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8y9l75kG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8y9l75kG .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uv8y9l75kG .container-fluid {
    padding: 0 12px;
  }
}
.cid-uv8y9l75kG .container-fluid .row {
  padding: 0;
}
.cid-uv8y9l75kG .row {
  border: 3px solid #eaeaea;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uv8y9l75kG .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uv8y9l75kG .card {
    padding: 48px 20px;
  }
}
.cid-uv8y9l75kG .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uv8y9l75kG .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uv8y9l75kG .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #eaeaea;
}
.cid-uv8y9l75kG .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-uv8y9l75kG .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uv8y9o21Lz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5e627d;
}
.cid-uv8y9o21Lz::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #5e627d 50%);
  z-index: 1;
}
.cid-uv8y9o21Lz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8y9o21Lz .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-uv8y9o21Lz .container {
    padding: 0 22px;
  }
}
.cid-uv8y9o21Lz .row {
  justify-content: center;
}
.cid-uv8y9o21Lz .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uv8y9o21Lz .content-wrapper {
    padding: 0;
  }
}
.cid-uv8y9o21Lz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uv8y9o21Lz .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uv8y9o21Lz .mbr-section-title {
  color: #ffffff;
}
.cid-uv8y9o21Lz .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uv8y9o21Lz .mbr-section-title,
.cid-uv8y9o21Lz .mbr-section-btn {
  text-align: center;
}
.cid-uv9LBMSwTB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uv9LBMSwTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9LBMSwTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9LBMSwTB .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uv9LBMSwTB .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv9LBMSwTB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uv9LBMSwTB .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #5e627d;
}
@media (max-width: 992px) {
  .cid-uv9LBMSwTB .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uv9LBMSwTB .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uv9LBMSwTB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uv9LBMSwTB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uv9LBMSwTB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uv9LBMSwTB .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-uv9LBMSwTB .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uv9LBMSwTB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #5e627d;
}
.cid-uv9LBMSwTB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uv9LBMSwTB .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uv9LBMSwTB .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uv9LBMSwTB .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uv9LBMSwTB .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uv9LBMSwTB .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv9LBMSwTB .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uv9LBMSwTB .card {
  justify-content: space-between;
}
.cid-uv9LBMSwTB .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uv9LBMSwTB .panel-title-edit {
  color: #ffffff;
}
.cid-uv9LBMSwTB .panel-text {
  color: #f24d4a;
}
.cid-uv9LBMSwTB .panel-text,
.cid-uv9LBMSwTB .panel-body {
  color: #ffffff;
}
.cid-uv8y9qODEF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #eaeaea;
}
.cid-uv8y9qODEF .google-map {
  height: 30rem;
  position: relative;
  padding: 0 10% 5%;
  margin: 3rem 0;
}
.cid-uv8y9qODEF .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.cid-uv8y9qODEF .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-uv8y9qODEF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uv8y9qODEF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uv8y9qODEF .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #232323;
}
.cid-uv8y9sALy2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uv8y9sALy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8y9sALy2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uv8y9sALy2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uv8y9sALy2 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uv8y9sALy2 a {
  font-weight: 600;
}
.cid-uv8y9sALy2 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uv8y9sALy2 .col-lg-3,
  .cid-uv8y9sALy2 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uv8y9sALy2 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uv8y9sALy2 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uv8y9sALy2 h5 {
  margin: 0;
}
.cid-uv8y9sALy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8y9sALy2 .iconfont-wrapper {
  position: relative;
}
.cid-uv8y9sALy2 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uv8y9sALy2 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uv8y9sALy2 .sociconfont-wrapper {
  display: flex;
}
.cid-uv8y9sALy2 .card-title,
.cid-uv8y9sALy2 .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-uv8y9sALy2 .card-text {
  color: #000000;
}
.cid-uv8y9sALy2 .mbr-section-title {
  color: #000000;
}
.cid-uv8y9sALy2 .main-title,
.cid-uv8y9sALy2 .iconfont-wrapper {
  text-align: left;
}
.cid-uv8y9wiSXN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5e627d;
  overflow: hidden;
}
.cid-uv8yLG0RCV {
  background-color: transparent;
}
.cid-uv8yLG0RCV .navbar-dropdown {
  background-color: #eaeaea !important;
  padding: 0;
}
.cid-uv8yLG0RCV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaeaea !important;
  background: #eaeaea;
}
.cid-uv8yLG0RCV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv8yLG0RCV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uv8yLG0RCV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uv8yLG0RCV .menu_box .navbar.opened,
  .cid-uv8yLG0RCV .menu_box .navbar-collapse {
    background-color: #eaeaea !important;
    transition: all 0s ease 0s;
  }
}
.cid-uv8yLG0RCV .navbar-dropdown {
  position: relative !important;
}
.cid-uv8yLG0RCV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uv8yLG0RCV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uv8yLG0RCV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uv8yLG0RCV .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uv8yLG0RCV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uv8yLG0RCV .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uv8yLG0RCV .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uv8yLG0RCV .nav-item {
    margin: 0 !important;
  }
}
.cid-uv8yLG0RCV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uv8yLG0RCV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uv8yLG0RCV .nav-item .nav-link:hover,
.cid-uv8yLG0RCV .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uv8yLG0RCV .nav-item .nav-link:hover::before,
.cid-uv8yLG0RCV .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uv8yLG0RCV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uv8yLG0RCV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uv8yLG0RCV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uv8yLG0RCV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uv8yLG0RCV .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-uv8yLG0RCV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uv8yLG0RCV .offcanvas_box {
    display: none;
  }
}
.cid-uv8yLG0RCV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uv8yLG0RCV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uv8yLG0RCV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uv8yLG0RCV .container {
  display: flex;
  margin: auto;
}
.cid-uv8yLG0RCV .iconfont-wrapper {
  color: #f24d4a;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uv8yLG0RCV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uv8yLG0RCV .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uv8yLG0RCV .navbar-nav {
    margin: 0;
  }
}
.cid-uv8yLG0RCV .dropdown-menu,
.cid-uv8yLG0RCV .navbar.opened {
  background-color: false !important;
}
.cid-uv8yLG0RCV .nav-item:focus,
.cid-uv8yLG0RCV .nav-link:focus {
  outline: none;
}
.cid-uv8yLG0RCV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv8yLG0RCV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv8yLG0RCV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv8yLG0RCV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv8yLG0RCV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv8yLG0RCV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv8yLG0RCV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uv8yLG0RCV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uv8yLG0RCV .navbar.opened {
  transition: all 0.3s;
}
.cid-uv8yLG0RCV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uv8yLG0RCV .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uv8yLG0RCV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv8yLG0RCV .navbar.collapsed {
  justify-content: center;
}
.cid-uv8yLG0RCV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv8yLG0RCV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv8yLG0RCV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv8yLG0RCV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv8yLG0RCV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv8yLG0RCV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uv8yLG0RCV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uv8yLG0RCV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uv8yLG0RCV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uv8yLG0RCV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv8yLG0RCV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv8yLG0RCV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uv8yLG0RCV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv8yLG0RCV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uv8yLG0RCV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv8yLG0RCV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uv8yLG0RCV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uv8yLG0RCV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uv8yLG0RCV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uv8yLG0RCV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv8yLG0RCV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uv8yLG0RCV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv8yLG0RCV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv8yLG0RCV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv8yLG0RCV .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-uv8yLG0RCV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uv8yLG0RCV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv8yLG0RCV .dropdown-item.active,
.cid-uv8yLG0RCV .dropdown-item:active {
  background-color: transparent;
}
.cid-uv8yLG0RCV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uv8yLG0RCV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv8yLG0RCV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv8yLG0RCV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv8yLG0RCV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uv8yLG0RCV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv8yLG0RCV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaeaea;
  background: #ffffff;
}
.cid-uv8yLG0RCV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f24d4a;
}
.cid-uv8yLG0RCV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv8yLG0RCV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8yLG0RCV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv8yLG0RCV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv8yLG0RCV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8yLG0RCV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv8yLG0RCV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv8yLG0RCV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv8yLG0RCV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uv8yLG0RCV .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-uv8yLG0RCV .navbar {
    height: 70px;
  }
  .cid-uv8yLG0RCV .navbar.opened {
    height: auto;
  }
  .cid-uv8yLG0RCV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv8yLG0RCV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uv8yLG0RCV .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uv8yLG0RCV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uv8yLG0RCV .text_widget {
  margin-bottom: 32px;
}
.cid-uv8yLG0RCV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uv8yLG0RCV .text_widget a:hover,
.cid-uv8yLG0RCV .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uv8yLG0RCV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uv8yLG0RCV .navbar-caption {
  color: #ffffff;
}
.cid-uv8yLG0RCV .mbr-section-subtitle,
.cid-uv8yLG0RCV .text_widget,
.cid-uv8yLG0RCV .mbr-section-btn {
  text-align: center;
}
.cid-uv8yLG0RCV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv9ENZx3lw {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
}
.cid-uv9ENZx3lw .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #5e627d;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uv9ENZx3lw .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uv9ENZx3lw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9ENZx3lw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9ENZx3lw .row {
  position: relative;
  z-index: 1;
}
.cid-uv9ENZx3lw .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uv9ENZx3lw .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uv9ENZx3lw .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uv9ENZx3lw .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uv9ENZx3lw .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv9ENZx3lw .image-wrapper img {
    height: 350px;
  }
}
.cid-uv9ENZx3lw .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uv9ENZx3lw .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uv9ENZx3lw .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uv9ENZx3lw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uv9ENZx3lw .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv9ENZx3lw .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uv9ENZx3lw .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv9ENZx3lw .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uv9ENZx3lw .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv9ENZx3lw .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uv9ENZx3lw .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uv9ENZx3lw .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uv9ENZx3lw .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uv9ENZx3lw .mbr-text {
  color: #51565c;
}
.cid-uv9ENZx3lw .mbr-desc {
  color: #51565c;
}
.cid-uv9ENZx3lw .mbr-text,
.cid-uv9ENZx3lw .text-wrapper {
  color: #232323;
}
.cid-uv8yLJYscG {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #5e627d;
}
.cid-uv8yLJYscG .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uv8yLJYscG .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uv8yLJYscG .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #eaeaea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uv8yLJYscG .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uv8yLJYscG .mbr-text {
  color: #3d5943;
}
.cid-uv8yLL7Eq2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv8yLL7Eq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yLL7Eq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yLL7Eq2 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uv8yLL7Eq2 .content-wrapper {
    padding: 0;
  }
}
.cid-uv8yLL7Eq2 .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uv8yLL7Eq2 .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uv8yLL7Eq2 .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uv8yLL7Eq2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv8yLL7Eq2 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uv8yLL7Eq2 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv8yLL7Eq2 .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uv8yLL7Eq2 .mbr-text,
.cid-uv8yLL7Eq2 .text-wrapper {
  color: #050f0f;
}
.cid-uv8yLL7Eq2 .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uv8yLL7Eq2 .mbr-text,
.cid-uv8yLL7Eq2 .text-wrapper,
.cid-uv8yLL7Eq2 .rating-wrapper {
  text-align: left;
}
.cid-uv8yLM6Pho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e627d;
}
.cid-uv8yLM6Pho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yLM6Pho .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-uv8yLM6Pho .container {
    padding: 0 15px;
  }
}
.cid-uv8yLM6Pho .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uv8yLM6Pho .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uv8yLM6Pho .content-wrapper {
    padding-right: 0;
  }
}
.cid-uv8yLM6Pho .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uv8yLM6Pho .content-wrap {
    display: block;
  }
}
.cid-uv8yLM6Pho .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv8yLM6Pho .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uv8yLM6Pho .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv8yLM6Pho .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uv8yLM6Pho .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uv8yLM6Pho .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uv8yLM6Pho .mbr-section-title {
  color: #ffffff;
}
.cid-uv8yLM6Pho .mbr-desc,
.cid-uv8yLM6Pho .desc-wrapper {
  color: #3f1819;
}
.cid-uv8yLM6Pho .mbr-text {
  color: #fafafa;
}
.cid-uv8yLN3vSM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-uv8yLN3vSM .container {
  padding: 0 5%;
}
.cid-uv8yLN3vSM .item:focus,
.cid-uv8yLN3vSM span:focus {
  outline: none;
}
.cid-uv8yLN3vSM .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uv8yLN3vSM .item:last-child {
  margin-top: 2rem;
}
.cid-uv8yLN3vSM .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uv8yLN3vSM .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uv8yLN3vSM .item-wrapper {
    margin: 0 auto;
  }
}
.cid-uv8yLN3vSM .item:first-child .item-wrapper .item-title-wrapper .item-title-span span:nth-child(n+2) {
  opacity: .3;
}
.cid-uv8yLN3vSM .item:nth-child(2) .item-wrapper .item-title-wrapper .item-title-span span:nth-child(n+3) {
  opacity: .3;
}
.cid-uv8yLN3vSM .item:nth-child(3) .item-wrapper .item-title-wrapper .item-title-span span {
  opacity: 1;
}
.cid-uv8yLN3vSM .item:last-child .item-wrapper {
  max-width: 100%;
  display: flex;
  flex-flow: inherit;
  padding: 0 10%;
}
@media (max-width: 1200px) {
  .cid-uv8yLN3vSM .item:last-child .item-wrapper {
    padding: 0 5%;
  }
}
@media (max-width: 992px) {
  .cid-uv8yLN3vSM .item:last-child .item-wrapper {
    flex-flow: column;
  }
}
.cid-uv8yLN3vSM .item:last-child .item-wrapper .item-title-wrapper {
  background: transparent;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uv8yLN3vSM .item:last-child .item-wrapper .item-title-wrapper {
    position: relative;
  }
}
.cid-uv8yLN3vSM .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
  margin: 0;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uv8yLN3vSM .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
    margin: 0 0 1rem 2.5rem;
  }
}
@media (max-width: 425px) {
  .cid-uv8yLN3vSM .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
    margin-left: 0;
  }
}
.cid-uv8yLN3vSM .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
  width: auto;
  height: auto;
  margin: 0 2rem 0 auto;
}
@media (max-width: 992px) {
  .cid-uv8yLN3vSM .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
    position: absolute;
    left: -1.1rem;
  }
}
@media (max-width: 425px) {
  .cid-uv8yLN3vSM .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uv8yLN3vSM .item:last-child .item-wrapper .item-content {
  background: transparent;
  padding: 0;
  display: flex;
  align-items: flex-end;
  min-height: auto;
}
@media (max-width: 1200px) {
  .cid-uv8yLN3vSM .item:last-child .item-wrapper .item-content {
    padding-left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uv8yLN3vSM .item:last-child .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uv8yLN3vSM .item:last-child .item-wrapper .item-content .mbr-text {
    margin-left: 2.5rem;
  }
}
@media (max-width: 425px) {
  .cid-uv8yLN3vSM .item:last-child .item-wrapper .item-content .mbr-text {
    margin-left: 0;
  }
}
.cid-uv8yLN3vSM .item:last-child .item-wrapper .item-title-wrapper {
  max-height: inherit;
}
.cid-uv8yLN3vSM .item-title-wrapper {
  max-height: 95px;
  padding: 1.8rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eaeaea;
}
@media (max-width: 320px) {
  .cid-uv8yLN3vSM .item-title-wrapper {
    padding: 1rem;
  }
}
.cid-uv8yLN3vSM .item-title-wrapper .item-title {
  margin: 0 1rem 0 0;
}
.cid-uv8yLN3vSM .item-title-wrapper .item-title-span {
  width: 50px;
  display: flex;
  justify-content: space-around;
}
.cid-uv8yLN3vSM .item-title-wrapper span {
  display: block;
  width: 10px;
  height: 10px;
  background: #eaeaea;
  border-radius: 50%;
}
.cid-uv8yLN3vSM .item-number {
  position: absolute;
  right: 3rem;
  top: 87%;
  font-size: 3rem;
  width: 60%;
  color: #6870d1;
  text-align: right;
}
@media (max-width: 1200px) {
  .cid-uv8yLN3vSM .item-number {
    top: 89%;
  }
}
@media (max-width: 768px) {
  .cid-uv8yLN3vSM .item-number {
    right: 6rem;
    top: 93%;
  }
}
@media (max-width: 425px) {
  .cid-uv8yLN3vSM .item-number {
    right: 3rem;
  }
}
.cid-uv8yLN3vSM .item-content {
  background: #5e627d;
  padding: 2.5rem;
  height: inherit;
}
.cid-uv8yLN3vSM .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
}
.cid-uv8yLN3vSM .item-title {
  color: #232323;
  text-align: left;
}
.cid-uv8yLN3vSM .mbr-text {
  color: #3a3e5e;
}
.cid-uv8yLN3vSM .item-title-last,
.cid-uv8yLN3vSM .mbr-iconfont {
  color: #6870d1;
}
.cid-uv8yLO7Fpq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #5e627d;
}
.cid-uv8yLO7Fpq .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uv8yLO7Fpq .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uv8yLO7Fpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yLO7Fpq .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-uv8yLO7Fpq .container {
    padding: 0 30px;
  }
}
.cid-uv8yLO7Fpq .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uv8yLO7Fpq .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv8yLO7Fpq .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uv8yLO7Fpq .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uv8yLO7Fpq .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uv8yLO7Fpq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv8yLO7Fpq .mbr-section-title {
  color: #ffffff;
}
.cid-uv8yLO7Fpq .mbr-text {
  color: #ffffff;
}
.cid-uv8yLP31dh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eaeaea;
}
.cid-uv8yLP31dh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yLP31dh .col-12 {
  padding: 0;
}
.cid-uv8yLP31dh .row {
  margin: 0;
}
.cid-uv8yLP31dh .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uv8yLP31dh .card-margin {
    margin-top: -1px;
  }
}
.cid-uv8yLP31dh .card-wrapper {
  min-height: 500px;
  border: 1px solid #848bb7;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uv8yLP31dh .card-wrapper {
    padding: 1rem;
  }
}
.cid-uv8yLP31dh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yLP31dh .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uv8yLP31dh .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uv8yLP31dh .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uv8yLP31dh .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uv8yLP31dh .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uv8yLP31dh .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uv8yLP31dh .image-wrapper {
    padding: 1rem;
  }
}
.cid-uv8yLP31dh .mbr-section-title {
  color: #221b35;
}
.cid-uv8yLP31dh .mbr-text,
.cid-uv8yLP31dh .mbr-section-btn {
  color: #221b35;
}
.cid-uv8yLQpXUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv8yLQpXUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yLQpXUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yLQpXUe .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uv8yLQpXUe .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uv8yLQpXUe .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uv8yLQpXUe .mbr-section-title {
  color: #131313;
}
.cid-uv8yLQpXUe .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uv8yLQpXUe .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uv8yLQpXUe .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uv8yLQpXUe .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #5e627d;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uv8yLQpXUe .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uv8yLQpXUe .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uv8yLQpXUe .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uv8yLQpXUe .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uv8yLQpXUe .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uv8yLQpXUe .card-title {
  color: #131313;
}
.cid-uv8yLQpXUe .card-text {
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
}
.cid-uv8yLQpXUe .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uv8yLQpXUe .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uv8yLQpXUe .card-link {
    margin-top: 15px;
  }
}
.cid-uv8yLQpXUe .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uv8yLQpXUe .card-title,
.cid-uv8yLQpXUe .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uv8yLSF3fS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
  overflow: hidden;
}
.cid-uv8yLSF3fS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yLSF3fS .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-uv8yLSF3fS .container {
    padding: 0 22px;
  }
}
.cid-uv8yLSF3fS .card {
  justify-content: center;
}
.cid-uv8yLSF3fS .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uv8yLSF3fS .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uv8yLSF3fS .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv8yLSF3fS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv8yLSF3fS .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uv8yLSF3fS .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #5e627d;
}
@media (max-width: 1440px) {
  .cid-uv8yLSF3fS .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uv8yLSF3fS .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uv8yLSF3fS .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uv8yLSF3fS .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uv8yLSF3fS .mbr-section-title {
  color: #232323;
}
.cid-uv8yLSF3fS .mbr-text {
  color: #232323;
}
.cid-uv8yLU1UPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e627d;
}
.cid-uv8yLU1UPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yLU1UPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yLU1UPq .content-wrapper {
  padding: 80px 90px;
  background-color: #eaeaea;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uv8yLU1UPq .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uv8yLU1UPq .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uv8yLU1UPq .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uv8yLU1UPq .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uv8yLU1UPq .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uv8yLU1UPq .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uv8yLU1UPq .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uv8yLU1UPq .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uv8yLU1UPq .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uv8yLU1UPq .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uv8yLU1UPq .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uv8yLU1UPq .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uv8yLU1UPq .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uv8yLU1UPq .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uv8yLU1UPq .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uv8yLU1UPq .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uv8yLU1UPq .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uv8yLU1UPq .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uv8yLU1UPq .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uv8yLU1UPq .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uv8yLU1UPq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uv8yLU1UPq .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uv8yLU1UPq .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uv8yLU1UPq .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uv8yLU1UPq .mbr-section-title {
  color: #050f0f;
}
.cid-uv8yLU1UPq .mbr-text {
  color: #050f0f;
}
.cid-uv8yLU1UPq .panel-title-edit {
  color: #050f0f;
}
.cid-uv8yLU1UPq .panel-text {
  color: #050f0f;
}
.cid-uv8yLVz93n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv8yLVz93n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yLVz93n .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-uv8yLVz93n .container {
    padding: 0 22px;
  }
}
.cid-uv8yLVz93n .row {
  justify-content: center;
}
.cid-uv8yLVz93n .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv8yLVz93n .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uv8yLVz93n .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uv8yLVz93n .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uv8yLVz93n .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv8yLVz93n .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uv8yLVz93n .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv8yLVz93n .mbr-section-title {
  color: #ffffff;
}
.cid-uv8yLVz93n .mbr-text {
  color: #232323;
}
.cid-uv8yLVz93n .mbr-section-title,
.cid-uv8yLVz93n .icon-wrapper {
  color: #232323;
}
.cid-uv8yLWJqQv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uv8yLWJqQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yLWJqQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yLWJqQv .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uv8yLWJqQv .container-fluid {
    padding: 0 12px;
  }
}
.cid-uv8yLWJqQv .container-fluid .row {
  padding: 0;
}
.cid-uv8yLWJqQv .row {
  border: 3px solid #eaeaea;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uv8yLWJqQv .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uv8yLWJqQv .card {
    padding: 48px 20px;
  }
}
.cid-uv8yLWJqQv .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uv8yLWJqQv .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uv8yLWJqQv .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #eaeaea;
}
.cid-uv8yLWJqQv .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-uv8yLWJqQv .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uv8yLZZx3i {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5e627d;
}
.cid-uv8yLZZx3i::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #5e627d 50%);
  z-index: 1;
}
.cid-uv8yLZZx3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yLZZx3i .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-uv8yLZZx3i .container {
    padding: 0 22px;
  }
}
.cid-uv8yLZZx3i .row {
  justify-content: center;
}
.cid-uv8yLZZx3i .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uv8yLZZx3i .content-wrapper {
    padding: 0;
  }
}
.cid-uv8yLZZx3i .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uv8yLZZx3i .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uv8yLZZx3i .mbr-section-title {
  color: #ffffff;
}
.cid-uv8yLZZx3i .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uv8yLZZx3i .mbr-section-title,
.cid-uv8yLZZx3i .mbr-section-btn {
  text-align: center;
}
.cid-uv9MdAostB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uv9MdAostB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9MdAostB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9MdAostB .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uv9MdAostB .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv9MdAostB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uv9MdAostB .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #5e627d;
}
@media (max-width: 992px) {
  .cid-uv9MdAostB .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uv9MdAostB .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uv9MdAostB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uv9MdAostB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uv9MdAostB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uv9MdAostB .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-uv9MdAostB .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uv9MdAostB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #5e627d;
}
.cid-uv9MdAostB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uv9MdAostB .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uv9MdAostB .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uv9MdAostB .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uv9MdAostB .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uv9MdAostB .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv9MdAostB .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uv9MdAostB .card {
  justify-content: space-between;
}
.cid-uv9MdAostB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uv9MdAostB .panel-title-edit {
  color: #ffffff;
}
.cid-uv9MdAostB .panel-text {
  color: #f24d4a;
}
.cid-uv9MdAostB .panel-text,
.cid-uv9MdAostB .panel-body {
  color: #ffffff;
}
.cid-uv8yM1olGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #eaeaea;
}
.cid-uv8yM1olGr .google-map {
  height: 30rem;
  position: relative;
  padding: 0 10% 5%;
  margin: 3rem 0;
}
.cid-uv8yM1olGr .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.cid-uv8yM1olGr .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-uv8yM1olGr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uv8yM1olGr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uv8yM1olGr .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #232323;
}
.cid-uv8yM3Amiq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uv8yM3Amiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8yM3Amiq .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uv8yM3Amiq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uv8yM3Amiq .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uv8yM3Amiq a {
  font-weight: 600;
}
.cid-uv8yM3Amiq a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uv8yM3Amiq .col-lg-3,
  .cid-uv8yM3Amiq .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uv8yM3Amiq .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uv8yM3Amiq .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uv8yM3Amiq h5 {
  margin: 0;
}
.cid-uv8yM3Amiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8yM3Amiq .iconfont-wrapper {
  position: relative;
}
.cid-uv8yM3Amiq .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uv8yM3Amiq .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uv8yM3Amiq .sociconfont-wrapper {
  display: flex;
}
.cid-uv8yM3Amiq .card-title,
.cid-uv8yM3Amiq .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-uv8yM3Amiq .card-text {
  color: #000000;
}
.cid-uv8yM3Amiq .mbr-section-title {
  color: #000000;
}
.cid-uv8yM3Amiq .main-title,
.cid-uv8yM3Amiq .iconfont-wrapper {
  text-align: left;
}
.cid-uv8yMa2dwA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5e627d;
  overflow: hidden;
}
.cid-uv9DwovJAf {
  background-color: transparent;
}
.cid-uv9DwovJAf .navbar-dropdown {
  background-color: #eaeaea !important;
  padding: 0;
}
.cid-uv9DwovJAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaeaea !important;
  background: #eaeaea;
}
.cid-uv9DwovJAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv9DwovJAf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uv9DwovJAf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uv9DwovJAf .menu_box .navbar.opened,
  .cid-uv9DwovJAf .menu_box .navbar-collapse {
    background-color: #eaeaea !important;
    transition: all 0s ease 0s;
  }
}
.cid-uv9DwovJAf .navbar-dropdown {
  position: relative !important;
}
.cid-uv9DwovJAf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uv9DwovJAf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uv9DwovJAf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uv9DwovJAf .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uv9DwovJAf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uv9DwovJAf .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uv9DwovJAf .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uv9DwovJAf .nav-item {
    margin: 0 !important;
  }
}
.cid-uv9DwovJAf .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uv9DwovJAf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uv9DwovJAf .nav-item .nav-link:hover,
.cid-uv9DwovJAf .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uv9DwovJAf .nav-item .nav-link:hover::before,
.cid-uv9DwovJAf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uv9DwovJAf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uv9DwovJAf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uv9DwovJAf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uv9DwovJAf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uv9DwovJAf .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-uv9DwovJAf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uv9DwovJAf .offcanvas_box {
    display: none;
  }
}
.cid-uv9DwovJAf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uv9DwovJAf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uv9DwovJAf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uv9DwovJAf .container {
  display: flex;
  margin: auto;
}
.cid-uv9DwovJAf .iconfont-wrapper {
  color: #f24d4a;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uv9DwovJAf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uv9DwovJAf .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uv9DwovJAf .navbar-nav {
    margin: 0;
  }
}
.cid-uv9DwovJAf .dropdown-menu,
.cid-uv9DwovJAf .navbar.opened {
  background-color: false !important;
}
.cid-uv9DwovJAf .nav-item:focus,
.cid-uv9DwovJAf .nav-link:focus {
  outline: none;
}
.cid-uv9DwovJAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv9DwovJAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv9DwovJAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv9DwovJAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv9DwovJAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv9DwovJAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv9DwovJAf .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uv9DwovJAf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uv9DwovJAf .navbar.opened {
  transition: all 0.3s;
}
.cid-uv9DwovJAf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uv9DwovJAf .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uv9DwovJAf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv9DwovJAf .navbar.collapsed {
  justify-content: center;
}
.cid-uv9DwovJAf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv9DwovJAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv9DwovJAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv9DwovJAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv9DwovJAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv9DwovJAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uv9DwovJAf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uv9DwovJAf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uv9DwovJAf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uv9DwovJAf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv9DwovJAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv9DwovJAf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uv9DwovJAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv9DwovJAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uv9DwovJAf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv9DwovJAf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uv9DwovJAf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uv9DwovJAf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uv9DwovJAf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uv9DwovJAf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv9DwovJAf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uv9DwovJAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv9DwovJAf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv9DwovJAf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv9DwovJAf .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-uv9DwovJAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uv9DwovJAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv9DwovJAf .dropdown-item.active,
.cid-uv9DwovJAf .dropdown-item:active {
  background-color: transparent;
}
.cid-uv9DwovJAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uv9DwovJAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv9DwovJAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv9DwovJAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv9DwovJAf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uv9DwovJAf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv9DwovJAf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaeaea;
  background: #ffffff;
}
.cid-uv9DwovJAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f24d4a;
}
.cid-uv9DwovJAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv9DwovJAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv9DwovJAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv9DwovJAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv9DwovJAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv9DwovJAf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv9DwovJAf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv9DwovJAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv9DwovJAf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uv9DwovJAf .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-uv9DwovJAf .navbar {
    height: 70px;
  }
  .cid-uv9DwovJAf .navbar.opened {
    height: auto;
  }
  .cid-uv9DwovJAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv9DwovJAf .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uv9DwovJAf .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uv9DwovJAf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uv9DwovJAf .text_widget {
  margin-bottom: 32px;
}
.cid-uv9DwovJAf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uv9DwovJAf .text_widget a:hover,
.cid-uv9DwovJAf .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uv9DwovJAf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uv9DwovJAf .navbar-caption {
  color: #ffffff;
}
.cid-uv9DwovJAf .mbr-section-subtitle,
.cid-uv9DwovJAf .text_widget,
.cid-uv9DwovJAf .mbr-section-btn {
  text-align: center;
}
.cid-uv9DwovJAf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv9EvrOJn1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
}
.cid-uv9EvrOJn1 .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #5e627d;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uv9EvrOJn1 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uv9EvrOJn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9EvrOJn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9EvrOJn1 .row {
  position: relative;
  z-index: 1;
}
.cid-uv9EvrOJn1 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uv9EvrOJn1 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uv9EvrOJn1 .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uv9EvrOJn1 .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uv9EvrOJn1 .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv9EvrOJn1 .image-wrapper img {
    height: 350px;
  }
}
.cid-uv9EvrOJn1 .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uv9EvrOJn1 .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uv9EvrOJn1 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uv9EvrOJn1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uv9EvrOJn1 .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv9EvrOJn1 .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uv9EvrOJn1 .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv9EvrOJn1 .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uv9EvrOJn1 .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv9EvrOJn1 .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uv9EvrOJn1 .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uv9EvrOJn1 .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uv9EvrOJn1 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uv9EvrOJn1 .mbr-text {
  color: #51565c;
}
.cid-uv9EvrOJn1 .mbr-desc {
  color: #51565c;
}
.cid-uv9EvrOJn1 .mbr-text,
.cid-uv9EvrOJn1 .text-wrapper {
  color: #232323;
}
.cid-uv9Dwprovp {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #5e627d;
}
.cid-uv9Dwprovp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uv9Dwprovp .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uv9Dwprovp .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #eaeaea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uv9Dwprovp .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uv9Dwprovp .mbr-text {
  color: #3d5943;
}
.cid-uv9DwpIxa4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv9DwpIxa4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9DwpIxa4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9DwpIxa4 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uv9DwpIxa4 .content-wrapper {
    padding: 0;
  }
}
.cid-uv9DwpIxa4 .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uv9DwpIxa4 .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uv9DwpIxa4 .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uv9DwpIxa4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv9DwpIxa4 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uv9DwpIxa4 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv9DwpIxa4 .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uv9DwpIxa4 .mbr-text,
.cid-uv9DwpIxa4 .text-wrapper {
  color: #050f0f;
}
.cid-uv9DwpIxa4 .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uv9DwpIxa4 .mbr-text,
.cid-uv9DwpIxa4 .text-wrapper,
.cid-uv9DwpIxa4 .rating-wrapper {
  text-align: left;
}
.cid-uv9Dwq3Eii {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e627d;
}
.cid-uv9Dwq3Eii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9Dwq3Eii .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-uv9Dwq3Eii .container {
    padding: 0 15px;
  }
}
.cid-uv9Dwq3Eii .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uv9Dwq3Eii .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uv9Dwq3Eii .content-wrapper {
    padding-right: 0;
  }
}
.cid-uv9Dwq3Eii .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uv9Dwq3Eii .content-wrap {
    display: block;
  }
}
.cid-uv9Dwq3Eii .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv9Dwq3Eii .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uv9Dwq3Eii .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv9Dwq3Eii .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uv9Dwq3Eii .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uv9Dwq3Eii .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uv9Dwq3Eii .mbr-section-title {
  color: #ffffff;
}
.cid-uv9Dwq3Eii .mbr-desc,
.cid-uv9Dwq3Eii .desc-wrapper {
  color: #3f1819;
}
.cid-uv9Dwq3Eii .mbr-text {
  color: #fafafa;
}
.cid-uv9Dwqtm2P {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-uv9Dwqtm2P .container {
  padding: 0 5%;
}
.cid-uv9Dwqtm2P .item:focus,
.cid-uv9Dwqtm2P span:focus {
  outline: none;
}
.cid-uv9Dwqtm2P .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uv9Dwqtm2P .item:last-child {
  margin-top: 2rem;
}
.cid-uv9Dwqtm2P .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-uv9Dwqtm2P .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uv9Dwqtm2P .item-wrapper {
    margin: 0 auto;
  }
}
.cid-uv9Dwqtm2P .item:first-child .item-wrapper .item-title-wrapper .item-title-span span:nth-child(n+2) {
  opacity: .3;
}
.cid-uv9Dwqtm2P .item:nth-child(2) .item-wrapper .item-title-wrapper .item-title-span span:nth-child(n+3) {
  opacity: .3;
}
.cid-uv9Dwqtm2P .item:nth-child(3) .item-wrapper .item-title-wrapper .item-title-span span {
  opacity: 1;
}
.cid-uv9Dwqtm2P .item:last-child .item-wrapper {
  max-width: 100%;
  display: flex;
  flex-flow: inherit;
  padding: 0 10%;
}
@media (max-width: 1200px) {
  .cid-uv9Dwqtm2P .item:last-child .item-wrapper {
    padding: 0 5%;
  }
}
@media (max-width: 992px) {
  .cid-uv9Dwqtm2P .item:last-child .item-wrapper {
    flex-flow: column;
  }
}
.cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-title-wrapper {
  background: transparent;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-title-wrapper {
    position: relative;
  }
}
.cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
  margin: 0;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
    margin: 0 0 1rem 2.5rem;
  }
}
@media (max-width: 425px) {
  .cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
    margin-left: 0;
  }
}
.cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
  width: auto;
  height: auto;
  margin: 0 2rem 0 auto;
}
@media (max-width: 992px) {
  .cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
    position: absolute;
    left: -1.1rem;
  }
}
@media (max-width: 425px) {
  .cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-content {
  background: transparent;
  padding: 0;
  display: flex;
  align-items: flex-end;
  min-height: auto;
}
@media (max-width: 1200px) {
  .cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-content {
    padding-left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-content .mbr-text {
    margin-left: 2.5rem;
  }
}
@media (max-width: 425px) {
  .cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-content .mbr-text {
    margin-left: 0;
  }
}
.cid-uv9Dwqtm2P .item:last-child .item-wrapper .item-title-wrapper {
  max-height: inherit;
}
.cid-uv9Dwqtm2P .item-title-wrapper {
  max-height: 95px;
  padding: 1.8rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eaeaea;
}
@media (max-width: 320px) {
  .cid-uv9Dwqtm2P .item-title-wrapper {
    padding: 1rem;
  }
}
.cid-uv9Dwqtm2P .item-title-wrapper .item-title {
  margin: 0 1rem 0 0;
}
.cid-uv9Dwqtm2P .item-title-wrapper .item-title-span {
  width: 50px;
  display: flex;
  justify-content: space-around;
}
.cid-uv9Dwqtm2P .item-title-wrapper span {
  display: block;
  width: 10px;
  height: 10px;
  background: #eaeaea;
  border-radius: 50%;
}
.cid-uv9Dwqtm2P .item-number {
  position: absolute;
  right: 3rem;
  top: 87%;
  font-size: 3rem;
  width: 60%;
  color: #6870d1;
  text-align: right;
}
@media (max-width: 1200px) {
  .cid-uv9Dwqtm2P .item-number {
    top: 89%;
  }
}
@media (max-width: 768px) {
  .cid-uv9Dwqtm2P .item-number {
    right: 6rem;
    top: 93%;
  }
}
@media (max-width: 425px) {
  .cid-uv9Dwqtm2P .item-number {
    right: 3rem;
  }
}
.cid-uv9Dwqtm2P .item-content {
  background: #5e627d;
  padding: 2.5rem;
  height: inherit;
}
.cid-uv9Dwqtm2P .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
}
.cid-uv9Dwqtm2P .item-title {
  color: #232323;
  text-align: left;
}
.cid-uv9Dwqtm2P .mbr-text {
  color: #3a3e5e;
}
.cid-uv9Dwqtm2P .item-title-last,
.cid-uv9Dwqtm2P .mbr-iconfont {
  color: #6870d1;
}
.cid-uv9Dwr0WKt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #5e627d;
}
.cid-uv9Dwr0WKt .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uv9Dwr0WKt .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uv9Dwr0WKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9Dwr0WKt .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-uv9Dwr0WKt .container {
    padding: 0 30px;
  }
}
.cid-uv9Dwr0WKt .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uv9Dwr0WKt .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv9Dwr0WKt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uv9Dwr0WKt .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uv9Dwr0WKt .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uv9Dwr0WKt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv9Dwr0WKt .mbr-section-title {
  color: #ffffff;
}
.cid-uv9Dwr0WKt .mbr-text {
  color: #ffffff;
}
.cid-uv9Dwrk8KN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eaeaea;
}
.cid-uv9Dwrk8KN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9Dwrk8KN .col-12 {
  padding: 0;
}
.cid-uv9Dwrk8KN .row {
  margin: 0;
}
.cid-uv9Dwrk8KN .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uv9Dwrk8KN .card-margin {
    margin-top: -1px;
  }
}
.cid-uv9Dwrk8KN .card-wrapper {
  min-height: 500px;
  border: 1px solid #848bb7;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uv9Dwrk8KN .card-wrapper {
    padding: 1rem;
  }
}
.cid-uv9Dwrk8KN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9Dwrk8KN .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uv9Dwrk8KN .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uv9Dwrk8KN .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uv9Dwrk8KN .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uv9Dwrk8KN .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uv9Dwrk8KN .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uv9Dwrk8KN .image-wrapper {
    padding: 1rem;
  }
}
.cid-uv9Dwrk8KN .mbr-section-title {
  color: #221b35;
}
.cid-uv9Dwrk8KN .mbr-text,
.cid-uv9Dwrk8KN .mbr-section-btn {
  color: #221b35;
}
.cid-uv9DwrJ4KR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv9DwrJ4KR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9DwrJ4KR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9DwrJ4KR .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uv9DwrJ4KR .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uv9DwrJ4KR .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uv9DwrJ4KR .mbr-section-title {
  color: #131313;
}
.cid-uv9DwrJ4KR .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uv9DwrJ4KR .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uv9DwrJ4KR .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uv9DwrJ4KR .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #5e627d;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uv9DwrJ4KR .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uv9DwrJ4KR .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uv9DwrJ4KR .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uv9DwrJ4KR .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uv9DwrJ4KR .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uv9DwrJ4KR .card-title {
  color: #131313;
}
.cid-uv9DwrJ4KR .card-text {
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
}
.cid-uv9DwrJ4KR .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uv9DwrJ4KR .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uv9DwrJ4KR .card-link {
    margin-top: 15px;
  }
}
.cid-uv9DwrJ4KR .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uv9DwrJ4KR .card-title,
.cid-uv9DwrJ4KR .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uv9DwsiJpl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
  overflow: hidden;
}
.cid-uv9DwsiJpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9DwsiJpl .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-uv9DwsiJpl .container {
    padding: 0 22px;
  }
}
.cid-uv9DwsiJpl .card {
  justify-content: center;
}
.cid-uv9DwsiJpl .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uv9DwsiJpl .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uv9DwsiJpl .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv9DwsiJpl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv9DwsiJpl .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uv9DwsiJpl .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #5e627d;
}
@media (max-width: 1440px) {
  .cid-uv9DwsiJpl .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uv9DwsiJpl .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uv9DwsiJpl .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uv9DwsiJpl .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uv9DwsiJpl .mbr-section-title {
  color: #232323;
}
.cid-uv9DwsiJpl .mbr-text {
  color: #232323;
}
.cid-uv9DwsFpsp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e627d;
}
.cid-uv9DwsFpsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9DwsFpsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9DwsFpsp .content-wrapper {
  padding: 80px 90px;
  background-color: #eaeaea;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uv9DwsFpsp .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uv9DwsFpsp .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uv9DwsFpsp .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uv9DwsFpsp .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uv9DwsFpsp .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uv9DwsFpsp .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uv9DwsFpsp .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uv9DwsFpsp .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uv9DwsFpsp .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uv9DwsFpsp .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uv9DwsFpsp .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uv9DwsFpsp .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uv9DwsFpsp .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uv9DwsFpsp .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uv9DwsFpsp .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uv9DwsFpsp .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uv9DwsFpsp .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uv9DwsFpsp .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uv9DwsFpsp .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uv9DwsFpsp .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uv9DwsFpsp .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uv9DwsFpsp .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uv9DwsFpsp .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uv9DwsFpsp .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uv9DwsFpsp .mbr-section-title {
  color: #050f0f;
}
.cid-uv9DwsFpsp .mbr-text {
  color: #050f0f;
}
.cid-uv9DwsFpsp .panel-title-edit {
  color: #050f0f;
}
.cid-uv9DwsFpsp .panel-text {
  color: #050f0f;
}
.cid-uv9DwtiUrF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uv9DwtiUrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9DwtiUrF .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-uv9DwtiUrF .container {
    padding: 0 22px;
  }
}
.cid-uv9DwtiUrF .row {
  justify-content: center;
}
.cid-uv9DwtiUrF .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv9DwtiUrF .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uv9DwtiUrF .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uv9DwtiUrF .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uv9DwtiUrF .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv9DwtiUrF .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uv9DwtiUrF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uv9DwtiUrF .mbr-section-title {
  color: #ffffff;
}
.cid-uv9DwtiUrF .mbr-text {
  color: #232323;
}
.cid-uv9DwtiUrF .mbr-section-title,
.cid-uv9DwtiUrF .icon-wrapper {
  color: #232323;
}
.cid-uv9DwtET2I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uv9DwtET2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9DwtET2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9DwtET2I .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uv9DwtET2I .container-fluid {
    padding: 0 12px;
  }
}
.cid-uv9DwtET2I .container-fluid .row {
  padding: 0;
}
.cid-uv9DwtET2I .row {
  border: 3px solid #eaeaea;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uv9DwtET2I .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uv9DwtET2I .card {
    padding: 48px 20px;
  }
}
.cid-uv9DwtET2I .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uv9DwtET2I .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uv9DwtET2I .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #eaeaea;
}
.cid-uv9DwtET2I .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-uv9DwtET2I .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uv9Dwu0bsa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5e627d;
}
.cid-uv9Dwu0bsa::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #5e627d 50%);
  z-index: 1;
}
.cid-uv9Dwu0bsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9Dwu0bsa .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-uv9Dwu0bsa .container {
    padding: 0 22px;
  }
}
.cid-uv9Dwu0bsa .row {
  justify-content: center;
}
.cid-uv9Dwu0bsa .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uv9Dwu0bsa .content-wrapper {
    padding: 0;
  }
}
.cid-uv9Dwu0bsa .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uv9Dwu0bsa .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uv9Dwu0bsa .mbr-section-title {
  color: #ffffff;
}
.cid-uv9Dwu0bsa .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uv9Dwu0bsa .mbr-section-title,
.cid-uv9Dwu0bsa .mbr-section-btn {
  text-align: center;
}
.cid-uv9NySxR13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uv9NySxR13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9NySxR13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9NySxR13 .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uv9NySxR13 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv9NySxR13 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uv9NySxR13 .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #5e627d;
}
@media (max-width: 992px) {
  .cid-uv9NySxR13 .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uv9NySxR13 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uv9NySxR13 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uv9NySxR13 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uv9NySxR13 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uv9NySxR13 .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-uv9NySxR13 .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uv9NySxR13 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #5e627d;
}
.cid-uv9NySxR13 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uv9NySxR13 .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uv9NySxR13 .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uv9NySxR13 .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uv9NySxR13 .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uv9NySxR13 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv9NySxR13 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uv9NySxR13 .card {
  justify-content: space-between;
}
.cid-uv9NySxR13 .mbr-section-title {
  color: #5e627d;
  text-align: center;
}
.cid-uv9NySxR13 .panel-title-edit {
  color: #ffffff;
}
.cid-uv9NySxR13 .panel-text {
  color: #f24d4a;
}
.cid-uv9NySxR13 .panel-text,
.cid-uv9NySxR13 .panel-body {
  color: #ffffff;
}
.cid-uv9DwunRHn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #eaeaea;
}
.cid-uv9DwunRHn .google-map {
  height: 30rem;
  position: relative;
  padding: 0 10% 5%;
  margin: 3rem 0;
}
.cid-uv9DwunRHn .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.cid-uv9DwunRHn .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-uv9DwunRHn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uv9DwunRHn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uv9DwunRHn .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #232323;
}
.cid-uv9DwuMIuP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uv9DwuMIuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv9DwuMIuP .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uv9DwuMIuP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uv9DwuMIuP .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uv9DwuMIuP a {
  font-weight: 600;
}
.cid-uv9DwuMIuP a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uv9DwuMIuP .col-lg-3,
  .cid-uv9DwuMIuP .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uv9DwuMIuP .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uv9DwuMIuP .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uv9DwuMIuP h5 {
  margin: 0;
}
.cid-uv9DwuMIuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv9DwuMIuP .iconfont-wrapper {
  position: relative;
}
.cid-uv9DwuMIuP .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uv9DwuMIuP .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uv9DwuMIuP .sociconfont-wrapper {
  display: flex;
}
.cid-uv9DwuMIuP .card-title,
.cid-uv9DwuMIuP .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-uv9DwuMIuP .card-text {
  color: #000000;
}
.cid-uv9DwuMIuP .mbr-section-title {
  color: #000000;
}
.cid-uv9DwuMIuP .main-title,
.cid-uv9DwuMIuP .iconfont-wrapper {
  text-align: left;
}
.cid-uv9Dwvlhd9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5e627d;
  overflow: hidden;
}
