.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.4rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e4ed64 !important;
}
.bg-success {
  background-color: #5ec553 !important;
}
.bg-info {
  background-color: #e0e0e0 !important;
}
.bg-warning {
  background-color: #f0c365 !important;
}
.bg-danger {
  background-color: #f06c65 !important;
}
.btn-primary .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e4ed64 !important;
  border-color: #e4ed64 !important;
  color: #454909 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ecf292 !important;
  border-color: #ecf292 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #454909 !important;
  background-color: #ecf292 !important;
  border-color: #ecf292 !important;
}
.btn-secondary .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8a8a8a !important;
  border-color: #8a8a8a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-info .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #616161 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #5ec553 !important;
  border-color: #5ec553 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #82d279 !important;
  border-color: #82d279 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #82d279 !important;
  border-color: #82d279 !important;
}
.btn-warning .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f0c365 !important;
  border-color: #f0c365 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f5d593 !important;
  border-color: #f5d593 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5d593 !important;
  border-color: #f5d593 !important;
}
.btn-danger .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f06c65 !important;
  border-color: #f06c65 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f59893 !important;
  border-color: #f59893 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f59893 !important;
  border-color: #f59893 !important;
}
.btn-white .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #e4ed64 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e4ed64;
  color: #e4ed64;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d3e01a !important;
  background-color: transparent !important;
  border-color: #d3e01a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #454909 !important;
  background-color: #e4ed64 !important;
  border-color: #e4ed64 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #8a8a8a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #8a8a8a;
  color: #8a8a8a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5f5f5f !important;
  background-color: transparent !important;
  border-color: #5f5f5f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8a8a8a !important;
  border-color: #8a8a8a !important;
}
.btn-info-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #e0e0e0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e0e0e0;
  color: #e0e0e0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b5b5b5 !important;
  background-color: transparent !important;
  border-color: #b5b5b5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #616161 !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #5ec553 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5ec553;
  color: #5ec553;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3a9131 !important;
  background-color: transparent !important;
  border-color: #3a9131 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5ec553 !important;
  border-color: #5ec553 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #f0c365 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f0c365;
  color: #f0c365;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e8a417 !important;
  background-color: transparent !important;
  border-color: #e8a417 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f0c365 !important;
  border-color: #f0c365 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #f06c65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f06c65;
  color: #f06c65;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e82117 !important;
  background-color: transparent !important;
  border-color: #e82117 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f06c65 !important;
  border-color: #f06c65 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #ffffff !important;
  background-color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e4ed64 !important;
}
.text-secondary {
  color: #8a8a8a !important;
}
.text-success {
  color: #5ec553 !important;
}
.text-info {
  color: #e0e0e0 !important;
}
.text-warning {
  color: #f0c365 !important;
}
.text-danger {
  color: #f06c65 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c6d318 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #575757 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #35852d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #adadad !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #da9a15 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #da1f15 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e4ed64;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e0e0e0;
}
.alert-warning {
  background-color: #f0c365;
}
.alert-danger {
  background-color: #f06c65;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e4ed64;
  border-color: #e4ed64;
  color: #5b600b;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e4ed64;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b7e5b2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e4ed64 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e4ed64;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e4ed64;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e4ed64;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e4ed64;
  border-bottom-color: #e4ed64;
}
.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: #000000 !important;
  background-color: #e4ed64 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #8a8a8a !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='%23e4ed64' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 4px 30px;
  align-items: center;
  min-height: 60px;
  font-weight: 700 !important;
}
.mbr-section-btn .btn span {
  font-weight: 700;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: -25px;
  transition: all .3s ease;
  font-size: inherit;
  font-weight: 400;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .item-img {
    border-radius: 20px !important;
  }
}
.item-blur {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .item-blur {
    border-radius: 20px !important;
  }
}
.item-blur::before {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .item-blur::before {
    border-radius: 20px !important;
  }
}
.mbr-label,
.card-label {
  border-radius: 2rem;
}
.item-icon {
  border-radius: 30px 0 30px 30px !important;
}
@media (max-width: 992px) {
  .item-icon {
    border-radius: 20px 0 20px 20px !important;
  }
}
.item-img.small-radius {
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .item-img.small-radius {
    border-radius: 15px !important;
  }
}
.navbar-collapse {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .navbar-collapse {
    border-radius: 20px !important;
  }
}
.cid-uMqhP7sQwt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMqhP7sQwt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMqhP7sQwt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMqhP7sQwt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uMqhP7sQwt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMqhP7sQwt .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uMqhP7sQwt .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uMqhP7sQwt .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uMqhP7sQwt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMqhP7sQwt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMqhP7sQwt .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uMqhP7sQwt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMqhP7sQwt .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMqhP7sQwt .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uMqhP7sQwt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uMqhP7sQwt .container,
.cid-uMqhP7sQwt .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .container,
  .cid-uMqhP7sQwt .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .container,
  .cid-uMqhP7sQwt .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMqhP7sQwt .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uMqhP7sQwt .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uMqhP7sQwt .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMqhP7sQwt .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uMqhP7sQwt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uMqhP7sQwt .nav-item:focus,
.cid-uMqhP7sQwt .nav-link:focus {
  outline: none;
}
.cid-uMqhP7sQwt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMqhP7sQwt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMqhP7sQwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMqhP7sQwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMqhP7sQwt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMqhP7sQwt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMqhP7sQwt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMqhP7sQwt .navbar.opened {
  transition: all 0.3s;
}
.cid-uMqhP7sQwt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMqhP7sQwt .navbar .navbar-logo img {
  width: auto;
}
.cid-uMqhP7sQwt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMqhP7sQwt .navbar.collapsed {
  justify-content: center;
}
.cid-uMqhP7sQwt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMqhP7sQwt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMqhP7sQwt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uMqhP7sQwt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMqhP7sQwt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMqhP7sQwt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMqhP7sQwt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMqhP7sQwt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMqhP7sQwt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .navbar {
    min-height: 72px;
  }
  .cid-uMqhP7sQwt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMqhP7sQwt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMqhP7sQwt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMqhP7sQwt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMqhP7sQwt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMqhP7sQwt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMqhP7sQwt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMqhP7sQwt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMqhP7sQwt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMqhP7sQwt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMqhP7sQwt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMqhP7sQwt .dropdown-item.active,
.cid-uMqhP7sQwt .dropdown-item:active {
  background-color: transparent;
}
.cid-uMqhP7sQwt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMqhP7sQwt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMqhP7sQwt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMqhP7sQwt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMqhP7sQwt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uMqhP7sQwt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMqhP7sQwt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMqhP7sQwt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar-buttons {
    text-align: left;
  }
}
.cid-uMqhP7sQwt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMqhP7sQwt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqhP7sQwt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMqhP7sQwt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMqhP7sQwt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqhP7sQwt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMqhP7sQwt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMqhP7sQwt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMqhP7sQwt .navbar {
    height: 70px;
  }
  .cid-uMqhP7sQwt .navbar.opened {
    height: auto;
  }
  .cid-uMqhP7sQwt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMqhP7sQwt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMqhP7sQwt .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uMqhP7sQwt .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uMqhP7sQwt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMqhP7sQwt .navbar-brand {
    margin-right: auto;
  }
  .cid-uMqhP7sQwt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uMqhP7sQwt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMqhP7sQwt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMqhPzpDE7 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/escritorio-compressed.webp");
}
.cid-uMqhPzpDE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqhPzpDE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqhPzpDE7 .row {
  justify-content: center;
}
.cid-uMqhPzpDE7 .card {
  justify-content: flex-end;
}
.cid-uMqhPzpDE7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqhPzpDE7 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMqhPzpDE7 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uMqhPzpDE7 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uMqhPzpDE7 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uMqhPzpDE7 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uMqhPzpDE7 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqhPzpDE7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMqhPzpDE7 .mbr-text,
.cid-uMqhPzpDE7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMqhPzpDE7 .mbr-desc {
  color: #ffffff;
}
.cid-uMqiyePDHi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMqiyePDHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqiyePDHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqiyePDHi .row {
  justify-content: space-between;
}
.cid-uMqiyePDHi .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMqiyePDHi .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uMqiyePDHi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #8a8a8a;
  padding: 20px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #000000;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper {
  position: relative;
  margin-bottom: 30px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqiyePDHi .mbr-label {
  color: #000000;
}
.cid-uMqiyePDHi .mbr-section-title {
  color: #000000;
}
.cid-uMqiyePDHi .item-title {
  color: #000000;
}
.cid-uMqiyePDHi .item-text {
  color: #8a8a8a;
}
.cid-uPbmM7cD0Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPbmM7cD0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPbmM7cD0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPbmM7cD0Y .row {
  justify-content: space-between;
}
.cid-uPbmM7cD0Y .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPbmM7cD0Y .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPbmM7cD0Y .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uPbmM7cD0Y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPbmM7cD0Y .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uPbmM7cD0Y .tabs-wrapper .nav.nav-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPbmM7cD0Y .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uPbmM7cD0Y .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uPbmM7cD0Y .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #8a8a8a;
  padding: 20px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
}
.cid-uPbmM7cD0Y .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uPbmM7cD0Y .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #000000;
}
.cid-uPbmM7cD0Y .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uPbmM7cD0Y .tab-content .tab-pane .content-wrap .card-wrapper {
  position: relative;
  margin-bottom: 30px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPbmM7cD0Y .tab-content .tab-pane .content-wrap .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPbmM7cD0Y .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPbmM7cD0Y .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uPbmM7cD0Y .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPbmM7cD0Y .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPbmM7cD0Y .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uPbmM7cD0Y .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uPbmM7cD0Y .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uPbmM7cD0Y .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uPbmM7cD0Y .tab-content .tab-pane .content-wrap .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPbmM7cD0Y .mbr-label {
  color: #000000;
}
.cid-uPbmM7cD0Y .mbr-section-title {
  color: #000000;
}
.cid-uPbmM7cD0Y .item-title {
  color: #000000;
}
.cid-uPbmM7cD0Y .item-text {
  color: #8a8a8a;
}
.cid-uMqhQzLRAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/forro-mineral-1024x523.jpg");
}
.cid-uMqhQzLRAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqhQzLRAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqhQzLRAw .card {
  justify-content: flex-end;
}
.cid-uMqhQzLRAw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqhQzLRAw .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqhQzLRAw .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uMqhQzLRAw .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqhQzLRAw .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uMqhQzLRAw .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uMqhQzLRAw .items-wrapper .item {
  padding: 0 15px;
}
.cid-uMqhQzLRAw .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqhQzLRAw .item {
    margin-bottom: 15px;
  }
}
.cid-uMqhQzLRAw .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMqhQzLRAw .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uMqhQzLRAw .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  background-color: #000000;
}
.cid-uMqhQzLRAw .item .item-wrapper:hover .card-box .border-wrapper::before,
.cid-uMqhQzLRAw .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #e4ed64;
}
.cid-uMqhQzLRAw .item .item-wrapper:hover .card-box .border-wrapper::after,
.cid-uMqhQzLRAw .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqhQzLRAw .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #e4ed64;
  display: inline-flex;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
  transition: all .4s ease;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e4ed64;
  transition: all .6s ease;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqhQzLRAw .mbr-section-title {
  color: #ffffff;
}
.cid-uMqhQzLRAw .card-title {
  color: #ffffff;
}
.cid-uMqhQzLRAw .card-text {
  color: #ffffff;
}
.cid-uMqhRWdmbs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqhRWdmbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqhRWdmbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqhRWdmbs .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uMqhRWdmbs .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uMqhRWdmbs .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uMqhRWdmbs .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uMqhRWdmbs .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uMqhRWdmbs .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uMqhRWdmbs .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uMqhRWdmbs .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uMqhRWdmbs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uMqhRWdmbs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqhRWdmbs .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uMqhRWdmbs .mbr-label,
.cid-uMqhRWdmbs .label-wrapper {
  color: #000000;
}
.cid-uMqhRWdmbs .mbr-section-title {
  color: #000000;
}
.cid-uMqhRWdmbs .mbr-text {
  color: #8a8a8a;
}
.cid-uMqhRWdmbs .card-title {
  color: #000000;
}
.cid-uMqhRWdmbs .card-text {
  color: #8a8a8a;
}
.cid-uMqhRWdmbs .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uMqhRWdmbs .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMqhRWdmbs .item-star,
.cid-uMqhRWdmbs .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uMqhRWdmbs .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uMqhSO6yE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-uMqhSO6yE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqhSO6yE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqhSO6yE9 .card {
  justify-content: flex-end;
}
.cid-uMqhSO6yE9 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqhSO6yE9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMqhSO6yE9 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uMqhSO6yE9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMqhSO6yE9 .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uMqhSO6yE9 .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqhSO6yE9 .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uMqhSO6yE9 .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uMqhSO6yE9 .items-wrapper .item {
  padding: 0 15px;
}
.cid-uMqhSO6yE9 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqhSO6yE9 .item {
    margin-bottom: 15px;
  }
}
.cid-uMqhSO6yE9 .item .item-wrapper {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
.cid-uMqhSO6yE9 .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f6f3ec;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uMqhSO6yE9 .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #e4ed64;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uMqhSO6yE9 .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uMqhSO6yE9 .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uMqhSO6yE9 .item .item-wrapper .item-img img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.cid-uMqhSO6yE9 .item .item-wrapper .item-content {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uMqhSO6yE9 .item .item-wrapper .item-content {
    padding: 30px;
  }
}
.cid-uMqhSO6yE9 .item .item-wrapper .item-content .card-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
}
.cid-uMqhSO6yE9 .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uMqhSO6yE9 .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-uMqhSO6yE9 .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uMqhSO6yE9 .mbr-label,
.cid-uMqhSO6yE9 .label-wrapper {
  color: #000000;
}
.cid-uMqhSO6yE9 .mbr-section-title,
.cid-uMqhSO6yE9 .title-wrapper {
  color: #000000;
}
.cid-uMqhSO6yE9 .card-text {
  color: #000000;
}
.cid-uMqhSO6yE9 .card-name {
  color: #000000;
}
.cid-uMqhSO6yE9 .card-role {
  color: #8a8a8a;
}
.cid-uMqivGReQI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMqivGReQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqivGReQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqivGReQI .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uMqivGReQI .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqivGReQI .item {
    margin-bottom: 15px;
  }
}
.cid-uMqivGReQI .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uMqivGReQI .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uMqivGReQI .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqivGReQI .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMqivGReQI .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uMqivGReQI .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uMqivGReQI .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uMqivGReQI .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uMqivGReQI .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMqivGReQI .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uMqivGReQI .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uMqivGReQI .card-title {
  color: #000000;
}
.cid-uMqivGReQI .card-text {
  color: #8a8a8a;
}
.cid-uMqivGReQI .card-text,
.cid-uMqivGReQI .mbr-section-btn {
  text-align: center;
}
.cid-uMqiDfTMz1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uMqiDfTMz1 .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uMqiDfTMz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqiDfTMz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqiDfTMz1 .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper {
    padding: 30px;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .mbr-section-title {
  color: #000000;
}
.cid-uMqiDfTMz1 .mbr-text {
  color: #8a8a8a;
}
.cid-uMqiDfTMz1 .list {
  color: #000000;
}
.cid-uMqiDfTMz1 .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uMqiDfTMz1 .mbr-text,
.cid-uMqiDfTMz1 .mbr-section-btn {
  color: #055670;
}
.cid-uMqhP7sQwt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMqhP7sQwt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMqhP7sQwt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMqhP7sQwt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uMqhP7sQwt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMqhP7sQwt .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uMqhP7sQwt .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uMqhP7sQwt .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uMqhP7sQwt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMqhP7sQwt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMqhP7sQwt .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uMqhP7sQwt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMqhP7sQwt .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMqhP7sQwt .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uMqhP7sQwt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uMqhP7sQwt .container,
.cid-uMqhP7sQwt .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .container,
  .cid-uMqhP7sQwt .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .container,
  .cid-uMqhP7sQwt .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMqhP7sQwt .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uMqhP7sQwt .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uMqhP7sQwt .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMqhP7sQwt .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uMqhP7sQwt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uMqhP7sQwt .nav-item:focus,
.cid-uMqhP7sQwt .nav-link:focus {
  outline: none;
}
.cid-uMqhP7sQwt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMqhP7sQwt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMqhP7sQwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMqhP7sQwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMqhP7sQwt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMqhP7sQwt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMqhP7sQwt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMqhP7sQwt .navbar.opened {
  transition: all 0.3s;
}
.cid-uMqhP7sQwt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMqhP7sQwt .navbar .navbar-logo img {
  width: auto;
}
.cid-uMqhP7sQwt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMqhP7sQwt .navbar.collapsed {
  justify-content: center;
}
.cid-uMqhP7sQwt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMqhP7sQwt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMqhP7sQwt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uMqhP7sQwt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMqhP7sQwt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMqhP7sQwt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMqhP7sQwt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMqhP7sQwt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMqhP7sQwt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .navbar {
    min-height: 72px;
  }
  .cid-uMqhP7sQwt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMqhP7sQwt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMqhP7sQwt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMqhP7sQwt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMqhP7sQwt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMqhP7sQwt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMqhP7sQwt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMqhP7sQwt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMqhP7sQwt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMqhP7sQwt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMqhP7sQwt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMqhP7sQwt .dropdown-item.active,
.cid-uMqhP7sQwt .dropdown-item:active {
  background-color: transparent;
}
.cid-uMqhP7sQwt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMqhP7sQwt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMqhP7sQwt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMqhP7sQwt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMqhP7sQwt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uMqhP7sQwt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMqhP7sQwt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMqhP7sQwt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar-buttons {
    text-align: left;
  }
}
.cid-uMqhP7sQwt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMqhP7sQwt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqhP7sQwt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMqhP7sQwt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMqhP7sQwt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqhP7sQwt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMqhP7sQwt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMqhP7sQwt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMqhP7sQwt .navbar {
    height: 70px;
  }
  .cid-uMqhP7sQwt .navbar.opened {
    height: auto;
  }
  .cid-uMqhP7sQwt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMqhP7sQwt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMqhP7sQwt .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uMqhP7sQwt .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uMqhP7sQwt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMqhP7sQwt .navbar-brand {
    margin-right: auto;
  }
  .cid-uMqhP7sQwt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uMqhP7sQwt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMqhP7sQwt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPfSwEFShQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPfSwEFShQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPfSwEFShQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPfSwEFShQ .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uPfSwEFShQ .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .cid-uPfSwEFShQ .container {
    padding: 15px;
  }
}
.cid-uPfSwEFShQ .row {
  margin: 0 -5px;
}
.cid-uPfSwEFShQ .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uPfSwEFShQ .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-uPfSwEFShQ .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPfSwEFShQ .image-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uPfSwEFShQ .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPfSwEFShQ .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-uPfSwEFShQ .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #f6f3ec;
}
@media (max-width: 1440px) {
  .cid-uPfSwEFShQ .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .cid-uPfSwEFShQ .card-wrapper {
    padding: 30px;
  }
}
.cid-uPfSwEFShQ .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uPfSwEFShQ .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPfSwEFShQ .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPfSwEFShQ .card-wrapper .card-wrap .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uPfSwEFShQ .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPfSwEFShQ .card-wrapper .card-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPfSwEFShQ .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPfSwEFShQ .card-wrapper .number-wrapper {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .cid-uPfSwEFShQ .card-wrapper .number-wrapper {
    margin-top: 30px;
  }
}
.cid-uPfSwEFShQ .card-wrapper .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPfSwEFShQ .card-wrapper .number-wrapper .number-wrap {
    display: block;
  }
}
.cid-uPfSwEFShQ .card-wrapper .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
  padding-right: 20px;
}
.cid-uPfSwEFShQ .card-wrapper .number-wrapper .number-wrap .mbr-desc {
  border-left: 1px solid #e0e0e0;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPfSwEFShQ .card-wrapper .number-wrapper .number-wrap .mbr-desc {
    padding: 0;
    border: none;
  }
}
.cid-uPfSwEFShQ .mbr-section-title {
  color: #000000;
}
.cid-uPfSwEFShQ .mbr-text,
.cid-uPfSwEFShQ .text-wrapper {
  color: #8a8a8a;
}
.cid-uPfSwEFShQ .mbr-number {
  color: #000000;
}
.cid-uPfSwEFShQ .mbr-desc {
  color: #000000;
}
.cid-uPfT1knEQv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e0e0;
}
.cid-uPfT1knEQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPfT1knEQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPfT1knEQv .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uPfT1knEQv .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uPfT1knEQv .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uPfT1knEQv .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPfT1knEQv .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uPfT1knEQv .mbr-desc,
.cid-uPfT1knEQv .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uPfT1knEQv .mbr-text,
.cid-uPfT1knEQv .icon-wrapper {
  text-align: left;
}
.cid-uMqiDfTMz1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uMqiDfTMz1 .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uMqiDfTMz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqiDfTMz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqiDfTMz1 .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper {
    padding: 30px;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .mbr-section-title {
  color: #000000;
}
.cid-uMqiDfTMz1 .mbr-text {
  color: #8a8a8a;
}
.cid-uMqiDfTMz1 .list {
  color: #000000;
}
.cid-uMqiDfTMz1 .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uMqiDfTMz1 .mbr-text,
.cid-uMqiDfTMz1 .mbr-section-btn {
  color: #055670;
}
.cid-uPg02YEbku {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPg02YEbku .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPg02YEbku .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPg02YEbku .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPg02YEbku .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPg02YEbku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPg02YEbku .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPg02YEbku .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPg02YEbku .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPg02YEbku .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPg02YEbku .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPg02YEbku .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPg02YEbku .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPg02YEbku .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPg02YEbku .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPg02YEbku .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPg02YEbku .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPg02YEbku .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPg02YEbku .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPg02YEbku .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPg02YEbku .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPg02YEbku .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPg02YEbku .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPg02YEbku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPg02YEbku .container,
.cid-uPg02YEbku .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPg02YEbku .container,
  .cid-uPg02YEbku .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPg02YEbku .container,
  .cid-uPg02YEbku .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPg02YEbku .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPg02YEbku .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPg02YEbku .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPg02YEbku .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPg02YEbku .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPg02YEbku .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPg02YEbku .nav-item:focus,
.cid-uPg02YEbku .nav-link:focus {
  outline: none;
}
.cid-uPg02YEbku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPg02YEbku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPg02YEbku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPg02YEbku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPg02YEbku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPg02YEbku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPg02YEbku .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPg02YEbku .navbar.opened {
  transition: all 0.3s;
}
.cid-uPg02YEbku .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPg02YEbku .navbar .navbar-logo img {
  width: auto;
}
.cid-uPg02YEbku .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPg02YEbku .navbar.collapsed {
  justify-content: center;
}
.cid-uPg02YEbku .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPg02YEbku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPg02YEbku .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPg02YEbku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPg02YEbku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPg02YEbku .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPg02YEbku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPg02YEbku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPg02YEbku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPg02YEbku .navbar {
    min-height: 72px;
  }
  .cid-uPg02YEbku .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPg02YEbku .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPg02YEbku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPg02YEbku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPg02YEbku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPg02YEbku .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPg02YEbku .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPg02YEbku .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPg02YEbku .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPg02YEbku .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPg02YEbku .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPg02YEbku .dropdown-item.active,
.cid-uPg02YEbku .dropdown-item:active {
  background-color: transparent;
}
.cid-uPg02YEbku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPg02YEbku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPg02YEbku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPg02YEbku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPg02YEbku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPg02YEbku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPg02YEbku .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPg02YEbku ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPg02YEbku .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPg02YEbku .navbar-buttons {
    text-align: left;
  }
}
.cid-uPg02YEbku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPg02YEbku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPg02YEbku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPg02YEbku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPg02YEbku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPg02YEbku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPg02YEbku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPg02YEbku nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPg02YEbku nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPg02YEbku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPg02YEbku .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPg02YEbku a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPg02YEbku .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPg02YEbku .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPg02YEbku .navbar {
    height: 70px;
  }
  .cid-uPg02YEbku .navbar.opened {
    height: auto;
  }
  .cid-uPg02YEbku .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPg02YEbku .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPg02YEbku .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPg02YEbku .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPg02YEbku .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPg02YEbku .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPg02YEbku .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPg02YEbku .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPg02YEbku .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPg02YEbku .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPg02YEbku .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPg02YEbku .navbar-brand {
    margin-right: auto;
  }
  .cid-uPg02YEbku .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPg02YEbku .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPg02YEbku .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPg02YEbku .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPg02YEbku .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPg02YEbku .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPg02YEbku .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPg02YEbku .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPg02YEbku .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPg02YEbku .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPg0kv6cPh {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPg0kv6cPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg0kv6cPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg0kv6cPh .row {
  justify-content: space-between;
}
.cid-uPg0kv6cPh .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uPg0kv6cPh .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPg0kv6cPh .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPg0kv6cPh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPg0kv6cPh .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPg0kv6cPh .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uPg0kv6cPh .google-map iframe {
    height: 350px;
  }
}
.cid-uPg0kv6cPh .mbr-label {
  color: #000000;
}
.cid-uPg0kv6cPh .mbr-section-title {
  color: #000000;
}
.cid-uPg0kv6cPh .mbr-desc {
  color: #000000;
}
.cid-uPg0kv6cPh .mbr-text {
  color: #8a8a8a;
}
.cid-uPg0EOfOp6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPg0EOfOp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg0EOfOp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg0EOfOp6 .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uPg0EOfOp6 .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPg0EOfOp6 .item {
    margin-bottom: 15px;
  }
}
.cid-uPg0EOfOp6 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPg0EOfOp6 .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uPg0EOfOp6 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPg0EOfOp6 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPg0EOfOp6 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPg0EOfOp6 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uPg0EOfOp6 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uPg0EOfOp6 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPg0EOfOp6 .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPg0EOfOp6 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPg0EOfOp6 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uPg0EOfOp6 .card-title {
  color: #000000;
}
.cid-uPg0EOfOp6 .card-text {
  color: #8a8a8a;
}
.cid-uPg0EOfOp6 .card-text,
.cid-uPg0EOfOp6 .mbr-section-btn {
  text-align: center;
}
.cid-uPg0tigvbZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}
.cid-uPg0tigvbZ .showAlerts {
  display: block !important;
}
.cid-uPg0tigvbZ .rowflexrev {
  display: -webkit-flex;
}
.cid-uPg0tigvbZ .title {
  margin-bottom: 2rem;
}
.cid-uPg0tigvbZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uPg0tigvbZ textarea.form-control {
  min-height: 188px;
}
.cid-uPg0tigvbZ LABEL {
  color: #232323;
  display: initial;
}
.cid-uPg0tigvbZ .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uPg0tigvbZ .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uPg0tigvbZ .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uPg0tigvbZ .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uPg0tigvbZ .alert {
  margin-bottom: 0;
}
.cid-uPg0tigvbZ .alert-success {
  background-color: #70c770;
}
.cid-uPg0tigvbZ .alert-danger {
  background-color: #ff4a52;
}
.cid-uPg0tigvbZ .btn {
  display: inline-flex;
}
.cid-uPg0tigvbZ .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uPg0tigvbZ .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uPg0tigvbZ .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uPg0tigvbZ input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uPg0tigvbZ input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uPg0tigvbZ input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uPg0tigvbZ input,
.cid-uPg0tigvbZ option,
.cid-uPg0tigvbZ textarea {
  color: #000000;
}
.cid-uPg030MyI2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPg030MyI2 .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPg030MyI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg030MyI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg030MyI2 .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPg030MyI2 .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPg030MyI2 .card-wrapper {
    padding: 30px;
  }
}
.cid-uPg030MyI2 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPg030MyI2 .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPg030MyI2 .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPg030MyI2 .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPg030MyI2 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPg030MyI2 .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPg030MyI2 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPg030MyI2 .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPg030MyI2 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPg030MyI2 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPg030MyI2 .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPg030MyI2 .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPg030MyI2 .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPg030MyI2 .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPg030MyI2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPg030MyI2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPg030MyI2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPg030MyI2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPg030MyI2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPg030MyI2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPg030MyI2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPg030MyI2 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPg030MyI2 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPg030MyI2 .mbr-section-title {
  color: #000000;
}
.cid-uPg030MyI2 .mbr-text {
  color: #8a8a8a;
}
.cid-uPg030MyI2 .list {
  color: #000000;
}
.cid-uPg030MyI2 .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPg030MyI2 .mbr-text,
.cid-uPg030MyI2 .mbr-section-btn {
  color: #055670;
}
.cid-uPg8uxCJbW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPg8uxCJbW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPg8uxCJbW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPg8uxCJbW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPg8uxCJbW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPg8uxCJbW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPg8uxCJbW .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPg8uxCJbW .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPg8uxCJbW .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPg8uxCJbW .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPg8uxCJbW .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPg8uxCJbW .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPg8uxCJbW .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPg8uxCJbW .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPg8uxCJbW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPg8uxCJbW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPg8uxCJbW .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPg8uxCJbW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPg8uxCJbW .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPg8uxCJbW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPg8uxCJbW .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPg8uxCJbW .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPg8uxCJbW .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPg8uxCJbW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPg8uxCJbW .container,
.cid-uPg8uxCJbW .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPg8uxCJbW .container,
  .cid-uPg8uxCJbW .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPg8uxCJbW .container,
  .cid-uPg8uxCJbW .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPg8uxCJbW .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPg8uxCJbW .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPg8uxCJbW .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPg8uxCJbW .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPg8uxCJbW .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPg8uxCJbW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPg8uxCJbW .nav-item:focus,
