body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 5rem;
  line-height: 0.8;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 4rem;
  line-height: 0.7;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 3rem;
  line-height: 0.7;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.5rem;
    line-height: 0.8;
  }
  .display-2 {
    font-size: 2.2rem;
    line-height: 0.8;
  }
  .display-5 {
    line-height: 0.8;
  }
}
/* Buttons */
.btn {
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.8rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e43f3f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 0px !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #e43f3f !important;
  color: #ffffff !important;
}
.btn-secondary {
  border: 0px !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #e43f3f !important;
  color: #ffffff !important;
}
.btn-info {
  border: 0px !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #e43f3f !important;
  color: #ffffff !important;
}
.btn-success {
  border: 0px !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #e43f3f !important;
  color: #ffffff !important;
}
.btn-warning {
  border: 0px !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #e43f3f !important;
  color: #ffffff !important;
}
.btn-danger {
  border: 0px !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #e43f3f !important;
  color: #ffffff !important;
}
.btn-white {
  border: 0px !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus {
  background: #e43f3f !important;
  color: #ffffff !important;
}
.btn-black {
  border: 0px !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: #e43f3f !important;
  color: #ffffff !important;
}
.btn-primary-outline {
  position: relative;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-primary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-primary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-secondary-outline {
  position: relative;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-secondary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-info-outline {
  position: relative;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-info-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-success-outline {
  position: relative;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-success-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-warning-outline {
  position: relative;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-warning-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-danger-outline {
  position: relative;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-danger-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-black-outline {
  position: relative;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-black-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-white-outline {
  position: relative;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-white-outline:hover:before {
  width: calc(100% - 56px);
}
.text-primary {
  color: #e43f3f !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e43f3f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 15px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #e43f3f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e43f3f;
  border-bottom-color: #e43f3f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23e43f3f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tz8Air2p6m {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tz8Air2p6m nav.navbar {
  position: fixed;
}
.cid-tz8Air2p6m .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tz8Air2p6m .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz8Air2p6m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tz8Air2p6m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz8Air2p6m .dropdown-item:hover,
.cid-tz8Air2p6m .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-tz8Air2p6m .dropdown-item:hover span {
  color: white;
}
.cid-tz8Air2p6m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tz8Air2p6m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tz8Air2p6m .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tz8Air2p6m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz8Air2p6m .nav-link {
  position: relative;
}
.cid-tz8Air2p6m .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tz8Air2p6m .container {
    flex-wrap: nowrap;
  }
}
.cid-tz8Air2p6m .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tz8Air2p6m .dropdown-menu,
.cid-tz8Air2p6m .navbar.opened {
  background: #151515 !important;
}
.cid-tz8Air2p6m .nav-item:focus,
.cid-tz8Air2p6m .nav-link:focus {
  outline: none;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz8Air2p6m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz8Air2p6m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz8Air2p6m .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #151515;
}
.cid-tz8Air2p6m .navbar.opened {
  transition: all 0.3s;
}
.cid-tz8Air2p6m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz8Air2p6m .navbar .navbar-logo img {
  width: auto;
}
.cid-tz8Air2p6m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz8Air2p6m .navbar.collapsed {
  justify-content: center;
}
.cid-tz8Air2p6m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz8Air2p6m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tz8Air2p6m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz8Air2p6m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz8Air2p6m .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-tz8Air2p6m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz8Air2p6m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz8Air2p6m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz8Air2p6m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz8Air2p6m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz8Air2p6m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz8Air2p6m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz8Air2p6m .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-tz8Air2p6m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz8Air2p6m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz8Air2p6m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz8Air2p6m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz8Air2p6m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz8Air2p6m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz8Air2p6m .navbar.navbar-short {
  min-height: 80px;
}
.cid-tz8Air2p6m .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tz8Air2p6m .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz8Air2p6m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz8Air2p6m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz8Air2p6m .dropdown-item.active,
.cid-tz8Air2p6m .dropdown-item:active {
  background-color: transparent;
}
.cid-tz8Air2p6m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz8Air2p6m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz8Air2p6m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz8Air2p6m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
}
.cid-tz8Air2p6m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz8Air2p6m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz8Air2p6m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz8Air2p6m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz8Air2p6m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz8Air2p6m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz8Air2p6m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz8Air2p6m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz8Air2p6m .navbar {
    height: 70px;
  }
  .cid-tz8Air2p6m .navbar.opened {
    height: auto;
  }
  .cid-tz8Air2p6m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOzXIl2PNp {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 90px;
  background: linear-gradient(to right, #f4f3ec 0%, #f4f3ec 30%, #ffe161 30%, #ffe161 100%);
}
.cid-uOzXIl2PNp .animated-element {
  color: #efefef;
}
.cid-uOzXIl2PNp .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOzXIl2PNp .mbr-section-subtitle {
  color: #9c88bc;
}
@media (min-width: 992px) {
  .cid-uOzXIl2PNp .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOzXIl2PNp .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uOzXIl2PNp {
    background: #ffe161;
  }
  .cid-uOzXIl2PNp .img-block {
    padding-bottom: 2rem;
  }
}
.cid-uOzXIl2PNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzXIl2PNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzXIl2PNp .mbr-section-title {
  color: #000000;
}
.cid-uOzXIl2PNp .mbr-text,
.cid-uOzXIl2PNp .mbr-section-btn {
  color: #000000;
}
.cid-tz8Bbgigor {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz8Bbgigor .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8Bbgigor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8Bbgigor a {
  font-weight: bold;
}
.cid-tz8Bbgigor .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-tz8Bbgigor .mbr-text,
.cid-tz8Bbgigor .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uOA4qCEwI3 {
  background-color: #eeeef7;
}
.cid-uOA4qCEwI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA4qCEwI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA4qCEwI3 .items-wrap {
  justify-content: space-between;
}
.cid-uOA4qCEwI3 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #ffe885;
}
@media (max-width: 1440px) {
  .cid-uOA4qCEwI3 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOA4qCEwI3 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uOA4qCEwI3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOA4qCEwI3 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOA4qCEwI3 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOA4qCEwI3 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uOA4qCEwI3 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uOA4qCEwI3 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOA4qCEwI3 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uOA4qCEwI3 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOA4qCEwI3 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uOA4qCEwI3 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uOA4qCEwI3 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uOA4qCEwI3 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uOA4qCEwI3 .image-wrapper {
  position: relative;
  border: 3px solid #ffe885;
  background-color: #ffe885;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOA4qCEwI3 .image-wrapper {
    height: 350px;
  }
}
.cid-uOA4qCEwI3 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOA4qCEwI3 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOA4qCEwI3 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uOA4qCEwI3 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uOA4qCEwI3 .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #ffe885;
  margin-bottom: 0;
}
.cid-uOA4qCEwI3 .mbr-section-title {
  color: #191c25;
}
.cid-uOA4qCEwI3 .list {
  color: #191c25;
}
.cid-uOA4qCEwI3 .mbr-number_1 {
  color: #191c25;
}
.cid-uOA4qCEwI3 .mbr-number_2,
.cid-uOA4qCEwI3 .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uOA4Q6f7IL {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOA4Q6f7IL .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-uOA4Q6f7IL .mbr-section-subtitle {
  text-align: center;
}
.cid-tz8B9KgM7S {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tz8B9KgM7S img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tz8B9KgM7S img {
    transform: translateY(0px);
  }
}
.cid-tz8B9KgM7S img,
.cid-tz8B9KgM7S .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tz8B9KgM7S img,
  .cid-tz8B9KgM7S .item-img {
    border-radius: 1.5rem;
  }
}
.cid-tz8B9KgM7S .item-img {
  position: relative;
}
.cid-tz8B9KgM7S .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-tz8B9KgM7S .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-tz8B9KgM7S .item:focus,
.cid-tz8B9KgM7S span:focus {
  outline: none;
}
.cid-tz8B9KgM7S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz8B9KgM7S .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-tz8B9KgM7S .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #ffe885;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tz8B9KgM7S .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-tz8B9KgM7S .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-tz8B9KgM7S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz8B9KgM7S .mbr-section-title {
  color: #232323;
}
.cid-tz8B9KgM7S .mbr-text,
.cid-tz8B9KgM7S .mbr-section-btn {
  color: #ffffff;
}
.cid-tz8B9KgM7S .item-title {
  color: #000000;
}
.cid-tz8B9KgM7S .item-subtitle {
  color: #ffffff;
}
.cid-uOCrSWOVU9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOCrSWOVU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOCrSWOVU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOCrSWOVU9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uOCrSWOVU9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uOCrSWOVU9 .container {
    padding: 0 26px;
  }
}
.cid-uOCrSWOVU9 .row {
  justify-content: center;
}
.cid-uOCrSWOVU9 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffe885;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .cid-uOCrSWOVU9 .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOCrSWOVU9 .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uOCrSWOVU9 .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOCrSWOVU9 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uOCrSWOVU9 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uOCrSWOVU9 .content-wrapper .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOCrSWOVU9 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uOCrSWOVU9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOCrSWOVU9 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uOCrSWOVU9 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOCrSWOVU9 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uOCrSWOVU9 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOCrSWOVU9 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uOCrSWOVU9 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uOCrSWOVU9 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uOCrSWOVU9 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOCrSWOVU9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOCrSWOVU9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOCrSWOVU9 .mbr-desc {
  color: #ffffff;
}
.cid-uOCrSWOVU9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOCrSWOVU9 .mbr-link {
  color: #ffffff;
}
.cid-uOA5oh6GWg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffe885;
}
.cid-uOA5oh6GWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA5oh6GWg .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-uOA5oh6GWg .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOA5oh6GWg .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOA5oh6GWg .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uOA5oh6GWg img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uOA5oh6GWg img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOA5oh6GWg .image-wrapper {
    padding: 1rem;
  }
}
.cid-uOA5VcXN96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOA5VcXN96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA5VcXN96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA5VcXN96 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uOA5VcXN96 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uOA5VcXN96 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item {
    margin-bottom: 20px;
  }
}
.cid-uOA5VcXN96 .item:hover .item-wrapper .item-img img,
.cid-uOA5VcXN96 .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uOA5VcXN96 .item .item-wrapper {
  padding: 80px 60px;
  background-color: #ffe885;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uOA5VcXN96 .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uOA5VcXN96 .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffe885;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uOA5VcXN96 .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #ffe885;
}
.cid-uOA5VcXN96 .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOA5VcXN96 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uOA5VcXN96 .mbr-label {
  color: #19171c;
}
.cid-uOA5VcXN96 .item-text {
  color: #6e6e73;
}
.cid-uOCqA26rIv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uOCqA26rIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOCqA26rIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOCqA26rIv .items-wrap {
  justify-content: space-between;
}
.cid-uOCqA26rIv .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #ffe885;
}
@media (max-width: 1440px) {
  .cid-uOCqA26rIv .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOCqA26rIv .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uOCqA26rIv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOCqA26rIv .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOCqA26rIv .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOCqA26rIv .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOCqA26rIv .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOCqA26rIv .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uOCqA26rIv .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uOCqA26rIv .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uOCqA26rIv .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uOCqA26rIv .image-wrapper {
  position: relative;
  border: 3px solid #ffe885;
  background-color: #ffe885;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOCqA26rIv .image-wrapper {
    height: 350px;
  }
}
.cid-uOCqA26rIv .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOCqA26rIv .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOCqA26rIv .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uOCqA26rIv .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uOCqA26rIv .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #ffe885;
  margin-bottom: 0;
}
.cid-uOCqA26rIv .mbr-section-title {
  color: #191c25;
}
.cid-uOCqA26rIv .mbr-text {
  color: #191c25;
}
.cid-uOCqA26rIv .mbr-number_1 {
  color: #191c25;
}
.cid-uOCqA26rIv .mbr-number_2,
.cid-uOCqA26rIv .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-tz8BZvclXW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffe885;
}
.cid-tz8BZvclXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8BZvclXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8BZvclXW a {
  font-weight: bold;
}
.cid-tz8BZvclXW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tz8BZvclXW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tz8BZvclXW .mbr-text,
.cid-tz8BZvclXW .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOAqKKTMvu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOAqKKTMvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOAqKKTMvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOAqKKTMvu .container-fluid {
  padding: 0;
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOAqKKTMvu .container-fluid {
    padding: 0;
  }
}
.cid-uOAqKKTMvu .container {
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOAqKKTMvu .container {
    padding: 0 28px;
  }
}
.cid-uOAqKKTMvu .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-uOAqKKTMvu .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #e43f3f;
}
.cid-uOAqKKTMvu .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOAqKKTMvu .item {
    border-right: none;
    border-bottom: 1px solid #e43f3f;
  }
  .cid-uOAqKKTMvu .item:last-child {
    border-bottom: none;
  }
}
.cid-uOAqKKTMvu .item .item-wrapper a {
  display: block;
}
.cid-uOAqKKTMvu .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uOAqKKTMvu .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-uOAqKKTMvu .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOAqKKTMvu .item .item-wrapper a .item-img img {
    height: 350px;
  }
}
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #e43f3f;
}
.cid-uOAqKKTMvu .item .item-wrapper .title-wrap:hover .item-title,
.cid-uOAqKKTMvu .item .item-wrapper .title-wrap:focus .item-title {
  color: #18c28a;
}
.cid-uOAqKKTMvu .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOAqKKTMvu .item-title {
  color: #000000;
}
.cid-uOAqKKTMvu .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOAcRirnvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOAcRirnvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOAcRirnvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOAcRirnvj .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOAcRirnvj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOAcRirnvj .content-wrapper {
  margin: 0 -8px;
}
.cid-uOAcRirnvj .content-wrapper .card {
  padding: 0 8px;
}
.cid-uOAcRirnvj .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOAcRirnvj .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uOAcRirnvj .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOAcRirnvj .image-wrapper img {
    height: 300px;
  }
}
.cid-uOAcRirnvj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uOAcRirnvj .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uOAcRirnvj .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff0b0;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uOAcRirnvj .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOAcRirnvj .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uOAcRirnvj .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOAcRirnvj .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uOAcRirnvj .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uOAcRirnvj .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uOAcRirnvj .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOAcRirnvj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uOAcRirnvj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOAcRirnvj .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uOAcRirnvj .card-title {
  color: #2c2c26;
}
.cid-uOAcRirnvj .card-text {
  color: #000000;
}
.cid-uOAA0n5114 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOAA0n5114 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOAA0n5114 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOAA0n5114 .row {
  justify-content: space-between;
}
.cid-uOAA0n5114 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOAA0n5114 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOAA0n5114 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOAA0n5114 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOAA0n5114 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOAA0n5114 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOAA0n5114 .mbr-label {
  color: #000000;
}
.cid-uOAA0n5114 .mbr-section-title {
  color: #000000;
}
.cid-uOAA0n5114 .mbr-desc {
  color: #000000;
}
.cid-uOAA0n5114 .mbr-text {
  color: #8a8a8a;
}
.cid-uOAA0n5114 .mbr-text,
.cid-uOAA0n5114 .mbr-section-btn {
  color: #000000;
}
.cid-tz8BLyGWEX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe885;
}
.cid-tz8BLyGWEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8BLyGWEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8BLyGWEX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tz8BLyGWEX .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-tz8BLyGWEX .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-tz8BLyGWEX .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #151515;
  margin-left: 1rem;
}
.cid-tz8BLyGWEX .card-header {
  border: none;
}
.cid-tz8BLyGWEX .panel-group {
  border: none;
}
.cid-tz8BLyGWEX .panel-body,
.cid-tz8BLyGWEX .card-header {
  padding: 1rem 0;
}
.cid-tz8BLyGWEX .panel-title-edit {
  color: #000000;
}
.cid-tz8BLyGWEX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOAAk03TUU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOAAk03TUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOAAk03TUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOAAk03TUU .row {
  justify-content: center;
}
.cid-uOAAk03TUU .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uOAAk03TUU .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOAAk03TUU .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uOAAk03TUU .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uOAAk03TUU .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uOAAk03TUU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOAAk03TUU .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uOAAk03TUU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOAAk03TUU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uOAAk03TUU .mbr-section-title {
  color: #ffffff;
}
.cid-uOAAk03TUU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOAAk03TUU .mbr-text,
.cid-uOAAk03TUU .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOAAk03TUU .mbr-section-title,
.cid-uOAAk03TUU .mbr-section-btn {
  text-align: center;
}
.cid-tz8BJfMVkf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #151515;
}
.cid-tz8BJfMVkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8BJfMVkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8BJfMVkf .google-map {
  height: 35rem;
  position: relative;
}
.cid-tz8BJfMVkf .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tz8BJfMVkf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tz8BJfMVkf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tz8BJfMVkf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tz8BJfMVkf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tz8BJfMVkf .mbr-section-title {
  color: #ffffff;
}
.cid-uOAg1D4jl2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe885;
}
.cid-uOAg1D4jl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOAg1D4jl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOAg1D4jl2 p a:hover {
  text-decoration: underline;
}
.cid-uOAg1D4jl2 h2 {
  line-height: 1.3;
}
.cid-uOAg1D4jl2 img {
  object-fit: cover;
}
.cid-uOAg1D4jl2 .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uOAg1D4jl2 .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uOAg1D4jl2 .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uOAg1D4jl2 .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uOAg1D4jl2 .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uOAg1D4jl2 .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uOAg1D4jl2 .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uOAg1D4jl2 .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uOAg1D4jl2 .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOAg1D4jl2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOAg1D4jl2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOAg1D4jl2 .wrap {
  background: #000000;
}
.cid-uOAg1D4jl2 .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOAg1D4jl2 .link-wrapper {
    flex-direction: column;
  }
}
.cid-uOAg1D4jl2 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOAg1D4jl2 .mbr-text,
.cid-uOAg1D4jl2 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uOAg1D4jl2 .mbr-link,
.cid-uOAg1D4jl2 .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uOAg1D4jl2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uOAg1D4jl2 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOD5RGRu8d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uOD5RGRu8d nav.navbar {
  position: fixed;
}
.cid-uOD5RGRu8d .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uOD5RGRu8d .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOD5RGRu8d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOD5RGRu8d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOD5RGRu8d .dropdown-item:hover,
.cid-uOD5RGRu8d .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uOD5RGRu8d .dropdown-item:hover span {
  color: white;
}
.cid-uOD5RGRu8d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOD5RGRu8d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOD5RGRu8d .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOD5RGRu8d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOD5RGRu8d .nav-link {
  position: relative;
}
.cid-uOD5RGRu8d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOD5RGRu8d .container {
    flex-wrap: nowrap;
  }
}
.cid-uOD5RGRu8d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOD5RGRu8d .dropdown-menu,
.cid-uOD5RGRu8d .navbar.opened {
  background: #151515 !important;
}
.cid-uOD5RGRu8d .nav-item:focus,
.cid-uOD5RGRu8d .nav-link:focus {
  outline: none;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOD5RGRu8d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOD5RGRu8d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOD5RGRu8d .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #151515;
}
.cid-uOD5RGRu8d .navbar.opened {
  transition: all 0.3s;
}
.cid-uOD5RGRu8d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOD5RGRu8d .navbar .navbar-logo img {
  width: auto;
}
.cid-uOD5RGRu8d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOD5RGRu8d .navbar.collapsed {
  justify-content: center;
}
.cid-uOD5RGRu8d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOD5RGRu8d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOD5RGRu8d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOD5RGRu8d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOD5RGRu8d .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-uOD5RGRu8d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOD5RGRu8d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOD5RGRu8d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOD5RGRu8d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOD5RGRu8d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOD5RGRu8d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOD5RGRu8d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOD5RGRu8d .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-uOD5RGRu8d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOD5RGRu8d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOD5RGRu8d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOD5RGRu8d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOD5RGRu8d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOD5RGRu8d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOD5RGRu8d .navbar.navbar-short {
  min-height: 80px;
}
.cid-uOD5RGRu8d .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uOD5RGRu8d .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOD5RGRu8d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOD5RGRu8d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOD5RGRu8d .dropdown-item.active,
.cid-uOD5RGRu8d .dropdown-item:active {
  background-color: transparent;
}
.cid-uOD5RGRu8d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOD5RGRu8d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOD5RGRu8d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOD5RGRu8d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
}
.cid-uOD5RGRu8d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOD5RGRu8d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOD5RGRu8d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOD5RGRu8d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOD5RGRu8d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOD5RGRu8d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOD5RGRu8d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOD5RGRu8d .navbar {
    height: 70px;
  }
  .cid-uOD5RGRu8d .navbar.opened {
    height: auto;
  }
  .cid-uOD5RGRu8d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOD6bde7LF {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOD6bde7LF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD6bde7LF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD6bde7LF .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .container {
    padding: 15px;
  }
}
.cid-uOD6bde7LF .row {
  margin: 0 -5px;
}
.cid-uOD6bde7LF .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-uOD6bde7LF .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .image-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uOD6bde7LF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-uOD6bde7LF .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #ffe885;
}
@media (max-width: 1440px) {
  .cid-uOD6bde7LF .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .card-wrapper {
    padding: 30px;
  }
}
.cid-uOD6bde7LF .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uOD6bde7LF .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOD6bde7LF .card-wrapper .card-wrap .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOD6bde7LF .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOD6bde7LF .card-wrapper .card-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOD6bde7LF .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOD6bde7LF .card-wrapper .number-wrapper {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .card-wrapper .number-wrapper {
    margin-top: 30px;
  }
}
.cid-uOD6bde7LF .card-wrapper .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .card-wrapper .number-wrapper .number-wrap {
    display: block;
  }
}
.cid-uOD6bde7LF .card-wrapper .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
  padding-right: 20px;
}
.cid-uOD6bde7LF .card-wrapper .number-wrapper .number-wrap .mbr-desc {
  border-left: 1px solid #e0e0e0;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .card-wrapper .number-wrapper .number-wrap .mbr-desc {
    padding: 0;
    border: none;
  }
}
.cid-uOD6bde7LF .mbr-section-title {
  color: #000000;
}
.cid-uOD6bde7LF .mbr-text,
.cid-uOD6bde7LF .text-wrapper {
  color: #000000;
}
.cid-uOD6bde7LF .mbr-number {
  color: #000000;
}
.cid-uOD6bde7LF .mbr-desc {
  color: #000000;
}
.cid-uOD6mcgm1v {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uOD6mcgm1v .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-uOD6mcgm1v .mbr-section-subtitle {
  text-align: center;
}
.cid-uOD9pTchsI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #151515;
}
.cid-uOD9pTchsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD9pTchsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD9pTchsI .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uOD9pTchsI .container-fluid {
    padding: 0 12px;
  }
}
.cid-uOD9pTchsI .container-fluid .row {
  padding: 0;
}
.cid-uOD9pTchsI .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uOD9pTchsI .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uOD9pTchsI .card {
    padding: 48px 20px;
  }
}
.cid-uOD9pTchsI .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uOD9pTchsI .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOD9pTchsI .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uOD9pTchsI .card .google-map {
    height: 250px;
  }
}
.cid-uOD9pTchsI .card .google-map iframe {
  height: 100%;
}
.cid-uOD9pTchsI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOD5S6rYWo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe885;
}
.cid-uOD5S6rYWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5S6rYWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5S6rYWo p a:hover {
  text-decoration: underline;
}
.cid-uOD5S6rYWo h2 {
  line-height: 1.3;
}
.cid-uOD5S6rYWo img {
  object-fit: cover;
}
.cid-uOD5S6rYWo .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uOD5S6rYWo .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uOD5S6rYWo .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uOD5S6rYWo .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uOD5S6rYWo .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uOD5S6rYWo .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uOD5S6rYWo .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uOD5S6rYWo .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uOD5S6rYWo .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOD5S6rYWo .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOD5S6rYWo .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOD5S6rYWo .wrap {
  background: #000000;
}
.cid-uOD5S6rYWo .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOD5S6rYWo .link-wrapper {
    flex-direction: column;
  }
}
.cid-uOD5S6rYWo .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOD5S6rYWo .mbr-text,
.cid-uOD5S6rYWo .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uOD5S6rYWo .mbr-link,
.cid-uOD5S6rYWo .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uOD5S6rYWo .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uOD5S6rYWo .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uODa2IUeU0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uODa2IUeU0 nav.navbar {
  position: fixed;
}
.cid-uODa2IUeU0 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uODa2IUeU0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uODa2IUeU0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uODa2IUeU0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uODa2IUeU0 .dropdown-item:hover,
.cid-uODa2IUeU0 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uODa2IUeU0 .dropdown-item:hover span {
  color: white;
}
.cid-uODa2IUeU0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uODa2IUeU0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uODa2IUeU0 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uODa2IUeU0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uODa2IUeU0 .nav-link {
  position: relative;
}
.cid-uODa2IUeU0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uODa2IUeU0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uODa2IUeU0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uODa2IUeU0 .dropdown-menu,
.cid-uODa2IUeU0 .navbar.opened {
  background: #151515 !important;
}
.cid-uODa2IUeU0 .nav-item:focus,
.cid-uODa2IUeU0 .nav-link:focus {
  outline: none;
}
.cid-uODa2IUeU0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uODa2IUeU0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uODa2IUeU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uODa2IUeU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uODa2IUeU0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uODa2IUeU0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uODa2IUeU0 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #151515;
}
.cid-uODa2IUeU0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uODa2IUeU0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uODa2IUeU0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uODa2IUeU0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uODa2IUeU0 .navbar.collapsed {
  justify-content: center;
}
.cid-uODa2IUeU0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uODa2IUeU0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uODa2IUeU0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uODa2IUeU0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uODa2IUeU0 .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-uODa2IUeU0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uODa2IUeU0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uODa2IUeU0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uODa2IUeU0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uODa2IUeU0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uODa2IUeU0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uODa2IUeU0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uODa2IUeU0 .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-uODa2IUeU0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uODa2IUeU0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uODa2IUeU0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uODa2IUeU0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uODa2IUeU0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uODa2IUeU0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uODa2IUeU0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uODa2IUeU0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uODa2IUeU0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uODa2IUeU0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uODa2IUeU0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uODa2IUeU0 .dropdown-item.active,
.cid-uODa2IUeU0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uODa2IUeU0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uODa2IUeU0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uODa2IUeU0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uODa2IUeU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
}
.cid-uODa2IUeU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uODa2IUeU0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uODa2IUeU0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uODa2IUeU0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uODa2IUeU0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uODa2IUeU0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uODa2IUeU0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uODa2IUeU0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uODa2IUeU0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uODa2IUeU0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uODa2IUeU0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uODa2IUeU0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uODa2IUeU0 .navbar {
    height: 70px;
  }
  .cid-uODa2IUeU0 .navbar.opened {
    height: auto;
  }
  .cid-uODa2IUeU0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uODa2JnitF {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uODa2JnitF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uODa2JnitF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uODa2JnitF .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .container {
    padding: 15px;
  }
}
.cid-uODa2JnitF .row {
  margin: 0 -5px;
}
.cid-uODa2JnitF .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-uODa2JnitF .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .image-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uODa2JnitF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-uODa2JnitF .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #ffe885;
}
@media (max-width: 1440px) {
  .cid-uODa2JnitF .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .card-wrapper {
    padding: 30px;
  }
}
.cid-uODa2JnitF .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uODa2JnitF .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uODa2JnitF .card-wrapper .card-wrap .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uODa2JnitF .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uODa2JnitF .card-wrapper .card-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uODa2JnitF .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uODa2JnitF .card-wrapper .number-wrapper {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .card-wrapper .number-wrapper {
    margin-top: 30px;
  }
}
.cid-uODa2JnitF .card-wrapper .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .card-wrapper .number-wrapper .number-wrap {
    display: block;
  }
}
.cid-uODa2JnitF .card-wrapper .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
  padding-right: 20px;
}
.cid-uODa2JnitF .card-wrapper .number-wrapper .number-wrap .mbr-desc {
  border-left: 1px solid #e0e0e0;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .card-wrapper .number-wrapper .number-wrap .mbr-desc {
    padding: 0;
    border: none;
  }
}
.cid-uODa2JnitF .mbr-section-title {
  color: #000000;
}
.cid-uODa2JnitF .mbr-text,
.cid-uODa2JnitF .text-wrapper {
  color: #000000;
}
.cid-uODa2JnitF .mbr-number {
  color: #000000;
}
.cid-uODa2JnitF .mbr-desc {
  color: #000000;
}
.cid-uODa2JOSg3 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uODa2JOSg3 .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-uODa2JOSg3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uODa2Kbd1j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #151515;
}
.cid-uODa2Kbd1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uODa2Kbd1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uODa2Kbd1j .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uODa2Kbd1j .container-fluid {
    padding: 0 12px;
  }
}
.cid-uODa2Kbd1j .container-fluid .row {
  padding: 0;
}
.cid-uODa2Kbd1j .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uODa2Kbd1j .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uODa2Kbd1j .card {
    padding: 48px 20px;
  }
}
.cid-uODa2Kbd1j .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uODa2Kbd1j .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uODa2Kbd1j .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uODa2Kbd1j .card .google-map {
    height: 250px;
  }
}
.cid-uODa2Kbd1j .card .google-map iframe {
  height: 100%;
}
.cid-uODa2Kbd1j .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uODa2KCyMq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe885;
}
.cid-uODa2KCyMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uODa2KCyMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uODa2KCyMq p a:hover {
  text-decoration: underline;
}
.cid-uODa2KCyMq h2 {
  line-height: 1.3;
}
.cid-uODa2KCyMq img {
  object-fit: cover;
}
.cid-uODa2KCyMq .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uODa2KCyMq .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uODa2KCyMq .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uODa2KCyMq .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uODa2KCyMq .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uODa2KCyMq .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uODa2KCyMq .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uODa2KCyMq .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uODa2KCyMq .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uODa2KCyMq .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uODa2KCyMq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uODa2KCyMq .wrap {
  background: #000000;
}
.cid-uODa2KCyMq .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uODa2KCyMq .link-wrapper {
    flex-direction: column;
  }
}
.cid-uODa2KCyMq .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uODa2KCyMq .mbr-text,
.cid-uODa2KCyMq .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uODa2KCyMq .mbr-link,
.cid-uODa2KCyMq .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uODa2KCyMq .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uODa2KCyMq .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOD5P0OwQB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uOD5P0OwQB nav.navbar {
  position: fixed;
}
.cid-uOD5P0OwQB .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uOD5P0OwQB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOD5P0OwQB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOD5P0OwQB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOD5P0OwQB .dropdown-item:hover,
.cid-uOD5P0OwQB .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uOD5P0OwQB .dropdown-item:hover span {
  color: white;
}
.cid-uOD5P0OwQB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOD5P0OwQB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOD5P0OwQB .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOD5P0OwQB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOD5P0OwQB .nav-link {
  position: relative;
}
.cid-uOD5P0OwQB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOD5P0OwQB .container {
    flex-wrap: nowrap;
  }
}
.cid-uOD5P0OwQB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOD5P0OwQB .dropdown-menu,
.cid-uOD5P0OwQB .navbar.opened {
  background: #151515 !important;
}
.cid-uOD5P0OwQB .nav-item:focus,
.cid-uOD5P0OwQB .nav-link:focus {
  outline: none;
}
.cid-uOD5P0OwQB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOD5P0OwQB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOD5P0OwQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOD5P0OwQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOD5P0OwQB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOD5P0OwQB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOD5P0OwQB .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #151515;
}
.cid-uOD5P0OwQB .navbar.opened {
  transition: all 0.3s;
}
.cid-uOD5P0OwQB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOD5P0OwQB .navbar .navbar-logo img {
  width: auto;
}
.cid-uOD5P0OwQB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOD5P0OwQB .navbar.collapsed {
  justify-content: center;
}
.cid-uOD5P0OwQB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOD5P0OwQB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOD5P0OwQB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOD5P0OwQB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOD5P0OwQB .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-uOD5P0OwQB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOD5P0OwQB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOD5P0OwQB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOD5P0OwQB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOD5P0OwQB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOD5P0OwQB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOD5P0OwQB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOD5P0OwQB .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-uOD5P0OwQB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOD5P0OwQB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOD5P0OwQB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOD5P0OwQB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOD5P0OwQB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOD5P0OwQB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOD5P0OwQB .navbar.navbar-short {
  min-height: 80px;
}
.cid-uOD5P0OwQB .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uOD5P0OwQB .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOD5P0OwQB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOD5P0OwQB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOD5P0OwQB .dropdown-item.active,
.cid-uOD5P0OwQB .dropdown-item:active {
  background-color: transparent;
}
.cid-uOD5P0OwQB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOD5P0OwQB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOD5P0OwQB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOD5P0OwQB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
}
.cid-uOD5P0OwQB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOD5P0OwQB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOD5P0OwQB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOD5P0OwQB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOD5P0OwQB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOD5P0OwQB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOD5P0OwQB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOD5P0OwQB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOD5P0OwQB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOD5P0OwQB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOD5P0OwQB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOD5P0OwQB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOD5P0OwQB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOD5P0OwQB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOD5P0OwQB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOD5P0OwQB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOD5P0OwQB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOD5P0OwQB .navbar {
    height: 70px;
  }
  .cid-uOD5P0OwQB .navbar.opened {
    height: auto;
  }
  .cid-uOD5P0OwQB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOD5P2kd8p {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(to right, #f4f3ec 0%, #f4f3ec 30%, #ffe161 30%, #ffe161 100%);
}
.cid-uOD5P2kd8p .animated-element {
  color: #efefef;
}
.cid-uOD5P2kd8p .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOD5P2kd8p .mbr-section-subtitle {
  color: #9c88bc;
}
@media (min-width: 992px) {
  .cid-uOD5P2kd8p .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOD5P2kd8p .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uOD5P2kd8p {
    background: #ffe161;
  }
  .cid-uOD5P2kd8p .img-block {
    padding-bottom: 2rem;
  }
}
.cid-uOD5P2kd8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5P2kd8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5P2kd8p .mbr-section-title {
  color: #000000;
}
.cid-uOD5P2kd8p .mbr-text,
.cid-uOD5P2kd8p .mbr-section-btn {
  color: #000000;
}
.cid-uOD5P3o75a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOD5P3o75a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5P3o75a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5P3o75a a {
  font-weight: bold;
}
.cid-uOD5P3o75a .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-uOD5P3o75a .mbr-text,
.cid-uOD5P3o75a .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uOD5P4ENHr {
  background-color: #eeeef7;
}
.cid-uOD5P4ENHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5P4ENHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5P4ENHr .items-wrap {
  justify-content: space-between;
}
.cid-uOD5P4ENHr .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #ffe885;
}
@media (max-width: 1440px) {
  .cid-uOD5P4ENHr .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5P4ENHr .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uOD5P4ENHr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOD5P4ENHr .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOD5P4ENHr .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOD5P4ENHr .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uOD5P4ENHr .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uOD5P4ENHr .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOD5P4ENHr .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uOD5P4ENHr .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOD5P4ENHr .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uOD5P4ENHr .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5P4ENHr .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uOD5P4ENHr .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uOD5P4ENHr .image-wrapper {
  position: relative;
  border: 3px solid #ffe885;
  background-color: #ffe885;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD5P4ENHr .image-wrapper {
    height: 350px;
  }
}
.cid-uOD5P4ENHr .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOD5P4ENHr .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOD5P4ENHr .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uOD5P4ENHr .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uOD5P4ENHr .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #ffe885;
  margin-bottom: 0;
}
.cid-uOD5P4ENHr .mbr-section-title {
  color: #191c25;
}
.cid-uOD5P4ENHr .list {
  color: #191c25;
}
.cid-uOD5P4ENHr .mbr-number_1 {
  color: #191c25;
}
.cid-uOD5P4ENHr .mbr-number_2,
.cid-uOD5P4ENHr .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uOD5P5YgXc {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOD5P5YgXc .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-uOD5P5YgXc .mbr-section-subtitle {
  text-align: center;
}
.cid-uOD5P6HAEz {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOD5P6HAEz img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uOD5P6HAEz img {
    transform: translateY(0px);
  }
}
.cid-uOD5P6HAEz img,
.cid-uOD5P6HAEz .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOD5P6HAEz img,
  .cid-uOD5P6HAEz .item-img {
    border-radius: 1.5rem;
  }
}
.cid-uOD5P6HAEz .item-img {
  position: relative;
}
.cid-uOD5P6HAEz .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-uOD5P6HAEz .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-uOD5P6HAEz .item:focus,
.cid-uOD5P6HAEz span:focus {
  outline: none;
}
.cid-uOD5P6HAEz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOD5P6HAEz .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-uOD5P6HAEz .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #ffe885;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOD5P6HAEz .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-uOD5P6HAEz .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-uOD5P6HAEz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOD5P6HAEz .mbr-section-title {
  color: #232323;
}
.cid-uOD5P6HAEz .mbr-text,
.cid-uOD5P6HAEz .mbr-section-btn {
  color: #ffffff;
}
.cid-uOD5P6HAEz .item-title {
  color: #000000;
}
.cid-uOD5P6HAEz .item-subtitle {
  color: #ffffff;
}
.cid-uOD5P7R1kl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOD5P7R1kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5P7R1kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5P7R1kl .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uOD5P7R1kl .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5P7R1kl .container {
    padding: 0 26px;
  }
}
.cid-uOD5P7R1kl .row {
  justify-content: center;
}
.cid-uOD5P7R1kl .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffe885;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .cid-uOD5P7R1kl .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5P7R1kl .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uOD5P7R1kl .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5P7R1kl .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uOD5P7R1kl .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uOD5P7R1kl .content-wrapper .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOD5P7R1kl .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uOD5P7R1kl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOD5P7R1kl .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uOD5P7R1kl .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOD5P7R1kl .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uOD5P7R1kl .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOD5P7R1kl .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uOD5P7R1kl .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uOD5P7R1kl .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uOD5P7R1kl .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOD5P7R1kl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOD5P7R1kl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOD5P7R1kl .mbr-desc {
  color: #ffffff;
}
.cid-uOD5P7R1kl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOD5P7R1kl .mbr-link {
  color: #ffffff;
}
.cid-uOD5P8BzCg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffe885;
}
.cid-uOD5P8BzCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5P8BzCg .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-uOD5P8BzCg .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOD5P8BzCg .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOD5P8BzCg .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uOD5P8BzCg img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uOD5P8BzCg img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOD5P8BzCg .image-wrapper {
    padding: 1rem;
  }
}
.cid-uOD5P9lDMc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOD5P9lDMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5P9lDMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5P9lDMc .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uOD5P9lDMc .items-wrapper .item {
  padding: 0 10px;
}
.cid-uOD5P9lDMc .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOD5P9lDMc .item {
    margin-bottom: 20px;
  }
}
.cid-uOD5P9lDMc .item:hover .item-wrapper .item-img img,
.cid-uOD5P9lDMc .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uOD5P9lDMc .item .item-wrapper {
  padding: 80px 60px;
  background-color: #ffe885;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD5P9lDMc .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uOD5P9lDMc .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOD5P9lDMc .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uOD5P9lDMc .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffe885;
}
@media (max-width: 992px) {
  .cid-uOD5P9lDMc .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5P9lDMc .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uOD5P9lDMc .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #ffe885;
}
.cid-uOD5P9lDMc .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOD5P9lDMc .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOD5P9lDMc .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uOD5P9lDMc .mbr-label {
  color: #19171c;
}
.cid-uOD5P9lDMc .item-text {
  color: #6e6e73;
}
.cid-uOD5PacYHq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uOD5PacYHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5PacYHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5PacYHq .items-wrap {
  justify-content: space-between;
}
.cid-uOD5PacYHq .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #ffe885;
}
@media (max-width: 1440px) {
  .cid-uOD5PacYHq .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5PacYHq .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uOD5PacYHq .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOD5PacYHq .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOD5PacYHq .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOD5PacYHq .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOD5PacYHq .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOD5PacYHq .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uOD5PacYHq .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5PacYHq .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uOD5PacYHq .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uOD5PacYHq .image-wrapper {
  position: relative;
  border: 3px solid #ffe885;
  background-color: #ffe885;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD5PacYHq .image-wrapper {
    height: 350px;
  }
}
.cid-uOD5PacYHq .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOD5PacYHq .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOD5PacYHq .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uOD5PacYHq .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uOD5PacYHq .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #ffe885;
  margin-bottom: 0;
}
.cid-uOD5PacYHq .mbr-section-title {
  color: #191c25;
}
.cid-uOD5PacYHq .mbr-text {
  color: #191c25;
}
.cid-uOD5PacYHq .mbr-number_1 {
  color: #191c25;
}
.cid-uOD5PacYHq .mbr-number_2,
.cid-uOD5PacYHq .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uOD5PaYLmq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffe885;
}
.cid-uOD5PaYLmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5PaYLmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5PaYLmq a {
  font-weight: bold;
}
.cid-uOD5PaYLmq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uOD5PaYLmq .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uOD5PaYLmq .mbr-text,
.cid-uOD5PaYLmq .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOD5PbJDzc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOD5PbJDzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5PbJDzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5PbJDzc .container-fluid {
  padding: 0;
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOD5PbJDzc .container-fluid {
    padding: 0;
  }
}
.cid-uOD5PbJDzc .container {
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOD5PbJDzc .container {
    padding: 0 28px;
  }
}
.cid-uOD5PbJDzc .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-uOD5PbJDzc .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #e43f3f;
}
.cid-uOD5PbJDzc .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOD5PbJDzc .item {
    border-right: none;
    border-bottom: 1px solid #e43f3f;
  }
  .cid-uOD5PbJDzc .item:last-child {
    border-bottom: none;
  }
}
.cid-uOD5PbJDzc .item .item-wrapper a {
  display: block;
}
.cid-uOD5PbJDzc .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uOD5PbJDzc .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-uOD5PbJDzc .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOD5PbJDzc .item .item-wrapper a .item-img img {
    height: 350px;
  }
}
.cid-uOD5PbJDzc .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-uOD5PbJDzc .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-uOD5PbJDzc .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uOD5PbJDzc .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uOD5PbJDzc .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #e43f3f;
}
.cid-uOD5PbJDzc .item .item-wrapper .title-wrap:hover .item-title,
.cid-uOD5PbJDzc .item .item-wrapper .title-wrap:focus .item-title {
  color: #18c28a;
}
.cid-uOD5PbJDzc .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOD5PbJDzc .item-title {
  color: #000000;
}
.cid-uOD5PbJDzc .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOD5PcAHmk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOD5PcAHmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5PcAHmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5PcAHmk .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOD5PcAHmk .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOD5PcAHmk .content-wrapper {
  margin: 0 -8px;
}
.cid-uOD5PcAHmk .content-wrapper .card {
  padding: 0 8px;
}
.cid-uOD5PcAHmk .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD5PcAHmk .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uOD5PcAHmk .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOD5PcAHmk .image-wrapper img {
    height: 300px;
  }
}
.cid-uOD5PcAHmk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uOD5PcAHmk .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uOD5PcAHmk .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff0b0;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uOD5PcAHmk .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5PcAHmk .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uOD5PcAHmk .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOD5PcAHmk .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uOD5PcAHmk .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uOD5PcAHmk .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uOD5PcAHmk .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOD5PcAHmk .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uOD5PcAHmk .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOD5PcAHmk .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uOD5PcAHmk .card-title {
  color: #2c2c26;
}
.cid-uOD5PcAHmk .card-text {
  color: #000000;
}
.cid-uOD5PdubFm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOD5PdubFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5PdubFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5PdubFm .row {
  justify-content: space-between;
}
.cid-uOD5PdubFm .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOD5PdubFm .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOD5PdubFm .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOD5PdubFm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOD5PdubFm .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOD5PdubFm .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOD5PdubFm .mbr-label {
  color: #000000;
}
.cid-uOD5PdubFm .mbr-section-title {
  color: #000000;
}
.cid-uOD5PdubFm .mbr-desc {
  color: #000000;
}
.cid-uOD5PdubFm .mbr-text {
  color: #8a8a8a;
}
.cid-uOD5PdubFm .mbr-text,
.cid-uOD5PdubFm .mbr-section-btn {
  color: #000000;
}
.cid-uOD5PekxK5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe885;
}
.cid-uOD5PekxK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5PekxK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5PekxK5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOD5PekxK5 .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uOD5PekxK5 .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uOD5PekxK5 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #151515;
  margin-left: 1rem;
}
.cid-uOD5PekxK5 .card-header {
  border: none;
}
.cid-uOD5PekxK5 .panel-group {
  border: none;
}
.cid-uOD5PekxK5 .panel-body,
.cid-uOD5PekxK5 .card-header {
  padding: 1rem 0;
}
.cid-uOD5PekxK5 .panel-title-edit {
  color: #000000;
}
.cid-uOD5PekxK5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOFcbDIKeY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe885;
}
.cid-uOFcbDIKeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFcbDIKeY .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-uOFcbDIKeY .container {
    padding: 0 20px;
  }
}
.cid-uOFcbDIKeY .row {
  margin: 0;
}
.cid-uOFcbDIKeY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOFcbDIKeY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOFcbDIKeY .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uOFcbDIKeY .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uOFcbDIKeY .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uOFcbDIKeY .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uOFcbDIKeY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOD5PfCOSJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOD5PfCOSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5PfCOSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5PfCOSJ .row {
  justify-content: center;
}
.cid-uOD5PfCOSJ .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uOD5PfCOSJ .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5PfCOSJ .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uOD5PfCOSJ .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uOD5PfCOSJ .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uOD5PfCOSJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOD5PfCOSJ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uOD5PfCOSJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOD5PfCOSJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uOD5PfCOSJ .mbr-section-title {
  color: #ffffff;
}
.cid-uOD5PfCOSJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOD5PfCOSJ .mbr-text,
.cid-uOD5PfCOSJ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOD5PfCOSJ .mbr-section-title,
.cid-uOD5PfCOSJ .mbr-section-btn {
  text-align: center;
}
.cid-uOFcSNg2nt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uOFcSNg2nt .mbr-text {
  color: #000000;
}
.cid-uOFcSNg2nt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFcSNg2nt .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOFcSNg2nt .mbr-section-subtitle,
.cid-uOFcSNg2nt .main-button {
  text-align: left;
  color: #000000;
}
.cid-uOFcSNg2nt .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFcSNg2nt .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uOFcSNg2nt .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uOFcSNg2nt .panel-group {
  border: none;
}
.cid-uOFcSNg2nt .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uOFcSNg2nt .card-header {
    padding: 0rem;
  }
}
.cid-uOFcSNg2nt .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uOFcSNg2nt .collapsed span {
  transform: rotate(0deg);
}
.cid-uOFcSNg2nt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOFcSNg2nt p {
  margin-bottom: 0.3rem;
}
.cid-uOFcSNg2nt .panel-title-edit {
  color: #000000;
}
.cid-uOFcSNg2nt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOFcSNg2nt .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOFcSNg2nt .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOFcSNg2nt .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uOFcSNg2nt .panel-text {
  color: #000000;
}
.cid-uOFcSNg2nt .panel-title-edit,
.cid-uOFcSNg2nt .mbr-iconfont {
  color: #000000;
}
.cid-uOD5PgzckJ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #151515;
}
.cid-uOD5PgzckJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5PgzckJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5PgzckJ .google-map {
  height: 35rem;
  position: relative;
}
.cid-uOD5PgzckJ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOD5PgzckJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOD5PgzckJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOD5PgzckJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOD5PgzckJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOD5PgzckJ .mbr-section-title {
  color: #ffffff;
}
.cid-uOD5PhDSa9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe885;
}
.cid-uOD5PhDSa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5PhDSa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5PhDSa9 p a:hover {
  text-decoration: underline;
}
.cid-uOD5PhDSa9 h2 {
  line-height: 1.3;
}
.cid-uOD5PhDSa9 img {
  object-fit: cover;
}
.cid-uOD5PhDSa9 .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uOD5PhDSa9 .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uOD5PhDSa9 .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uOD5PhDSa9 .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uOD5PhDSa9 .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uOD5PhDSa9 .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uOD5PhDSa9 .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uOD5PhDSa9 .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uOD5PhDSa9 .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOD5PhDSa9 .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOD5PhDSa9 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOD5PhDSa9 .wrap {
  background: #000000;
}
.cid-uOD5PhDSa9 .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOD5PhDSa9 .link-wrapper {
    flex-direction: column;
  }
}
.cid-uOD5PhDSa9 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOD5PhDSa9 .mbr-text,
.cid-uOD5PhDSa9 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uOD5PhDSa9 .mbr-link,
.cid-uOD5PhDSa9 .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uOD5PhDSa9 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uOD5PhDSa9 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOD5QD5fSa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uOD5QD5fSa nav.navbar {
  position: fixed;
}
.cid-uOD5QD5fSa .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uOD5QD5fSa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOD5QD5fSa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOD5QD5fSa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOD5QD5fSa .dropdown-item:hover,
.cid-uOD5QD5fSa .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uOD5QD5fSa .dropdown-item:hover span {
  color: white;
}
.cid-uOD5QD5fSa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOD5QD5fSa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOD5QD5fSa .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOD5QD5fSa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOD5QD5fSa .nav-link {
  position: relative;
}
.cid-uOD5QD5fSa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOD5QD5fSa .container {
    flex-wrap: nowrap;
  }
}
.cid-uOD5QD5fSa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOD5QD5fSa .dropdown-menu,
.cid-uOD5QD5fSa .navbar.opened {
  background: #151515 !important;
}
.cid-uOD5QD5fSa .nav-item:focus,
.cid-uOD5QD5fSa .nav-link:focus {
  outline: none;
}
.cid-uOD5QD5fSa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOD5QD5fSa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOD5QD5fSa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOD5QD5fSa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOD5QD5fSa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOD5QD5fSa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOD5QD5fSa .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #151515;
}
.cid-uOD5QD5fSa .navbar.opened {
  transition: all 0.3s;
}
.cid-uOD5QD5fSa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOD5QD5fSa .navbar .navbar-logo img {
  width: auto;
}
.cid-uOD5QD5fSa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOD5QD5fSa .navbar.collapsed {
  justify-content: center;
}
.cid-uOD5QD5fSa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOD5QD5fSa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOD5QD5fSa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOD5QD5fSa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOD5QD5fSa .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-uOD5QD5fSa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOD5QD5fSa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOD5QD5fSa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOD5QD5fSa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOD5QD5fSa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOD5QD5fSa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOD5QD5fSa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOD5QD5fSa .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-uOD5QD5fSa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOD5QD5fSa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOD5QD5fSa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOD5QD5fSa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOD5QD5fSa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOD5QD5fSa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOD5QD5fSa .navbar.navbar-short {
  min-height: 80px;
}
.cid-uOD5QD5fSa .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uOD5QD5fSa .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOD5QD5fSa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOD5QD5fSa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOD5QD5fSa .dropdown-item.active,
.cid-uOD5QD5fSa .dropdown-item:active {
  background-color: transparent;
}
.cid-uOD5QD5fSa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOD5QD5fSa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOD5QD5fSa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOD5QD5fSa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
}
.cid-uOD5QD5fSa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOD5QD5fSa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOD5QD5fSa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOD5QD5fSa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOD5QD5fSa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOD5QD5fSa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOD5QD5fSa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOD5QD5fSa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOD5QD5fSa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOD5QD5fSa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOD5QD5fSa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOD5QD5fSa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOD5QD5fSa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOD5QD5fSa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOD5QD5fSa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOD5QD5fSa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOD5QD5fSa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOD5QD5fSa .navbar {
    height: 70px;
  }
  .cid-uOD5QD5fSa .navbar.opened {
    height: auto;
  }
  .cid-uOD5QD5fSa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOD5QEmcQy {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(to right, #f4f3ec 0%, #f4f3ec 30%, #ffe161 30%, #ffe161 100%);
}
.cid-uOD5QEmcQy .animated-element {
  color: #efefef;
}
.cid-uOD5QEmcQy .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOD5QEmcQy .mbr-section-subtitle {
  color: #9c88bc;
}
@media (min-width: 992px) {
  .cid-uOD5QEmcQy .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOD5QEmcQy .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uOD5QEmcQy {
    background: #ffe161;
  }
  .cid-uOD5QEmcQy .img-block {
    padding-bottom: 2rem;
  }
}
.cid-uOD5QEmcQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5QEmcQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5QEmcQy .mbr-section-title {
  color: #000000;
}
.cid-uOD5QEmcQy .mbr-text,
.cid-uOD5QEmcQy .mbr-section-btn {
  color: #000000;
}
.cid-uOD5QFPDpZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOD5QFPDpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5QFPDpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5QFPDpZ a {
  font-weight: bold;
}
.cid-uOD5QFPDpZ .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-uOD5QFPDpZ .mbr-text,
.cid-uOD5QFPDpZ .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uOD5QH98ZP {
  background-color: #eeeef7;
}
.cid-uOD5QH98ZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5QH98ZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5QH98ZP .items-wrap {
  justify-content: space-between;
}
.cid-uOD5QH98ZP .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #ffe885;
}
@media (max-width: 1440px) {
  .cid-uOD5QH98ZP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5QH98ZP .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uOD5QH98ZP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOD5QH98ZP .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOD5QH98ZP .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOD5QH98ZP .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uOD5QH98ZP .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uOD5QH98ZP .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOD5QH98ZP .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uOD5QH98ZP .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOD5QH98ZP .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uOD5QH98ZP .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5QH98ZP .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uOD5QH98ZP .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uOD5QH98ZP .image-wrapper {
  position: relative;
  border: 3px solid #ffe885;
  background-color: #ffe885;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD5QH98ZP .image-wrapper {
    height: 350px;
  }
}
.cid-uOD5QH98ZP .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOD5QH98ZP .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOD5QH98ZP .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uOD5QH98ZP .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uOD5QH98ZP .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #ffe885;
  margin-bottom: 0;
}
.cid-uOD5QH98ZP .mbr-section-title {
  color: #191c25;
}
.cid-uOD5QH98ZP .list {
  color: #191c25;
}
.cid-uOD5QH98ZP .mbr-number_1 {
  color: #191c25;
}
.cid-uOD5QH98ZP .mbr-number_2,
.cid-uOD5QH98ZP .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uOD5QIqAK1 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOD5QIqAK1 .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-uOD5QIqAK1 .mbr-section-subtitle {
  text-align: center;
}
.cid-uOD5QJEH2N {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOD5QJEH2N img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uOD5QJEH2N img {
    transform: translateY(0px);
  }
}
.cid-uOD5QJEH2N img,
.cid-uOD5QJEH2N .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOD5QJEH2N img,
  .cid-uOD5QJEH2N .item-img {
    border-radius: 1.5rem;
  }
}
.cid-uOD5QJEH2N .item-img {
  position: relative;
}
.cid-uOD5QJEH2N .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-uOD5QJEH2N .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-uOD5QJEH2N .item:focus,
.cid-uOD5QJEH2N span:focus {
  outline: none;
}
.cid-uOD5QJEH2N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOD5QJEH2N .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-uOD5QJEH2N .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #ffe885;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOD5QJEH2N .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-uOD5QJEH2N .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-uOD5QJEH2N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOD5QJEH2N .mbr-section-title {
  color: #232323;
}
.cid-uOD5QJEH2N .mbr-text,
.cid-uOD5QJEH2N .mbr-section-btn {
  color: #ffffff;
}
.cid-uOD5QJEH2N .item-title {
  color: #000000;
}
.cid-uOD5QJEH2N .item-subtitle {
  color: #ffffff;
}
.cid-uOD5QLeuZg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOD5QLeuZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5QLeuZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5QLeuZg .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uOD5QLeuZg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5QLeuZg .container {
    padding: 0 26px;
  }
}
.cid-uOD5QLeuZg .row {
  justify-content: center;
}
.cid-uOD5QLeuZg .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffe885;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .cid-uOD5QLeuZg .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5QLeuZg .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uOD5QLeuZg .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5QLeuZg .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uOD5QLeuZg .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uOD5QLeuZg .content-wrapper .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOD5QLeuZg .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uOD5QLeuZg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOD5QLeuZg .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uOD5QLeuZg .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOD5QLeuZg .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uOD5QLeuZg .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOD5QLeuZg .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uOD5QLeuZg .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uOD5QLeuZg .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uOD5QLeuZg .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOD5QLeuZg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOD5QLeuZg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOD5QLeuZg .mbr-desc {
  color: #ffffff;
}
.cid-uOD5QLeuZg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOD5QLeuZg .mbr-link {
  color: #ffffff;
}
.cid-uOD5QMnwKr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffe885;
}
.cid-uOD5QMnwKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5QMnwKr .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-uOD5QMnwKr .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOD5QMnwKr .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOD5QMnwKr .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uOD5QMnwKr img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uOD5QMnwKr img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOD5QMnwKr .image-wrapper {
    padding: 1rem;
  }
}
.cid-uOD5QNK8rq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOD5QNK8rq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5QNK8rq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5QNK8rq .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uOD5QNK8rq .items-wrapper .item {
  padding: 0 10px;
}
.cid-uOD5QNK8rq .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOD5QNK8rq .item {
    margin-bottom: 20px;
  }
}
.cid-uOD5QNK8rq .item:hover .item-wrapper .item-img img,
.cid-uOD5QNK8rq .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uOD5QNK8rq .item .item-wrapper {
  padding: 80px 60px;
  background-color: #ffe885;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD5QNK8rq .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uOD5QNK8rq .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOD5QNK8rq .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uOD5QNK8rq .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffe885;
}
@media (max-width: 992px) {
  .cid-uOD5QNK8rq .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5QNK8rq .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uOD5QNK8rq .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #ffe885;
}
.cid-uOD5QNK8rq .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOD5QNK8rq .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOD5QNK8rq .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uOD5QNK8rq .mbr-label {
  color: #19171c;
}
.cid-uOD5QNK8rq .item-text {
  color: #6e6e73;
}
.cid-uOD5QPhMgc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uOD5QPhMgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5QPhMgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5QPhMgc .items-wrap {
  justify-content: space-between;
}
.cid-uOD5QPhMgc .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #ffe885;
}
@media (max-width: 1440px) {
  .cid-uOD5QPhMgc .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5QPhMgc .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uOD5QPhMgc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOD5QPhMgc .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOD5QPhMgc .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOD5QPhMgc .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOD5QPhMgc .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOD5QPhMgc .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uOD5QPhMgc .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5QPhMgc .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uOD5QPhMgc .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uOD5QPhMgc .image-wrapper {
  position: relative;
  border: 3px solid #ffe885;
  background-color: #ffe885;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD5QPhMgc .image-wrapper {
    height: 350px;
  }
}
.cid-uOD5QPhMgc .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOD5QPhMgc .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOD5QPhMgc .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uOD5QPhMgc .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uOD5QPhMgc .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #ffe885;
  margin-bottom: 0;
}
.cid-uOD5QPhMgc .mbr-section-title {
  color: #191c25;
}
.cid-uOD5QPhMgc .mbr-text {
  color: #191c25;
}
.cid-uOD5QPhMgc .mbr-number_1 {
  color: #191c25;
}
.cid-uOD5QPhMgc .mbr-number_2,
.cid-uOD5QPhMgc .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uOD5QQG6Om {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffe885;
}
.cid-uOD5QQG6Om .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5QQG6Om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5QQG6Om a {
  font-weight: bold;
}
.cid-uOD5QQG6Om .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uOD5QQG6Om .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uOD5QQG6Om .mbr-text,
.cid-uOD5QQG6Om .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOD5QRLV4H {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOD5QRLV4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5QRLV4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5QRLV4H .container-fluid {
  padding: 0;
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOD5QRLV4H .container-fluid {
    padding: 0;
  }
}
.cid-uOD5QRLV4H .container {
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOD5QRLV4H .container {
    padding: 0 28px;
  }
}
.cid-uOD5QRLV4H .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-uOD5QRLV4H .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #e43f3f;
}
.cid-uOD5QRLV4H .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOD5QRLV4H .item {
    border-right: none;
    border-bottom: 1px solid #e43f3f;
  }
  .cid-uOD5QRLV4H .item:last-child {
    border-bottom: none;
  }
}
.cid-uOD5QRLV4H .item .item-wrapper a {
  display: block;
}
.cid-uOD5QRLV4H .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uOD5QRLV4H .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-uOD5QRLV4H .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOD5QRLV4H .item .item-wrapper a .item-img img {
    height: 350px;
  }
}
.cid-uOD5QRLV4H .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-uOD5QRLV4H .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-uOD5QRLV4H .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uOD5QRLV4H .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uOD5QRLV4H .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #e43f3f;
}
.cid-uOD5QRLV4H .item .item-wrapper .title-wrap:hover .item-title,
.cid-uOD5QRLV4H .item .item-wrapper .title-wrap:focus .item-title {
  color: #18c28a;
}
.cid-uOD5QRLV4H .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOD5QRLV4H .item-title {
  color: #000000;
}
.cid-uOD5QRLV4H .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOD5QTsceG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOD5QTsceG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5QTsceG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5QTsceG .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOD5QTsceG .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOD5QTsceG .content-wrapper {
  margin: 0 -8px;
}
.cid-uOD5QTsceG .content-wrapper .card {
  padding: 0 8px;
}
.cid-uOD5QTsceG .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD5QTsceG .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uOD5QTsceG .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOD5QTsceG .image-wrapper img {
    height: 300px;
  }
}
.cid-uOD5QTsceG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uOD5QTsceG .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uOD5QTsceG .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff0b0;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uOD5QTsceG .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5QTsceG .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uOD5QTsceG .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOD5QTsceG .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uOD5QTsceG .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uOD5QTsceG .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uOD5QTsceG .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOD5QTsceG .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uOD5QTsceG .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOD5QTsceG .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uOD5QTsceG .card-title {
  color: #2c2c26;
}
.cid-uOD5QTsceG .card-text {
  color: #000000;
}
.cid-uOD5QUNNED {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOD5QUNNED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5QUNNED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5QUNNED .row {
  justify-content: space-between;
}
.cid-uOD5QUNNED .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOD5QUNNED .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOD5QUNNED .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOD5QUNNED .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOD5QUNNED .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOD5QUNNED .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOD5QUNNED .mbr-label {
  color: #000000;
}
.cid-uOD5QUNNED .mbr-section-title {
  color: #000000;
}
.cid-uOD5QUNNED .mbr-desc {
  color: #000000;
}
.cid-uOD5QUNNED .mbr-text {
  color: #8a8a8a;
}
.cid-uOD5QUNNED .mbr-text,
.cid-uOD5QUNNED .mbr-section-btn {
  color: #000000;
}
.cid-uOD5QWfu5B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe885;
}
.cid-uOD5QWfu5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5QWfu5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5QWfu5B .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOD5QWfu5B .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uOD5QWfu5B .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uOD5QWfu5B .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #151515;
  margin-left: 1rem;
}
.cid-uOD5QWfu5B .card-header {
  border: none;
}
.cid-uOD5QWfu5B .panel-group {
  border: none;
}
.cid-uOD5QWfu5B .panel-body,
.cid-uOD5QWfu5B .card-header {
  padding: 1rem 0;
}
.cid-uOD5QWfu5B .panel-title-edit {
  color: #000000;
}
.cid-uOD5QWfu5B .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOD5QYvTXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOD5QYvTXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5QYvTXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5QYvTXM .row {
  justify-content: center;
}
.cid-uOD5QYvTXM .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uOD5QYvTXM .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5QYvTXM .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uOD5QYvTXM .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uOD5QYvTXM .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uOD5QYvTXM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOD5QYvTXM .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uOD5QYvTXM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOD5QYvTXM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uOD5QYvTXM .mbr-section-title {
  color: #ffffff;
}
.cid-uOD5QYvTXM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOD5QYvTXM .mbr-text,
.cid-uOD5QYvTXM .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOD5QYvTXM .mbr-section-title,
.cid-uOD5QYvTXM .mbr-section-btn {
  text-align: center;
}
.cid-uOFe7yDMGy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uOFe7yDMGy .mbr-text {
  color: #000000;
}
.cid-uOFe7yDMGy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFe7yDMGy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOFe7yDMGy .mbr-section-subtitle,
.cid-uOFe7yDMGy .main-button {
  text-align: left;
  color: #000000;
}
.cid-uOFe7yDMGy .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFe7yDMGy .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uOFe7yDMGy .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uOFe7yDMGy .panel-group {
  border: none;
}
.cid-uOFe7yDMGy .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uOFe7yDMGy .card-header {
    padding: 0rem;
  }
}
.cid-uOFe7yDMGy .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uOFe7yDMGy .collapsed span {
  transform: rotate(0deg);
}
.cid-uOFe7yDMGy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOFe7yDMGy p {
  margin-bottom: 0.3rem;
}
.cid-uOFe7yDMGy .panel-title-edit {
  color: #000000;
}
.cid-uOFe7yDMGy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOFe7yDMGy .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOFe7yDMGy .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOFe7yDMGy .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uOFe7yDMGy .panel-text {
  color: #000000;
}
.cid-uOFe7yDMGy .panel-title-edit,
.cid-uOFe7yDMGy .mbr-iconfont {
  color: #000000;
}
.cid-uOD5R0gRqs {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #151515;
}
.cid-uOD5R0gRqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5R0gRqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5R0gRqs .google-map {
  height: 35rem;
  position: relative;
}
.cid-uOD5R0gRqs .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOD5R0gRqs .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOD5R0gRqs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOD5R0gRqs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOD5R0gRqs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOD5R0gRqs .mbr-section-title {
  color: #ffffff;
}
.cid-uOD5R15Imm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe885;
}
.cid-uOD5R15Imm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5R15Imm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5R15Imm p a:hover {
  text-decoration: underline;
}
.cid-uOD5R15Imm h2 {
  line-height: 1.3;
}
.cid-uOD5R15Imm img {
  object-fit: cover;
}
.cid-uOD5R15Imm .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uOD5R15Imm .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uOD5R15Imm .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uOD5R15Imm .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uOD5R15Imm .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uOD5R15Imm .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uOD5R15Imm .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uOD5R15Imm .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uOD5R15Imm .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOD5R15Imm .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOD5R15Imm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOD5R15Imm .wrap {
  background: #000000;
}
.cid-uOD5R15Imm .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOD5R15Imm .link-wrapper {
    flex-direction: column;
  }
}
.cid-uOD5R15Imm .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOD5R15Imm .mbr-text,
.cid-uOD5R15Imm .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uOD5R15Imm .mbr-link,
.cid-uOD5R15Imm .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uOD5R15Imm .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uOD5R15Imm .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOD5RGRu8d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uOD5RGRu8d nav.navbar {
  position: fixed;
}
.cid-uOD5RGRu8d .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uOD5RGRu8d .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOD5RGRu8d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOD5RGRu8d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOD5RGRu8d .dropdown-item:hover,
.cid-uOD5RGRu8d .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uOD5RGRu8d .dropdown-item:hover span {
  color: white;
}
.cid-uOD5RGRu8d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOD5RGRu8d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOD5RGRu8d .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOD5RGRu8d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOD5RGRu8d .nav-link {
  position: relative;
}
.cid-uOD5RGRu8d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOD5RGRu8d .container {
    flex-wrap: nowrap;
  }
}
.cid-uOD5RGRu8d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOD5RGRu8d .dropdown-menu,
.cid-uOD5RGRu8d .navbar.opened {
  background: #151515 !important;
}
.cid-uOD5RGRu8d .nav-item:focus,
.cid-uOD5RGRu8d .nav-link:focus {
  outline: none;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOD5RGRu8d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOD5RGRu8d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOD5RGRu8d .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #151515;
}
.cid-uOD5RGRu8d .navbar.opened {
  transition: all 0.3s;
}
.cid-uOD5RGRu8d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOD5RGRu8d .navbar .navbar-logo img {
  width: auto;
}
.cid-uOD5RGRu8d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOD5RGRu8d .navbar.collapsed {
  justify-content: center;
}
.cid-uOD5RGRu8d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOD5RGRu8d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOD5RGRu8d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOD5RGRu8d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOD5RGRu8d .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-uOD5RGRu8d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOD5RGRu8d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOD5RGRu8d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOD5RGRu8d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOD5RGRu8d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOD5RGRu8d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOD5RGRu8d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOD5RGRu8d .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-uOD5RGRu8d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOD5RGRu8d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOD5RGRu8d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOD5RGRu8d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOD5RGRu8d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOD5RGRu8d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOD5RGRu8d .navbar.navbar-short {
  min-height: 80px;
}
.cid-uOD5RGRu8d .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uOD5RGRu8d .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOD5RGRu8d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOD5RGRu8d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOD5RGRu8d .dropdown-item.active,
.cid-uOD5RGRu8d .dropdown-item:active {
  background-color: transparent;
}
.cid-uOD5RGRu8d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOD5RGRu8d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOD5RGRu8d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOD5RGRu8d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
}
.cid-uOD5RGRu8d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOD5RGRu8d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOD5RGRu8d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOD5RGRu8d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOD5RGRu8d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOD5RGRu8d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOD5RGRu8d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOD5RGRu8d .navbar {
    height: 70px;
  }
  .cid-uOD5RGRu8d .navbar.opened {
    height: auto;
  }
  .cid-uOD5RGRu8d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOD5RIuwsd {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 90px;
  background: linear-gradient(to right, #f4f3ec 0%, #f4f3ec 30%, #ffe161 30%, #ffe161 100%);
}
.cid-uOD5RIuwsd .animated-element {
  color: #efefef;
}
.cid-uOD5RIuwsd .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOD5RIuwsd .mbr-section-subtitle {
  color: #9c88bc;
}
@media (min-width: 992px) {
  .cid-uOD5RIuwsd .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOD5RIuwsd .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uOD5RIuwsd {
    background: #ffe161;
  }
  .cid-uOD5RIuwsd .img-block {
    padding-bottom: 2rem;
  }
}
.cid-uOD5RIuwsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5RIuwsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5RIuwsd .mbr-section-title {
  color: #000000;
}
.cid-uOD5RIuwsd .mbr-text,
.cid-uOD5RIuwsd .mbr-section-btn {
  color: #000000;
}
.cid-uOD5RJZqzl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOD5RJZqzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5RJZqzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5RJZqzl a {
  font-weight: bold;
}
.cid-uOD5RJZqzl .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-uOD5RJZqzl .mbr-text,
.cid-uOD5RJZqzl .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uOD5RLfEEl {
  background-color: #eeeef7;
}
.cid-uOD5RLfEEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5RLfEEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5RLfEEl .items-wrap {
  justify-content: space-between;
}
.cid-uOD5RLfEEl .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #ffe885;
}
@media (max-width: 1440px) {
  .cid-uOD5RLfEEl .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5RLfEEl .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uOD5RLfEEl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOD5RLfEEl .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOD5RLfEEl .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOD5RLfEEl .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uOD5RLfEEl .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uOD5RLfEEl .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOD5RLfEEl .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uOD5RLfEEl .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOD5RLfEEl .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uOD5RLfEEl .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5RLfEEl .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uOD5RLfEEl .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uOD5RLfEEl .image-wrapper {
  position: relative;
  border: 3px solid #ffe885;
  background-color: #ffe885;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD5RLfEEl .image-wrapper {
    height: 350px;
  }
}
.cid-uOD5RLfEEl .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOD5RLfEEl .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOD5RLfEEl .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uOD5RLfEEl .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uOD5RLfEEl .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #ffe885;
  margin-bottom: 0;
}
.cid-uOD5RLfEEl .mbr-section-title {
  color: #191c25;
}
.cid-uOD5RLfEEl .list {
  color: #191c25;
}
.cid-uOD5RLfEEl .mbr-number_1 {
  color: #191c25;
}
.cid-uOD5RLfEEl .mbr-number_2,
.cid-uOD5RLfEEl .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uOD5RM5fTj {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOD5RM5fTj .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-uOD5RM5fTj .mbr-section-subtitle {
  text-align: center;
}
.cid-uOD5RN8MKb {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOD5RN8MKb img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uOD5RN8MKb img {
    transform: translateY(0px);
  }
}
.cid-uOD5RN8MKb img,
.cid-uOD5RN8MKb .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOD5RN8MKb img,
  .cid-uOD5RN8MKb .item-img {
    border-radius: 1.5rem;
  }
}
.cid-uOD5RN8MKb .item-img {
  position: relative;
}
.cid-uOD5RN8MKb .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-uOD5RN8MKb .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-uOD5RN8MKb .item:focus,
.cid-uOD5RN8MKb span:focus {
  outline: none;
}
.cid-uOD5RN8MKb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOD5RN8MKb .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-uOD5RN8MKb .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #ffe885;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOD5RN8MKb .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-uOD5RN8MKb .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-uOD5RN8MKb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOD5RN8MKb .mbr-section-title {
  color: #232323;
}
.cid-uOD5RN8MKb .mbr-text,
.cid-uOD5RN8MKb .mbr-section-btn {
  color: #ffffff;
}
.cid-uOD5RN8MKb .item-title {
  color: #000000;
}
.cid-uOD5RN8MKb .item-subtitle {
  color: #ffffff;
}
.cid-uOD5ROubL1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOD5ROubL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5ROubL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5ROubL1 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uOD5ROubL1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5ROubL1 .container {
    padding: 0 26px;
  }
}
.cid-uOD5ROubL1 .row {
  justify-content: center;
}
.cid-uOD5ROubL1 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffe885;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .cid-uOD5ROubL1 .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5ROubL1 .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uOD5ROubL1 .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5ROubL1 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uOD5ROubL1 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uOD5ROubL1 .content-wrapper .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOD5ROubL1 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uOD5ROubL1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOD5ROubL1 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uOD5ROubL1 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOD5ROubL1 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uOD5ROubL1 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOD5ROubL1 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uOD5ROubL1 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uOD5ROubL1 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uOD5ROubL1 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOD5ROubL1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOD5ROubL1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOD5ROubL1 .mbr-desc {
  color: #ffffff;
}
.cid-uOD5ROubL1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOD5ROubL1 .mbr-link {
  color: #ffffff;
}
.cid-uOD5RPIGp0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffe885;
}
.cid-uOD5RPIGp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5RPIGp0 .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-uOD5RPIGp0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOD5RPIGp0 .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOD5RPIGp0 .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uOD5RPIGp0 img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uOD5RPIGp0 img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOD5RPIGp0 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uOD5RQRjMN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOD5RQRjMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5RQRjMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5RQRjMN .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uOD5RQRjMN .items-wrapper .item {
  padding: 0 10px;
}
.cid-uOD5RQRjMN .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOD5RQRjMN .item {
    margin-bottom: 20px;
  }
}
.cid-uOD5RQRjMN .item:hover .item-wrapper .item-img img,
.cid-uOD5RQRjMN .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uOD5RQRjMN .item .item-wrapper {
  padding: 80px 60px;
  background-color: #ffe885;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD5RQRjMN .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uOD5RQRjMN .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOD5RQRjMN .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uOD5RQRjMN .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffe885;
}
@media (max-width: 992px) {
  .cid-uOD5RQRjMN .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5RQRjMN .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uOD5RQRjMN .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #ffe885;
}
.cid-uOD5RQRjMN .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOD5RQRjMN .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOD5RQRjMN .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uOD5RQRjMN .mbr-label {
  color: #19171c;
}
.cid-uOD5RQRjMN .item-text {
  color: #6e6e73;
}
.cid-uOD5RSmV0h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uOD5RSmV0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5RSmV0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5RSmV0h .items-wrap {
  justify-content: space-between;
}
.cid-uOD5RSmV0h .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #ffe885;
}
@media (max-width: 1440px) {
  .cid-uOD5RSmV0h .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5RSmV0h .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uOD5RSmV0h .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOD5RSmV0h .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOD5RSmV0h .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOD5RSmV0h .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOD5RSmV0h .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOD5RSmV0h .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uOD5RSmV0h .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5RSmV0h .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uOD5RSmV0h .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uOD5RSmV0h .image-wrapper {
  position: relative;
  border: 3px solid #ffe885;
  background-color: #ffe885;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD5RSmV0h .image-wrapper {
    height: 350px;
  }
}
.cid-uOD5RSmV0h .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOD5RSmV0h .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOD5RSmV0h .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uOD5RSmV0h .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uOD5RSmV0h .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #ffe885;
  margin-bottom: 0;
}
.cid-uOD5RSmV0h .mbr-section-title {
  color: #191c25;
}
.cid-uOD5RSmV0h .mbr-text {
  color: #191c25;
}
.cid-uOD5RSmV0h .mbr-number_1 {
  color: #191c25;
}
.cid-uOD5RSmV0h .mbr-number_2,
.cid-uOD5RSmV0h .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uOD5RTN02B {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffe885;
}
.cid-uOD5RTN02B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5RTN02B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5RTN02B a {
  font-weight: bold;
}
.cid-uOD5RTN02B .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uOD5RTN02B .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uOD5RTN02B .mbr-text,
.cid-uOD5RTN02B .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOD5RV7Dle {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOD5RV7Dle .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5RV7Dle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5RV7Dle .container-fluid {
  padding: 0;
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOD5RV7Dle .container-fluid {
    padding: 0;
  }
}
.cid-uOD5RV7Dle .container {
  border-top: 1px solid #e43f3f;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 992px) {
  .cid-uOD5RV7Dle .container {
    padding: 0 28px;
  }
}
.cid-uOD5RV7Dle .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-uOD5RV7Dle .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #e43f3f;
}
.cid-uOD5RV7Dle .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOD5RV7Dle .item {
    border-right: none;
    border-bottom: 1px solid #e43f3f;
  }
  .cid-uOD5RV7Dle .item:last-child {
    border-bottom: none;
  }
}
.cid-uOD5RV7Dle .item .item-wrapper a {
  display: block;
}
.cid-uOD5RV7Dle .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uOD5RV7Dle .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-uOD5RV7Dle .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOD5RV7Dle .item .item-wrapper a .item-img img {
    height: 350px;
  }
}
.cid-uOD5RV7Dle .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-uOD5RV7Dle .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-uOD5RV7Dle .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uOD5RV7Dle .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uOD5RV7Dle .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #e43f3f;
}
.cid-uOD5RV7Dle .item .item-wrapper .title-wrap:hover .item-title,
.cid-uOD5RV7Dle .item .item-wrapper .title-wrap:focus .item-title {
  color: #18c28a;
}
.cid-uOD5RV7Dle .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOD5RV7Dle .item-title {
  color: #000000;
}
.cid-uOD5RV7Dle .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOD5RWx4Df {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOD5RWx4Df .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5RWx4Df .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5RWx4Df .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOD5RWx4Df .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOD5RWx4Df .content-wrapper {
  margin: 0 -8px;
}
.cid-uOD5RWx4Df .content-wrapper .card {
  padding: 0 8px;
}
.cid-uOD5RWx4Df .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD5RWx4Df .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uOD5RWx4Df .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOD5RWx4Df .image-wrapper img {
    height: 300px;
  }
}
.cid-uOD5RWx4Df .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uOD5RWx4Df .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uOD5RWx4Df .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff0b0;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uOD5RWx4Df .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5RWx4Df .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uOD5RWx4Df .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOD5RWx4Df .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uOD5RWx4Df .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uOD5RWx4Df .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uOD5RWx4Df .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOD5RWx4Df .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uOD5RWx4Df .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOD5RWx4Df .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uOD5RWx4Df .card-title {
  color: #2c2c26;
}
.cid-uOD5RWx4Df .card-text {
  color: #000000;
}
.cid-uOD5S0aa8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOD5S0aa8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5S0aa8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5S0aa8a .row {
  justify-content: space-between;
}
.cid-uOD5S0aa8a .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOD5S0aa8a .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOD5S0aa8a .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOD5S0aa8a .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOD5S0aa8a .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOD5S0aa8a .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOD5S0aa8a .mbr-label {
  color: #000000;
}
.cid-uOD5S0aa8a .mbr-section-title {
  color: #000000;
}
.cid-uOD5S0aa8a .mbr-desc {
  color: #000000;
}
.cid-uOD5S0aa8a .mbr-text {
  color: #8a8a8a;
}
.cid-uOD5S0aa8a .mbr-text,
.cid-uOD5S0aa8a .mbr-section-btn {
  color: #000000;
}
.cid-uOD5S1NfoG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe885;
}
.cid-uOD5S1NfoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5S1NfoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5S1NfoG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOD5S1NfoG .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uOD5S1NfoG .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uOD5S1NfoG .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #151515;
  margin-left: 1rem;
}
.cid-uOD5S1NfoG .card-header {
  border: none;
}
.cid-uOD5S1NfoG .panel-group {
  border: none;
}
.cid-uOD5S1NfoG .panel-body,
.cid-uOD5S1NfoG .card-header {
  padding: 1rem 0;
}
.cid-uOD5S1NfoG .panel-title-edit {
  color: #000000;
}
.cid-uOD5S1NfoG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOD5S3nxB3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOD5S3nxB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5S3nxB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5S3nxB3 .row {
  justify-content: center;
}
.cid-uOD5S3nxB3 .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uOD5S3nxB3 .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOD5S3nxB3 .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uOD5S3nxB3 .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-uOD5S3nxB3 .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uOD5S3nxB3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOD5S3nxB3 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uOD5S3nxB3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOD5S3nxB3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uOD5S3nxB3 .mbr-section-title {
  color: #ffffff;
}
.cid-uOD5S3nxB3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOD5S3nxB3 .mbr-text,
.cid-uOD5S3nxB3 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOD5S3nxB3 .mbr-section-title,
.cid-uOD5S3nxB3 .mbr-section-btn {
  text-align: center;
}
.cid-uOFfzco8ag {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uOFfzco8ag .mbr-text {
  color: #000000;
}
.cid-uOFfzco8ag .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOFfzco8ag .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOFfzco8ag .mbr-section-subtitle,
.cid-uOFfzco8ag .main-button {
  text-align: left;
  color: #000000;
}
.cid-uOFfzco8ag .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFfzco8ag .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uOFfzco8ag .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uOFfzco8ag .panel-group {
  border: none;
}
.cid-uOFfzco8ag .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uOFfzco8ag .card-header {
    padding: 0rem;
  }
}
.cid-uOFfzco8ag .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uOFfzco8ag .collapsed span {
  transform: rotate(0deg);
}
.cid-uOFfzco8ag .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOFfzco8ag p {
  margin-bottom: 0.3rem;
}
.cid-uOFfzco8ag .panel-title-edit {
  color: #000000;
}
.cid-uOFfzco8ag .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOFfzco8ag .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOFfzco8ag .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOFfzco8ag .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uOFfzco8ag .panel-text {
  color: #000000;
}
.cid-uOFfzco8ag .panel-title-edit,
.cid-uOFfzco8ag .mbr-iconfont {
  color: #000000;
}
.cid-uOD5S56Q9U {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #151515;
}
.cid-uOD5S56Q9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5S56Q9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5S56Q9U .google-map {
  height: 35rem;
  position: relative;
}
.cid-uOD5S56Q9U .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOD5S56Q9U .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOD5S56Q9U .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOD5S56Q9U .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOD5S56Q9U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOD5S56Q9U .mbr-section-title {
  color: #ffffff;
}
.cid-uOD5S6rYWo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe885;
}
.cid-uOD5S6rYWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD5S6rYWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD5S6rYWo p a:hover {
  text-decoration: underline;
}
.cid-uOD5S6rYWo h2 {
  line-height: 1.3;
}
.cid-uOD5S6rYWo img {
  object-fit: cover;
}
.cid-uOD5S6rYWo .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uOD5S6rYWo .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uOD5S6rYWo .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uOD5S6rYWo .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uOD5S6rYWo .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uOD5S6rYWo .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uOD5S6rYWo .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uOD5S6rYWo .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uOD5S6rYWo .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOD5S6rYWo .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOD5S6rYWo .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOD5S6rYWo .wrap {
  background: #000000;
}
.cid-uOD5S6rYWo .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOD5S6rYWo .link-wrapper {
    flex-direction: column;
  }
}
.cid-uOD5S6rYWo .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOD5S6rYWo .mbr-text,
.cid-uOD5S6rYWo .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uOD5S6rYWo .mbr-link,
.cid-uOD5S6rYWo .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uOD5S6rYWo .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uOD5S6rYWo .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