.cid-uPg8uxCJbW .nav-link:focus {
  outline: none;
}
.cid-uPg8uxCJbW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPg8uxCJbW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPg8uxCJbW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPg8uxCJbW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPg8uxCJbW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPg8uxCJbW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPg8uxCJbW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPg8uxCJbW .navbar.opened {
  transition: all 0.3s;
}
.cid-uPg8uxCJbW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPg8uxCJbW .navbar .navbar-logo img {
  width: auto;
}
.cid-uPg8uxCJbW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPg8uxCJbW .navbar.collapsed {
  justify-content: center;
}
.cid-uPg8uxCJbW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPg8uxCJbW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPg8uxCJbW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPg8uxCJbW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPg8uxCJbW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPg8uxCJbW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPg8uxCJbW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPg8uxCJbW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPg8uxCJbW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPg8uxCJbW .navbar {
    min-height: 72px;
  }
  .cid-uPg8uxCJbW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPg8uxCJbW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPg8uxCJbW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPg8uxCJbW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPg8uxCJbW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPg8uxCJbW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPg8uxCJbW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPg8uxCJbW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPg8uxCJbW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPg8uxCJbW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPg8uxCJbW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPg8uxCJbW .dropdown-item.active,
.cid-uPg8uxCJbW .dropdown-item:active {
  background-color: transparent;
}
.cid-uPg8uxCJbW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPg8uxCJbW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPg8uxCJbW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPg8uxCJbW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPg8uxCJbW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPg8uxCJbW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPg8uxCJbW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPg8uxCJbW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPg8uxCJbW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPg8uxCJbW .navbar-buttons {
    text-align: left;
  }
}
.cid-uPg8uxCJbW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPg8uxCJbW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPg8uxCJbW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPg8uxCJbW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPg8uxCJbW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPg8uxCJbW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPg8uxCJbW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPg8uxCJbW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPg8uxCJbW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPg8uxCJbW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPg8uxCJbW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPg8uxCJbW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPg8uxCJbW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPg8uxCJbW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPg8uxCJbW .navbar {
    height: 70px;
  }
  .cid-uPg8uxCJbW .navbar.opened {
    height: auto;
  }
  .cid-uPg8uxCJbW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPg8uxCJbW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPg8uxCJbW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPg8uxCJbW .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPg8uxCJbW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPg8uxCJbW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPg8uxCJbW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPg8uxCJbW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPg8uxCJbW .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPg8uxCJbW .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPg8uxCJbW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPg8uxCJbW .navbar-brand {
    margin-right: auto;
  }
  .cid-uPg8uxCJbW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPg8uxCJbW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPg8uxCJbW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPg8uxCJbW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPg8uxCJbW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPg8uxCJbW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPg8uxCJbW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPg8uxCJbW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPg8uxCJbW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPg8uxCJbW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPg8uAjSda {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}
.cid-uPg8uAjSda .showAlerts {
  display: block !important;
}
.cid-uPg8uAjSda .rowflexrev {
  display: -webkit-flex;
}
.cid-uPg8uAjSda .title {
  margin-bottom: 2rem;
}
.cid-uPg8uAjSda .mbr-section-subtitle {
  color: #767676;
}
.cid-uPg8uAjSda textarea.form-control {
  min-height: 188px;
}
.cid-uPg8uAjSda LABEL {
  color: #232323;
  display: initial;
}
.cid-uPg8uAjSda .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uPg8uAjSda .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uPg8uAjSda .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uPg8uAjSda .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uPg8uAjSda .alert {
  margin-bottom: 0;
}
.cid-uPg8uAjSda .alert-success {
  background-color: #70c770;
}
.cid-uPg8uAjSda .alert-danger {
  background-color: #ff4a52;
}
.cid-uPg8uAjSda .btn {
  display: inline-flex;
}
.cid-uPg8uAjSda .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uPg8uAjSda .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uPg8uAjSda .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uPg8uAjSda input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uPg8uAjSda input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uPg8uAjSda input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uPg8uAjSda input,
.cid-uPg8uAjSda option,
.cid-uPg8uAjSda textarea {
  color: #000000;
}
.cid-uPg8uzDOUp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPg8uzDOUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg8uzDOUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg8uzDOUp .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uPg8uzDOUp .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPg8uzDOUp .item {
    margin-bottom: 15px;
  }
}
.cid-uPg8uzDOUp .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPg8uzDOUp .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uPg8uzDOUp .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPg8uzDOUp .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPg8uzDOUp .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPg8uzDOUp .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uPg8uzDOUp .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uPg8uzDOUp .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPg8uzDOUp .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPg8uzDOUp .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPg8uzDOUp .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uPg8uzDOUp .card-title {
  color: #000000;
}
.cid-uPg8uzDOUp .card-text {
  color: #8a8a8a;
}
.cid-uPg8uzDOUp .card-text,
.cid-uPg8uzDOUp .mbr-section-btn {
  text-align: center;
}
.cid-uPg8uBbblF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPg8uBbblF .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPg8uBbblF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPg8uBbblF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPg8uBbblF .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPg8uBbblF .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPg8uBbblF .card-wrapper {
    padding: 30px;
  }
}
.cid-uPg8uBbblF .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPg8uBbblF .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPg8uBbblF .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPg8uBbblF .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPg8uBbblF .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPg8uBbblF .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPg8uBbblF .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPg8uBbblF .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPg8uBbblF .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPg8uBbblF .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPg8uBbblF .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPg8uBbblF .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPg8uBbblF .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPg8uBbblF .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPg8uBbblF .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPg8uBbblF .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPg8uBbblF .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPg8uBbblF .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPg8uBbblF .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPg8uBbblF .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPg8uBbblF .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPg8uBbblF .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPg8uBbblF .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPg8uBbblF .mbr-section-title {
  color: #000000;
}
.cid-uPg8uBbblF .mbr-text {
  color: #8a8a8a;
}
.cid-uPg8uBbblF .list {
  color: #000000;
}
.cid-uPg8uBbblF .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPg8uBbblF .mbr-text,
.cid-uPg8uBbblF .mbr-section-btn {
  color: #055670;
}
.cid-uPjQBATGyF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPjQBATGyF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPjQBATGyF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPjQBATGyF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPjQBATGyF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPjQBATGyF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPjQBATGyF .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPjQBATGyF .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPjQBATGyF .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPjQBATGyF .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPjQBATGyF .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPjQBATGyF .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPjQBATGyF .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPjQBATGyF .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPjQBATGyF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPjQBATGyF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPjQBATGyF .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPjQBATGyF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPjQBATGyF .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPjQBATGyF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPjQBATGyF .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPjQBATGyF .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPjQBATGyF .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPjQBATGyF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPjQBATGyF .container,
.cid-uPjQBATGyF .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPjQBATGyF .container,
  .cid-uPjQBATGyF .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPjQBATGyF .container,
  .cid-uPjQBATGyF .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPjQBATGyF .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPjQBATGyF .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPjQBATGyF .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPjQBATGyF .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPjQBATGyF .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPjQBATGyF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPjQBATGyF .nav-item:focus,
.cid-uPjQBATGyF .nav-link:focus {
  outline: none;
}
.cid-uPjQBATGyF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPjQBATGyF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPjQBATGyF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPjQBATGyF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPjQBATGyF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPjQBATGyF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPjQBATGyF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPjQBATGyF .navbar.opened {
  transition: all 0.3s;
}
.cid-uPjQBATGyF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPjQBATGyF .navbar .navbar-logo img {
  width: auto;
}
.cid-uPjQBATGyF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPjQBATGyF .navbar.collapsed {
  justify-content: center;
}
.cid-uPjQBATGyF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPjQBATGyF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPjQBATGyF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPjQBATGyF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPjQBATGyF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPjQBATGyF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPjQBATGyF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPjQBATGyF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPjQBATGyF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPjQBATGyF .navbar {
    min-height: 72px;
  }
  .cid-uPjQBATGyF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPjQBATGyF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPjQBATGyF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPjQBATGyF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPjQBATGyF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPjQBATGyF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPjQBATGyF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPjQBATGyF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPjQBATGyF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPjQBATGyF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPjQBATGyF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPjQBATGyF .dropdown-item.active,
.cid-uPjQBATGyF .dropdown-item:active {
  background-color: transparent;
}
.cid-uPjQBATGyF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPjQBATGyF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPjQBATGyF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPjQBATGyF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPjQBATGyF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPjQBATGyF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPjQBATGyF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPjQBATGyF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPjQBATGyF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPjQBATGyF .navbar-buttons {
    text-align: left;
  }
}
.cid-uPjQBATGyF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPjQBATGyF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPjQBATGyF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPjQBATGyF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPjQBATGyF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPjQBATGyF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPjQBATGyF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjQBATGyF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPjQBATGyF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPjQBATGyF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjQBATGyF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPjQBATGyF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPjQBATGyF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPjQBATGyF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPjQBATGyF .navbar {
    height: 70px;
  }
  .cid-uPjQBATGyF .navbar.opened {
    height: auto;
  }
  .cid-uPjQBATGyF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPjQBATGyF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPjQBATGyF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPjQBATGyF .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPjQBATGyF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPjQBATGyF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPjQBATGyF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPjQBATGyF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPjQBATGyF .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPjQBATGyF .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPjQBATGyF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPjQBATGyF .navbar-brand {
    margin-right: auto;
  }
  .cid-uPjQBATGyF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPjQBATGyF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPjQBATGyF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPjQBATGyF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPjQBATGyF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPjQBATGyF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPjQBATGyF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPjQBATGyF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPjQBATGyF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPjQBATGyF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPjRDJp3Zw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uPjRDJp3Zw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjRDJp3Zw .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-uPjRDJp3Zw .container {
    padding: 0 30px;
  }
}
.cid-uPjRDJp3Zw .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uPjRDJp3Zw .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPjRDJp3Zw .content-wrapper {
    padding: 0;
  }
}
.cid-uPjRDJp3Zw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uPjRDJp3Zw .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uPjRDJp3Zw .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uPjRDJp3Zw .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uPjRDJp3Zw .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uPjRDJp3Zw .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uPjRDJp3Zw .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uPjRDJp3Zw .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uPjRDJp3Zw .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uPjRDJp3Zw .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPjRDJp3Zw .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uPjRDJp3Zw .mbr-desc {
  color: #254b45;
}
.cid-uPjRDJp3Zw .mbr-section-title {
  color: #254b45;
}
.cid-uPjRDJp3Zw .mbr-text {
  color: #254b45;
}
.cid-uPjQBDK8AN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPjQBDK8AN .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPjQBDK8AN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjQBDK8AN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjQBDK8AN .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPjQBDK8AN .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPjQBDK8AN .card-wrapper {
    padding: 30px;
  }
}
.cid-uPjQBDK8AN .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPjQBDK8AN .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPjQBDK8AN .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPjQBDK8AN .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjQBDK8AN .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPjQBDK8AN .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPjQBDK8AN .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPjQBDK8AN .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPjQBDK8AN .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPjQBDK8AN .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPjQBDK8AN .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPjQBDK8AN .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjQBDK8AN .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPjQBDK8AN .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPjQBDK8AN .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjQBDK8AN .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPjQBDK8AN .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPjQBDK8AN .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPjQBDK8AN .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPjQBDK8AN .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPjQBDK8AN .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPjQBDK8AN .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPjQBDK8AN .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPjQBDK8AN .mbr-section-title {
  color: #000000;
}
.cid-uPjQBDK8AN .mbr-text {
  color: #8a8a8a;
}
.cid-uPjQBDK8AN .list {
  color: #000000;
}
.cid-uPjQBDK8AN .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPjQBDK8AN .mbr-text,
.cid-uPjQBDK8AN .mbr-section-btn {
  color: #055670;
}
.cid-uPjTfz0GAX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPjTfz0GAX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPjTfz0GAX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPjTfz0GAX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPjTfz0GAX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPjTfz0GAX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPjTfz0GAX .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPjTfz0GAX .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPjTfz0GAX .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPjTfz0GAX .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPjTfz0GAX .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPjTfz0GAX .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPjTfz0GAX .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPjTfz0GAX .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPjTfz0GAX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPjTfz0GAX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPjTfz0GAX .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPjTfz0GAX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPjTfz0GAX .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPjTfz0GAX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPjTfz0GAX .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPjTfz0GAX .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPjTfz0GAX .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPjTfz0GAX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPjTfz0GAX .container,
.cid-uPjTfz0GAX .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPjTfz0GAX .container,
  .cid-uPjTfz0GAX .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPjTfz0GAX .container,
  .cid-uPjTfz0GAX .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPjTfz0GAX .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPjTfz0GAX .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPjTfz0GAX .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPjTfz0GAX .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPjTfz0GAX .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPjTfz0GAX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPjTfz0GAX .nav-item:focus,
.cid-uPjTfz0GAX .nav-link:focus {
  outline: none;
}
.cid-uPjTfz0GAX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPjTfz0GAX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPjTfz0GAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPjTfz0GAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPjTfz0GAX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPjTfz0GAX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPjTfz0GAX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPjTfz0GAX .navbar.opened {
  transition: all 0.3s;
}
.cid-uPjTfz0GAX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPjTfz0GAX .navbar .navbar-logo img {
  width: auto;
}
.cid-uPjTfz0GAX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPjTfz0GAX .navbar.collapsed {
  justify-content: center;
}
.cid-uPjTfz0GAX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPjTfz0GAX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPjTfz0GAX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPjTfz0GAX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPjTfz0GAX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPjTfz0GAX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPjTfz0GAX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPjTfz0GAX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPjTfz0GAX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPjTfz0GAX .navbar {
    min-height: 72px;
  }
  .cid-uPjTfz0GAX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPjTfz0GAX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPjTfz0GAX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPjTfz0GAX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPjTfz0GAX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPjTfz0GAX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPjTfz0GAX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPjTfz0GAX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPjTfz0GAX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPjTfz0GAX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPjTfz0GAX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPjTfz0GAX .dropdown-item.active,
.cid-uPjTfz0GAX .dropdown-item:active {
  background-color: transparent;
}
.cid-uPjTfz0GAX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPjTfz0GAX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPjTfz0GAX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPjTfz0GAX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPjTfz0GAX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPjTfz0GAX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPjTfz0GAX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPjTfz0GAX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPjTfz0GAX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPjTfz0GAX .navbar-buttons {
    text-align: left;
  }
}
.cid-uPjTfz0GAX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPjTfz0GAX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPjTfz0GAX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPjTfz0GAX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPjTfz0GAX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPjTfz0GAX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPjTfz0GAX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjTfz0GAX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPjTfz0GAX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPjTfz0GAX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjTfz0GAX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPjTfz0GAX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPjTfz0GAX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPjTfz0GAX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPjTfz0GAX .navbar {
    height: 70px;
  }
  .cid-uPjTfz0GAX .navbar.opened {
    height: auto;
  }
  .cid-uPjTfz0GAX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPjTfz0GAX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPjTfz0GAX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPjTfz0GAX .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPjTfz0GAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPjTfz0GAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPjTfz0GAX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPjTfz0GAX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPjTfz0GAX .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPjTfz0GAX .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPjTfz0GAX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPjTfz0GAX .navbar-brand {
    margin-right: auto;
  }
  .cid-uPjTfz0GAX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPjTfz0GAX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPjTfz0GAX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPjTfz0GAX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPjTfz0GAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPjTfz0GAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPjTfz0GAX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPjTfz0GAX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPjTfz0GAX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPjTfz0GAX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPjTfzRwSU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uPjTfzRwSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjTfzRwSU .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-uPjTfzRwSU .container {
    padding: 0 30px;
  }
}
.cid-uPjTfzRwSU .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uPjTfzRwSU .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPjTfzRwSU .content-wrapper {
    padding: 0;
  }
}
.cid-uPjTfzRwSU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uPjTfzRwSU .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uPjTfzRwSU .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uPjTfzRwSU .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uPjTfzRwSU .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uPjTfzRwSU .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uPjTfzRwSU .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uPjTfzRwSU .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uPjTfzRwSU .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uPjTfzRwSU .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPjTfzRwSU .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uPjTfzRwSU .mbr-desc {
  color: #254b45;
}
.cid-uPjTfzRwSU .mbr-section-title {
  color: #254b45;
}
.cid-uPjTfzRwSU .mbr-text {
  color: #254b45;
}
.cid-uPjTfACKHT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPjTfACKHT .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPjTfACKHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjTfACKHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjTfACKHT .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPjTfACKHT .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPjTfACKHT .card-wrapper {
    padding: 30px;
  }
}
.cid-uPjTfACKHT .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPjTfACKHT .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPjTfACKHT .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPjTfACKHT .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjTfACKHT .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPjTfACKHT .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPjTfACKHT .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPjTfACKHT .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPjTfACKHT .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPjTfACKHT .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPjTfACKHT .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPjTfACKHT .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjTfACKHT .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPjTfACKHT .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPjTfACKHT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjTfACKHT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPjTfACKHT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPjTfACKHT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPjTfACKHT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPjTfACKHT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPjTfACKHT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPjTfACKHT .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPjTfACKHT .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPjTfACKHT .mbr-section-title {
  color: #000000;
}
.cid-uPjTfACKHT .mbr-text {
  color: #8a8a8a;
}
.cid-uPjTfACKHT .list {
  color: #000000;
}
.cid-uPjTfACKHT .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPjTfACKHT .mbr-text,
.cid-uPjTfACKHT .mbr-section-btn {
  color: #055670;
}
.cid-uPjUboUst5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPjUboUst5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPjUboUst5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPjUboUst5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPjUboUst5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPjUboUst5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPjUboUst5 .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPjUboUst5 .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPjUboUst5 .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPjUboUst5 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPjUboUst5 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPjUboUst5 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPjUboUst5 .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPjUboUst5 .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPjUboUst5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPjUboUst5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPjUboUst5 .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPjUboUst5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPjUboUst5 .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPjUboUst5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPjUboUst5 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPjUboUst5 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPjUboUst5 .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPjUboUst5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPjUboUst5 .container,
.cid-uPjUboUst5 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPjUboUst5 .container,
  .cid-uPjUboUst5 .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPjUboUst5 .container,
  .cid-uPjUboUst5 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPjUboUst5 .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPjUboUst5 .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPjUboUst5 .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPjUboUst5 .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPjUboUst5 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPjUboUst5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPjUboUst5 .nav-item:focus,
.cid-uPjUboUst5 .nav-link:focus {
  outline: none;
}
.cid-uPjUboUst5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPjUboUst5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPjUboUst5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPjUboUst5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPjUboUst5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPjUboUst5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPjUboUst5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPjUboUst5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPjUboUst5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPjUboUst5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPjUboUst5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPjUboUst5 .navbar.collapsed {
  justify-content: center;
}
.cid-uPjUboUst5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPjUboUst5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPjUboUst5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPjUboUst5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPjUboUst5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPjUboUst5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPjUboUst5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPjUboUst5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPjUboUst5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPjUboUst5 .navbar {
    min-height: 72px;
  }
  .cid-uPjUboUst5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPjUboUst5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPjUboUst5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPjUboUst5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPjUboUst5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPjUboUst5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPjUboUst5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPjUboUst5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPjUboUst5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPjUboUst5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPjUboUst5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPjUboUst5 .dropdown-item.active,
.cid-uPjUboUst5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPjUboUst5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPjUboUst5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPjUboUst5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPjUboUst5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPjUboUst5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPjUboUst5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPjUboUst5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPjUboUst5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPjUboUst5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPjUboUst5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uPjUboUst5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPjUboUst5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPjUboUst5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPjUboUst5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPjUboUst5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPjUboUst5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPjUboUst5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjUboUst5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPjUboUst5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPjUboUst5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjUboUst5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPjUboUst5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPjUboUst5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPjUboUst5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPjUboUst5 .navbar {
    height: 70px;
  }
  .cid-uPjUboUst5 .navbar.opened {
    height: auto;
  }
  .cid-uPjUboUst5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPjUboUst5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPjUboUst5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPjUboUst5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPjUboUst5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPjUboUst5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPjUboUst5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPjUboUst5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPjUboUst5 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPjUboUst5 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPjUboUst5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPjUboUst5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uPjUboUst5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPjUboUst5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPjUboUst5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPjUboUst5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPjUboUst5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPjUboUst5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPjUboUst5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPjUboUst5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPjUboUst5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPjUboUst5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPjUbpKSFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uPjUbpKSFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjUbpKSFY .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-uPjUbpKSFY .container {
    padding: 0 30px;
  }
}
.cid-uPjUbpKSFY .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uPjUbpKSFY .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPjUbpKSFY .content-wrapper {
    padding: 0;
  }
}
.cid-uPjUbpKSFY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uPjUbpKSFY .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uPjUbpKSFY .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uPjUbpKSFY .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uPjUbpKSFY .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uPjUbpKSFY .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uPjUbpKSFY .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uPjUbpKSFY .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uPjUbpKSFY .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uPjUbpKSFY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPjUbpKSFY .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uPjUbpKSFY .mbr-desc {
  color: #254b45;
}
.cid-uPjUbpKSFY .mbr-section-title {
  color: #254b45;
}
.cid-uPjUbpKSFY .mbr-text {
  color: #254b45;
}
.cid-uPjUbqmtbc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPjUbqmtbc .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPjUbqmtbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjUbqmtbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjUbqmtbc .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPjUbqmtbc .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPjUbqmtbc .card-wrapper {
    padding: 30px;
  }
}
.cid-uPjUbqmtbc .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPjUbqmtbc .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPjUbqmtbc .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPjUbqmtbc .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjUbqmtbc .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPjUbqmtbc .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPjUbqmtbc .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPjUbqmtbc .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPjUbqmtbc .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPjUbqmtbc .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPjUbqmtbc .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPjUbqmtbc .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPjUbqmtbc .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPjUbqmtbc .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPjUbqmtbc .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPjUbqmtbc .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPjUbqmtbc .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPjUbqmtbc .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPjUbqmtbc .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPjUbqmtbc .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPjUbqmtbc .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPjUbqmtbc .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPjUbqmtbc .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPjUbqmtbc .mbr-section-title {
  color: #000000;
}
.cid-uPjUbqmtbc .mbr-text {
  color: #8a8a8a;
}
.cid-uPjUbqmtbc .list {
  color: #000000;
}
.cid-uPjUbqmtbc .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPjUbqmtbc .mbr-text,
.cid-uPjUbqmtbc .mbr-section-btn {
  color: #055670;
}
.cid-uMqhP7sQwt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMqhP7sQwt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMqhP7sQwt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMqhP7sQwt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uMqhP7sQwt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMqhP7sQwt .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uMqhP7sQwt .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uMqhP7sQwt .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uMqhP7sQwt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMqhP7sQwt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMqhP7sQwt .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uMqhP7sQwt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMqhP7sQwt .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMqhP7sQwt .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uMqhP7sQwt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uMqhP7sQwt .container,
.cid-uMqhP7sQwt .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .container,
  .cid-uMqhP7sQwt .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .container,
  .cid-uMqhP7sQwt .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMqhP7sQwt .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uMqhP7sQwt .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uMqhP7sQwt .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMqhP7sQwt .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uMqhP7sQwt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uMqhP7sQwt .nav-item:focus,
.cid-uMqhP7sQwt .nav-link:focus {
  outline: none;
}
.cid-uMqhP7sQwt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMqhP7sQwt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMqhP7sQwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMqhP7sQwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMqhP7sQwt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMqhP7sQwt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMqhP7sQwt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMqhP7sQwt .navbar.opened {
  transition: all 0.3s;
}
.cid-uMqhP7sQwt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMqhP7sQwt .navbar .navbar-logo img {
  width: auto;
}
.cid-uMqhP7sQwt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMqhP7sQwt .navbar.collapsed {
  justify-content: center;
}
.cid-uMqhP7sQwt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMqhP7sQwt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMqhP7sQwt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uMqhP7sQwt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMqhP7sQwt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMqhP7sQwt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMqhP7sQwt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMqhP7sQwt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMqhP7sQwt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMqhP7sQwt .navbar {
    min-height: 72px;
  }
  .cid-uMqhP7sQwt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMqhP7sQwt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMqhP7sQwt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMqhP7sQwt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMqhP7sQwt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMqhP7sQwt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMqhP7sQwt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMqhP7sQwt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMqhP7sQwt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMqhP7sQwt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMqhP7sQwt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMqhP7sQwt .dropdown-item.active,
.cid-uMqhP7sQwt .dropdown-item:active {
  background-color: transparent;
}
.cid-uMqhP7sQwt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMqhP7sQwt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMqhP7sQwt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMqhP7sQwt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMqhP7sQwt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uMqhP7sQwt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMqhP7sQwt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMqhP7sQwt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar-buttons {
    text-align: left;
  }
}
.cid-uMqhP7sQwt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqhP7sQwt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMqhP7sQwt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqhP7sQwt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMqhP7sQwt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMqhP7sQwt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqhP7sQwt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMqhP7sQwt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMqhP7sQwt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMqhP7sQwt .navbar {
    height: 70px;
  }
  .cid-uMqhP7sQwt .navbar.opened {
    height: auto;
  }
  .cid-uMqhP7sQwt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMqhP7sQwt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMqhP7sQwt .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uMqhP7sQwt .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uMqhP7sQwt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMqhP7sQwt .navbar-brand {
    margin-right: auto;
  }
  .cid-uMqhP7sQwt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uMqhP7sQwt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMqhP7sQwt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uMqhP7sQwt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMqhP7sQwt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPjXsV9TtH {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/forro-isopor.webp");
}
.cid-uPjXsV9TtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjXsV9TtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjXsV9TtH .row {
  justify-content: center;
}
.cid-uPjXsV9TtH .card {
  justify-content: flex-end;
}
.cid-uPjXsV9TtH .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPjXsV9TtH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPjXsV9TtH .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uPjXsV9TtH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPjXsV9TtH .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uPjXsV9TtH .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uPjXsV9TtH .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uPjXsV9TtH .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uPjXsV9TtH .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPjXsV9TtH .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPjXsV9TtH .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uPjXsV9TtH .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPjXsV9TtH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPjXsV9TtH .mbr-text,
.cid-uPjXsV9TtH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPjXsV9TtH .mbr-desc {
  color: #ffffff;
}
.cid-uPjYfySJdP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPjYfySJdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjYfySJdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjYfySJdP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPjYfySJdP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPjYfySJdP .mbr-text {
  color: #19171c;
}
.cid-uPjYfySJdP .mbr-text,
.cid-uPjYfySJdP .mbr-section-btn,
.cid-uPjYfySJdP .text-wrapper {
  text-align: center;
}
.cid-uPjZ2oqKsc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uPjZ2oqKsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjZ2oqKsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjZ2oqKsc .row {
  justify-content: space-between;
}
.cid-uPjZ2oqKsc .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPjZ2oqKsc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPjZ2oqKsc .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPjZ2oqKsc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjZ2oqKsc .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPjZ2oqKsc .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPjZ2oqKsc .mbr-label {
  color: #000000;
}
.cid-uPjZ2oqKsc .mbr-section-title {
  color: #000000;
}
.cid-uPjZ2oqKsc .mbr-desc {
  color: #000000;
}
.cid-uPjZ2oqKsc .mbr-text {
  color: #8a8a8a;
}
.cid-uPjYQTXWdu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPjYQTXWdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjYQTXWdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjYQTXWdu .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPjYQTXWdu .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uPjYQTXWdu .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPjYQTXWdu .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uPjYQTXWdu .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPjYQTXWdu .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPjYQTXWdu .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPjYQTXWdu .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPjYQTXWdu .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uPjYQTXWdu .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uPjYQTXWdu .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uPjYQTXWdu .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uPjYQTXWdu .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uPjYQTXWdu .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uPjYQTXWdu .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uPjYQTXWdu .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uPjYQTXWdu .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uPjYQTXWdu .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uPjYQTXWdu .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uPjYQTXWdu .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uPjYQTXWdu .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uPjYQTXWdu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjYQTXWdu .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uPjYQTXWdu .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPjYQTXWdu .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uPjYQTXWdu .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uPjYQTXWdu .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPjYQTXWdu .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPjYQTXWdu .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uPjYQTXWdu .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uPjYQTXWdu .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-uPjYQTXWdu .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPjYQTXWdu .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPjYQTXWdu .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPjYQTXWdu .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uPjYQTXWdu .mbr-label,
.cid-uPjYQTXWdu .label-wrapper {
  color: #000000;
}
.cid-uPjYQTXWdu .mbr-section-title {
  color: #000000;
}
.cid-uPjYQTXWdu .mbr-text {
  color: #8a8a8a;
}
.cid-uPjYQTXWdu .card-title {
  color: #000000;
}
.cid-uPjYQTXWdu .card-text {
  color: #8a8a8a;
}
.cid-uPjYQTXWdu .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uPjYQTXWdu .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPjYQTXWdu .item-star,
.cid-uPjYQTXWdu .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uPjYQTXWdu .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPk2maiJze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8a8a8a;
  background-image: linear-gradient(45deg, #f5f5f5 -20%, #8a8a8a 40%, #cccccc 200%);
}
@media (max-width: 768px) {
  .cid-uPk2maiJze {
    background-image: linear-gradient(45deg, #f5f5f5 -60%, #8a8a8a 40%, #cccccc 200%);
  }
}
.cid-uPk2maiJze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPk2maiJze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPk2maiJze .row {
  justify-content: space-between;
}
.cid-uPk2maiJze .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPk2maiJze .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPk2maiJze .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPk2maiJze .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPk2maiJze .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPk2maiJze .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPk2maiJze .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPk2maiJze .mbr-section-title {
  color: #ffffff;
}
.cid-uPk2maiJze .item-title {
  color: #ffffff;
}
.cid-uPk2maiJze .item-text {
  color: #ffffff;
}
.cid-uPk2maiJze .mbr-text {
  color: #f5f5f5;
}
.cid-uPk2maiJze .mbr-section-title,
.cid-uPk2maiJze .title-wrapper {
  color: #055670;
}
.cid-uPk5sasIA8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPk5sasIA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPk5sasIA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPk5sasIA8 .row {
  justify-content: space-between;
}
.cid-uPk5sasIA8 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPk5sasIA8 .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPk5sasIA8 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPk5sasIA8 .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPk5sasIA8 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPk5sasIA8 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPk5sasIA8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPk5sasIA8 .mbr-section-title {
  color: #ffffff;
}
.cid-uPk5sasIA8 .item-title {
  color: #ffffff;
}
.cid-uPk5sasIA8 .item-text {
  color: #4b4b4b;
}
.cid-uPk5sasIA8 .mbr-text {
  color: #4b4b4b;
}
.cid-uPk5sasIA8 .mbr-section-title,
.cid-uPk5sasIA8 .title-wrapper {
  color: #055670;
}
.cid-uPk5sasIA8 .item-title,
.cid-uPk5sasIA8 .mbr-section-btn {
  color: #055670;
}
.cid-uPk6xXg3Do {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPk6xXg3Do .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPk6xXg3Do .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPk6xXg3Do .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPk6xXg3Do .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uPk6xXg3Do .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uPk6xXg3Do .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uPk6xXg3Do .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uPk6xXg3Do .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPk6xXg3Do .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uPk6xXg3Do .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPk6xXg3Do .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uPk6xXg3Do .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPk6xXg3Do .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPk6xXg3Do .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPk6xXg3Do .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uPk6xXg3Do .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #e4ed64;
  color: #000000;
}
.cid-uPk6xXg3Do .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uPk6xXg3Do .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #e4ed64;
}
.cid-uPk6xXg3Do .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPk6xXg3Do .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uPk6xXg3Do .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPk6xXg3Do .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uPk6xXg3Do .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPk6xXg3Do .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPk6xXg3Do .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uPk6xXg3Do .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPk6xXg3Do .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPk6xXg3Do .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uPk6xXg3Do .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uPk6xXg3Do .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPk6xXg3Do .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPk6xXg3Do .mbr-label {
  color: #000000;
}
.cid-uPk6xXg3Do .mbr-section-title {
  color: #000000;
}
.cid-uPk6xXg3Do .panel-title-edit {
  color: #000000;
}
.cid-uPk6xXg3Do .panel-text {
  color: #8a8a8a;
}
.cid-uPk6Cjz4Bz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e0e0;
}
.cid-uPk6Cjz4Bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPk6Cjz4Bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPk6Cjz4Bz .row {
  justify-content: space-between;
}
.cid-uPk6Cjz4Bz .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPk6Cjz4Bz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPk6Cjz4Bz .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPk6Cjz4Bz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPk6Cjz4Bz .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPk6Cjz4Bz .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPk6Cjz4Bz .mbr-label {
  color: #000000;
}
.cid-uPk6Cjz4Bz .mbr-section-title {
  color: #000000;
}
.cid-uPk6Cjz4Bz .mbr-desc {
  color: #4b4b4b;
}
.cid-uPk6Cjz4Bz .mbr-text {
  color: #8a8a8a;
}
.cid-uMqiDfTMz1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uMqiDfTMz1 .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uMqiDfTMz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqiDfTMz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqiDfTMz1 .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper {
    padding: 30px;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMqiDfTMz1 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMqiDfTMz1 .mbr-section-title {
  color: #000000;
}
.cid-uMqiDfTMz1 .mbr-text {
  color: #8a8a8a;
}
.cid-uMqiDfTMz1 .list {
  color: #000000;
}
.cid-uMqiDfTMz1 .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uMqiDfTMz1 .mbr-text,
.cid-uMqiDfTMz1 .mbr-section-btn {
  color: #055670;
}
.cid-uPkeKy9Uj9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPkeKy9Uj9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPkeKy9Uj9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPkeKy9Uj9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPkeKy9Uj9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPkeKy9Uj9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPkeKy9Uj9 .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPkeKy9Uj9 .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPkeKy9Uj9 .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPkeKy9Uj9 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPkeKy9Uj9 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPkeKy9Uj9 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPkeKy9Uj9 .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPkeKy9Uj9 .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPkeKy9Uj9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPkeKy9Uj9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPkeKy9Uj9 .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPkeKy9Uj9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPkeKy9Uj9 .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPkeKy9Uj9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPkeKy9Uj9 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPkeKy9Uj9 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPkeKy9Uj9 .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPkeKy9Uj9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPkeKy9Uj9 .container,
.cid-uPkeKy9Uj9 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPkeKy9Uj9 .container,
  .cid-uPkeKy9Uj9 .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPkeKy9Uj9 .container,
  .cid-uPkeKy9Uj9 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPkeKy9Uj9 .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPkeKy9Uj9 .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPkeKy9Uj9 .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPkeKy9Uj9 .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPkeKy9Uj9 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPkeKy9Uj9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPkeKy9Uj9 .nav-item:focus,
.cid-uPkeKy9Uj9 .nav-link:focus {
  outline: none;
}
.cid-uPkeKy9Uj9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkeKy9Uj9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkeKy9Uj9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPkeKy9Uj9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkeKy9Uj9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkeKy9Uj9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkeKy9Uj9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPkeKy9Uj9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPkeKy9Uj9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPkeKy9Uj9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPkeKy9Uj9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPkeKy9Uj9 .navbar.collapsed {
  justify-content: center;
}
.cid-uPkeKy9Uj9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPkeKy9Uj9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPkeKy9Uj9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPkeKy9Uj9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPkeKy9Uj9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPkeKy9Uj9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPkeKy9Uj9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPkeKy9Uj9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPkeKy9Uj9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPkeKy9Uj9 .navbar {
    min-height: 72px;
  }
  .cid-uPkeKy9Uj9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPkeKy9Uj9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPkeKy9Uj9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPkeKy9Uj9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPkeKy9Uj9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPkeKy9Uj9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPkeKy9Uj9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPkeKy9Uj9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPkeKy9Uj9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPkeKy9Uj9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPkeKy9Uj9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPkeKy9Uj9 .dropdown-item.active,
.cid-uPkeKy9Uj9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPkeKy9Uj9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPkeKy9Uj9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPkeKy9Uj9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPkeKy9Uj9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPkeKy9Uj9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPkeKy9Uj9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPkeKy9Uj9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPkeKy9Uj9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPkeKy9Uj9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPkeKy9Uj9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uPkeKy9Uj9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPkeKy9Uj9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPkeKy9Uj9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkeKy9Uj9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkeKy9Uj9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkeKy9Uj9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkeKy9Uj9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkeKy9Uj9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkeKy9Uj9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkeKy9Uj9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkeKy9Uj9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPkeKy9Uj9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkeKy9Uj9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPkeKy9Uj9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPkeKy9Uj9 .navbar {
    height: 70px;
  }
  .cid-uPkeKy9Uj9 .navbar.opened {
    height: auto;
  }
  .cid-uPkeKy9Uj9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPkeKy9Uj9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPkeKy9Uj9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPkeKy9Uj9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPkeKy9Uj9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPkeKy9Uj9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPkeKy9Uj9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPkeKy9Uj9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPkeKy9Uj9 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPkeKy9Uj9 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPkeKy9Uj9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPkeKy9Uj9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uPkeKy9Uj9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPkeKy9Uj9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPkeKy9Uj9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPkeKy9Uj9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPkeKy9Uj9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPkeKy9Uj9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPkeKy9Uj9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPkeKy9Uj9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPkeKy9Uj9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPkeKy9Uj9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPkeKzr1rM {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gesso-acartonado-2-1774x732.jpg");
}
.cid-uPkeKzr1rM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkeKzr1rM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkeKzr1rM .row {
  justify-content: center;
}
.cid-uPkeKzr1rM .card {
  justify-content: flex-end;
}
.cid-uPkeKzr1rM .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPkeKzr1rM .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPkeKzr1rM .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uPkeKzr1rM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPkeKzr1rM .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uPkeKzr1rM .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uPkeKzr1rM .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uPkeKzr1rM .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uPkeKzr1rM .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPkeKzr1rM .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPkeKzr1rM .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uPkeKzr1rM .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPkeKzr1rM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPkeKzr1rM .mbr-text,
.cid-uPkeKzr1rM .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPkeKzr1rM .mbr-desc {
  color: #ffffff;
}
.cid-uPkeKzr1rM .mbr-desc,
.cid-uPkeKzr1rM .mbr-section-btn {
  text-align: center;
}
.cid-uPkeKAtzeZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPkeKAtzeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkeKAtzeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkeKAtzeZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPkeKAtzeZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPkeKAtzeZ .mbr-text {
  color: #19171c;
}
.cid-uPkeKAtzeZ .mbr-text,
.cid-uPkeKAtzeZ .mbr-section-btn,
.cid-uPkeKAtzeZ .text-wrapper {
  text-align: center;
}
.cid-uPkeKBpDYY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uPkeKBpDYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkeKBpDYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkeKBpDYY .row {
  justify-content: space-between;
}
.cid-uPkeKBpDYY .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPkeKBpDYY .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPkeKBpDYY .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPkeKBpDYY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPkeKBpDYY .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPkeKBpDYY .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPkeKBpDYY .mbr-label {
  color: #000000;
}
.cid-uPkeKBpDYY .mbr-section-title {
  color: #000000;
}
.cid-uPkeKBpDYY .mbr-desc {
  color: #000000;
}
.cid-uPkeKBpDYY .mbr-text {
  color: #8a8a8a;
}
.cid-uPkeKCihu5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPkeKCihu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkeKCihu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkeKCihu5 .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPkeKCihu5 .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uPkeKCihu5 .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPkeKCihu5 .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uPkeKCihu5 .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPkeKCihu5 .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPkeKCihu5 .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPkeKCihu5 .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPkeKCihu5 .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uPkeKCihu5 .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uPkeKCihu5 .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uPkeKCihu5 .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uPkeKCihu5 .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uPkeKCihu5 .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uPkeKCihu5 .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uPkeKCihu5 .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uPkeKCihu5 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uPkeKCihu5 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uPkeKCihu5 .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uPkeKCihu5 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uPkeKCihu5 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uPkeKCihu5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPkeKCihu5 .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uPkeKCihu5 .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPkeKCihu5 .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uPkeKCihu5 .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uPkeKCihu5 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPkeKCihu5 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPkeKCihu5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uPkeKCihu5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uPkeKCihu5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-uPkeKCihu5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkeKCihu5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPkeKCihu5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkeKCihu5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uPkeKCihu5 .mbr-label,
.cid-uPkeKCihu5 .label-wrapper {
  color: #000000;
}
.cid-uPkeKCihu5 .mbr-section-title {
  color: #000000;
}
.cid-uPkeKCihu5 .mbr-text {
  color: #8a8a8a;
}
.cid-uPkeKCihu5 .card-title {
  color: #000000;
}
.cid-uPkeKCihu5 .card-text {
  color: #8a8a8a;
}
.cid-uPkeKCihu5 .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uPkeKCihu5 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPkeKCihu5 .item-star,
.cid-uPkeKCihu5 .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uPkeKCihu5 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPkeKDH4XC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8a8a8a;
  background-image: linear-gradient(45deg, #f5f5f5 -20%, #8a8a8a 40%, #cccccc 200%);
}
@media (max-width: 768px) {
  .cid-uPkeKDH4XC {
    background-image: linear-gradient(45deg, #f5f5f5 -60%, #8a8a8a 40%, #cccccc 200%);
  }
}
.cid-uPkeKDH4XC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkeKDH4XC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkeKDH4XC .row {
  justify-content: space-between;
}
.cid-uPkeKDH4XC .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPkeKDH4XC .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPkeKDH4XC .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkeKDH4XC .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPkeKDH4XC .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPkeKDH4XC .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPkeKDH4XC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPkeKDH4XC .mbr-section-title {
  color: #ffffff;
}
.cid-uPkeKDH4XC .item-title {
  color: #ffffff;
}
.cid-uPkeKDH4XC .item-text {
  color: #ffffff;
}
.cid-uPkeKDH4XC .mbr-text {
  color: #f5f5f5;
}
.cid-uPkeKDH4XC .mbr-section-title,
.cid-uPkeKDH4XC .title-wrapper {
  color: #055670;
}
.cid-uPkeKERCCm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPkeKERCCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkeKERCCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkeKERCCm .row {
  justify-content: space-between;
}
.cid-uPkeKERCCm .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPkeKERCCm .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPkeKERCCm .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkeKERCCm .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPkeKERCCm .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPkeKERCCm .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPkeKERCCm .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPkeKERCCm .mbr-section-title {
  color: #ffffff;
}
.cid-uPkeKERCCm .item-title {
  color: #ffffff;
}
.cid-uPkeKERCCm .item-text {
  color: #4b4b4b;
}
.cid-uPkeKERCCm .mbr-text {
  color: #4b4b4b;
}
.cid-uPkeKERCCm .mbr-section-title,
.cid-uPkeKERCCm .title-wrapper {
  color: #055670;
}
.cid-uPkeKERCCm .item-title,
.cid-uPkeKERCCm .mbr-section-btn {
  color: #055670;
}
.cid-uPkeKG2qSF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPkeKG2qSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkeKG2qSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkeKG2qSF .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPkeKG2qSF .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uPkeKG2qSF .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uPkeKG2qSF .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uPkeKG2qSF .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uPkeKG2qSF .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkeKG2qSF .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uPkeKG2qSF .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPkeKG2qSF .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uPkeKG2qSF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPkeKG2qSF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPkeKG2qSF .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPkeKG2qSF .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uPkeKG2qSF .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #e4ed64;
  color: #000000;
}
.cid-uPkeKG2qSF .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uPkeKG2qSF .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #e4ed64;
}
.cid-uPkeKG2qSF .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkeKG2qSF .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uPkeKG2qSF .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPkeKG2qSF .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uPkeKG2qSF .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPkeKG2qSF .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPkeKG2qSF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uPkeKG2qSF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPkeKG2qSF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPkeKG2qSF .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uPkeKG2qSF .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uPkeKG2qSF .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkeKG2qSF .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPkeKG2qSF .mbr-label {
  color: #000000;
}
.cid-uPkeKG2qSF .mbr-section-title {
  color: #000000;
}
.cid-uPkeKG2qSF .panel-title-edit {
  color: #000000;
}
.cid-uPkeKG2qSF .panel-text {
  color: #8a8a8a;
}
.cid-uPkeKHiKj7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e0e0;
}
.cid-uPkeKHiKj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkeKHiKj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkeKHiKj7 .row {
  justify-content: space-between;
}
.cid-uPkeKHiKj7 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPkeKHiKj7 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPkeKHiKj7 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPkeKHiKj7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPkeKHiKj7 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPkeKHiKj7 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPkeKHiKj7 .mbr-label {
  color: #000000;
}
.cid-uPkeKHiKj7 .mbr-section-title {
  color: #000000;
}
.cid-uPkeKHiKj7 .mbr-desc {
  color: #4b4b4b;
}
.cid-uPkeKHiKj7 .mbr-text {
  color: #8a8a8a;
}
.cid-uPkeKIpgee {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPkeKIpgee .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPkeKIpgee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkeKIpgee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkeKIpgee .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPkeKIpgee .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPkeKIpgee .card-wrapper {
    padding: 30px;
  }
}
.cid-uPkeKIpgee .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPkeKIpgee .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPkeKIpgee .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPkeKIpgee .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPkeKIpgee .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPkeKIpgee .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPkeKIpgee .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPkeKIpgee .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPkeKIpgee .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPkeKIpgee .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPkeKIpgee .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPkeKIpgee .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPkeKIpgee .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPkeKIpgee .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPkeKIpgee .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPkeKIpgee .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPkeKIpgee .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPkeKIpgee .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPkeKIpgee .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPkeKIpgee .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPkeKIpgee .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPkeKIpgee .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPkeKIpgee .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPkeKIpgee .mbr-section-title {
  color: #000000;
}
.cid-uPkeKIpgee .mbr-text {
  color: #8a8a8a;
}
.cid-uPkeKIpgee .list {
  color: #000000;
}
.cid-uPkeKIpgee .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPkeKIpgee .mbr-text,
.cid-uPkeKIpgee .mbr-section-btn {
  color: #055670;
}
.cid-uPkDpbtIEf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPkDpbtIEf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPkDpbtIEf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPkDpbtIEf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPkDpbtIEf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPkDpbtIEf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPkDpbtIEf .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPkDpbtIEf .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPkDpbtIEf .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPkDpbtIEf .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPkDpbtIEf .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPkDpbtIEf .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPkDpbtIEf .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPkDpbtIEf .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPkDpbtIEf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPkDpbtIEf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPkDpbtIEf .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPkDpbtIEf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPkDpbtIEf .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPkDpbtIEf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPkDpbtIEf .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPkDpbtIEf .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPkDpbtIEf .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPkDpbtIEf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPkDpbtIEf .container,
.cid-uPkDpbtIEf .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPkDpbtIEf .container,
  .cid-uPkDpbtIEf .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPkDpbtIEf .container,
  .cid-uPkDpbtIEf .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPkDpbtIEf .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPkDpbtIEf .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPkDpbtIEf .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPkDpbtIEf .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPkDpbtIEf .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPkDpbtIEf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPkDpbtIEf .nav-item:focus,
.cid-uPkDpbtIEf .nav-link:focus {
  outline: none;
}
.cid-uPkDpbtIEf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkDpbtIEf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkDpbtIEf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPkDpbtIEf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkDpbtIEf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkDpbtIEf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkDpbtIEf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPkDpbtIEf .navbar.opened {
  transition: all 0.3s;
}
.cid-uPkDpbtIEf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPkDpbtIEf .navbar .navbar-logo img {
  width: auto;
}
.cid-uPkDpbtIEf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPkDpbtIEf .navbar.collapsed {
  justify-content: center;
}
.cid-uPkDpbtIEf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPkDpbtIEf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPkDpbtIEf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPkDpbtIEf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPkDpbtIEf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPkDpbtIEf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPkDpbtIEf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPkDpbtIEf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPkDpbtIEf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPkDpbtIEf .navbar {
    min-height: 72px;
  }
  .cid-uPkDpbtIEf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPkDpbtIEf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPkDpbtIEf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPkDpbtIEf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPkDpbtIEf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPkDpbtIEf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPkDpbtIEf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPkDpbtIEf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPkDpbtIEf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPkDpbtIEf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPkDpbtIEf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPkDpbtIEf .dropdown-item.active,
.cid-uPkDpbtIEf .dropdown-item:active {
  background-color: transparent;
}
.cid-uPkDpbtIEf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPkDpbtIEf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPkDpbtIEf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPkDpbtIEf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPkDpbtIEf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPkDpbtIEf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPkDpbtIEf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPkDpbtIEf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPkDpbtIEf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPkDpbtIEf .navbar-buttons {
    text-align: left;
  }
}
.cid-uPkDpbtIEf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPkDpbtIEf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPkDpbtIEf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkDpbtIEf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkDpbtIEf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkDpbtIEf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkDpbtIEf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkDpbtIEf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkDpbtIEf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkDpbtIEf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkDpbtIEf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPkDpbtIEf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkDpbtIEf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPkDpbtIEf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPkDpbtIEf .navbar {
    height: 70px;
  }
  .cid-uPkDpbtIEf .navbar.opened {
    height: auto;
  }
  .cid-uPkDpbtIEf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPkDpbtIEf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPkDpbtIEf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPkDpbtIEf .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPkDpbtIEf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPkDpbtIEf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPkDpbtIEf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPkDpbtIEf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPkDpbtIEf .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPkDpbtIEf .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPkDpbtIEf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPkDpbtIEf .navbar-brand {
    margin-right: auto;
  }
  .cid-uPkDpbtIEf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPkDpbtIEf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPkDpbtIEf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPkDpbtIEf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPkDpbtIEf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPkDpbtIEf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPkDpbtIEf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPkDpbtIEf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPkDpbtIEf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPkDpbtIEf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPkDpcLJUe {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/divisoria-eucatex-947x550.jpg");
}
.cid-uPkDpcLJUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkDpcLJUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkDpcLJUe .row {
  justify-content: center;
}
.cid-uPkDpcLJUe .card {
  justify-content: flex-end;
}
.cid-uPkDpcLJUe .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPkDpcLJUe .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPkDpcLJUe .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uPkDpcLJUe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPkDpcLJUe .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uPkDpcLJUe .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uPkDpcLJUe .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uPkDpcLJUe .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uPkDpcLJUe .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPkDpcLJUe .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPkDpcLJUe .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uPkDpcLJUe .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPkDpcLJUe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPkDpcLJUe .mbr-text,
.cid-uPkDpcLJUe .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPkDpcLJUe .mbr-desc {
  color: #ffffff;
}
.cid-uPkDpcLJUe .mbr-desc,
.cid-uPkDpcLJUe .mbr-section-btn {
  text-align: center;
}
.cid-uPkDpdHyTp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPkDpdHyTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkDpdHyTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkDpdHyTp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPkDpdHyTp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPkDpdHyTp .mbr-text {
  color: #19171c;
}
.cid-uPkDpdHyTp .mbr-text,
.cid-uPkDpdHyTp .mbr-section-btn,
.cid-uPkDpdHyTp .text-wrapper {
  text-align: center;
}
.cid-uPkDpeFTjt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uPkDpeFTjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkDpeFTjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkDpeFTjt .row {
  justify-content: space-between;
}
.cid-uPkDpeFTjt .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPkDpeFTjt .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPkDpeFTjt .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPkDpeFTjt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPkDpeFTjt .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPkDpeFTjt .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPkDpeFTjt .mbr-label {
  color: #000000;
}
.cid-uPkDpeFTjt .mbr-section-title {
  color: #000000;
}
.cid-uPkDpeFTjt .mbr-desc {
  color: #000000;
}
.cid-uPkDpeFTjt .mbr-text {
  color: #8a8a8a;
}
.cid-uPkDpfxEqc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPkDpfxEqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkDpfxEqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkDpfxEqc .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPkDpfxEqc .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uPkDpfxEqc .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPkDpfxEqc .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uPkDpfxEqc .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPkDpfxEqc .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPkDpfxEqc .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPkDpfxEqc .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPkDpfxEqc .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uPkDpfxEqc .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uPkDpfxEqc .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uPkDpfxEqc .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uPkDpfxEqc .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uPkDpfxEqc .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uPkDpfxEqc .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uPkDpfxEqc .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uPkDpfxEqc .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uPkDpfxEqc .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uPkDpfxEqc .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uPkDpfxEqc .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uPkDpfxEqc .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uPkDpfxEqc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPkDpfxEqc .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uPkDpfxEqc .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPkDpfxEqc .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uPkDpfxEqc .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uPkDpfxEqc .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPkDpfxEqc .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPkDpfxEqc .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uPkDpfxEqc .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uPkDpfxEqc .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-uPkDpfxEqc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkDpfxEqc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPkDpfxEqc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkDpfxEqc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uPkDpfxEqc .mbr-label,
.cid-uPkDpfxEqc .label-wrapper {
  color: #000000;
}
.cid-uPkDpfxEqc .mbr-section-title {
  color: #000000;
}
.cid-uPkDpfxEqc .mbr-text {
  color: #8a8a8a;
}
.cid-uPkDpfxEqc .card-title {
  color: #000000;
}
.cid-uPkDpfxEqc .card-text {
  color: #8a8a8a;
}
.cid-uPkDpfxEqc .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uPkDpfxEqc .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPkDpfxEqc .item-star,
.cid-uPkDpfxEqc .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uPkDpfxEqc .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPkDpgSxIc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8a8a8a;
  background-image: linear-gradient(45deg, #f5f5f5 -20%, #8a8a8a 40%, #cccccc 200%);
}
@media (max-width: 768px) {
  .cid-uPkDpgSxIc {
    background-image: linear-gradient(45deg, #f5f5f5 -60%, #8a8a8a 40%, #cccccc 200%);
  }
}
.cid-uPkDpgSxIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkDpgSxIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkDpgSxIc .row {
  justify-content: space-between;
}
.cid-uPkDpgSxIc .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPkDpgSxIc .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPkDpgSxIc .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkDpgSxIc .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPkDpgSxIc .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPkDpgSxIc .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPkDpgSxIc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPkDpgSxIc .mbr-section-title {
  color: #ffffff;
}
.cid-uPkDpgSxIc .item-title {
  color: #ffffff;
}
.cid-uPkDpgSxIc .item-text {
  color: #ffffff;
}
.cid-uPkDpgSxIc .mbr-text {
  color: #f5f5f5;
}
.cid-uPkDpgSxIc .mbr-section-title,
.cid-uPkDpgSxIc .title-wrapper {
  color: #055670;
}
.cid-uPkDphTmzE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPkDphTmzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkDphTmzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkDphTmzE .row {
  justify-content: space-between;
}
.cid-uPkDphTmzE .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPkDphTmzE .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPkDphTmzE .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkDphTmzE .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPkDphTmzE .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPkDphTmzE .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPkDphTmzE .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPkDphTmzE .mbr-section-title {
  color: #ffffff;
}
.cid-uPkDphTmzE .item-title {
  color: #ffffff;
}
.cid-uPkDphTmzE .item-text {
  color: #4b4b4b;
}
.cid-uPkDphTmzE .mbr-text {
  color: #4b4b4b;
}
.cid-uPkDphTmzE .mbr-section-title,
.cid-uPkDphTmzE .title-wrapper {
  color: #055670;
}
.cid-uPkDphTmzE .item-title,
.cid-uPkDphTmzE .mbr-section-btn {
  color: #055670;
}
.cid-uPkDpiT8jV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPkDpiT8jV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkDpiT8jV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkDpiT8jV .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPkDpiT8jV .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uPkDpiT8jV .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uPkDpiT8jV .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uPkDpiT8jV .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uPkDpiT8jV .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkDpiT8jV .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uPkDpiT8jV .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPkDpiT8jV .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uPkDpiT8jV .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPkDpiT8jV .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPkDpiT8jV .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPkDpiT8jV .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uPkDpiT8jV .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #e4ed64;
  color: #000000;
}
.cid-uPkDpiT8jV .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uPkDpiT8jV .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #e4ed64;
}
.cid-uPkDpiT8jV .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkDpiT8jV .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uPkDpiT8jV .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPkDpiT8jV .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uPkDpiT8jV .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPkDpiT8jV .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPkDpiT8jV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uPkDpiT8jV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPkDpiT8jV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPkDpiT8jV .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uPkDpiT8jV .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uPkDpiT8jV .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkDpiT8jV .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPkDpiT8jV .mbr-label {
  color: #000000;
}
.cid-uPkDpiT8jV .mbr-section-title {
  color: #000000;
}
.cid-uPkDpiT8jV .panel-title-edit {
  color: #000000;
}
.cid-uPkDpiT8jV .panel-text {
  color: #8a8a8a;
}
.cid-uPkDpk6LRA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e0e0;
}
.cid-uPkDpk6LRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkDpk6LRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkDpk6LRA .row {
  justify-content: space-between;
}
.cid-uPkDpk6LRA .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPkDpk6LRA .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPkDpk6LRA .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPkDpk6LRA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPkDpk6LRA .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPkDpk6LRA .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPkDpk6LRA .mbr-label {
  color: #000000;
}
.cid-uPkDpk6LRA .mbr-section-title {
  color: #000000;
}
.cid-uPkDpk6LRA .mbr-desc {
  color: #4b4b4b;
}
.cid-uPkDpk6LRA .mbr-text {
  color: #8a8a8a;
}
.cid-uPkDpl859v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPkDpl859v .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPkDpl859v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkDpl859v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkDpl859v .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPkDpl859v .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPkDpl859v .card-wrapper {
    padding: 30px;
  }
}
.cid-uPkDpl859v .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPkDpl859v .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPkDpl859v .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPkDpl859v .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPkDpl859v .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPkDpl859v .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPkDpl859v .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPkDpl859v .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPkDpl859v .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPkDpl859v .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPkDpl859v .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPkDpl859v .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPkDpl859v .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPkDpl859v .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPkDpl859v .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPkDpl859v .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPkDpl859v .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPkDpl859v .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPkDpl859v .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPkDpl859v .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPkDpl859v .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPkDpl859v .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPkDpl859v .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPkDpl859v .mbr-section-title {
  color: #000000;
}
.cid-uPkDpl859v .mbr-text {
  color: #8a8a8a;
}
.cid-uPkDpl859v .list {
  color: #000000;
}
.cid-uPkDpl859v .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPkDpl859v .mbr-text,
.cid-uPkDpl859v .mbr-section-btn {
  color: #055670;
}
.cid-uPkJpYzIfQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPkJpYzIfQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPkJpYzIfQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPkJpYzIfQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPkJpYzIfQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPkJpYzIfQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPkJpYzIfQ .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPkJpYzIfQ .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPkJpYzIfQ .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPkJpYzIfQ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPkJpYzIfQ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPkJpYzIfQ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPkJpYzIfQ .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPkJpYzIfQ .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPkJpYzIfQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPkJpYzIfQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPkJpYzIfQ .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPkJpYzIfQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPkJpYzIfQ .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPkJpYzIfQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPkJpYzIfQ .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPkJpYzIfQ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPkJpYzIfQ .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPkJpYzIfQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPkJpYzIfQ .container,
.cid-uPkJpYzIfQ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPkJpYzIfQ .container,
  .cid-uPkJpYzIfQ .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPkJpYzIfQ .container,
  .cid-uPkJpYzIfQ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPkJpYzIfQ .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPkJpYzIfQ .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPkJpYzIfQ .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPkJpYzIfQ .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPkJpYzIfQ .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPkJpYzIfQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPkJpYzIfQ .nav-item:focus,
.cid-uPkJpYzIfQ .nav-link:focus {
  outline: none;
}
.cid-uPkJpYzIfQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkJpYzIfQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkJpYzIfQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPkJpYzIfQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkJpYzIfQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkJpYzIfQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkJpYzIfQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPkJpYzIfQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uPkJpYzIfQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPkJpYzIfQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uPkJpYzIfQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPkJpYzIfQ .navbar.collapsed {
  justify-content: center;
}
.cid-uPkJpYzIfQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPkJpYzIfQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPkJpYzIfQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPkJpYzIfQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPkJpYzIfQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPkJpYzIfQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPkJpYzIfQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPkJpYzIfQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPkJpYzIfQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPkJpYzIfQ .navbar {
    min-height: 72px;
  }
  .cid-uPkJpYzIfQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPkJpYzIfQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPkJpYzIfQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPkJpYzIfQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPkJpYzIfQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPkJpYzIfQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPkJpYzIfQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPkJpYzIfQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPkJpYzIfQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPkJpYzIfQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPkJpYzIfQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPkJpYzIfQ .dropdown-item.active,
.cid-uPkJpYzIfQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uPkJpYzIfQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPkJpYzIfQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPkJpYzIfQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPkJpYzIfQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPkJpYzIfQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPkJpYzIfQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPkJpYzIfQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPkJpYzIfQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPkJpYzIfQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPkJpYzIfQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uPkJpYzIfQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPkJpYzIfQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPkJpYzIfQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkJpYzIfQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkJpYzIfQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkJpYzIfQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkJpYzIfQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkJpYzIfQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkJpYzIfQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkJpYzIfQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkJpYzIfQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPkJpYzIfQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkJpYzIfQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPkJpYzIfQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPkJpYzIfQ .navbar {
    height: 70px;
  }
  .cid-uPkJpYzIfQ .navbar.opened {
    height: auto;
  }
  .cid-uPkJpYzIfQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPkJpYzIfQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPkJpYzIfQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPkJpYzIfQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPkJpYzIfQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPkJpYzIfQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPkJpYzIfQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPkJpYzIfQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPkJpYzIfQ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPkJpYzIfQ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPkJpYzIfQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPkJpYzIfQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uPkJpYzIfQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPkJpYzIfQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPkJpYzIfQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPkJpYzIfQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPkJpYzIfQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPkJpYzIfQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPkJpYzIfQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPkJpYzIfQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPkJpYzIfQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPkJpYzIfQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPkJpZJoTB {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/divisorias-de-dry-wall-1.webp");
}
.cid-uPkJpZJoTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkJpZJoTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkJpZJoTB .row {
  justify-content: center;
}
.cid-uPkJpZJoTB .card {
  justify-content: flex-end;
}
.cid-uPkJpZJoTB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPkJpZJoTB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPkJpZJoTB .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uPkJpZJoTB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPkJpZJoTB .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uPkJpZJoTB .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uPkJpZJoTB .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uPkJpZJoTB .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uPkJpZJoTB .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPkJpZJoTB .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPkJpZJoTB .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uPkJpZJoTB .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPkJpZJoTB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPkJpZJoTB .mbr-text,
.cid-uPkJpZJoTB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPkJpZJoTB .mbr-desc {
  color: #ffffff;
}
.cid-uPkJpZJoTB .mbr-desc,
.cid-uPkJpZJoTB .mbr-section-btn {
  text-align: center;
}
.cid-uPkJq0LFWz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPkJq0LFWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkJq0LFWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkJq0LFWz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPkJq0LFWz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPkJq0LFWz .mbr-text {
  color: #19171c;
}
.cid-uPkJq0LFWz .mbr-text,
.cid-uPkJq0LFWz .mbr-section-btn,
.cid-uPkJq0LFWz .text-wrapper {
  text-align: center;
}
.cid-uPkJq1Lmll {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uPkJq1Lmll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkJq1Lmll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkJq1Lmll .row {
  justify-content: space-between;
}
.cid-uPkJq1Lmll .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPkJq1Lmll .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPkJq1Lmll .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPkJq1Lmll .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPkJq1Lmll .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPkJq1Lmll .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPkJq1Lmll .mbr-label {
  color: #000000;
}
.cid-uPkJq1Lmll .mbr-section-title {
  color: #000000;
}
.cid-uPkJq1Lmll .mbr-desc {
  color: #000000;
}
.cid-uPkJq1Lmll .mbr-text {
  color: #8a8a8a;
}
.cid-uPkJq2H6wn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPkJq2H6wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkJq2H6wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkJq2H6wn .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPkJq2H6wn .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uPkJq2H6wn .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPkJq2H6wn .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uPkJq2H6wn .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPkJq2H6wn .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPkJq2H6wn .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPkJq2H6wn .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPkJq2H6wn .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uPkJq2H6wn .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uPkJq2H6wn .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uPkJq2H6wn .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uPkJq2H6wn .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uPkJq2H6wn .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uPkJq2H6wn .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uPkJq2H6wn .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uPkJq2H6wn .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uPkJq2H6wn .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uPkJq2H6wn .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uPkJq2H6wn .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uPkJq2H6wn .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uPkJq2H6wn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPkJq2H6wn .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uPkJq2H6wn .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPkJq2H6wn .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uPkJq2H6wn .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uPkJq2H6wn .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPkJq2H6wn .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPkJq2H6wn .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uPkJq2H6wn .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uPkJq2H6wn .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-uPkJq2H6wn .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkJq2H6wn .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPkJq2H6wn .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkJq2H6wn .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uPkJq2H6wn .mbr-label,
.cid-uPkJq2H6wn .label-wrapper {
  color: #000000;
}
.cid-uPkJq2H6wn .mbr-section-title {
  color: #000000;
}
.cid-uPkJq2H6wn .mbr-text {
  color: #8a8a8a;
}
.cid-uPkJq2H6wn .card-title {
  color: #000000;
}
.cid-uPkJq2H6wn .card-text {
  color: #8a8a8a;
}
.cid-uPkJq2H6wn .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uPkJq2H6wn .item-title {
  color: #000000;
  text-align: center;
}
.cid-uPkJq2H6wn .item-star,
.cid-uPkJq2H6wn .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uPkJq2H6wn .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uPkJq3TGDt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8a8a8a;
  background-image: linear-gradient(45deg, #f5f5f5 -20%, #8a8a8a 40%, #cccccc 200%);
}
@media (max-width: 768px) {
  .cid-uPkJq3TGDt {
    background-image: linear-gradient(45deg, #f5f5f5 -60%, #8a8a8a 40%, #cccccc 200%);
  }
}
.cid-uPkJq3TGDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkJq3TGDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkJq3TGDt .row {
  justify-content: space-between;
}
.cid-uPkJq3TGDt .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPkJq3TGDt .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPkJq3TGDt .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkJq3TGDt .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPkJq3TGDt .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPkJq3TGDt .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPkJq3TGDt .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPkJq3TGDt .mbr-section-title {
  color: #ffffff;
}
.cid-uPkJq3TGDt .item-title {
  color: #ffffff;
}
.cid-uPkJq3TGDt .item-text {
  color: #ffffff;
}
.cid-uPkJq3TGDt .mbr-text {
  color: #f5f5f5;
}
.cid-uPkJq3TGDt .mbr-section-title,
.cid-uPkJq3TGDt .title-wrapper {
  color: #055670;
}
.cid-uPkJq55jZL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPkJq55jZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkJq55jZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkJq55jZL .row {
  justify-content: space-between;
}
.cid-uPkJq55jZL .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPkJq55jZL .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPkJq55jZL .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkJq55jZL .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPkJq55jZL .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPkJq55jZL .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPkJq55jZL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPkJq55jZL .mbr-section-title {
  color: #ffffff;
}
.cid-uPkJq55jZL .item-title {
  color: #ffffff;
}
.cid-uPkJq55jZL .item-text {
  color: #4b4b4b;
}
.cid-uPkJq55jZL .mbr-text {
  color: #4b4b4b;
}
.cid-uPkJq55jZL .mbr-section-title,
.cid-uPkJq55jZL .title-wrapper {
  color: #055670;
}
.cid-uPkJq55jZL .item-title,
.cid-uPkJq55jZL .mbr-section-btn {
  color: #055670;
}
.cid-uPkJq6a3gs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPkJq6a3gs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkJq6a3gs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkJq6a3gs .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPkJq6a3gs .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uPkJq6a3gs .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uPkJq6a3gs .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uPkJq6a3gs .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uPkJq6a3gs .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkJq6a3gs .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uPkJq6a3gs .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPkJq6a3gs .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uPkJq6a3gs .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPkJq6a3gs .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPkJq6a3gs .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPkJq6a3gs .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uPkJq6a3gs .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #e4ed64;
  color: #000000;
}
.cid-uPkJq6a3gs .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uPkJq6a3gs .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #e4ed64;
}
.cid-uPkJq6a3gs .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkJq6a3gs .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uPkJq6a3gs .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPkJq6a3gs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uPkJq6a3gs .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPkJq6a3gs .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPkJq6a3gs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uPkJq6a3gs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPkJq6a3gs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPkJq6a3gs .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uPkJq6a3gs .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uPkJq6a3gs .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkJq6a3gs .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPkJq6a3gs .mbr-label {
  color: #000000;
}
.cid-uPkJq6a3gs .mbr-section-title {
  color: #000000;
}
.cid-uPkJq6a3gs .panel-title-edit {
  color: #000000;
}
.cid-uPkJq6a3gs .panel-text {
  color: #8a8a8a;
}
.cid-uPkJq7pKey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e0e0;
}
.cid-uPkJq7pKey .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkJq7pKey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkJq7pKey .row {
  justify-content: space-between;
}
.cid-uPkJq7pKey .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPkJq7pKey .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPkJq7pKey .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPkJq7pKey .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPkJq7pKey .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPkJq7pKey .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPkJq7pKey .mbr-label {
  color: #000000;
}
.cid-uPkJq7pKey .mbr-section-title {
  color: #000000;
}
.cid-uPkJq7pKey .mbr-desc {
  color: #4b4b4b;
}
.cid-uPkJq7pKey .mbr-text {
  color: #8a8a8a;
}
.cid-uPkJq8vO7E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPkJq8vO7E .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPkJq8vO7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkJq8vO7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkJq8vO7E .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPkJq8vO7E .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPkJq8vO7E .card-wrapper {
    padding: 30px;
  }
}
.cid-uPkJq8vO7E .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPkJq8vO7E .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPkJq8vO7E .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPkJq8vO7E .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPkJq8vO7E .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPkJq8vO7E .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPkJq8vO7E .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPkJq8vO7E .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPkJq8vO7E .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPkJq8vO7E .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPkJq8vO7E .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPkJq8vO7E .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPkJq8vO7E .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPkJq8vO7E .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPkJq8vO7E .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPkJq8vO7E .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPkJq8vO7E .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPkJq8vO7E .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPkJq8vO7E .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPkJq8vO7E .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPkJq8vO7E .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPkJq8vO7E .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPkJq8vO7E .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPkJq8vO7E .mbr-section-title {
  color: #000000;
}
.cid-uPkJq8vO7E .mbr-text {
  color: #8a8a8a;
}
.cid-uPkJq8vO7E .list {
  color: #000000;
}
.cid-uPkJq8vO7E .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPkJq8vO7E .mbr-text,
.cid-uPkJq8vO7E .mbr-section-btn {
  color: #055670;
}
.cid-uPkPoIPI59 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPkPoIPI59 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPkPoIPI59 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPkPoIPI59 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPkPoIPI59 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPkPoIPI59 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPkPoIPI59 .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPkPoIPI59 .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPkPoIPI59 .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPkPoIPI59 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPkPoIPI59 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPkPoIPI59 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPkPoIPI59 .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPkPoIPI59 .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPkPoIPI59 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPkPoIPI59 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPkPoIPI59 .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPkPoIPI59 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPkPoIPI59 .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPkPoIPI59 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPkPoIPI59 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPkPoIPI59 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPkPoIPI59 .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPkPoIPI59 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPkPoIPI59 .container,
.cid-uPkPoIPI59 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPkPoIPI59 .container,
  .cid-uPkPoIPI59 .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPkPoIPI59 .container,
  .cid-uPkPoIPI59 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPkPoIPI59 .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPkPoIPI59 .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPkPoIPI59 .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPkPoIPI59 .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPkPoIPI59 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPkPoIPI59 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPkPoIPI59 .nav-item:focus,
.cid-uPkPoIPI59 .nav-link:focus {
  outline: none;
}
.cid-uPkPoIPI59 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkPoIPI59 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkPoIPI59 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPkPoIPI59 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkPoIPI59 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkPoIPI59 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkPoIPI59 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPkPoIPI59 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPkPoIPI59 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPkPoIPI59 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPkPoIPI59 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPkPoIPI59 .navbar.collapsed {
  justify-content: center;
}
.cid-uPkPoIPI59 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPkPoIPI59 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPkPoIPI59 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPkPoIPI59 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPkPoIPI59 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPkPoIPI59 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPkPoIPI59 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPkPoIPI59 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPkPoIPI59 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPkPoIPI59 .navbar {
    min-height: 72px;
  }
  .cid-uPkPoIPI59 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPkPoIPI59 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPkPoIPI59 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPkPoIPI59 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPkPoIPI59 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPkPoIPI59 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPkPoIPI59 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPkPoIPI59 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPkPoIPI59 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPkPoIPI59 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPkPoIPI59 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPkPoIPI59 .dropdown-item.active,
.cid-uPkPoIPI59 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPkPoIPI59 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPkPoIPI59 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPkPoIPI59 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPkPoIPI59 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPkPoIPI59 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPkPoIPI59 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPkPoIPI59 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPkPoIPI59 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPkPoIPI59 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPkPoIPI59 .navbar-buttons {
    text-align: left;
  }
}
.cid-uPkPoIPI59 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPkPoIPI59 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPkPoIPI59 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkPoIPI59 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkPoIPI59 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkPoIPI59 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkPoIPI59 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkPoIPI59 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkPoIPI59 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkPoIPI59 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkPoIPI59 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPkPoIPI59 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkPoIPI59 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPkPoIPI59 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPkPoIPI59 .navbar {
    height: 70px;
  }
  .cid-uPkPoIPI59 .navbar.opened {
    height: auto;
  }
  .cid-uPkPoIPI59 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPkPoIPI59 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPkPoIPI59 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPkPoIPI59 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPkPoIPI59 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPkPoIPI59 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPkPoIPI59 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPkPoIPI59 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPkPoIPI59 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPkPoIPI59 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPkPoIPI59 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPkPoIPI59 .navbar-brand {
    margin-right: auto;
  }
  .cid-uPkPoIPI59 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPkPoIPI59 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPkPoIPI59 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPkPoIPI59 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPkPoIPI59 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPkPoIPI59 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPkPoIPI59 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPkPoIPI59 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPkPoIPI59 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPkPoIPI59 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPkPoK3T6a {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/forro-mineral-1024x523.jpg");
}
.cid-uPkPoK3T6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkPoK3T6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkPoK3T6a .row {
  justify-content: center;
}
.cid-uPkPoK3T6a .card {
  justify-content: flex-end;
}
.cid-uPkPoK3T6a .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPkPoK3T6a .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPkPoK3T6a .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uPkPoK3T6a .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPkPoK3T6a .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uPkPoK3T6a .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uPkPoK3T6a .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uPkPoK3T6a .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uPkPoK3T6a .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPkPoK3T6a .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPkPoK3T6a .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uPkPoK3T6a .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPkPoK3T6a .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPkPoK3T6a .mbr-text,
.cid-uPkPoK3T6a .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPkPoK3T6a .mbr-desc {
  color: #ffffff;
}
.cid-uPkPoK3T6a .mbr-desc,
.cid-uPkPoK3T6a .mbr-section-btn {
  text-align: center;
}
.cid-uPkPoL3brz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPkPoL3brz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkPoL3brz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkPoL3brz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPkPoL3brz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPkPoL3brz .mbr-text {
  color: #19171c;
}
.cid-uPkPoL3brz .mbr-text,
.cid-uPkPoL3brz .mbr-section-btn,
.cid-uPkPoL3brz .text-wrapper {
  text-align: center;
}
.cid-uPkPoLYHds {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uPkPoLYHds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkPoLYHds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkPoLYHds .row {
  justify-content: space-between;
}
.cid-uPkPoLYHds .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPkPoLYHds .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPkPoLYHds .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPkPoLYHds .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPkPoLYHds .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPkPoLYHds .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPkPoLYHds .mbr-label {
  color: #000000;
}
.cid-uPkPoLYHds .mbr-section-title {
  color: #000000;
}
.cid-uPkPoLYHds .mbr-desc {
  color: #000000;
}
.cid-uPkPoLYHds .mbr-text {
  color: #8a8a8a;
}
.cid-uPkPoMRZ5L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPkPoMRZ5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkPoMRZ5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkPoMRZ5L .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPkPoMRZ5L .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uPkPoMRZ5L .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPkPoMRZ5L .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uPkPoMRZ5L .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPkPoMRZ5L .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPkPoMRZ5L .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPkPoMRZ5L .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPkPoMRZ5L .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uPkPoMRZ5L .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uPkPoMRZ5L .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uPkPoMRZ5L .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uPkPoMRZ5L .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uPkPoMRZ5L .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uPkPoMRZ5L .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uPkPoMRZ5L .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uPkPoMRZ5L .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uPkPoMRZ5L .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uPkPoMRZ5L .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uPkPoMRZ5L .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uPkPoMRZ5L .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uPkPoMRZ5L .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPkPoMRZ5L .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uPkPoMRZ5L .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPkPoMRZ5L .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uPkPoMRZ5L .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uPkPoMRZ5L .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPkPoMRZ5L .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPkPoMRZ5L .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uPkPoMRZ5L .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uPkPoMRZ5L .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-uPkPoMRZ5L .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkPoMRZ5L .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPkPoMRZ5L .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkPoMRZ5L .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uPkPoMRZ5L .mbr-label,
.cid-uPkPoMRZ5L .label-wrapper {
  color: #000000;
}
.cid-uPkPoMRZ5L .mbr-section-title {
  color: #000000;
}
.cid-uPkPoMRZ5L .mbr-text {
  color: #8a8a8a;
}
.cid-uPkPoMRZ5L .card-title {
  color: #000000;
}
.cid-uPkPoMRZ5L .card-text {
  color: #8a8a8a;
}
.cid-uPkPoMRZ5L .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uPkPoMRZ5L .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPkPoMRZ5L .item-star,
.cid-uPkPoMRZ5L .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uPkPoMRZ5L .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPkPoO3tT5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8a8a8a;
  background-image: linear-gradient(45deg, #f5f5f5 -20%, #8a8a8a 40%, #cccccc 200%);
}
@media (max-width: 768px) {
  .cid-uPkPoO3tT5 {
    background-image: linear-gradient(45deg, #f5f5f5 -60%, #8a8a8a 40%, #cccccc 200%);
  }
}
.cid-uPkPoO3tT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkPoO3tT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkPoO3tT5 .row {
  justify-content: space-between;
}
.cid-uPkPoO3tT5 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPkPoO3tT5 .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPkPoO3tT5 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkPoO3tT5 .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPkPoO3tT5 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPkPoO3tT5 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPkPoO3tT5 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPkPoO3tT5 .mbr-section-title {
  color: #ffffff;
}
.cid-uPkPoO3tT5 .item-title {
  color: #ffffff;
}
.cid-uPkPoO3tT5 .item-text {
  color: #ffffff;
}
.cid-uPkPoO3tT5 .mbr-text {
  color: #f5f5f5;
}
.cid-uPkPoO3tT5 .mbr-section-title,
.cid-uPkPoO3tT5 .title-wrapper {
  color: #055670;
}
.cid-uPkPoP88Qc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPkPoP88Qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkPoP88Qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkPoP88Qc .row {
  justify-content: space-between;
}
.cid-uPkPoP88Qc .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPkPoP88Qc .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPkPoP88Qc .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkPoP88Qc .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPkPoP88Qc .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPkPoP88Qc .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPkPoP88Qc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPkPoP88Qc .mbr-section-title {
  color: #ffffff;
}
.cid-uPkPoP88Qc .item-title {
  color: #ffffff;
}
.cid-uPkPoP88Qc .item-text {
  color: #4b4b4b;
}
.cid-uPkPoP88Qc .mbr-text {
  color: #4b4b4b;
}
.cid-uPkPoP88Qc .mbr-section-title,
.cid-uPkPoP88Qc .title-wrapper {
  color: #055670;
}
.cid-uPkPoP88Qc .item-title,
.cid-uPkPoP88Qc .mbr-section-btn {
  color: #055670;
}
.cid-uPkPoQbCus {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPkPoQbCus .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkPoQbCus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkPoQbCus .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPkPoQbCus .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uPkPoQbCus .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uPkPoQbCus .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uPkPoQbCus .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uPkPoQbCus .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkPoQbCus .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uPkPoQbCus .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPkPoQbCus .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uPkPoQbCus .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPkPoQbCus .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPkPoQbCus .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPkPoQbCus .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uPkPoQbCus .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #e4ed64;
  color: #000000;
}
.cid-uPkPoQbCus .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uPkPoQbCus .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #e4ed64;
}
.cid-uPkPoQbCus .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkPoQbCus .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uPkPoQbCus .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPkPoQbCus .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uPkPoQbCus .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPkPoQbCus .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPkPoQbCus .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uPkPoQbCus .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPkPoQbCus .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPkPoQbCus .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uPkPoQbCus .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uPkPoQbCus .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPkPoQbCus .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPkPoQbCus .mbr-label {
  color: #000000;
}
.cid-uPkPoQbCus .mbr-section-title {
  color: #000000;
}
.cid-uPkPoQbCus .panel-title-edit {
  color: #000000;
}
.cid-uPkPoQbCus .panel-text {
  color: #8a8a8a;
}
.cid-uPkPoRq6lw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e0e0;
}
.cid-uPkPoRq6lw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkPoRq6lw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkPoRq6lw .row {
  justify-content: space-between;
}
.cid-uPkPoRq6lw .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPkPoRq6lw .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPkPoRq6lw .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPkPoRq6lw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPkPoRq6lw .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPkPoRq6lw .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPkPoRq6lw .mbr-label {
  color: #000000;
}
.cid-uPkPoRq6lw .mbr-section-title {
  color: #000000;
}
.cid-uPkPoRq6lw .mbr-desc {
  color: #4b4b4b;
}
.cid-uPkPoRq6lw .mbr-text {
  color: #8a8a8a;
}
.cid-uPkPoSuBvz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPkPoSuBvz .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPkPoSuBvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkPoSuBvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPkPoSuBvz .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPkPoSuBvz .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPkPoSuBvz .card-wrapper {
    padding: 30px;
  }
}
.cid-uPkPoSuBvz .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPkPoSuBvz .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPkPoSuBvz .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPkPoSuBvz .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPkPoSuBvz .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPkPoSuBvz .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPkPoSuBvz .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPkPoSuBvz .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPkPoSuBvz .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPkPoSuBvz .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPkPoSuBvz .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPkPoSuBvz .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPkPoSuBvz .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPkPoSuBvz .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPkPoSuBvz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPkPoSuBvz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPkPoSuBvz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPkPoSuBvz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPkPoSuBvz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPkPoSuBvz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPkPoSuBvz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPkPoSuBvz .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPkPoSuBvz .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPkPoSuBvz .mbr-section-title {
  color: #000000;
}
.cid-uPkPoSuBvz .mbr-text {
  color: #8a8a8a;
}
.cid-uPkPoSuBvz .list {
  color: #000000;
}
.cid-uPkPoSuBvz .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPkPoSuBvz .mbr-text,
.cid-uPkPoSuBvz .mbr-section-btn {
  color: #055670;
}
.cid-uPBQQhKXqA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPBQQhKXqA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPBQQhKXqA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPBQQhKXqA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPBQQhKXqA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPBQQhKXqA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPBQQhKXqA .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPBQQhKXqA .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPBQQhKXqA .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPBQQhKXqA .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPBQQhKXqA .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPBQQhKXqA .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPBQQhKXqA .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPBQQhKXqA .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPBQQhKXqA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPBQQhKXqA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPBQQhKXqA .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPBQQhKXqA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPBQQhKXqA .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPBQQhKXqA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPBQQhKXqA .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPBQQhKXqA .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPBQQhKXqA .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPBQQhKXqA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPBQQhKXqA .container,
.cid-uPBQQhKXqA .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPBQQhKXqA .container,
  .cid-uPBQQhKXqA .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPBQQhKXqA .container,
  .cid-uPBQQhKXqA .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPBQQhKXqA .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPBQQhKXqA .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPBQQhKXqA .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPBQQhKXqA .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPBQQhKXqA .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPBQQhKXqA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPBQQhKXqA .nav-item:focus,
.cid-uPBQQhKXqA .nav-link:focus {
  outline: none;
}
.cid-uPBQQhKXqA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPBQQhKXqA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPBQQhKXqA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPBQQhKXqA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPBQQhKXqA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPBQQhKXqA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPBQQhKXqA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPBQQhKXqA .navbar.opened {
  transition: all 0.3s;
}
.cid-uPBQQhKXqA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPBQQhKXqA .navbar .navbar-logo img {
  width: auto;
}
.cid-uPBQQhKXqA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPBQQhKXqA .navbar.collapsed {
  justify-content: center;
}
.cid-uPBQQhKXqA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPBQQhKXqA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPBQQhKXqA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPBQQhKXqA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPBQQhKXqA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPBQQhKXqA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPBQQhKXqA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPBQQhKXqA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPBQQhKXqA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPBQQhKXqA .navbar {
    min-height: 72px;
  }
  .cid-uPBQQhKXqA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPBQQhKXqA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPBQQhKXqA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPBQQhKXqA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPBQQhKXqA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPBQQhKXqA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPBQQhKXqA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPBQQhKXqA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPBQQhKXqA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPBQQhKXqA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPBQQhKXqA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPBQQhKXqA .dropdown-item.active,
.cid-uPBQQhKXqA .dropdown-item:active {
  background-color: transparent;
}
.cid-uPBQQhKXqA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPBQQhKXqA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPBQQhKXqA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPBQQhKXqA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPBQQhKXqA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPBQQhKXqA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPBQQhKXqA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPBQQhKXqA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPBQQhKXqA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPBQQhKXqA .navbar-buttons {
    text-align: left;
  }
}
.cid-uPBQQhKXqA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPBQQhKXqA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPBQQhKXqA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPBQQhKXqA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBQQhKXqA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBQQhKXqA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPBQQhKXqA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBQQhKXqA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPBQQhKXqA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPBQQhKXqA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBQQhKXqA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPBQQhKXqA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPBQQhKXqA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPBQQhKXqA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPBQQhKXqA .navbar {
    height: 70px;
  }
  .cid-uPBQQhKXqA .navbar.opened {
    height: auto;
  }
  .cid-uPBQQhKXqA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPBQQhKXqA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPBQQhKXqA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPBQQhKXqA .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPBQQhKXqA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPBQQhKXqA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPBQQhKXqA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPBQQhKXqA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPBQQhKXqA .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPBQQhKXqA .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPBQQhKXqA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPBQQhKXqA .navbar-brand {
    margin-right: auto;
  }
  .cid-uPBQQhKXqA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPBQQhKXqA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPBQQhKXqA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPBQQhKXqA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPBQQhKXqA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPBQQhKXqA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPBQQhKXqA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPBQQhKXqA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPBQQhKXqA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPBQQhKXqA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPBQQion6Y {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/forros-modular-de-pvc-1200x898.jpg");
}
.cid-uPBQQion6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBQQion6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBQQion6Y .row {
  justify-content: center;
}
.cid-uPBQQion6Y .card {
  justify-content: flex-end;
}
.cid-uPBQQion6Y .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPBQQion6Y .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPBQQion6Y .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uPBQQion6Y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPBQQion6Y .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uPBQQion6Y .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uPBQQion6Y .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uPBQQion6Y .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uPBQQion6Y .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPBQQion6Y .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPBQQion6Y .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uPBQQion6Y .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPBQQion6Y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPBQQion6Y .mbr-text,
.cid-uPBQQion6Y .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPBQQion6Y .mbr-desc {
  color: #ffffff;
}
.cid-uPBQQion6Y .mbr-desc,
.cid-uPBQQion6Y .mbr-section-btn {
  text-align: center;
}
.cid-uPBQQiQxzm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPBQQiQxzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBQQiQxzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBQQiQxzm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPBQQiQxzm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPBQQiQxzm .mbr-text {
  color: #19171c;
}
.cid-uPBQQiQxzm .mbr-text,
.cid-uPBQQiQxzm .mbr-section-btn,
.cid-uPBQQiQxzm .text-wrapper {
  text-align: center;
}
.cid-uPBQQjhhgY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uPBQQjhhgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBQQjhhgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBQQjhhgY .row {
  justify-content: space-between;
}
.cid-uPBQQjhhgY .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPBQQjhhgY .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPBQQjhhgY .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPBQQjhhgY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPBQQjhhgY .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPBQQjhhgY .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPBQQjhhgY .mbr-label {
  color: #000000;
}
.cid-uPBQQjhhgY .mbr-section-title {
  color: #000000;
}
.cid-uPBQQjhhgY .mbr-desc {
  color: #000000;
}
.cid-uPBQQjhhgY .mbr-text {
  color: #8a8a8a;
}
.cid-uPBQQjPagd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPBQQjPagd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBQQjPagd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBQQjPagd .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPBQQjPagd .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uPBQQjPagd .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPBQQjPagd .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uPBQQjPagd .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPBQQjPagd .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPBQQjPagd .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPBQQjPagd .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPBQQjPagd .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uPBQQjPagd .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uPBQQjPagd .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uPBQQjPagd .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uPBQQjPagd .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uPBQQjPagd .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uPBQQjPagd .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uPBQQjPagd .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uPBQQjPagd .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uPBQQjPagd .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uPBQQjPagd .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uPBQQjPagd .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uPBQQjPagd .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uPBQQjPagd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPBQQjPagd .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uPBQQjPagd .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPBQQjPagd .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uPBQQjPagd .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uPBQQjPagd .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPBQQjPagd .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPBQQjPagd .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uPBQQjPagd .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uPBQQjPagd .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-uPBQQjPagd .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBQQjPagd .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPBQQjPagd .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBQQjPagd .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uPBQQjPagd .mbr-label,
.cid-uPBQQjPagd .label-wrapper {
  color: #000000;
}
.cid-uPBQQjPagd .mbr-section-title {
  color: #000000;
}
.cid-uPBQQjPagd .mbr-text {
  color: #8a8a8a;
}
.cid-uPBQQjPagd .card-title {
  color: #000000;
}
.cid-uPBQQjPagd .card-text {
  color: #8a8a8a;
}
.cid-uPBQQjPagd .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uPBQQjPagd .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPBQQjPagd .item-star,
.cid-uPBQQjPagd .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uPBQQjPagd .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPBQQkHcwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8a8a8a;
  background-image: linear-gradient(45deg, #f5f5f5 -20%, #8a8a8a 40%, #cccccc 200%);
}
@media (max-width: 768px) {
  .cid-uPBQQkHcwH {
    background-image: linear-gradient(45deg, #f5f5f5 -60%, #8a8a8a 40%, #cccccc 200%);
  }
}
.cid-uPBQQkHcwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBQQkHcwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBQQkHcwH .row {
  justify-content: space-between;
}
.cid-uPBQQkHcwH .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPBQQkHcwH .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPBQQkHcwH .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBQQkHcwH .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPBQQkHcwH .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPBQQkHcwH .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPBQQkHcwH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPBQQkHcwH .mbr-section-title {
  color: #ffffff;
}
.cid-uPBQQkHcwH .item-title {
  color: #ffffff;
}
.cid-uPBQQkHcwH .item-text {
  color: #ffffff;
}
.cid-uPBQQkHcwH .mbr-text {
  color: #f5f5f5;
}
.cid-uPBQQkHcwH .mbr-section-title,
.cid-uPBQQkHcwH .title-wrapper {
  color: #055670;
}
.cid-uPBQQlqo5B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPBQQlqo5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBQQlqo5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBQQlqo5B .row {
  justify-content: space-between;
}
.cid-uPBQQlqo5B .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPBQQlqo5B .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPBQQlqo5B .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBQQlqo5B .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPBQQlqo5B .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPBQQlqo5B .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPBQQlqo5B .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPBQQlqo5B .mbr-section-title {
  color: #ffffff;
}
.cid-uPBQQlqo5B .item-title {
  color: #ffffff;
}
.cid-uPBQQlqo5B .item-text {
  color: #4b4b4b;
}
.cid-uPBQQlqo5B .mbr-text {
  color: #4b4b4b;
}
.cid-uPBQQlqo5B .mbr-section-title,
.cid-uPBQQlqo5B .title-wrapper {
  color: #055670;
}
.cid-uPBQQlqo5B .item-title,
.cid-uPBQQlqo5B .mbr-section-btn {
  color: #055670;
}
.cid-uPBQQm5fEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPBQQm5fEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBQQm5fEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBQQm5fEY .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPBQQm5fEY .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uPBQQm5fEY .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uPBQQm5fEY .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uPBQQm5fEY .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uPBQQm5fEY .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBQQm5fEY .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uPBQQm5fEY .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPBQQm5fEY .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uPBQQm5fEY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPBQQm5fEY .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPBQQm5fEY .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPBQQm5fEY .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uPBQQm5fEY .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #e4ed64;
  color: #000000;
}
.cid-uPBQQm5fEY .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uPBQQm5fEY .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #e4ed64;
}
.cid-uPBQQm5fEY .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBQQm5fEY .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uPBQQm5fEY .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPBQQm5fEY .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uPBQQm5fEY .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPBQQm5fEY .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPBQQm5fEY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uPBQQm5fEY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPBQQm5fEY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPBQQm5fEY .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uPBQQm5fEY .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uPBQQm5fEY .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBQQm5fEY .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPBQQm5fEY .mbr-label {
  color: #000000;
}
.cid-uPBQQm5fEY .mbr-section-title {
  color: #000000;
}
.cid-uPBQQm5fEY .panel-title-edit {
  color: #000000;
}
.cid-uPBQQm5fEY .panel-text {
  color: #8a8a8a;
}
.cid-uPBQQmK3fI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e0e0;
}
.cid-uPBQQmK3fI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBQQmK3fI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBQQmK3fI .row {
  justify-content: space-between;
}
.cid-uPBQQmK3fI .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPBQQmK3fI .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPBQQmK3fI .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPBQQmK3fI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPBQQmK3fI .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPBQQmK3fI .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPBQQmK3fI .mbr-label {
  color: #000000;
}
.cid-uPBQQmK3fI .mbr-section-title {
  color: #000000;
}
.cid-uPBQQmK3fI .mbr-desc {
  color: #4b4b4b;
}
.cid-uPBQQmK3fI .mbr-text {
  color: #8a8a8a;
}
.cid-uPBQQnkXxH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPBQQnkXxH .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPBQQnkXxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBQQnkXxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBQQnkXxH .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPBQQnkXxH .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPBQQnkXxH .card-wrapper {
    padding: 30px;
  }
}
.cid-uPBQQnkXxH .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPBQQnkXxH .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPBQQnkXxH .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPBQQnkXxH .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPBQQnkXxH .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPBQQnkXxH .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPBQQnkXxH .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPBQQnkXxH .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPBQQnkXxH .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPBQQnkXxH .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPBQQnkXxH .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPBQQnkXxH .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPBQQnkXxH .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPBQQnkXxH .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPBQQnkXxH .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPBQQnkXxH .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPBQQnkXxH .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPBQQnkXxH .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPBQQnkXxH .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPBQQnkXxH .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPBQQnkXxH .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPBQQnkXxH .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPBQQnkXxH .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPBQQnkXxH .mbr-section-title {
  color: #000000;
}
.cid-uPBQQnkXxH .mbr-text {
  color: #8a8a8a;
}
.cid-uPBQQnkXxH .list {
  color: #000000;
}
.cid-uPBQQnkXxH .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPBQQnkXxH .mbr-text,
.cid-uPBQQnkXxH .mbr-section-btn {
  color: #055670;
}
.cid-uPBVPM0NTN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPBVPM0NTN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPBVPM0NTN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPBVPM0NTN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPBVPM0NTN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPBVPM0NTN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPBVPM0NTN .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPBVPM0NTN .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPBVPM0NTN .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPBVPM0NTN .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPBVPM0NTN .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPBVPM0NTN .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPBVPM0NTN .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPBVPM0NTN .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPBVPM0NTN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPBVPM0NTN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPBVPM0NTN .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPBVPM0NTN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPBVPM0NTN .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPBVPM0NTN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPBVPM0NTN .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPBVPM0NTN .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPBVPM0NTN .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPBVPM0NTN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPBVPM0NTN .container,
.cid-uPBVPM0NTN .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPBVPM0NTN .container,
  .cid-uPBVPM0NTN .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPBVPM0NTN .container,
  .cid-uPBVPM0NTN .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPBVPM0NTN .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPBVPM0NTN .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPBVPM0NTN .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPBVPM0NTN .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPBVPM0NTN .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPBVPM0NTN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPBVPM0NTN .nav-item:focus,
.cid-uPBVPM0NTN .nav-link:focus {
  outline: none;
}
.cid-uPBVPM0NTN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPBVPM0NTN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPBVPM0NTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPBVPM0NTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPBVPM0NTN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPBVPM0NTN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPBVPM0NTN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPBVPM0NTN .navbar.opened {
  transition: all 0.3s;
}
.cid-uPBVPM0NTN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPBVPM0NTN .navbar .navbar-logo img {
  width: auto;
}
.cid-uPBVPM0NTN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPBVPM0NTN .navbar.collapsed {
  justify-content: center;
}
.cid-uPBVPM0NTN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPBVPM0NTN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPBVPM0NTN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPBVPM0NTN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPBVPM0NTN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPBVPM0NTN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPBVPM0NTN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPBVPM0NTN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPBVPM0NTN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPBVPM0NTN .navbar {
    min-height: 72px;
  }
  .cid-uPBVPM0NTN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPBVPM0NTN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPBVPM0NTN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPBVPM0NTN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPBVPM0NTN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPBVPM0NTN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPBVPM0NTN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPBVPM0NTN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPBVPM0NTN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPBVPM0NTN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPBVPM0NTN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPBVPM0NTN .dropdown-item.active,
.cid-uPBVPM0NTN .dropdown-item:active {
  background-color: transparent;
}
.cid-uPBVPM0NTN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPBVPM0NTN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPBVPM0NTN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPBVPM0NTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPBVPM0NTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPBVPM0NTN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPBVPM0NTN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPBVPM0NTN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPBVPM0NTN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPBVPM0NTN .navbar-buttons {
    text-align: left;
  }
}
.cid-uPBVPM0NTN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPBVPM0NTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPBVPM0NTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPBVPM0NTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBVPM0NTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPBVPM0NTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPBVPM0NTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBVPM0NTN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPBVPM0NTN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPBVPM0NTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPBVPM0NTN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPBVPM0NTN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPBVPM0NTN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPBVPM0NTN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPBVPM0NTN .navbar {
    height: 70px;
  }
  .cid-uPBVPM0NTN .navbar.opened {
    height: auto;
  }
  .cid-uPBVPM0NTN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPBVPM0NTN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPBVPM0NTN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPBVPM0NTN .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPBVPM0NTN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPBVPM0NTN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPBVPM0NTN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPBVPM0NTN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPBVPM0NTN .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPBVPM0NTN .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPBVPM0NTN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPBVPM0NTN .navbar-brand {
    margin-right: auto;
  }
  .cid-uPBVPM0NTN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPBVPM0NTN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPBVPM0NTN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPBVPM0NTN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPBVPM0NTN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPBVPM0NTN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPBVPM0NTN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPBVPM0NTN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPBVPM0NTN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPBVPM0NTN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPBVPMOW2K {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/forro-pvc-madeira-3.webp");
}
.cid-uPBVPMOW2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBVPMOW2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBVPMOW2K .row {
  justify-content: center;
}
.cid-uPBVPMOW2K .card {
  justify-content: flex-end;
}
.cid-uPBVPMOW2K .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPBVPMOW2K .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPBVPMOW2K .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uPBVPMOW2K .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPBVPMOW2K .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uPBVPMOW2K .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uPBVPMOW2K .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uPBVPMOW2K .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uPBVPMOW2K .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPBVPMOW2K .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPBVPMOW2K .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uPBVPMOW2K .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPBVPMOW2K .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPBVPMOW2K .mbr-text,
.cid-uPBVPMOW2K .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPBVPMOW2K .mbr-desc {
  color: #ffffff;
}
.cid-uPBVPMOW2K .mbr-desc,
.cid-uPBVPMOW2K .mbr-section-btn {
  text-align: center;
}
.cid-uPBVPNjb8F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPBVPNjb8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBVPNjb8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBVPNjb8F .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPBVPNjb8F .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPBVPNjb8F .mbr-text {
  color: #19171c;
}
.cid-uPBVPNjb8F .mbr-text,
.cid-uPBVPNjb8F .mbr-section-btn,
.cid-uPBVPNjb8F .text-wrapper {
  text-align: center;
}
.cid-uPBVPNNAz6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uPBVPNNAz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBVPNNAz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBVPNNAz6 .row {
  justify-content: space-between;
}
.cid-uPBVPNNAz6 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPBVPNNAz6 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPBVPNNAz6 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPBVPNNAz6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPBVPNNAz6 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPBVPNNAz6 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPBVPNNAz6 .mbr-label {
  color: #000000;
}
.cid-uPBVPNNAz6 .mbr-section-title {
  color: #000000;
}
.cid-uPBVPNNAz6 .mbr-desc {
  color: #000000;
}
.cid-uPBVPNNAz6 .mbr-text {
  color: #8a8a8a;
}
.cid-uPBVPOgDhD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPBVPOgDhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBVPOgDhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBVPOgDhD .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPBVPOgDhD .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uPBVPOgDhD .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPBVPOgDhD .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uPBVPOgDhD .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPBVPOgDhD .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPBVPOgDhD .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPBVPOgDhD .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPBVPOgDhD .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uPBVPOgDhD .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uPBVPOgDhD .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uPBVPOgDhD .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uPBVPOgDhD .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uPBVPOgDhD .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uPBVPOgDhD .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uPBVPOgDhD .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uPBVPOgDhD .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uPBVPOgDhD .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uPBVPOgDhD .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uPBVPOgDhD .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uPBVPOgDhD .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uPBVPOgDhD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPBVPOgDhD .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uPBVPOgDhD .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPBVPOgDhD .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uPBVPOgDhD .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uPBVPOgDhD .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPBVPOgDhD .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPBVPOgDhD .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uPBVPOgDhD .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uPBVPOgDhD .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-uPBVPOgDhD .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBVPOgDhD .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPBVPOgDhD .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBVPOgDhD .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uPBVPOgDhD .mbr-label,
.cid-uPBVPOgDhD .label-wrapper {
  color: #000000;
}
.cid-uPBVPOgDhD .mbr-section-title {
  color: #000000;
}
.cid-uPBVPOgDhD .mbr-text {
  color: #8a8a8a;
}
.cid-uPBVPOgDhD .card-title {
  color: #000000;
}
.cid-uPBVPOgDhD .card-text {
  color: #8a8a8a;
}
.cid-uPBVPOgDhD .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uPBVPOgDhD .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPBVPOgDhD .item-star,
.cid-uPBVPOgDhD .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uPBVPOgDhD .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPBVPP7OLk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8a8a8a;
  background-image: linear-gradient(45deg, #f5f5f5 -20%, #8a8a8a 40%, #cccccc 200%);
}
@media (max-width: 768px) {
  .cid-uPBVPP7OLk {
    background-image: linear-gradient(45deg, #f5f5f5 -60%, #8a8a8a 40%, #cccccc 200%);
  }
}
.cid-uPBVPP7OLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBVPP7OLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBVPP7OLk .row {
  justify-content: space-between;
}
.cid-uPBVPP7OLk .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPBVPP7OLk .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPBVPP7OLk .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBVPP7OLk .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPBVPP7OLk .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPBVPP7OLk .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPBVPP7OLk .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPBVPP7OLk .mbr-section-title {
  color: #ffffff;
}
.cid-uPBVPP7OLk .item-title {
  color: #ffffff;
}
.cid-uPBVPP7OLk .item-text {
  color: #ffffff;
}
.cid-uPBVPP7OLk .mbr-text {
  color: #f5f5f5;
}
.cid-uPBVPP7OLk .mbr-section-title,
.cid-uPBVPP7OLk .title-wrapper {
  color: #055670;
}
.cid-uPBVPPNqjT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPBVPPNqjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBVPPNqjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBVPPNqjT .row {
  justify-content: space-between;
}
.cid-uPBVPPNqjT .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPBVPPNqjT .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPBVPPNqjT .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBVPPNqjT .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPBVPPNqjT .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPBVPPNqjT .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPBVPPNqjT .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPBVPPNqjT .mbr-section-title {
  color: #ffffff;
}
.cid-uPBVPPNqjT .item-title {
  color: #ffffff;
}
.cid-uPBVPPNqjT .item-text {
  color: #4b4b4b;
}
.cid-uPBVPPNqjT .mbr-text {
  color: #4b4b4b;
}
.cid-uPBVPPNqjT .mbr-section-title,
.cid-uPBVPPNqjT .title-wrapper {
  color: #055670;
}
.cid-uPBVPPNqjT .item-title,
.cid-uPBVPPNqjT .mbr-section-btn {
  color: #055670;
}
.cid-uPBVPQyTla {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPBVPQyTla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBVPQyTla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBVPQyTla .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPBVPQyTla .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uPBVPQyTla .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uPBVPQyTla .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uPBVPQyTla .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uPBVPQyTla .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBVPQyTla .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uPBVPQyTla .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPBVPQyTla .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uPBVPQyTla .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPBVPQyTla .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPBVPQyTla .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPBVPQyTla .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uPBVPQyTla .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #e4ed64;
  color: #000000;
}
.cid-uPBVPQyTla .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uPBVPQyTla .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #e4ed64;
}
.cid-uPBVPQyTla .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBVPQyTla .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uPBVPQyTla .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPBVPQyTla .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uPBVPQyTla .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPBVPQyTla .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPBVPQyTla .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uPBVPQyTla .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPBVPQyTla .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPBVPQyTla .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uPBVPQyTla .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uPBVPQyTla .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPBVPQyTla .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPBVPQyTla .mbr-label {
  color: #000000;
}
.cid-uPBVPQyTla .mbr-section-title {
  color: #000000;
}
.cid-uPBVPQyTla .panel-title-edit {
  color: #000000;
}
.cid-uPBVPQyTla .panel-text {
  color: #8a8a8a;
}
.cid-uPBVPRlY0k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e0e0;
}
.cid-uPBVPRlY0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBVPRlY0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBVPRlY0k .row {
  justify-content: space-between;
}
.cid-uPBVPRlY0k .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPBVPRlY0k .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPBVPRlY0k .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPBVPRlY0k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPBVPRlY0k .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPBVPRlY0k .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPBVPRlY0k .mbr-label {
  color: #000000;
}
.cid-uPBVPRlY0k .mbr-section-title {
  color: #000000;
}
.cid-uPBVPRlY0k .mbr-desc {
  color: #4b4b4b;
}
.cid-uPBVPRlY0k .mbr-text {
  color: #8a8a8a;
}
.cid-uPBVPS5I1d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPBVPS5I1d .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPBVPS5I1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBVPS5I1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBVPS5I1d .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPBVPS5I1d .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPBVPS5I1d .card-wrapper {
    padding: 30px;
  }
}
.cid-uPBVPS5I1d .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPBVPS5I1d .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPBVPS5I1d .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPBVPS5I1d .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPBVPS5I1d .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPBVPS5I1d .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPBVPS5I1d .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPBVPS5I1d .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPBVPS5I1d .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPBVPS5I1d .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPBVPS5I1d .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPBVPS5I1d .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPBVPS5I1d .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPBVPS5I1d .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPBVPS5I1d .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPBVPS5I1d .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPBVPS5I1d .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPBVPS5I1d .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPBVPS5I1d .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPBVPS5I1d .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPBVPS5I1d .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPBVPS5I1d .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPBVPS5I1d .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPBVPS5I1d .mbr-section-title {
  color: #000000;
}
.cid-uPBVPS5I1d .mbr-text {
  color: #8a8a8a;
}
.cid-uPBVPS5I1d .list {
  color: #000000;
}
.cid-uPBVPS5I1d .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPBVPS5I1d .mbr-text,
.cid-uPBVPS5I1d .mbr-section-btn {
  color: #055670;
}
.cid-uPC06KU6F7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPC06KU6F7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPC06KU6F7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPC06KU6F7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPC06KU6F7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPC06KU6F7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPC06KU6F7 .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPC06KU6F7 .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPC06KU6F7 .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPC06KU6F7 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPC06KU6F7 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPC06KU6F7 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPC06KU6F7 .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPC06KU6F7 .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPC06KU6F7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPC06KU6F7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPC06KU6F7 .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPC06KU6F7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPC06KU6F7 .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPC06KU6F7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPC06KU6F7 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPC06KU6F7 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPC06KU6F7 .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPC06KU6F7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPC06KU6F7 .container,
.cid-uPC06KU6F7 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPC06KU6F7 .container,
  .cid-uPC06KU6F7 .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPC06KU6F7 .container,
  .cid-uPC06KU6F7 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPC06KU6F7 .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPC06KU6F7 .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPC06KU6F7 .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPC06KU6F7 .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPC06KU6F7 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPC06KU6F7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPC06KU6F7 .nav-item:focus,
.cid-uPC06KU6F7 .nav-link:focus {
  outline: none;
}
.cid-uPC06KU6F7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPC06KU6F7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPC06KU6F7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPC06KU6F7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPC06KU6F7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPC06KU6F7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPC06KU6F7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPC06KU6F7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPC06KU6F7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPC06KU6F7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPC06KU6F7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPC06KU6F7 .navbar.collapsed {
  justify-content: center;
}
.cid-uPC06KU6F7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPC06KU6F7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPC06KU6F7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPC06KU6F7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPC06KU6F7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPC06KU6F7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPC06KU6F7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPC06KU6F7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPC06KU6F7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPC06KU6F7 .navbar {
    min-height: 72px;
  }
  .cid-uPC06KU6F7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPC06KU6F7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPC06KU6F7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPC06KU6F7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPC06KU6F7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPC06KU6F7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPC06KU6F7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPC06KU6F7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPC06KU6F7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPC06KU6F7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPC06KU6F7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPC06KU6F7 .dropdown-item.active,
.cid-uPC06KU6F7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPC06KU6F7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPC06KU6F7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPC06KU6F7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPC06KU6F7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPC06KU6F7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPC06KU6F7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPC06KU6F7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPC06KU6F7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPC06KU6F7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPC06KU6F7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uPC06KU6F7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPC06KU6F7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPC06KU6F7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPC06KU6F7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPC06KU6F7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPC06KU6F7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPC06KU6F7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPC06KU6F7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPC06KU6F7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPC06KU6F7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPC06KU6F7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPC06KU6F7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPC06KU6F7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPC06KU6F7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPC06KU6F7 .navbar {
    height: 70px;
  }
  .cid-uPC06KU6F7 .navbar.opened {
    height: auto;
  }
  .cid-uPC06KU6F7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPC06KU6F7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPC06KU6F7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPC06KU6F7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPC06KU6F7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPC06KU6F7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPC06KU6F7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPC06KU6F7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPC06KU6F7 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPC06KU6F7 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPC06KU6F7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPC06KU6F7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uPC06KU6F7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPC06KU6F7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPC06KU6F7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPC06KU6F7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPC06KU6F7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPC06KU6F7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPC06KU6F7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPC06KU6F7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPC06KU6F7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPC06KU6F7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPC06LDnGN {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/divisorias-pvc-630x473.jpeg");
}
.cid-uPC06LDnGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC06LDnGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC06LDnGN .row {
  justify-content: center;
}
.cid-uPC06LDnGN .card {
  justify-content: flex-end;
}
.cid-uPC06LDnGN .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPC06LDnGN .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPC06LDnGN .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uPC06LDnGN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPC06LDnGN .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uPC06LDnGN .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uPC06LDnGN .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uPC06LDnGN .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uPC06LDnGN .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPC06LDnGN .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPC06LDnGN .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uPC06LDnGN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPC06LDnGN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPC06LDnGN .mbr-text,
.cid-uPC06LDnGN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPC06LDnGN .mbr-desc {
  color: #ffffff;
}
.cid-uPC06LDnGN .mbr-desc,
.cid-uPC06LDnGN .mbr-section-btn {
  text-align: center;
}
.cid-uPC06M84tF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPC06M84tF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC06M84tF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC06M84tF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPC06M84tF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPC06M84tF .mbr-text {
  color: #19171c;
}
.cid-uPC06M84tF .mbr-text,
.cid-uPC06M84tF .mbr-section-btn,
.cid-uPC06M84tF .text-wrapper {
  text-align: center;
}
.cid-uPC06MA2DJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uPC06MA2DJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC06MA2DJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC06MA2DJ .row {
  justify-content: space-between;
}
.cid-uPC06MA2DJ .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPC06MA2DJ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPC06MA2DJ .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPC06MA2DJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPC06MA2DJ .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPC06MA2DJ .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPC06MA2DJ .mbr-label {
  color: #000000;
}
.cid-uPC06MA2DJ .mbr-section-title {
  color: #000000;
}
.cid-uPC06MA2DJ .mbr-desc {
  color: #000000;
}
.cid-uPC06MA2DJ .mbr-text {
  color: #8a8a8a;
}
.cid-uPC06N9JRK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPC06N9JRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC06N9JRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC06N9JRK .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPC06N9JRK .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uPC06N9JRK .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPC06N9JRK .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uPC06N9JRK .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPC06N9JRK .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPC06N9JRK .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPC06N9JRK .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPC06N9JRK .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uPC06N9JRK .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uPC06N9JRK .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uPC06N9JRK .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uPC06N9JRK .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uPC06N9JRK .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uPC06N9JRK .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uPC06N9JRK .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uPC06N9JRK .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uPC06N9JRK .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uPC06N9JRK .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uPC06N9JRK .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uPC06N9JRK .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uPC06N9JRK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPC06N9JRK .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uPC06N9JRK .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPC06N9JRK .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uPC06N9JRK .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uPC06N9JRK .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPC06N9JRK .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPC06N9JRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uPC06N9JRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uPC06N9JRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-uPC06N9JRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPC06N9JRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPC06N9JRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPC06N9JRK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uPC06N9JRK .mbr-label,
.cid-uPC06N9JRK .label-wrapper {
  color: #000000;
}
.cid-uPC06N9JRK .mbr-section-title {
  color: #000000;
}
.cid-uPC06N9JRK .mbr-text {
  color: #8a8a8a;
}
.cid-uPC06N9JRK .card-title {
  color: #000000;
}
.cid-uPC06N9JRK .card-text {
  color: #8a8a8a;
}
.cid-uPC06N9JRK .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uPC06N9JRK .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPC06N9JRK .item-star,
.cid-uPC06N9JRK .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uPC06N9JRK .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPC06NYz0c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8a8a8a;
  background-image: linear-gradient(45deg, #f5f5f5 -20%, #8a8a8a 40%, #cccccc 200%);
}
@media (max-width: 768px) {
  .cid-uPC06NYz0c {
    background-image: linear-gradient(45deg, #f5f5f5 -60%, #8a8a8a 40%, #cccccc 200%);
  }
}
.cid-uPC06NYz0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC06NYz0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC06NYz0c .row {
  justify-content: space-between;
}
.cid-uPC06NYz0c .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPC06NYz0c .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPC06NYz0c .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPC06NYz0c .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPC06NYz0c .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPC06NYz0c .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPC06NYz0c .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPC06NYz0c .mbr-section-title {
  color: #ffffff;
}
.cid-uPC06NYz0c .item-title {
  color: #ffffff;
}
.cid-uPC06NYz0c .item-text {
  color: #ffffff;
}
.cid-uPC06NYz0c .mbr-text {
  color: #f5f5f5;
}
.cid-uPC06NYz0c .mbr-section-title,
.cid-uPC06NYz0c .title-wrapper {
  color: #055670;
}
.cid-uPC06OI8CW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPC06OI8CW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC06OI8CW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC06OI8CW .row {
  justify-content: space-between;
}
.cid-uPC06OI8CW .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPC06OI8CW .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPC06OI8CW .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPC06OI8CW .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPC06OI8CW .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPC06OI8CW .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPC06OI8CW .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPC06OI8CW .mbr-section-title {
  color: #ffffff;
}
.cid-uPC06OI8CW .item-title {
  color: #ffffff;
}
.cid-uPC06OI8CW .item-text {
  color: #4b4b4b;
}
.cid-uPC06OI8CW .mbr-text {
  color: #4b4b4b;
}
.cid-uPC06OI8CW .mbr-section-title,
.cid-uPC06OI8CW .title-wrapper {
  color: #055670;
}
.cid-uPC06OI8CW .item-title,
.cid-uPC06OI8CW .mbr-section-btn {
  color: #055670;
}
.cid-uPC06PmS5Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPC06PmS5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC06PmS5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC06PmS5Z .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPC06PmS5Z .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uPC06PmS5Z .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uPC06PmS5Z .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uPC06PmS5Z .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uPC06PmS5Z .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPC06PmS5Z .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uPC06PmS5Z .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPC06PmS5Z .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uPC06PmS5Z .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPC06PmS5Z .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPC06PmS5Z .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPC06PmS5Z .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uPC06PmS5Z .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #e4ed64;
  color: #000000;
}
.cid-uPC06PmS5Z .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uPC06PmS5Z .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #e4ed64;
}
.cid-uPC06PmS5Z .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPC06PmS5Z .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uPC06PmS5Z .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPC06PmS5Z .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uPC06PmS5Z .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPC06PmS5Z .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPC06PmS5Z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uPC06PmS5Z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPC06PmS5Z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPC06PmS5Z .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uPC06PmS5Z .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uPC06PmS5Z .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPC06PmS5Z .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPC06PmS5Z .mbr-label {
  color: #000000;
}
.cid-uPC06PmS5Z .mbr-section-title {
  color: #000000;
}
.cid-uPC06PmS5Z .panel-title-edit {
  color: #000000;
}
.cid-uPC06PmS5Z .panel-text {
  color: #8a8a8a;
}
.cid-uPC06Q4zEq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e0e0;
}
.cid-uPC06Q4zEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC06Q4zEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC06Q4zEq .row {
  justify-content: space-between;
}
.cid-uPC06Q4zEq .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPC06Q4zEq .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPC06Q4zEq .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPC06Q4zEq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPC06Q4zEq .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPC06Q4zEq .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPC06Q4zEq .mbr-label {
  color: #000000;
}
.cid-uPC06Q4zEq .mbr-section-title {
  color: #000000;
}
.cid-uPC06Q4zEq .mbr-desc {
  color: #4b4b4b;
}
.cid-uPC06Q4zEq .mbr-text {
  color: #8a8a8a;
}
.cid-uPC06QKHm7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPC06QKHm7 .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPC06QKHm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC06QKHm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC06QKHm7 .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPC06QKHm7 .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPC06QKHm7 .card-wrapper {
    padding: 30px;
  }
}
.cid-uPC06QKHm7 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPC06QKHm7 .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPC06QKHm7 .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPC06QKHm7 .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPC06QKHm7 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPC06QKHm7 .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPC06QKHm7 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPC06QKHm7 .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPC06QKHm7 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPC06QKHm7 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPC06QKHm7 .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPC06QKHm7 .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPC06QKHm7 .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPC06QKHm7 .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPC06QKHm7 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPC06QKHm7 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPC06QKHm7 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPC06QKHm7 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPC06QKHm7 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPC06QKHm7 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPC06QKHm7 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPC06QKHm7 .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPC06QKHm7 .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPC06QKHm7 .mbr-section-title {
  color: #000000;
}
.cid-uPC06QKHm7 .mbr-text {
  color: #8a8a8a;
}
.cid-uPC06QKHm7 .list {
  color: #000000;
}
.cid-uPC06QKHm7 .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPC06QKHm7 .mbr-text,
.cid-uPC06QKHm7 .mbr-section-btn {
  color: #055670;
}
.cid-uPCnsrs2m7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPCnsrs2m7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPCnsrs2m7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPCnsrs2m7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPCnsrs2m7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPCnsrs2m7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPCnsrs2m7 .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPCnsrs2m7 .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPCnsrs2m7 .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPCnsrs2m7 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPCnsrs2m7 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPCnsrs2m7 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPCnsrs2m7 .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPCnsrs2m7 .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPCnsrs2m7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPCnsrs2m7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPCnsrs2m7 .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPCnsrs2m7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPCnsrs2m7 .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPCnsrs2m7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPCnsrs2m7 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPCnsrs2m7 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPCnsrs2m7 .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPCnsrs2m7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPCnsrs2m7 .container,
.cid-uPCnsrs2m7 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPCnsrs2m7 .container,
  .cid-uPCnsrs2m7 .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPCnsrs2m7 .container,
  .cid-uPCnsrs2m7 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPCnsrs2m7 .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPCnsrs2m7 .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPCnsrs2m7 .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPCnsrs2m7 .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPCnsrs2m7 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPCnsrs2m7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPCnsrs2m7 .nav-item:focus,
.cid-uPCnsrs2m7 .nav-link:focus {
  outline: none;
}
.cid-uPCnsrs2m7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPCnsrs2m7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPCnsrs2m7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPCnsrs2m7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPCnsrs2m7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPCnsrs2m7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPCnsrs2m7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPCnsrs2m7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPCnsrs2m7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPCnsrs2m7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPCnsrs2m7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPCnsrs2m7 .navbar.collapsed {
  justify-content: center;
}
.cid-uPCnsrs2m7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPCnsrs2m7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPCnsrs2m7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPCnsrs2m7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPCnsrs2m7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPCnsrs2m7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPCnsrs2m7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPCnsrs2m7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPCnsrs2m7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPCnsrs2m7 .navbar {
    min-height: 72px;
  }
  .cid-uPCnsrs2m7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPCnsrs2m7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPCnsrs2m7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPCnsrs2m7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPCnsrs2m7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPCnsrs2m7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPCnsrs2m7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPCnsrs2m7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPCnsrs2m7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPCnsrs2m7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPCnsrs2m7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPCnsrs2m7 .dropdown-item.active,
.cid-uPCnsrs2m7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPCnsrs2m7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPCnsrs2m7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPCnsrs2m7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPCnsrs2m7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPCnsrs2m7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPCnsrs2m7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPCnsrs2m7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPCnsrs2m7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPCnsrs2m7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPCnsrs2m7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uPCnsrs2m7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPCnsrs2m7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPCnsrs2m7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPCnsrs2m7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPCnsrs2m7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPCnsrs2m7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPCnsrs2m7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPCnsrs2m7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPCnsrs2m7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPCnsrs2m7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPCnsrs2m7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPCnsrs2m7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPCnsrs2m7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPCnsrs2m7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPCnsrs2m7 .navbar {
    height: 70px;
  }
  .cid-uPCnsrs2m7 .navbar.opened {
    height: auto;
  }
  .cid-uPCnsrs2m7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPCnsrs2m7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPCnsrs2m7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPCnsrs2m7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPCnsrs2m7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPCnsrs2m7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPCnsrs2m7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPCnsrs2m7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPCnsrs2m7 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPCnsrs2m7 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPCnsrs2m7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPCnsrs2m7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uPCnsrs2m7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPCnsrs2m7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPCnsrs2m7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPCnsrs2m7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPCnsrs2m7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPCnsrs2m7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPCnsrs2m7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPCnsrs2m7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPCnsrs2m7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPCnsrs2m7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPCnssfotb {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/placa-cimenticia-1080x675.jpeg");
}
.cid-uPCnssfotb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCnssfotb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCnssfotb .row {
  justify-content: center;
}
.cid-uPCnssfotb .card {
  justify-content: flex-end;
}
.cid-uPCnssfotb .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPCnssfotb .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPCnssfotb .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uPCnssfotb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPCnssfotb .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uPCnssfotb .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uPCnssfotb .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uPCnssfotb .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uPCnssfotb .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPCnssfotb .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPCnssfotb .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uPCnssfotb .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPCnssfotb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPCnssfotb .mbr-text,
.cid-uPCnssfotb .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPCnssfotb .mbr-desc {
  color: #ffffff;
}
.cid-uPCnssfotb .mbr-desc,
.cid-uPCnssfotb .mbr-section-btn {
  text-align: center;
}
.cid-uPCnssUeWM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPCnssUeWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCnssUeWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCnssUeWM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPCnssUeWM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPCnssUeWM .mbr-text {
  color: #19171c;
}
.cid-uPCnssUeWM .mbr-text,
.cid-uPCnssUeWM .mbr-section-btn,
.cid-uPCnssUeWM .text-wrapper {
  text-align: center;
}
.cid-uPCnstmSXV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uPCnstmSXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCnstmSXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCnstmSXV .row {
  justify-content: space-between;
}
.cid-uPCnstmSXV .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPCnstmSXV .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPCnstmSXV .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPCnstmSXV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPCnstmSXV .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPCnstmSXV .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPCnstmSXV .mbr-label {
  color: #000000;
}
.cid-uPCnstmSXV .mbr-section-title {
  color: #000000;
}
.cid-uPCnstmSXV .mbr-desc {
  color: #000000;
}
.cid-uPCnstmSXV .mbr-text {
  color: #8a8a8a;
}
.cid-uPCnstQmoj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPCnstQmoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCnstQmoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCnstQmoj .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPCnstQmoj .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uPCnstQmoj .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPCnstQmoj .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uPCnstQmoj .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPCnstQmoj .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPCnstQmoj .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPCnstQmoj .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uPCnstQmoj .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uPCnstQmoj .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uPCnstQmoj .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uPCnstQmoj .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uPCnstQmoj .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uPCnstQmoj .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uPCnstQmoj .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uPCnstQmoj .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uPCnstQmoj .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uPCnstQmoj .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uPCnstQmoj .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uPCnstQmoj .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uPCnstQmoj .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uPCnstQmoj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPCnstQmoj .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uPCnstQmoj .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPCnstQmoj .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uPCnstQmoj .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uPCnstQmoj .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPCnstQmoj .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPCnstQmoj .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uPCnstQmoj .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uPCnstQmoj .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-uPCnstQmoj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPCnstQmoj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPCnstQmoj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPCnstQmoj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uPCnstQmoj .mbr-label,
.cid-uPCnstQmoj .label-wrapper {
  color: #000000;
}
.cid-uPCnstQmoj .mbr-section-title {
  color: #000000;
}
.cid-uPCnstQmoj .mbr-text {
  color: #8a8a8a;
}
.cid-uPCnstQmoj .card-title {
  color: #000000;
}
.cid-uPCnstQmoj .card-text {
  color: #8a8a8a;
}
.cid-uPCnstQmoj .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uPCnstQmoj .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPCnstQmoj .item-star,
.cid-uPCnstQmoj .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uPCnstQmoj .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPCnsuGHvo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8a8a8a;
  background-image: linear-gradient(45deg, #f5f5f5 -20%, #8a8a8a 40%, #cccccc 200%);
}
@media (max-width: 768px) {
  .cid-uPCnsuGHvo {
    background-image: linear-gradient(45deg, #f5f5f5 -60%, #8a8a8a 40%, #cccccc 200%);
  }
}
.cid-uPCnsuGHvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCnsuGHvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCnsuGHvo .row {
  justify-content: space-between;
}
.cid-uPCnsuGHvo .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPCnsuGHvo .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPCnsuGHvo .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPCnsuGHvo .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPCnsuGHvo .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPCnsuGHvo .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPCnsuGHvo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPCnsuGHvo .mbr-section-title {
  color: #ffffff;
}
.cid-uPCnsuGHvo .item-title {
  color: #ffffff;
}
.cid-uPCnsuGHvo .item-text {
  color: #ffffff;
}
.cid-uPCnsuGHvo .mbr-text {
  color: #f5f5f5;
}
.cid-uPCnsuGHvo .mbr-section-title,
.cid-uPCnsuGHvo .title-wrapper {
  color: #055670;
}
.cid-uPCnsvldoq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPCnsvldoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCnsvldoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCnsvldoq .row {
  justify-content: space-between;
}
.cid-uPCnsvldoq .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPCnsvldoq .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uPCnsvldoq .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPCnsvldoq .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uPCnsvldoq .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uPCnsvldoq .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPCnsvldoq .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uPCnsvldoq .mbr-section-title {
  color: #ffffff;
}
.cid-uPCnsvldoq .item-title {
  color: #ffffff;
}
.cid-uPCnsvldoq .item-text {
  color: #4b4b4b;
}
.cid-uPCnsvldoq .mbr-text {
  color: #4b4b4b;
}
.cid-uPCnsvldoq .mbr-section-title,
.cid-uPCnsvldoq .title-wrapper {
  color: #055670;
}
.cid-uPCnsvldoq .item-title,
.cid-uPCnsvldoq .mbr-section-btn {
  color: #055670;
}
.cid-uPCnswd1fM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPCnswd1fM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCnswd1fM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCnswd1fM .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPCnswd1fM .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uPCnswd1fM .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uPCnswd1fM .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uPCnswd1fM .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 2px solid #e4ed64;
}
.cid-uPCnswd1fM .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPCnswd1fM .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uPCnswd1fM .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPCnswd1fM .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uPCnswd1fM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPCnswd1fM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPCnswd1fM .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPCnswd1fM .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uPCnswd1fM .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #e4ed64;
  color: #000000;
}
.cid-uPCnswd1fM .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uPCnswd1fM .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #e4ed64;
}
.cid-uPCnswd1fM .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPCnswd1fM .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uPCnswd1fM .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uPCnswd1fM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uPCnswd1fM .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPCnswd1fM .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPCnswd1fM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uPCnswd1fM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPCnswd1fM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uPCnswd1fM .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uPCnswd1fM .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uPCnswd1fM .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPCnswd1fM .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPCnswd1fM .mbr-label {
  color: #000000;
}
.cid-uPCnswd1fM .mbr-section-title {
  color: #000000;
}
.cid-uPCnswd1fM .panel-title-edit {
  color: #000000;
}
.cid-uPCnswd1fM .panel-text {
  color: #8a8a8a;
}
.cid-uPCnswWodi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0e0e0;
}
.cid-uPCnswWodi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCnswWodi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCnswWodi .row {
  justify-content: space-between;
}
.cid-uPCnswWodi .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPCnswWodi .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPCnswWodi .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPCnswWodi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPCnswWodi .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPCnswWodi .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPCnswWodi .mbr-label {
  color: #000000;
}
.cid-uPCnswWodi .mbr-section-title {
  color: #000000;
}
.cid-uPCnswWodi .mbr-desc {
  color: #4b4b4b;
}
.cid-uPCnswWodi .mbr-text {
  color: #8a8a8a;
}
.cid-uPCnsxAcvL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPCnsxAcvL .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPCnsxAcvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCnsxAcvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCnsxAcvL .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPCnsxAcvL .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPCnsxAcvL .card-wrapper {
    padding: 30px;
  }
}
.cid-uPCnsxAcvL .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPCnsxAcvL .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPCnsxAcvL .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPCnsxAcvL .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPCnsxAcvL .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPCnsxAcvL .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPCnsxAcvL .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPCnsxAcvL .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPCnsxAcvL .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPCnsxAcvL .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPCnsxAcvL .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPCnsxAcvL .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPCnsxAcvL .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPCnsxAcvL .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPCnsxAcvL .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPCnsxAcvL .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPCnsxAcvL .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPCnsxAcvL .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPCnsxAcvL .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPCnsxAcvL .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPCnsxAcvL .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPCnsxAcvL .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPCnsxAcvL .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPCnsxAcvL .mbr-section-title {
  color: #000000;
}
.cid-uPCnsxAcvL .mbr-text {
  color: #8a8a8a;
}
.cid-uPCnsxAcvL .list {
  color: #000000;
}
.cid-uPCnsxAcvL .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPCnsxAcvL .mbr-text,
.cid-uPCnsxAcvL .mbr-section-btn {
  color: #055670;
}
.cid-uPI91jtZ6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPI91jtZ6H .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPI91jtZ6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPI91jtZ6H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPI91jtZ6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPI91jtZ6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPI91jtZ6H .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPI91jtZ6H .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPI91jtZ6H .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPI91jtZ6H .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPI91jtZ6H .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPI91jtZ6H .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPI91jtZ6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPI91jtZ6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPI91jtZ6H .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPI91jtZ6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPI91jtZ6H .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPI91jtZ6H .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPI91jtZ6H .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPI91jtZ6H .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPI91jtZ6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPI91jtZ6H .container,
.cid-uPI91jtZ6H .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .container,
  .cid-uPI91jtZ6H .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPI91jtZ6H .container,
  .cid-uPI91jtZ6H .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPI91jtZ6H .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPI91jtZ6H .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPI91jtZ6H .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPI91jtZ6H .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPI91jtZ6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPI91jtZ6H .nav-item:focus,
.cid-uPI91jtZ6H .nav-link:focus {
  outline: none;
}
.cid-uPI91jtZ6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPI91jtZ6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPI91jtZ6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPI91jtZ6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPI91jtZ6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPI91jtZ6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPI91jtZ6H .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPI91jtZ6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uPI91jtZ6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPI91jtZ6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uPI91jtZ6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPI91jtZ6H .navbar.collapsed {
  justify-content: center;
}
.cid-uPI91jtZ6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPI91jtZ6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPI91jtZ6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPI91jtZ6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPI91jtZ6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPI91jtZ6H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPI91jtZ6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPI91jtZ6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPI91jtZ6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPI91jtZ6H .navbar {
    min-height: 72px;
  }
  .cid-uPI91jtZ6H .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPI91jtZ6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPI91jtZ6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPI91jtZ6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPI91jtZ6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPI91jtZ6H .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPI91jtZ6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPI91jtZ6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPI91jtZ6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPI91jtZ6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPI91jtZ6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPI91jtZ6H .dropdown-item.active,
.cid-uPI91jtZ6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uPI91jtZ6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPI91jtZ6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPI91jtZ6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPI91jtZ6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPI91jtZ6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPI91jtZ6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPI91jtZ6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPI91jtZ6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uPI91jtZ6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPI91jtZ6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPI91jtZ6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPI91jtZ6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPI91jtZ6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPI91jtZ6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPI91jtZ6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPI91jtZ6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPI91jtZ6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPI91jtZ6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPI91jtZ6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPI91jtZ6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPI91jtZ6H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPI91jtZ6H .navbar {
    height: 70px;
  }
  .cid-uPI91jtZ6H .navbar.opened {
    height: auto;
  }
  .cid-uPI91jtZ6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPI91jtZ6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPI91jtZ6H .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPI91jtZ6H .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPI91jtZ6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPI91jtZ6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uPI91jtZ6H .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPI91jtZ6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPI91jtZ6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPI91jtZ6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPI91k6o2d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uPI91k6o2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPI91k6o2d .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-uPI91k6o2d .container {
    padding: 0 30px;
  }
}
.cid-uPI91k6o2d .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uPI91k6o2d .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPI91k6o2d .content-wrapper {
    padding: 0;
  }
}
.cid-uPI91k6o2d .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uPI91k6o2d .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uPI91k6o2d .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uPI91k6o2d .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uPI91k6o2d .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uPI91k6o2d .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uPI91k6o2d .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uPI91k6o2d .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uPI91k6o2d .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uPI91k6o2d .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPI91k6o2d .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uPI91k6o2d .mbr-desc {
  color: #254b45;
}
.cid-uPI91k6o2d .mbr-section-title {
  color: #254b45;
}
.cid-uPI91k6o2d .mbr-text {
  color: #254b45;
}
.cid-uPI91k6o2d .mbr-text,
.cid-uPI91k6o2d .mbr-section-btn {
  text-align: center;
}
.cid-uPI91kzkVl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPI91kzkVl .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPI91kzkVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPI91kzkVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPI91kzkVl .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPI91kzkVl .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper {
    padding: 30px;
  }
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPI91kzkVl .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPI91kzkVl .mbr-section-title {
  color: #000000;
}
.cid-uPI91kzkVl .mbr-text {
  color: #8a8a8a;
}
.cid-uPI91kzkVl .list {
  color: #000000;
}
.cid-uPI91kzkVl .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPI91kzkVl .mbr-text,
.cid-uPI91kzkVl .mbr-section-btn {
  color: #055670;
}
.cid-ogzPUdVZ5Z {
  background: linear-gradient(45deg, #cccccc, #073b4c);
}
.cid-ogzPUdVZ5Z H1 {
  color: #232323;
}
.cid-ogzPUdVZ5Z .mbr-text,
.cid-ogzPUdVZ5Z .mbr-section-btn {
  color: #232323;
}
.cid-ogzPUdVZ5Z H3 {
  color: #232323;
}
.cid-uPI91jtZ6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPI91jtZ6H .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPI91jtZ6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPI91jtZ6H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPI91jtZ6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uPI91jtZ6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPI91jtZ6H .navbar-brand .navbar-logo a {
  outline: none;
  margin-left: 40px !important;
}
.cid-uPI91jtZ6H .navbar-nav {
  margin: auto;
  margin-left: 100;
  margin-left: auto;
}
.cid-uPI91jtZ6H .navbar-nav .nav-item {
  padding: 0 15px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uPI91jtZ6H .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uPI91jtZ6H .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uPI91jtZ6H .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uPI91jtZ6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPI91jtZ6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPI91jtZ6H .navbar-nav .dropdown-item {
  padding: 10px !important;
  border-radius: 0.5rem !important;
  border-solid: 1px;
  border-color: #000000;
  margin: 0 0px !important;
  transition: .3s all !important;
  background: #f5f5f5;
}
.cid-uPI91jtZ6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPI91jtZ6H .navbar-logo {
  padding-left: 10px;
  margin: 0 !important;
  border-radius: 1px !important;
}
@media (max-width: 767px) {
  .cid-uPI91jtZ6H .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPI91jtZ6H .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uPI91jtZ6H .nav-dropdown {
    padding-bottom: 0.0rem;
  }
}
.cid-uPI91jtZ6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uPI91jtZ6H .container,
.cid-uPI91jtZ6H .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 5px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .container,
  .cid-uPI91jtZ6H .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uPI91jtZ6H .container,
  .cid-uPI91jtZ6H .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPI91jtZ6H .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uPI91jtZ6H .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uPI91jtZ6H .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPI91jtZ6H .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uPI91jtZ6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uPI91jtZ6H .nav-item:focus,
.cid-uPI91jtZ6H .nav-link:focus {
  outline: none;
}
.cid-uPI91jtZ6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPI91jtZ6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPI91jtZ6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPI91jtZ6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPI91jtZ6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPI91jtZ6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPI91jtZ6H .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPI91jtZ6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uPI91jtZ6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPI91jtZ6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uPI91jtZ6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPI91jtZ6H .navbar.collapsed {
  justify-content: center;
}
.cid-uPI91jtZ6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPI91jtZ6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPI91jtZ6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8.3rem);
  }
}
.cid-uPI91jtZ6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPI91jtZ6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPI91jtZ6H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPI91jtZ6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPI91jtZ6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPI91jtZ6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPI91jtZ6H .navbar {
    min-height: 72px;
  }
  .cid-uPI91jtZ6H .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPI91jtZ6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPI91jtZ6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPI91jtZ6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPI91jtZ6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPI91jtZ6H .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPI91jtZ6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPI91jtZ6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPI91jtZ6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPI91jtZ6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPI91jtZ6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPI91jtZ6H .dropdown-item.active,
.cid-uPI91jtZ6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uPI91jtZ6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPI91jtZ6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPI91jtZ6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPI91jtZ6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 100%;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPI91jtZ6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uPI91jtZ6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPI91jtZ6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPI91jtZ6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uPI91jtZ6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPI91jtZ6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPI91jtZ6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPI91jtZ6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPI91jtZ6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPI91jtZ6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPI91jtZ6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPI91jtZ6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPI91jtZ6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPI91jtZ6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPI91jtZ6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPI91jtZ6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPI91jtZ6H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPI91jtZ6H .navbar {
    height: 70px;
  }
  .cid-uPI91jtZ6H .navbar.opened {
    height: auto;
  }
  .cid-uPI91jtZ6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% - 8px);
  padding: 10px !important;
  left: 50%;
}
.cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
@media (max-width: 992px) {
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPI91jtZ6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPI91jtZ6H .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPI91jtZ6H .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uPI91jtZ6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPI91jtZ6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uPI91jtZ6H .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5f5f5;
    backdrop-filter: blur(8px);
  }
  .cid-uPI91jtZ6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPI91jtZ6H .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uPI91jtZ6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPI91jtZ6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPI91kzkVl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uPI91kzkVl .image-wrapper {
  margin-bottom: 1rem;
  width: 40%;
  height: 40%;
}
.cid-uPI91kzkVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPI91kzkVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPI91kzkVl .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPI91kzkVl .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper {
    padding: 30px;
  }
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1440px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPI91kzkVl .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPI91kzkVl .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPI91kzkVl .mbr-section-title {
  color: #000000;
}
.cid-uPI91kzkVl .mbr-text {
  color: #8a8a8a;
}
.cid-uPI91kzkVl .list {
  color: #000000;
}
.cid-uPI91kzkVl .mbr-copy {
  color: #055670;
  text-align: center;
}
.cid-uPI91kzkVl .mbr-text,
.cid-uPI91kzkVl .mbr-section-btn {
  color: #055670;
}
