.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f4fcfd;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'PT Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #80e8b8 !important;
}
.bg-info {
  background-color: #71e1f7 !important;
}
.bg-warning {
  background-color: #ffda69 !important;
}
.bg-danger {
  background-color: #e97f89 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-info,
.btn-info:active {
  background-color: #71e1f7 !important;
  border-color: #71e1f7 !important;
  color: #065463 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a1ebfa !important;
  border-color: #a1ebfa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #065463 !important;
  background-color: #a1ebfa !important;
  border-color: #a1ebfa !important;
}
.btn-success,
.btn-success:active {
  background-color: #80e8b8 !important;
  border-color: #80e8b8 !important;
  color: #105937 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #abf0d0 !important;
  border-color: #abf0d0 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #105937 !important;
  background-color: #abf0d0 !important;
  border-color: #abf0d0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffda69 !important;
  border-color: #ffda69 !important;
  color: #694f00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe79c !important;
  border-color: #ffe79c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #694f00 !important;
  background-color: #ffe79c !important;
  border-color: #ffe79c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e97f89 !important;
  border-color: #e97f89 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f0abb1 !important;
  border-color: #f0abb1 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f0abb1 !important;
  border-color: #f0abb1 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #71e1f7;
  color: #71e1f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1fd0f2 !important;
  background-color: transparent !important;
  border-color: #1fd0f2 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #065463 !important;
  background-color: #71e1f7 !important;
  border-color: #71e1f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #80e8b8;
  color: #80e8b8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #37db8f !important;
  background-color: transparent !important;
  border-color: #37db8f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #105937 !important;
  background-color: #80e8b8 !important;
  border-color: #80e8b8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffda69;
  color: #ffda69;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc512 !important;
  background-color: transparent !important;
  border-color: #ffc512 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #694f00 !important;
  background-color: #ffda69 !important;
  border-color: #ffda69 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e97f89;
  color: #e97f89;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dc3545 !important;
  background-color: transparent !important;
  border-color: #dc3545 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e97f89 !important;
  border-color: #e97f89 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #80e8b8 !important;
}
.text-info {
  color: #71e1f7 !important;
}
.text-warning {
  color: #ffda69 !important;
}
.text-danger {
  color: #e97f89 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2ad888 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #10cdf2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc103 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #da2839 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #71e1f7;
}
.alert-warning {
  background-color: #ffda69;
}
.alert-danger {
  background-color: #e97f89;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #232323 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uC9B62EeSq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uC9B62EeSq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC9B62EeSq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uC9B62EeSq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC9B62EeSq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uC9B62EeSq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC9B62EeSq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC9B62EeSq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uC9B62EeSq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uC9B62EeSq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uC9B62EeSq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uC9B62EeSq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uC9B62EeSq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uC9B62EeSq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uC9B62EeSq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uC9B62EeSq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uC9B62EeSq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uC9B62EeSq .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uC9B62EeSq .navbar-logo {
    padding-left: 0;
  }
}
.cid-uC9B62EeSq .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uC9B62EeSq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uC9B62EeSq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uC9B62EeSq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uC9B62EeSq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC9B62EeSq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uC9B62EeSq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC9B62EeSq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uC9B62EeSq .nav-item:focus,
.cid-uC9B62EeSq .nav-link:focus {
  outline: none;
}
.cid-uC9B62EeSq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uC9B62EeSq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC9B62EeSq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uC9B62EeSq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC9B62EeSq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC9B62EeSq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC9B62EeSq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uC9B62EeSq .navbar.opened {
  transition: all 0.3s;
}
.cid-uC9B62EeSq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uC9B62EeSq .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uC9B62EeSq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uC9B62EeSq .navbar.collapsed {
  justify-content: center;
}
.cid-uC9B62EeSq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC9B62EeSq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uC9B62EeSq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uC9B62EeSq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC9B62EeSq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC9B62EeSq .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-uC9B62EeSq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC9B62EeSq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC9B62EeSq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uC9B62EeSq .navbar {
    min-height: 72px;
  }
  .cid-uC9B62EeSq .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uC9B62EeSq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC9B62EeSq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC9B62EeSq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC9B62EeSq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC9B62EeSq .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-uC9B62EeSq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC9B62EeSq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uC9B62EeSq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC9B62EeSq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC9B62EeSq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uC9B62EeSq .dropdown-item.active,
.cid-uC9B62EeSq .dropdown-item:active {
  background-color: transparent;
}
.cid-uC9B62EeSq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC9B62EeSq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC9B62EeSq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC9B62EeSq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uC9B62EeSq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uC9B62EeSq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uC9B62EeSq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC9B62EeSq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uC9B62EeSq .navbar-buttons {
    text-align: left;
  }
}
.cid-uC9B62EeSq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uC9B62EeSq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uC9B62EeSq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC9B62EeSq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC9B62EeSq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC9B62EeSq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC9B62EeSq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC9B62EeSq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC9B62EeSq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC9B62EeSq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC9B62EeSq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uC9B62EeSq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uC9B62EeSq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uC9B62EeSq .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC9B62EeSq .navbar {
    height: 70px;
  }
  .cid-uC9B62EeSq .navbar.opened {
    height: auto;
  }
  .cid-uC9B62EeSq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uC9B62EeSq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uC9B62EeSq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uC9B62EeSq .navbar-brand {
    margin-right: auto;
  }
  .cid-uC9B62EeSq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uC9B62EeSq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uC9B62EeSq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uC9B62EeSq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uC9B62EeSq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC9B62EzIF {
  display: flex;
  background-image: url("../../../assets/images/stuck-20break20free2-760x380.jpg");
}
.cid-uC9B62EzIF .mbr-overlay {
  background-color: #3631c2;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uC9B62EzIF {
    align-items: center;
  }
  .cid-uC9B62EzIF .row {
    justify-content: center;
  }
  .cid-uC9B62EzIF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC9B62EzIF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC9B62EzIF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uC9B62EzIF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC9B62EzIF .content-wrap {
    width: 100%;
  }
}
.cid-uC9B62EzIF .mbr-section-title,
.cid-uC9B62EzIF .mbr-section-subtitle {
  text-align: center;
}
.cid-uC9B62EzIF .mbr-text,
.cid-uC9B62EzIF .mbr-section-btn {
  text-align: center;
}
.cid-uC9B62EzIF .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRegjDELdX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRegjDELdX img,
.cid-uRegjDELdX .item-img {
  width: 100%;
}
.cid-uRegjDELdX .item:focus,
.cid-uRegjDELdX span:focus {
  outline: none;
}
.cid-uRegjDELdX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRegjDELdX .item {
    margin-bottom: 1rem;
  }
}
.cid-uRegjDELdX .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRegjDELdX .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRegjDELdX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uRegjDELdX .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRegjDELdX .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRegjDELdX .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uRegjDELdX .mbr-section-title {
  color: #232323;
}
.cid-uRegjDELdX .mbr-text,
.cid-uRegjDELdX .mbr-section-btn {
  text-align: center;
}
.cid-uRegjDELdX .item-title {
  text-align: center;
}
.cid-uRegjDELdX .content-head {
  max-width: 800px;
}
.cid-uRegjDELdX .mbr-text,
.cid-uRegjDELdX .item-wrapper .mbr-section-btn {
  text-align: center;
}
.cid-uJLTgGn62J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0c2c68;
}
.cid-uJLTgGn62J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLTgGn62J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLTgGn62J .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJLTgGn62J .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJLTgGn62J .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJLTgGn62J .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJLTgGn62J .mbr-text,
.cid-uJLTgGn62J .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uJLTgGn62J .card-title,
.cid-uJLTgGn62J .card-box {
  text-align: center;
  color: #000000;
}
.cid-uJLTjEy4tB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-uJLTjEy4tB .mbr-overlay {
  background: #f7f7f7;
  opacity: 0.8;
}
.cid-uJLTjEy4tB img,
.cid-uJLTjEy4tB .item-img {
  width: 100%;
}
.cid-uJLTjEy4tB .item:focus,
.cid-uJLTjEy4tB span:focus {
  outline: none;
}
.cid-uJLTjEy4tB .item-wrapper {
  position: relative;
}
.cid-uJLTjEy4tB .slide-content {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uJLTjEy4tB .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJLTjEy4tB .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJLTjEy4tB .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uJLTjEy4tB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJLTjEy4tB .mbr-section-title {
  color: #232323;
}
.cid-uJLTjEy4tB .mbr-text,
.cid-uJLTjEy4tB .mbr-section-btn {
  text-align: left;
}
.cid-uJLTjEy4tB .item-title {
  text-align: left;
}
.cid-uJLTjEy4tB .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uJLTjEy4tB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uJLTjEy4tB .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uJLTjEy4tB .embla__button--next,
.cid-uJLTjEy4tB .embla__button--prev {
  display: flex;
}
.cid-uJLTjEy4tB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJLTjEy4tB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJLTjEy4tB .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uJLTjEy4tB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJLTjEy4tB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJLTjEy4tB .embla__button {
    top: auto;
  }
}
.cid-uJLTjEy4tB .embla {
  position: relative;
  width: 100%;
}
.cid-uJLTjEy4tB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJLTjEy4tB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJLTjEy4tB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJLTjEy4tB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uJLTjEy4tB .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uJLTjEy4tB .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uJLTjEy4tB .content-head {
  max-width: 800px;
}
.cid-uJLTjEy4tB .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uLWc62V6Hg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2e2c3a;
}
.cid-uLWc62V6Hg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWc62V6Hg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLWc62V6Hg .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uLWc62V6Hg .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLWc62V6Hg .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uLWc62V6Hg .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uLWc62V6Hg .wrap {
  background: url("../../../assets/images/power-700x467.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uLWc62V6Hg .wrap .inner-wrap {
  padding: 40px;
}
.cid-uLWc62V6Hg .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLWc62V6Hg .mbr-text {
  color: #000000;
}
.cid-uLWc62V6Hg .mbr-text,
.cid-uLWc62V6Hg .mbr-section-btn {
  color: #ffffff;
}
.cid-uKJCXuAWQY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2e2c3a;
}
.cid-uKJCXuAWQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJCXuAWQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJCXuAWQY .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-uKJCXuAWQY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKJCXuAWQY .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uKJCXuAWQY .card-wrapper {
    padding: 4rem;
  }
}
.cid-uKJCXuAWQY .mbr-text,
.cid-uKJCXuAWQY .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKJCXuAWQY .card-title,
.cid-uKJCXuAWQY .card-box {
  text-align: center;
  color: #000000;
}
.cid-uJRCLwu0U9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uJRCLwu0U9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRCLwu0U9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJRCLwu0U9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJRCLwu0U9 .row {
  flex-direction: row-reverse;
}
.cid-uJRCLwu0U9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJRCLwu0U9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJRCLwu0U9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJRCLwu0U9 .mbr-section-title {
  color: #000000;
}
.cid-uJRCLwu0U9 .mbr-text,
.cid-uJRCLwu0U9 .mbr-section-btn {
  color: #000000;
}
.cid-uJREwhDyNU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJREwhDyNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJREwhDyNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJREwhDyNU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJREwhDyNU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJREwhDyNU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJREwhDyNU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJREwhDyNU .mbr-section-title {
  color: #000000;
}
.cid-uJREwhDyNU .mbr-text,
.cid-uJREwhDyNU .mbr-section-btn {
  color: #000000;
}
.cid-uJLTneuZkB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/steps-1071x600.jpg");
}
.cid-uJLTneuZkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLTneuZkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLTneuZkB .card-wrapper {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uJLTneuZkB .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJLTneuZkB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJLTneuZkB .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJLTneuZkB .mbr-text,
.cid-uJLTneuZkB .mbr-section-btn {
  text-align: center;
}
.cid-uJLTneuZkB .card-title {
  text-align: center;
  color: #000000;
}
.cid-uC9B62GZgI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC9B62GZgI .item:focus,
.cid-uC9B62GZgI span:focus {
  outline: none;
}
.cid-uC9B62GZgI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uC9B62GZgI .content-head {
  max-width: 800px;
}
.cid-uC9B62GZgI .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uC9B62GZgI .item {
    min-height: 45px;
  }
}
.cid-uKCfOzxwXg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/community-900x600.jpg");
}
.cid-uKCfOzxwXg .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uKCfOzxwXg .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKCfOzxwXg .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKCfOzxwXg .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKCfOzxwXg .card-title,
.cid-uKCfOzxwXg .iconfont-wrapper {
  color: #000000;
}
.cid-uKCfOzxwXg .card-text {
  color: #000000;
  text-align: left;
}
.cid-uKCfOzxwXg .content-head {
  max-width: 800px;
}
.cid-uKCfOzxwXg .mbr-section-title {
  color: #ffffff;
}
.cid-uKCfOzxwXg .card-title,
.cid-uKCfOzxwXg .img-wrapper {
  text-align: center;
}
.cid-uKCfOzxwXg .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uC9B62GOPe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uC9B62GOPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9B62GOPe .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uC9B62GOPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9B62GOPe .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uC9B62GOPe .card-title,
.cid-uC9B62GOPe .iconfont-wrapper,
.cid-uC9B62GOPe .card-text {
  color: #000000;
  text-align: center;
}
.cid-uC9B62GOPe .content-head {
  max-width: 800px;
}
.cid-uC9B62GOPe .mbr-section-title {
  color: #000000;
}
.cid-uC9B62GOPe .mbr-section-btn {
  text-align: center;
}
.cid-uC9B62GOPe .card-title,
.cid-uC9B62GOPe .iconfont-wrapper {
  color: #0c2c68;
}
.cid-uJLTlv0cRr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e2c3a;
}
.cid-uJLTlv0cRr .mbr-text {
  color: #000000;
}
.cid-uJLTlv0cRr .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uJLTlv0cRr .mbr-section-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-uJLTlv0cRr .mbr-text,
.cid-uJLTlv0cRr .item .mbr-section-btn {
  text-align: left;
}
.cid-uJLTlv0cRr .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJLTlv0cRr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJLTlv0cRr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uQubZmFXeA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uQubZmFXeA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uQubZmFXeA form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uQubZmFXeA form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uQubZmFXeA form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uQubZmFXeA .content-head {
  max-width: 800px;
}
.cid-uC9B62IJAE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9B62IJAE .media-container-row .mbr-text {
  text-align: center;
}
.cid-uC9B62EeSq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uC9B62EeSq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC9B62EeSq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uC9B62EeSq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC9B62EeSq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uC9B62EeSq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC9B62EeSq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC9B62EeSq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uC9B62EeSq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uC9B62EeSq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uC9B62EeSq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uC9B62EeSq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uC9B62EeSq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uC9B62EeSq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uC9B62EeSq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uC9B62EeSq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uC9B62EeSq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uC9B62EeSq .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uC9B62EeSq .navbar-logo {
    padding-left: 0;
  }
}
.cid-uC9B62EeSq .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uC9B62EeSq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uC9B62EeSq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uC9B62EeSq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uC9B62EeSq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC9B62EeSq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uC9B62EeSq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC9B62EeSq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uC9B62EeSq .nav-item:focus,
.cid-uC9B62EeSq .nav-link:focus {
  outline: none;
}
.cid-uC9B62EeSq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uC9B62EeSq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC9B62EeSq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uC9B62EeSq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC9B62EeSq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC9B62EeSq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC9B62EeSq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uC9B62EeSq .navbar.opened {
  transition: all 0.3s;
}
.cid-uC9B62EeSq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uC9B62EeSq .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uC9B62EeSq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uC9B62EeSq .navbar.collapsed {
  justify-content: center;
}
.cid-uC9B62EeSq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC9B62EeSq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uC9B62EeSq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uC9B62EeSq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC9B62EeSq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC9B62EeSq .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-uC9B62EeSq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC9B62EeSq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC9B62EeSq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uC9B62EeSq .navbar {
    min-height: 72px;
  }
  .cid-uC9B62EeSq .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uC9B62EeSq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC9B62EeSq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC9B62EeSq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC9B62EeSq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC9B62EeSq .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-uC9B62EeSq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC9B62EeSq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uC9B62EeSq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC9B62EeSq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC9B62EeSq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uC9B62EeSq .dropdown-item.active,
.cid-uC9B62EeSq .dropdown-item:active {
  background-color: transparent;
}
.cid-uC9B62EeSq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC9B62EeSq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC9B62EeSq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC9B62EeSq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uC9B62EeSq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uC9B62EeSq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uC9B62EeSq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC9B62EeSq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uC9B62EeSq .navbar-buttons {
    text-align: left;
  }
}
.cid-uC9B62EeSq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uC9B62EeSq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uC9B62EeSq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC9B62EeSq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC9B62EeSq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC9B62EeSq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC9B62EeSq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC9B62EeSq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC9B62EeSq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC9B62EeSq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC9B62EeSq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uC9B62EeSq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uC9B62EeSq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uC9B62EeSq .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC9B62EeSq .navbar {
    height: 70px;
  }
  .cid-uC9B62EeSq .navbar.opened {
    height: auto;
  }
  .cid-uC9B62EeSq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uC9B62EeSq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uC9B62EeSq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uC9B62EeSq .navbar-brand {
    margin-right: auto;
  }
  .cid-uC9B62EeSq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uC9B62EeSq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uC9B62EeSq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uC9B62EeSq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uC9B62EeSq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uC9B62EeSq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNbKu9kUA1 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/trans-760x507.jpg");
}
.cid-uNbKu9kUA1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uNbKu9kUA1 {
    align-items: flex-end;
  }
  .cid-uNbKu9kUA1 .row {
    justify-content: flex-start;
  }
  .cid-uNbKu9kUA1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNbKu9kUA1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNbKu9kUA1 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNbKu9kUA1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNbKu9kUA1 .content-wrap {
    width: 100%;
  }
}
.cid-uNbKu9kUA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNbKu9kUA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNbKu9kUA1 .mbr-section-title,
.cid-uNbKu9kUA1 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uNbKu9kUA1 .mbr-text,
.cid-uNbKu9kUA1 .mbr-section-btn {
  text-align: left;
}
.cid-uNbKu9kUA1 .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRfs83KhOP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uRfs83KhOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRfs83KhOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRfs83KhOP .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRfs83KhOP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRfs83KhOP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRfs83KhOP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRfs83KhOP .mbr-text,
.cid-uRfs83KhOP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRfs83KhOP .card-title,
.cid-uRfs83KhOP .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRfqLaro8b {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uRfqLaro8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRfqLaro8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRfqLaro8b .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRfqLaro8b .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRfqLaro8b .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRfqLaro8b .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRfqLaro8b .mbr-text,
.cid-uRfqLaro8b .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRfqLaro8b .card-title,
.cid-uRfqLaro8b .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRfqLSfHjk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uRfqLSfHjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRfqLSfHjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRfqLSfHjk .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRfqLSfHjk .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRfqLSfHjk .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRfqLSfHjk .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRfqLSfHjk .mbr-text,
.cid-uRfqLSfHjk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRfqLSfHjk .card-title,
.cid-uRfqLSfHjk .card-box {
  text-align: left;
  color: #000000;
}
.cid-uC9B62IJAE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9B62IJAE .media-container-row .mbr-text {
  text-align: center;
}
.cid-uQsvZzdszu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQsvZzdszu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uQsvZzdszu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQsvZzdszu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQsvZzdszu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uQsvZzdszu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQsvZzdszu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQsvZzdszu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uQsvZzdszu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uQsvZzdszu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uQsvZzdszu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQsvZzdszu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQsvZzdszu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQsvZzdszu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uQsvZzdszu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQsvZzdszu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQsvZzdszu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQsvZzdszu .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQsvZzdszu .navbar-logo {
    padding-left: 0;
  }
}
.cid-uQsvZzdszu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQsvZzdszu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQsvZzdszu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uQsvZzdszu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uQsvZzdszu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQsvZzdszu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQsvZzdszu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQsvZzdszu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uQsvZzdszu .nav-item:focus,
.cid-uQsvZzdszu .nav-link:focus {
  outline: none;
}
.cid-uQsvZzdszu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQsvZzdszu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQsvZzdszu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQsvZzdszu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQsvZzdszu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQsvZzdszu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQsvZzdszu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uQsvZzdszu .navbar.opened {
  transition: all 0.3s;
}
.cid-uQsvZzdszu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQsvZzdszu .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uQsvZzdszu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQsvZzdszu .navbar.collapsed {
  justify-content: center;
}
.cid-uQsvZzdszu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQsvZzdszu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQsvZzdszu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uQsvZzdszu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQsvZzdszu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQsvZzdszu .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-uQsvZzdszu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQsvZzdszu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQsvZzdszu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQsvZzdszu .navbar {
    min-height: 72px;
  }
  .cid-uQsvZzdszu .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQsvZzdszu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQsvZzdszu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQsvZzdszu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQsvZzdszu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQsvZzdszu .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-uQsvZzdszu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQsvZzdszu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQsvZzdszu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQsvZzdszu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQsvZzdszu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQsvZzdszu .dropdown-item.active,
.cid-uQsvZzdszu .dropdown-item:active {
  background-color: transparent;
}
.cid-uQsvZzdszu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQsvZzdszu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQsvZzdszu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQsvZzdszu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uQsvZzdszu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQsvZzdszu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQsvZzdszu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQsvZzdszu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQsvZzdszu .navbar-buttons {
    text-align: left;
  }
}
.cid-uQsvZzdszu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQsvZzdszu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQsvZzdszu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQsvZzdszu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQsvZzdszu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQsvZzdszu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQsvZzdszu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQsvZzdszu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQsvZzdszu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQsvZzdszu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQsvZzdszu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQsvZzdszu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQsvZzdszu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQsvZzdszu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQsvZzdszu .navbar {
    height: 70px;
  }
  .cid-uQsvZzdszu .navbar.opened {
    height: auto;
  }
  .cid-uQsvZzdszu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQsvZzdszu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQsvZzdszu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQsvZzdszu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQsvZzdszu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uQsvZzdszu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQsvZzdszu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQsvZzdszu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQsvZzdszu .navbar-brand {
    margin-right: auto;
  }
  .cid-uQsvZzdszu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uQsvZzdszu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQsvZzdszu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQsvZzdszu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQsvZzdszu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQsvZzdszu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQsvZzdszu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uQsvZzdszu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQsvZzdszu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQsvZzdszu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQsvZzdszu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQsvZzqH9v {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/library-760x428.jpg");
}
.cid-uQsvZzqH9v .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uQsvZzqH9v {
    align-items: flex-end;
  }
  .cid-uQsvZzqH9v .row {
    justify-content: flex-start;
  }
  .cid-uQsvZzqH9v .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQsvZzqH9v .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQsvZzqH9v {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uQsvZzqH9v .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQsvZzqH9v .content-wrap {
    width: 100%;
  }
}
.cid-uQsvZzqH9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsvZzqH9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsvZzqH9v .mbr-section-title,
.cid-uQsvZzqH9v .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uQsvZzqH9v .mbr-text,
.cid-uQsvZzqH9v .mbr-section-btn {
  text-align: left;
}
.cid-uQsvZzqH9v .mbr-section-title {
  color: #f7f7f7;
}
.cid-uQsvZzqH9v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRZoqmrBvM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRZoqmrBvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRZoqmrBvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRpSY0GzSh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uRpSY0GzSh img,
.cid-uRpSY0GzSh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uRpSY0GzSh .item:focus,
.cid-uRpSY0GzSh span:focus {
  outline: none;
}
.cid-uRpSY0GzSh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRpSY0GzSh .item {
    margin-bottom: 1rem;
  }
}
.cid-uRpSY0GzSh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRpSY0GzSh .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRpSY0GzSh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uRpSY0GzSh .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uRpSY0GzSh .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRpSY0GzSh .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uRpSY0GzSh .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRpSY0GzSh .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uRpSY0GzSh .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uRpSY0GzSh .mbr-section-title {
  color: #232323;
}
.cid-uRpSY0GzSh .mbr-text,
.cid-uRpSY0GzSh .mbr-section-btn {
  text-align: center;
}
.cid-uRpSY0GzSh .item-title {
  text-align: left;
}
.cid-uRpSY0GzSh .content-head {
  max-width: 800px;
}
.cid-uRpSY0GzSh .mbr-text,
.cid-uRpSY0GzSh .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uRpTaD3RPL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uRpTaD3RPL img,
.cid-uRpTaD3RPL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uRpTaD3RPL .item:focus,
.cid-uRpTaD3RPL span:focus {
  outline: none;
}
.cid-uRpTaD3RPL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRpTaD3RPL .item {
    margin-bottom: 1rem;
  }
}
.cid-uRpTaD3RPL .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRpTaD3RPL .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRpTaD3RPL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uRpTaD3RPL .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uRpTaD3RPL .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRpTaD3RPL .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uRpTaD3RPL .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRpTaD3RPL .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uRpTaD3RPL .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uRpTaD3RPL .mbr-section-title {
  color: #232323;
}
.cid-uRpTaD3RPL .mbr-text,
.cid-uRpTaD3RPL .mbr-section-btn {
  text-align: center;
}
.cid-uRpTaD3RPL .item-title {
  text-align: left;
}
.cid-uRpTaD3RPL .content-head {
  max-width: 800px;
}
.cid-uRpTaD3RPL .mbr-text,
.cid-uRpTaD3RPL .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uRpTHzSYTz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uRpTHzSYTz img,
.cid-uRpTHzSYTz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uRpTHzSYTz .item:focus,
.cid-uRpTHzSYTz span:focus {
  outline: none;
}
.cid-uRpTHzSYTz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRpTHzSYTz .item {
    margin-bottom: 1rem;
  }
}
.cid-uRpTHzSYTz .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRpTHzSYTz .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRpTHzSYTz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uRpTHzSYTz .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uRpTHzSYTz .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRpTHzSYTz .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uRpTHzSYTz .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRpTHzSYTz .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uRpTHzSYTz .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uRpTHzSYTz .mbr-section-title {
  color: #232323;
}
.cid-uRpTHzSYTz .mbr-text,
.cid-uRpTHzSYTz .mbr-section-btn {
  text-align: center;
}
.cid-uRpTHzSYTz .item-title {
  text-align: left;
}
.cid-uRpTHzSYTz .content-head {
  max-width: 800px;
}
.cid-uRpTHzSYTz .mbr-text,
.cid-uRpTHzSYTz .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uRpTIrS8Fg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uRpTIrS8Fg img,
.cid-uRpTIrS8Fg .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uRpTIrS8Fg .item:focus,
.cid-uRpTIrS8Fg span:focus {
  outline: none;
}
.cid-uRpTIrS8Fg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRpTIrS8Fg .item {
    margin-bottom: 1rem;
  }
}
.cid-uRpTIrS8Fg .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRpTIrS8Fg .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRpTIrS8Fg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uRpTIrS8Fg .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uRpTIrS8Fg .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRpTIrS8Fg .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uRpTIrS8Fg .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRpTIrS8Fg .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uRpTIrS8Fg .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uRpTIrS8Fg .mbr-section-title {
  color: #232323;
}
.cid-uRpTIrS8Fg .mbr-text,
.cid-uRpTIrS8Fg .mbr-section-btn {
  text-align: center;
}
.cid-uRpTIrS8Fg .item-title {
  text-align: left;
}
.cid-uRpTIrS8Fg .content-head {
  max-width: 800px;
}
.cid-uRpTIrS8Fg .mbr-text,
.cid-uRpTIrS8Fg .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uC9B62IJAE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9B62IJAE .media-container-row .mbr-text {
  text-align: center;
}
.cid-uRfvko3xG5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRfvko3xG5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRfvko3xG5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRfvko3xG5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRfvko3xG5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uRfvko3xG5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRfvko3xG5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRfvko3xG5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRfvko3xG5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRfvko3xG5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRfvko3xG5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRfvko3xG5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRfvko3xG5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRfvko3xG5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRfvko3xG5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRfvko3xG5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRfvko3xG5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRfvko3xG5 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRfvko3xG5 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uRfvko3xG5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRfvko3xG5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRfvko3xG5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRfvko3xG5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uRfvko3xG5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRfvko3xG5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRfvko3xG5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRfvko3xG5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uRfvko3xG5 .nav-item:focus,
.cid-uRfvko3xG5 .nav-link:focus {
  outline: none;
}
.cid-uRfvko3xG5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRfvko3xG5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRfvko3xG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRfvko3xG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRfvko3xG5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRfvko3xG5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRfvko3xG5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRfvko3xG5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRfvko3xG5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRfvko3xG5 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uRfvko3xG5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRfvko3xG5 .navbar.collapsed {
  justify-content: center;
}
.cid-uRfvko3xG5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRfvko3xG5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRfvko3xG5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRfvko3xG5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRfvko3xG5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRfvko3xG5 .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-uRfvko3xG5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRfvko3xG5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRfvko3xG5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRfvko3xG5 .navbar {
    min-height: 72px;
  }
  .cid-uRfvko3xG5 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRfvko3xG5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRfvko3xG5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRfvko3xG5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRfvko3xG5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRfvko3xG5 .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-uRfvko3xG5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRfvko3xG5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRfvko3xG5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRfvko3xG5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRfvko3xG5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRfvko3xG5 .dropdown-item.active,
.cid-uRfvko3xG5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRfvko3xG5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRfvko3xG5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRfvko3xG5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRfvko3xG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uRfvko3xG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRfvko3xG5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRfvko3xG5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRfvko3xG5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRfvko3xG5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uRfvko3xG5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRfvko3xG5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRfvko3xG5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRfvko3xG5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRfvko3xG5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRfvko3xG5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRfvko3xG5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRfvko3xG5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRfvko3xG5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRfvko3xG5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRfvko3xG5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRfvko3xG5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRfvko3xG5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRfvko3xG5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRfvko3xG5 .navbar {
    height: 70px;
  }
  .cid-uRfvko3xG5 .navbar.opened {
    height: auto;
  }
  .cid-uRfvko3xG5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRfvko3xG5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRfvko3xG5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRfvko3xG5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRfvko3xG5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRfvko3xG5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRfvko3xG5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRfvko3xG5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRfvko3xG5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uRfvko3xG5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uRfvko3xG5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRfvko3xG5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRfvko3xG5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRfvko3xG5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRfvko3xG5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRfvko3xG5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRfvko3xG5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRfvko3xG5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRfvko3xG5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRfvko3xG5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRfvkokoVr {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/privacy-760x426.jpg");
}
.cid-uRfvkokoVr .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uRfvkokoVr {
    align-items: flex-end;
  }
  .cid-uRfvkokoVr .row {
    justify-content: flex-start;
  }
  .cid-uRfvkokoVr .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRfvkokoVr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRfvkokoVr {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRfvkokoVr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRfvkokoVr .content-wrap {
    width: 100%;
  }
}
.cid-uRfvkokoVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRfvkokoVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRfvkokoVr .mbr-section-title,
.cid-uRfvkokoVr .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRfvkokoVr .mbr-text,
.cid-uRfvkokoVr .mbr-section-btn {
  text-align: left;
}
.cid-uRfvkokoVr .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRfvkoF25l {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uRfvkoF25l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRfvkoF25l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRfvkoF25l .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRfvkoF25l .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRfvkoF25l .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRfvkoF25l .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRfvkoF25l .mbr-text,
.cid-uRfvkoF25l .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uRfvkoF25l .card-title,
.cid-uRfvkoF25l .card-box {
  text-align: center;
  color: #000000;
}
.cid-uRk81FmMGO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uRk81FmMGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk81FmMGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk81FmMGO .card-wrapper {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-uRk81FmMGO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRk81FmMGO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRk81FmMGO .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRk81FmMGO .mbr-text,
.cid-uRk81FmMGO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRk81FmMGO .card-title,
.cid-uRk81FmMGO .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRk81FmMGO .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uRjUOt6bui {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uRjUOt6bui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjUOt6bui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjUOt6bui .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRjUOt6bui .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRjUOt6bui .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRjUOt6bui .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRjUOt6bui .mbr-text,
.cid-uRjUOt6bui .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRjUOt6bui .card-title,
.cid-uRjUOt6bui .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRjWyqs2Xw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uRjWyqs2Xw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjWyqs2Xw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjWyqs2Xw .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRjWyqs2Xw .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRjWyqs2Xw .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRjWyqs2Xw .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRjWyqs2Xw .mbr-text,
.cid-uRjWyqs2Xw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRjWyqs2Xw .card-title,
.cid-uRjWyqs2Xw .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRjYUHXq0S {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRjYUHXq0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjYUHXq0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjYUHXq0S .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRjYUHXq0S .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRjYUHXq0S .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRjYUHXq0S .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRjYUHXq0S .mbr-text,
.cid-uRjYUHXq0S .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRjYUHXq0S .card-title,
.cid-uRjYUHXq0S .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRk2KLfPCA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRk2KLfPCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk2KLfPCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk2KLfPCA .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRk2KLfPCA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRk2KLfPCA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRk2KLfPCA .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRk2KLfPCA .mbr-text,
.cid-uRk2KLfPCA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRk2KLfPCA .card-title,
.cid-uRk2KLfPCA .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRk4NwjktO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRk4NwjktO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk4NwjktO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk4NwjktO .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRk4NwjktO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRk4NwjktO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRk4NwjktO .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRk4NwjktO .mbr-text,
.cid-uRk4NwjktO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRk4NwjktO .card-title,
.cid-uRk4NwjktO .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRk6nLFU2c {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRk6nLFU2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk6nLFU2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk6nLFU2c .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRk6nLFU2c .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRk6nLFU2c .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRk6nLFU2c .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRk6nLFU2c .mbr-text,
.cid-uRk6nLFU2c .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRk6nLFU2c .card-title,
.cid-uRk6nLFU2c .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRk6nLFU2c .mbr-section-subtitle {
  text-align: left;
}
.cid-uRk8JFpRfj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRk8JFpRfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk8JFpRfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk8JFpRfj .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRk8JFpRfj .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRk8JFpRfj .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRk8JFpRfj .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRk8JFpRfj .mbr-text,
.cid-uRk8JFpRfj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRk8JFpRfj .card-title,
.cid-uRk8JFpRfj .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRk8JFpRfj .mbr-section-subtitle {
  text-align: left;
}
.cid-uRk9xbtDn5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRk9xbtDn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk9xbtDn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk9xbtDn5 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRk9xbtDn5 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRk9xbtDn5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRk9xbtDn5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRk9xbtDn5 .mbr-text,
.cid-uRk9xbtDn5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRk9xbtDn5 .card-title,
.cid-uRk9xbtDn5 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRk9xbtDn5 .mbr-section-subtitle {
  text-align: left;
}
.cid-uRkasHBqzn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRkasHBqzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkasHBqzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkasHBqzn .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRkasHBqzn .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRkasHBqzn .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRkasHBqzn .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRkasHBqzn .mbr-text,
.cid-uRkasHBqzn .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRkasHBqzn .card-title,
.cid-uRkasHBqzn .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRkasHBqzn .mbr-section-subtitle {
  text-align: left;
}
.cid-uRkdlK6YhO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uRkdlK6YhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkdlK6YhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkdlK6YhO .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRkdlK6YhO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRkdlK6YhO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRkdlK6YhO .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRkdlK6YhO .mbr-text,
.cid-uRkdlK6YhO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRkdlK6YhO .card-title,
.cid-uRkdlK6YhO .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRkdIBc5zX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRkdIBc5zX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkdIBc5zX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkdIBc5zX .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRkdIBc5zX .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRkdIBc5zX .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRkdIBc5zX .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRkdIBc5zX .mbr-text,
.cid-uRkdIBc5zX .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRkdIBc5zX .card-title,
.cid-uRkdIBc5zX .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRkdIBc5zX .mbr-section-subtitle {
  text-align: left;
}
.cid-uRkfoPksbM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRkfoPksbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkfoPksbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkfoPksbM .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRkfoPksbM .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRkfoPksbM .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRkfoPksbM .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRkfoPksbM .mbr-text,
.cid-uRkfoPksbM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRkfoPksbM .card-title,
.cid-uRkfoPksbM .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRkfoPksbM .mbr-section-subtitle {
  text-align: left;
}
.cid-uRkhdwFenJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRkhdwFenJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkhdwFenJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkhdwFenJ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRkhdwFenJ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRkhdwFenJ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRkhdwFenJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRkhdwFenJ .mbr-text,
.cid-uRkhdwFenJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRkhdwFenJ .card-title,
.cid-uRkhdwFenJ .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRkhdwFenJ .mbr-section-subtitle {
  text-align: left;
}
.cid-uRkkLlzebT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRkkLlzebT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkkLlzebT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkkLlzebT .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRkkLlzebT .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRkkLlzebT .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRkkLlzebT .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRkkLlzebT .mbr-text,
.cid-uRkkLlzebT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRkkLlzebT .card-title,
.cid-uRkkLlzebT .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRkkLlzebT .mbr-section-subtitle {
  text-align: left;
}
.cid-uRkrzxU8Ok {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRkrzxU8Ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkrzxU8Ok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkrzxU8Ok .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRkrzxU8Ok .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRkrzxU8Ok .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRkrzxU8Ok .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRkrzxU8Ok .mbr-text,
.cid-uRkrzxU8Ok .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRkrzxU8Ok .card-title,
.cid-uRkrzxU8Ok .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRkrzxU8Ok .mbr-section-subtitle {
  text-align: left;
}
.cid-uRksMdWUoi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRksMdWUoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRksMdWUoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRksMdWUoi .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRksMdWUoi .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRksMdWUoi .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRksMdWUoi .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRksMdWUoi .mbr-text,
.cid-uRksMdWUoi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRksMdWUoi .card-title,
.cid-uRksMdWUoi .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRksMdWUoi .mbr-section-subtitle {
  text-align: left;
}
.cid-uRkvbtpRXK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRkvbtpRXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkvbtpRXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkvbtpRXK .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRkvbtpRXK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRkvbtpRXK .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRkvbtpRXK .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRkvbtpRXK .mbr-text,
.cid-uRkvbtpRXK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRkvbtpRXK .card-title,
.cid-uRkvbtpRXK .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRkvbtpRXK .mbr-section-subtitle {
  text-align: left;
}
.cid-uRkCRruSiG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRkCRruSiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkCRruSiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkCRruSiG .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRkCRruSiG .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRkCRruSiG .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRkCRruSiG .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRkCRruSiG .mbr-text,
.cid-uRkCRruSiG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRkCRruSiG .card-title,
.cid-uRkCRruSiG .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRkEa6VdLr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRkEa6VdLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkEa6VdLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkEa6VdLr .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRkEa6VdLr .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRkEa6VdLr .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRkEa6VdLr .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRkEa6VdLr .mbr-text,
.cid-uRkEa6VdLr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRkEa6VdLr .card-title,
.cid-uRkEa6VdLr .card-box {
  text-align: left;
  color: #000000;
}
.cid-uC9B62IJAE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC9B62IJAE .media-container-row .mbr-text {
  text-align: center;
}
.cid-uRpzv7xCSU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRpzv7xCSU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRpzv7xCSU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRpzv7xCSU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRpzv7xCSU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uRpzv7xCSU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRpzv7xCSU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRpzv7xCSU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRpzv7xCSU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRpzv7xCSU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRpzv7xCSU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRpzv7xCSU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRpzv7xCSU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRpzv7xCSU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRpzv7xCSU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRpzv7xCSU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRpzv7xCSU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRpzv7xCSU .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRpzv7xCSU .navbar-logo {
    padding-left: 0;
  }
}
.cid-uRpzv7xCSU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRpzv7xCSU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRpzv7xCSU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRpzv7xCSU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uRpzv7xCSU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRpzv7xCSU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRpzv7xCSU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRpzv7xCSU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uRpzv7xCSU .nav-item:focus,
.cid-uRpzv7xCSU .nav-link:focus {
  outline: none;
}
.cid-uRpzv7xCSU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRpzv7xCSU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRpzv7xCSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRpzv7xCSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRpzv7xCSU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRpzv7xCSU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRpzv7xCSU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRpzv7xCSU .navbar.opened {
  transition: all 0.3s;
}
.cid-uRpzv7xCSU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRpzv7xCSU .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uRpzv7xCSU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRpzv7xCSU .navbar.collapsed {
  justify-content: center;
}
.cid-uRpzv7xCSU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRpzv7xCSU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRpzv7xCSU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRpzv7xCSU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRpzv7xCSU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRpzv7xCSU .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-uRpzv7xCSU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRpzv7xCSU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRpzv7xCSU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRpzv7xCSU .navbar {
    min-height: 72px;
  }
  .cid-uRpzv7xCSU .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRpzv7xCSU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRpzv7xCSU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRpzv7xCSU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRpzv7xCSU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRpzv7xCSU .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-uRpzv7xCSU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRpzv7xCSU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRpzv7xCSU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRpzv7xCSU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRpzv7xCSU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRpzv7xCSU .dropdown-item.active,
.cid-uRpzv7xCSU .dropdown-item:active {
  background-color: transparent;
}
.cid-uRpzv7xCSU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRpzv7xCSU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRpzv7xCSU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRpzv7xCSU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uRpzv7xCSU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRpzv7xCSU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRpzv7xCSU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRpzv7xCSU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRpzv7xCSU .navbar-buttons {
    text-align: left;
  }
}
.cid-uRpzv7xCSU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRpzv7xCSU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRpzv7xCSU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRpzv7xCSU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRpzv7xCSU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRpzv7xCSU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRpzv7xCSU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRpzv7xCSU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRpzv7xCSU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRpzv7xCSU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRpzv7xCSU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRpzv7xCSU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRpzv7xCSU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRpzv7xCSU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRpzv7xCSU .navbar {
    height: 70px;
  }
  .cid-uRpzv7xCSU .navbar.opened {
    height: auto;
  }
  .cid-uRpzv7xCSU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRpzv7xCSU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRpzv7xCSU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRpzv7xCSU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRpzv7xCSU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRpzv7xCSU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRpzv7xCSU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRpzv7xCSU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRpzv7xCSU .navbar-brand {
    margin-right: auto;
  }
  .cid-uRpzv7xCSU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uRpzv7xCSU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRpzv7xCSU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRpzv7xCSU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRpzv7xCSU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRpzv7xCSU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRpzv7xCSU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRpzv7xCSU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRpzv7xCSU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRpzv7xCSU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRpzv7xCSU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRpzv7ZtR3 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/money-crisis-1-760x507.jpg");
}
.cid-uRpzv7ZtR3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRpzv7ZtR3 {
    align-items: flex-end;
  }
  .cid-uRpzv7ZtR3 .row {
    justify-content: center;
  }
  .cid-uRpzv7ZtR3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRpzv7ZtR3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRpzv7ZtR3 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRpzv7ZtR3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRpzv7ZtR3 .content-wrap {
    width: 100%;
  }
}
.cid-uRpzv7ZtR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRpzv7ZtR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRpzv7ZtR3 .mbr-section-title,
.cid-uRpzv7ZtR3 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRpzv7ZtR3 .mbr-text,
.cid-uRpzv7ZtR3 .mbr-section-btn {
  text-align: left;
}
.cid-uRpzv7ZtR3 .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRpzv7ZtR3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRpRueCmKZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedec;
}
.cid-uRpRueCmKZ .row {
  flex-direction: row-reverse;
}
.cid-uRpRueCmKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRpRueCmKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRpRueCmKZ .mbr-description {
  text-align: left;
}
.cid-uRpRueCmKZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRpRueCmKZ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRpRueCmKZ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRpRueCmKZ .card-title,
.cid-uRpRueCmKZ .iconfont-wrapper {
  color: #000000;
}
.cid-uRpRueCmKZ .card-text {
  color: #000000;
}
.cid-uRpRueCmKZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRpRueCmKZ .mbr-text,
.cid-uRpRueCmKZ .mbr-section-btn {
  text-align: center;
}
.cid-uRpRueCmKZ .card-text,
.cid-uRpRueCmKZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uRpRueCmKZ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRpRueCmKZ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRpRueCmKZ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f80b34;
  background-color: #f80b34;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRpRueCmKZ .mbr-text UL {
  text-align: left;
}
.cid-uRpS1fk4yl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fff3;
}
.cid-uRpS1fk4yl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRpS1fk4yl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRpS1fk4yl .mbr-description {
  text-align: left;
}
.cid-uRpS1fk4yl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRpS1fk4yl .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRpS1fk4yl .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRpS1fk4yl .card-title,
.cid-uRpS1fk4yl .iconfont-wrapper {
  color: #000000;
}
.cid-uRpS1fk4yl .card-text {
  color: #000000;
}
.cid-uRpS1fk4yl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRpS1fk4yl .mbr-text,
.cid-uRpS1fk4yl .mbr-section-btn {
  text-align: center;
}
.cid-uRpS1fk4yl .card-text,
.cid-uRpS1fk4yl .item .mbr-section-btn {
  text-align: left;
}
.cid-uRpS1fk4yl .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRpS1fk4yl .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRpS1fk4yl .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07d327;
  background-color: #07d327;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRpS1fk4yl .mbr-text UL {
  text-align: left;
}
.cid-uRqsu5rXlk {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1463f6;
}
.cid-uRqsu5rXlk .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRqsu5rXlk .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRqsu5rXlk {
    align-items: center;
  }
  .cid-uRqsu5rXlk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRqsu5rXlk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRqsu5rXlk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRqsu5rXlk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRqsu5rXlk .content-wrap {
    width: 100%;
  }
}
.cid-uRqsu5rXlk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRqsu5rXlk .mbr-text,
.cid-uRqsu5rXlk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRqsu5rXlk .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRpzvb6yLh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRpzvb6yLh .media-container-row .mbr-text {
  text-align: center;
}
.cid-uRqwPGt4BM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRqwPGt4BM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRqwPGt4BM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRqwPGt4BM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRqwPGt4BM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uRqwPGt4BM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRqwPGt4BM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRqwPGt4BM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRqwPGt4BM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRqwPGt4BM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRqwPGt4BM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRqwPGt4BM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRqwPGt4BM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRqwPGt4BM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRqwPGt4BM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRqwPGt4BM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRqwPGt4BM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRqwPGt4BM .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRqwPGt4BM .navbar-logo {
    padding-left: 0;
  }
}
.cid-uRqwPGt4BM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRqwPGt4BM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRqwPGt4BM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRqwPGt4BM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uRqwPGt4BM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRqwPGt4BM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRqwPGt4BM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRqwPGt4BM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uRqwPGt4BM .nav-item:focus,
.cid-uRqwPGt4BM .nav-link:focus {
  outline: none;
}
.cid-uRqwPGt4BM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRqwPGt4BM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRqwPGt4BM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRqwPGt4BM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRqwPGt4BM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRqwPGt4BM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRqwPGt4BM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRqwPGt4BM .navbar.opened {
  transition: all 0.3s;
}
.cid-uRqwPGt4BM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRqwPGt4BM .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uRqwPGt4BM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRqwPGt4BM .navbar.collapsed {
  justify-content: center;
}
.cid-uRqwPGt4BM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRqwPGt4BM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRqwPGt4BM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRqwPGt4BM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRqwPGt4BM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRqwPGt4BM .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-uRqwPGt4BM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRqwPGt4BM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRqwPGt4BM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRqwPGt4BM .navbar {
    min-height: 72px;
  }
  .cid-uRqwPGt4BM .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRqwPGt4BM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRqwPGt4BM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRqwPGt4BM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRqwPGt4BM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRqwPGt4BM .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-uRqwPGt4BM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRqwPGt4BM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRqwPGt4BM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRqwPGt4BM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRqwPGt4BM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRqwPGt4BM .dropdown-item.active,
.cid-uRqwPGt4BM .dropdown-item:active {
  background-color: transparent;
}
.cid-uRqwPGt4BM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRqwPGt4BM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRqwPGt4BM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRqwPGt4BM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uRqwPGt4BM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRqwPGt4BM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRqwPGt4BM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRqwPGt4BM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRqwPGt4BM .navbar-buttons {
    text-align: left;
  }
}
.cid-uRqwPGt4BM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRqwPGt4BM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRqwPGt4BM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRqwPGt4BM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRqwPGt4BM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRqwPGt4BM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRqwPGt4BM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRqwPGt4BM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRqwPGt4BM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRqwPGt4BM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRqwPGt4BM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRqwPGt4BM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRqwPGt4BM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRqwPGt4BM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRqwPGt4BM .navbar {
    height: 70px;
  }
  .cid-uRqwPGt4BM .navbar.opened {
    height: auto;
  }
  .cid-uRqwPGt4BM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRqwPGt4BM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRqwPGt4BM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRqwPGt4BM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRqwPGt4BM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRqwPGt4BM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRqwPGt4BM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRqwPGt4BM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRqwPGt4BM .navbar-brand {
    margin-right: auto;
  }
  .cid-uRqwPGt4BM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uRqwPGt4BM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRqwPGt4BM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRqwPGt4BM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRqwPGt4BM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRqwPGt4BM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRqwPGt4BM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRqwPGt4BM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRqwPGt4BM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRqwPGt4BM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRqwPGt4BM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRqwPGJxsZ {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/sleep-debt-1-760x426.jpg");
}
.cid-uRqwPGJxsZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRqwPGJxsZ {
    align-items: flex-end;
  }
  .cid-uRqwPGJxsZ .row {
    justify-content: center;
  }
  .cid-uRqwPGJxsZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRqwPGJxsZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRqwPGJxsZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRqwPGJxsZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRqwPGJxsZ .content-wrap {
    width: 100%;
  }
}
.cid-uRqwPGJxsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRqwPGJxsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRqwPGJxsZ .mbr-section-title,
.cid-uRqwPGJxsZ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRqwPGJxsZ .mbr-text,
.cid-uRqwPGJxsZ .mbr-section-btn {
  text-align: left;
}
.cid-uRqwPGJxsZ .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRqwPGJxsZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRqwPGUqQ6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedec;
}
.cid-uRqwPGUqQ6 .row {
  flex-direction: row-reverse;
}
.cid-uRqwPGUqQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRqwPGUqQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRqwPGUqQ6 .mbr-description {
  text-align: left;
}
.cid-uRqwPGUqQ6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRqwPGUqQ6 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRqwPGUqQ6 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRqwPGUqQ6 .card-title,
.cid-uRqwPGUqQ6 .iconfont-wrapper {
  color: #000000;
}
.cid-uRqwPGUqQ6 .card-text {
  color: #000000;
}
.cid-uRqwPGUqQ6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRqwPGUqQ6 .mbr-text,
.cid-uRqwPGUqQ6 .mbr-section-btn {
  text-align: center;
}
.cid-uRqwPGUqQ6 .card-text,
.cid-uRqwPGUqQ6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uRqwPGUqQ6 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRqwPGUqQ6 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRqwPGUqQ6 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f80b34;
  background-color: #f80b34;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRqwPGUqQ6 .mbr-text UL {
  text-align: left;
}
.cid-uRqwPH8SzJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fff3;
}
.cid-uRqwPH8SzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRqwPH8SzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRqwPH8SzJ .mbr-description {
  text-align: left;
}
.cid-uRqwPH8SzJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRqwPH8SzJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRqwPH8SzJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRqwPH8SzJ .card-title,
.cid-uRqwPH8SzJ .iconfont-wrapper {
  color: #000000;
}
.cid-uRqwPH8SzJ .card-text {
  color: #000000;
}
.cid-uRqwPH8SzJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRqwPH8SzJ .mbr-text,
.cid-uRqwPH8SzJ .mbr-section-btn {
  text-align: center;
}
.cid-uRqwPH8SzJ .card-text,
.cid-uRqwPH8SzJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uRqwPH8SzJ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRqwPH8SzJ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRqwPH8SzJ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07d327;
  background-color: #07d327;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRqwPH8SzJ .mbr-text UL {
  text-align: left;
}
.cid-uRqwPHjCaC {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1463f6;
}
.cid-uRqwPHjCaC .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRqwPHjCaC .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRqwPHjCaC {
    align-items: center;
  }
  .cid-uRqwPHjCaC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRqwPHjCaC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRqwPHjCaC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRqwPHjCaC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRqwPHjCaC .content-wrap {
    width: 100%;
  }
}
.cid-uRqwPHjCaC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRqwPHjCaC .mbr-text,
.cid-uRqwPHjCaC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRqwPHjCaC .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRqwPHs2Ti {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRqwPHs2Ti .media-container-row .mbr-text {
  text-align: center;
}
.cid-uRqEwRn1IM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRqEwRn1IM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRqEwRn1IM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRqEwRn1IM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRqEwRn1IM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uRqEwRn1IM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRqEwRn1IM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRqEwRn1IM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRqEwRn1IM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRqEwRn1IM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRqEwRn1IM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRqEwRn1IM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRqEwRn1IM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRqEwRn1IM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRqEwRn1IM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRqEwRn1IM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRqEwRn1IM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRqEwRn1IM .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRqEwRn1IM .navbar-logo {
    padding-left: 0;
  }
}
.cid-uRqEwRn1IM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRqEwRn1IM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRqEwRn1IM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRqEwRn1IM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uRqEwRn1IM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRqEwRn1IM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRqEwRn1IM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRqEwRn1IM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uRqEwRn1IM .nav-item:focus,
.cid-uRqEwRn1IM .nav-link:focus {
  outline: none;
}
.cid-uRqEwRn1IM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRqEwRn1IM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRqEwRn1IM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRqEwRn1IM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRqEwRn1IM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRqEwRn1IM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRqEwRn1IM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRqEwRn1IM .navbar.opened {
  transition: all 0.3s;
}
.cid-uRqEwRn1IM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRqEwRn1IM .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uRqEwRn1IM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRqEwRn1IM .navbar.collapsed {
  justify-content: center;
}
.cid-uRqEwRn1IM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRqEwRn1IM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRqEwRn1IM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRqEwRn1IM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRqEwRn1IM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRqEwRn1IM .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-uRqEwRn1IM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRqEwRn1IM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRqEwRn1IM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRqEwRn1IM .navbar {
    min-height: 72px;
  }
  .cid-uRqEwRn1IM .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRqEwRn1IM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRqEwRn1IM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRqEwRn1IM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRqEwRn1IM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRqEwRn1IM .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-uRqEwRn1IM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRqEwRn1IM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRqEwRn1IM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRqEwRn1IM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRqEwRn1IM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRqEwRn1IM .dropdown-item.active,
.cid-uRqEwRn1IM .dropdown-item:active {
  background-color: transparent;
}
.cid-uRqEwRn1IM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRqEwRn1IM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRqEwRn1IM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRqEwRn1IM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uRqEwRn1IM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRqEwRn1IM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRqEwRn1IM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRqEwRn1IM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRqEwRn1IM .navbar-buttons {
    text-align: left;
  }
}
.cid-uRqEwRn1IM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRqEwRn1IM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRqEwRn1IM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRqEwRn1IM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRqEwRn1IM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRqEwRn1IM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRqEwRn1IM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRqEwRn1IM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRqEwRn1IM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRqEwRn1IM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRqEwRn1IM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRqEwRn1IM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRqEwRn1IM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRqEwRn1IM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRqEwRn1IM .navbar {
    height: 70px;
  }
  .cid-uRqEwRn1IM .navbar.opened {
    height: auto;
  }
  .cid-uRqEwRn1IM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRqEwRn1IM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRqEwRn1IM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRqEwRn1IM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRqEwRn1IM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRqEwRn1IM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRqEwRn1IM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRqEwRn1IM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRqEwRn1IM .navbar-brand {
    margin-right: auto;
  }
  .cid-uRqEwRn1IM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uRqEwRn1IM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRqEwRn1IM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRqEwRn1IM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRqEwRn1IM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRqEwRn1IM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRqEwRn1IM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRqEwRn1IM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRqEwRn1IM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRqEwRn1IM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRqEwRn1IM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRqEwRKydX {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mental-health-2-760x507.jpg");
}
.cid-uRqEwRKydX .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRqEwRKydX {
    align-items: flex-end;
  }
  .cid-uRqEwRKydX .row {
    justify-content: center;
  }
  .cid-uRqEwRKydX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRqEwRKydX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRqEwRKydX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRqEwRKydX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRqEwRKydX .content-wrap {
    width: 100%;
  }
}
.cid-uRqEwRKydX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRqEwRKydX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRqEwRKydX .mbr-section-title,
.cid-uRqEwRKydX .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRqEwRKydX .mbr-text,
.cid-uRqEwRKydX .mbr-section-btn {
  text-align: left;
}
.cid-uRqEwRKydX .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRqEwRKydX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRqEwS2Dji {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedec;
}
.cid-uRqEwS2Dji .row {
  flex-direction: row-reverse;
}
.cid-uRqEwS2Dji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRqEwS2Dji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRqEwS2Dji .mbr-description {
  text-align: left;
}
.cid-uRqEwS2Dji .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRqEwS2Dji .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRqEwS2Dji .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRqEwS2Dji .card-title,
.cid-uRqEwS2Dji .iconfont-wrapper {
  color: #000000;
}
.cid-uRqEwS2Dji .card-text {
  color: #000000;
}
.cid-uRqEwS2Dji .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRqEwS2Dji .mbr-text,
.cid-uRqEwS2Dji .mbr-section-btn {
  text-align: center;
}
.cid-uRqEwS2Dji .card-text,
.cid-uRqEwS2Dji .item .mbr-section-btn {
  text-align: left;
}
.cid-uRqEwS2Dji .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRqEwS2Dji .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRqEwS2Dji .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f80b34;
  background-color: #f80b34;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRqEwS2Dji .mbr-text UL {
  text-align: left;
}
.cid-uRqEwSi67n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fff3;
}
.cid-uRqEwSi67n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRqEwSi67n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRqEwSi67n .mbr-description {
  text-align: left;
}
.cid-uRqEwSi67n .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRqEwSi67n .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRqEwSi67n .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRqEwSi67n .card-title,
.cid-uRqEwSi67n .iconfont-wrapper {
  color: #000000;
}
.cid-uRqEwSi67n .card-text {
  color: #000000;
}
.cid-uRqEwSi67n .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRqEwSi67n .mbr-text,
.cid-uRqEwSi67n .mbr-section-btn {
  text-align: center;
}
.cid-uRqEwSi67n .card-text,
.cid-uRqEwSi67n .item .mbr-section-btn {
  text-align: left;
}
.cid-uRqEwSi67n .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRqEwSi67n .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRqEwSi67n .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07d327;
  background-color: #07d327;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRqEwSi67n .mbr-text UL {
  text-align: left;
}
.cid-uRqEwSvzMc {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1463f6;
}
.cid-uRqEwSvzMc .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRqEwSvzMc .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRqEwSvzMc {
    align-items: center;
  }
  .cid-uRqEwSvzMc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRqEwSvzMc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRqEwSvzMc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRqEwSvzMc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRqEwSvzMc .content-wrap {
    width: 100%;
  }
}
.cid-uRqEwSvzMc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRqEwSvzMc .mbr-text,
.cid-uRqEwSvzMc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRqEwSvzMc .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRqEwSG2NS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRqEwSG2NS .media-container-row .mbr-text {
  text-align: center;
}
.cid-uRuTxtqaQm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRuTxtqaQm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRuTxtqaQm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRuTxtqaQm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRuTxtqaQm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uRuTxtqaQm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRuTxtqaQm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRuTxtqaQm .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRuTxtqaQm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRuTxtqaQm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRuTxtqaQm .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRuTxtqaQm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRuTxtqaQm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRuTxtqaQm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRuTxtqaQm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRuTxtqaQm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRuTxtqaQm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRuTxtqaQm .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRuTxtqaQm .navbar-logo {
    padding-left: 0;
  }
}
.cid-uRuTxtqaQm .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRuTxtqaQm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRuTxtqaQm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRuTxtqaQm .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uRuTxtqaQm .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRuTxtqaQm .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRuTxtqaQm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRuTxtqaQm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uRuTxtqaQm .nav-item:focus,
.cid-uRuTxtqaQm .nav-link:focus {
  outline: none;
}
.cid-uRuTxtqaQm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRuTxtqaQm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRuTxtqaQm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRuTxtqaQm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRuTxtqaQm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRuTxtqaQm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRuTxtqaQm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRuTxtqaQm .navbar.opened {
  transition: all 0.3s;
}
.cid-uRuTxtqaQm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRuTxtqaQm .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uRuTxtqaQm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRuTxtqaQm .navbar.collapsed {
  justify-content: center;
}
.cid-uRuTxtqaQm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRuTxtqaQm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRuTxtqaQm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRuTxtqaQm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRuTxtqaQm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRuTxtqaQm .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-uRuTxtqaQm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRuTxtqaQm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRuTxtqaQm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRuTxtqaQm .navbar {
    min-height: 72px;
  }
  .cid-uRuTxtqaQm .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRuTxtqaQm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRuTxtqaQm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRuTxtqaQm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRuTxtqaQm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRuTxtqaQm .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-uRuTxtqaQm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRuTxtqaQm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRuTxtqaQm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRuTxtqaQm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRuTxtqaQm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRuTxtqaQm .dropdown-item.active,
.cid-uRuTxtqaQm .dropdown-item:active {
  background-color: transparent;
}
.cid-uRuTxtqaQm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRuTxtqaQm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRuTxtqaQm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRuTxtqaQm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uRuTxtqaQm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRuTxtqaQm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRuTxtqaQm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRuTxtqaQm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRuTxtqaQm .navbar-buttons {
    text-align: left;
  }
}
.cid-uRuTxtqaQm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRuTxtqaQm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRuTxtqaQm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRuTxtqaQm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRuTxtqaQm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRuTxtqaQm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRuTxtqaQm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRuTxtqaQm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRuTxtqaQm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRuTxtqaQm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRuTxtqaQm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRuTxtqaQm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRuTxtqaQm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRuTxtqaQm .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRuTxtqaQm .navbar {
    height: 70px;
  }
  .cid-uRuTxtqaQm .navbar.opened {
    height: auto;
  }
  .cid-uRuTxtqaQm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRuTxtqaQm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRuTxtqaQm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRuTxtqaQm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRuTxtqaQm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRuTxtqaQm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRuTxtqaQm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRuTxtqaQm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRuTxtqaQm .navbar-brand {
    margin-right: auto;
  }
  .cid-uRuTxtqaQm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uRuTxtqaQm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRuTxtqaQm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRuTxtqaQm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRuTxtqaQm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRuTxtqaQm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRuTxtqaQm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRuTxtqaQm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRuTxtqaQm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRuTxtqaQm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRuTxtqaQm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRuTxtL523 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mani-freelancer-1-760x507.jpg");
}
.cid-uRuTxtL523 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRuTxtL523 {
    align-items: flex-end;
  }
  .cid-uRuTxtL523 .row {
    justify-content: center;
  }
  .cid-uRuTxtL523 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRuTxtL523 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRuTxtL523 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRuTxtL523 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRuTxtL523 .content-wrap {
    width: 100%;
  }
}
.cid-uRuTxtL523 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRuTxtL523 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRuTxtL523 .mbr-section-title,
.cid-uRuTxtL523 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRuTxtL523 .mbr-text,
.cid-uRuTxtL523 .mbr-section-btn {
  text-align: left;
}
.cid-uRuTxtL523 .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRuTxtL523 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRuTxu1yEH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedec;
}
.cid-uRuTxu1yEH .row {
  flex-direction: row-reverse;
}
.cid-uRuTxu1yEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRuTxu1yEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRuTxu1yEH .mbr-description {
  text-align: left;
}
.cid-uRuTxu1yEH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRuTxu1yEH .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRuTxu1yEH .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRuTxu1yEH .card-title,
.cid-uRuTxu1yEH .iconfont-wrapper {
  color: #000000;
}
.cid-uRuTxu1yEH .card-text {
  color: #000000;
}
.cid-uRuTxu1yEH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRuTxu1yEH .mbr-text,
.cid-uRuTxu1yEH .mbr-section-btn {
  text-align: center;
}
.cid-uRuTxu1yEH .card-text,
.cid-uRuTxu1yEH .item .mbr-section-btn {
  text-align: left;
}
.cid-uRuTxu1yEH .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRuTxu1yEH .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRuTxu1yEH .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f80b34;
  background-color: #f80b34;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRuTxu1yEH .mbr-text UL {
  text-align: left;
}
.cid-uRuTxuggyf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fff3;
}
.cid-uRuTxuggyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRuTxuggyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRuTxuggyf .mbr-description {
  text-align: left;
}
.cid-uRuTxuggyf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRuTxuggyf .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRuTxuggyf .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRuTxuggyf .card-title,
.cid-uRuTxuggyf .iconfont-wrapper {
  color: #000000;
}
.cid-uRuTxuggyf .card-text {
  color: #000000;
}
.cid-uRuTxuggyf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRuTxuggyf .mbr-text,
.cid-uRuTxuggyf .mbr-section-btn {
  text-align: center;
}
.cid-uRuTxuggyf .card-text,
.cid-uRuTxuggyf .item .mbr-section-btn {
  text-align: left;
}
.cid-uRuTxuggyf .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRuTxuggyf .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRuTxuggyf .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07d327;
  background-color: #07d327;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRuTxuggyf .mbr-text UL {
  text-align: left;
}
.cid-uRuTxuI23V {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-uRuTxuI23V .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRuTxuI23V .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRuTxuI23V {
    align-items: center;
  }
  .cid-uRuTxuI23V .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRuTxuI23V .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRuTxuI23V {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRuTxuI23V .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRuTxuI23V .content-wrap {
    width: 100%;
  }
}
.cid-uRuTxuI23V .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uRuTxuI23V .mbr-text,
.cid-uRuTxuI23V .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRuTxuI23V .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRuTxuWb5E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRuTxuWb5E .media-container-row .mbr-text {
  text-align: center;
}
.cid-uRv9LiYVUZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRv9LiYVUZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRv9LiYVUZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRv9LiYVUZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRv9LiYVUZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uRv9LiYVUZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRv9LiYVUZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRv9LiYVUZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRv9LiYVUZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRv9LiYVUZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRv9LiYVUZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRv9LiYVUZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRv9LiYVUZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRv9LiYVUZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRv9LiYVUZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRv9LiYVUZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRv9LiYVUZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRv9LiYVUZ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRv9LiYVUZ .navbar-logo {
    padding-left: 0;
  }
}
.cid-uRv9LiYVUZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRv9LiYVUZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRv9LiYVUZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRv9LiYVUZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uRv9LiYVUZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRv9LiYVUZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRv9LiYVUZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRv9LiYVUZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uRv9LiYVUZ .nav-item:focus,
.cid-uRv9LiYVUZ .nav-link:focus {
  outline: none;
}
.cid-uRv9LiYVUZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRv9LiYVUZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRv9LiYVUZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRv9LiYVUZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRv9LiYVUZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRv9LiYVUZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRv9LiYVUZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRv9LiYVUZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uRv9LiYVUZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRv9LiYVUZ .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uRv9LiYVUZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRv9LiYVUZ .navbar.collapsed {
  justify-content: center;
}
.cid-uRv9LiYVUZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRv9LiYVUZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRv9LiYVUZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRv9LiYVUZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRv9LiYVUZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRv9LiYVUZ .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-uRv9LiYVUZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRv9LiYVUZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRv9LiYVUZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRv9LiYVUZ .navbar {
    min-height: 72px;
  }
  .cid-uRv9LiYVUZ .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRv9LiYVUZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRv9LiYVUZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRv9LiYVUZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRv9LiYVUZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRv9LiYVUZ .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-uRv9LiYVUZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRv9LiYVUZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRv9LiYVUZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRv9LiYVUZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRv9LiYVUZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRv9LiYVUZ .dropdown-item.active,
.cid-uRv9LiYVUZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRv9LiYVUZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRv9LiYVUZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRv9LiYVUZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRv9LiYVUZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uRv9LiYVUZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRv9LiYVUZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRv9LiYVUZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRv9LiYVUZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRv9LiYVUZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRv9LiYVUZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRv9LiYVUZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRv9LiYVUZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRv9LiYVUZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRv9LiYVUZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRv9LiYVUZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRv9LiYVUZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRv9LiYVUZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRv9LiYVUZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRv9LiYVUZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRv9LiYVUZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRv9LiYVUZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRv9LiYVUZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRv9LiYVUZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRv9LiYVUZ .navbar {
    height: 70px;
  }
  .cid-uRv9LiYVUZ .navbar.opened {
    height: auto;
  }
  .cid-uRv9LiYVUZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRv9LiYVUZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRv9LiYVUZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRv9LiYVUZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRv9LiYVUZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRv9LiYVUZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRv9LiYVUZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRv9LiYVUZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRv9LiYVUZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRv9LiYVUZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uRv9LiYVUZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRv9LiYVUZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRv9LiYVUZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRv9LiYVUZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRv9LiYVUZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRv9LiYVUZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRv9LiYVUZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRv9LiYVUZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRv9LiYVUZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRv9LiYVUZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRv9LjiPdm {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/debt-free-1-760x426.jpg");
}
.cid-uRv9LjiPdm .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRv9LjiPdm {
    align-items: flex-end;
  }
  .cid-uRv9LjiPdm .row {
    justify-content: center;
  }
  .cid-uRv9LjiPdm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRv9LjiPdm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRv9LjiPdm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRv9LjiPdm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRv9LjiPdm .content-wrap {
    width: 100%;
  }
}
.cid-uRv9LjiPdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRv9LjiPdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRv9LjiPdm .mbr-section-title,
.cid-uRv9LjiPdm .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRv9LjiPdm .mbr-text,
.cid-uRv9LjiPdm .mbr-section-btn {
  text-align: left;
}
.cid-uRv9LjiPdm .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRv9LjiPdm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRv9Ljyps4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedec;
}
.cid-uRv9Ljyps4 .row {
  flex-direction: row-reverse;
}
.cid-uRv9Ljyps4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRv9Ljyps4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRv9Ljyps4 .mbr-description {
  text-align: left;
}
.cid-uRv9Ljyps4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRv9Ljyps4 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRv9Ljyps4 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRv9Ljyps4 .card-title,
.cid-uRv9Ljyps4 .iconfont-wrapper {
  color: #000000;
}
.cid-uRv9Ljyps4 .card-text {
  color: #000000;
}
.cid-uRv9Ljyps4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRv9Ljyps4 .mbr-text,
.cid-uRv9Ljyps4 .mbr-section-btn {
  text-align: center;
}
.cid-uRv9Ljyps4 .card-text,
.cid-uRv9Ljyps4 .item .mbr-section-btn {
  text-align: left;
}
.cid-uRv9Ljyps4 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRv9Ljyps4 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRv9Ljyps4 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f80b34;
  background-color: #f80b34;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRv9Ljyps4 .mbr-text UL {
  text-align: left;
}
.cid-uRv9LjMUNv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fff3;
}
.cid-uRv9LjMUNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRv9LjMUNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRv9LjMUNv .mbr-description {
  text-align: left;
}
.cid-uRv9LjMUNv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRv9LjMUNv .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRv9LjMUNv .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRv9LjMUNv .card-title,
.cid-uRv9LjMUNv .iconfont-wrapper {
  color: #000000;
}
.cid-uRv9LjMUNv .card-text {
  color: #000000;
}
.cid-uRv9LjMUNv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRv9LjMUNv .mbr-text,
.cid-uRv9LjMUNv .mbr-section-btn {
  text-align: center;
}
.cid-uRv9LjMUNv .card-text,
.cid-uRv9LjMUNv .item .mbr-section-btn {
  text-align: left;
}
.cid-uRv9LjMUNv .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRv9LjMUNv .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRv9LjMUNv .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07d327;
  background-color: #07d327;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRv9LjMUNv .mbr-text UL {
  text-align: left;
}
.cid-uRv9LjYmnU {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-uRv9LjYmnU .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRv9LjYmnU .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRv9LjYmnU {
    align-items: center;
  }
  .cid-uRv9LjYmnU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRv9LjYmnU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRv9LjYmnU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRv9LjYmnU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRv9LjYmnU .content-wrap {
    width: 100%;
  }
}
.cid-uRv9LjYmnU .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uRv9LjYmnU .mbr-text,
.cid-uRv9LjYmnU .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRv9LjYmnU .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRv9Lk8nGj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRv9Lk8nGj .media-container-row .mbr-text {
  text-align: center;
}
.cid-uRvgFPq0en {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRvgFPq0en .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRvgFPq0en .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRvgFPq0en .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRvgFPq0en .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uRvgFPq0en .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRvgFPq0en .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRvgFPq0en .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRvgFPq0en .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRvgFPq0en .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRvgFPq0en .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRvgFPq0en .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRvgFPq0en .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRvgFPq0en .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRvgFPq0en .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRvgFPq0en .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRvgFPq0en .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRvgFPq0en .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRvgFPq0en .navbar-logo {
    padding-left: 0;
  }
}
.cid-uRvgFPq0en .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRvgFPq0en .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRvgFPq0en .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRvgFPq0en .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uRvgFPq0en .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRvgFPq0en .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRvgFPq0en .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRvgFPq0en .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uRvgFPq0en .nav-item:focus,
.cid-uRvgFPq0en .nav-link:focus {
  outline: none;
}
.cid-uRvgFPq0en .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRvgFPq0en .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRvgFPq0en .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRvgFPq0en .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRvgFPq0en .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRvgFPq0en .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRvgFPq0en .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRvgFPq0en .navbar.opened {
  transition: all 0.3s;
}
.cid-uRvgFPq0en .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRvgFPq0en .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uRvgFPq0en .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRvgFPq0en .navbar.collapsed {
  justify-content: center;
}
.cid-uRvgFPq0en .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRvgFPq0en .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRvgFPq0en .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRvgFPq0en .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRvgFPq0en .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRvgFPq0en .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-uRvgFPq0en .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRvgFPq0en .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRvgFPq0en .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRvgFPq0en .navbar {
    min-height: 72px;
  }
  .cid-uRvgFPq0en .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRvgFPq0en .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRvgFPq0en .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRvgFPq0en .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRvgFPq0en .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRvgFPq0en .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-uRvgFPq0en .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRvgFPq0en .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRvgFPq0en .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRvgFPq0en .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRvgFPq0en .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRvgFPq0en .dropdown-item.active,
.cid-uRvgFPq0en .dropdown-item:active {
  background-color: transparent;
}
.cid-uRvgFPq0en .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRvgFPq0en .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRvgFPq0en .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRvgFPq0en .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uRvgFPq0en .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRvgFPq0en .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRvgFPq0en ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRvgFPq0en .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRvgFPq0en .navbar-buttons {
    text-align: left;
  }
}
.cid-uRvgFPq0en button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRvgFPq0en button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRvgFPq0en button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRvgFPq0en button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvgFPq0en button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvgFPq0en button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRvgFPq0en nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvgFPq0en nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRvgFPq0en nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRvgFPq0en nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvgFPq0en .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRvgFPq0en a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRvgFPq0en .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRvgFPq0en .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRvgFPq0en .navbar {
    height: 70px;
  }
  .cid-uRvgFPq0en .navbar.opened {
    height: auto;
  }
  .cid-uRvgFPq0en .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRvgFPq0en .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRvgFPq0en .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRvgFPq0en .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRvgFPq0en .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRvgFPq0en .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRvgFPq0en .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRvgFPq0en .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRvgFPq0en .navbar-brand {
    margin-right: auto;
  }
  .cid-uRvgFPq0en .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uRvgFPq0en .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRvgFPq0en .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRvgFPq0en .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRvgFPq0en .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRvgFPq0en .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRvgFPq0en .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRvgFPq0en .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRvgFPq0en .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRvgFPq0en .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRvgFPq0en .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRvgFPWGHR {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/illness-1-760x507.jpg");
}
.cid-uRvgFPWGHR .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRvgFPWGHR {
    align-items: flex-end;
  }
  .cid-uRvgFPWGHR .row {
    justify-content: center;
  }
  .cid-uRvgFPWGHR .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRvgFPWGHR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRvgFPWGHR {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRvgFPWGHR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRvgFPWGHR .content-wrap {
    width: 100%;
  }
}
.cid-uRvgFPWGHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvgFPWGHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvgFPWGHR .mbr-section-title,
.cid-uRvgFPWGHR .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRvgFPWGHR .mbr-text,
.cid-uRvgFPWGHR .mbr-section-btn {
  text-align: left;
}
.cid-uRvgFPWGHR .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRvgFPWGHR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRvgFQqh9C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedec;
}
.cid-uRvgFQqh9C .row {
  flex-direction: row-reverse;
}
.cid-uRvgFQqh9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvgFQqh9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvgFQqh9C .mbr-description {
  text-align: left;
}
.cid-uRvgFQqh9C .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRvgFQqh9C .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRvgFQqh9C .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRvgFQqh9C .card-title,
.cid-uRvgFQqh9C .iconfont-wrapper {
  color: #000000;
}
.cid-uRvgFQqh9C .card-text {
  color: #000000;
}
.cid-uRvgFQqh9C .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRvgFQqh9C .mbr-text,
.cid-uRvgFQqh9C .mbr-section-btn {
  text-align: center;
}
.cid-uRvgFQqh9C .card-text,
.cid-uRvgFQqh9C .item .mbr-section-btn {
  text-align: left;
}
.cid-uRvgFQqh9C .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRvgFQqh9C .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRvgFQqh9C .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f80b34;
  background-color: #f80b34;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRvgFQqh9C .mbr-text UL {
  text-align: left;
}
.cid-uRvgFR6Clu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fff3;
}
.cid-uRvgFR6Clu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvgFR6Clu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvgFR6Clu .mbr-description {
  text-align: left;
}
.cid-uRvgFR6Clu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRvgFR6Clu .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRvgFR6Clu .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRvgFR6Clu .card-title,
.cid-uRvgFR6Clu .iconfont-wrapper {
  color: #000000;
}
.cid-uRvgFR6Clu .card-text {
  color: #000000;
}
.cid-uRvgFR6Clu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRvgFR6Clu .mbr-text,
.cid-uRvgFR6Clu .mbr-section-btn {
  text-align: center;
}
.cid-uRvgFR6Clu .card-text,
.cid-uRvgFR6Clu .item .mbr-section-btn {
  text-align: left;
}
.cid-uRvgFR6Clu .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRvgFR6Clu .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRvgFR6Clu .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07d327;
  background-color: #07d327;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRvgFR6Clu .mbr-text UL {
  text-align: left;
}
.cid-uRvgFRk96J {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5eef75;
}
.cid-uRvgFRk96J .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRvgFRk96J .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRvgFRk96J {
    align-items: center;
  }
  .cid-uRvgFRk96J .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRvgFRk96J .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRvgFRk96J {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRvgFRk96J .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRvgFRk96J .content-wrap {
    width: 100%;
  }
}
.cid-uRvgFRk96J .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uRvgFRk96J .mbr-text,
.cid-uRvgFRk96J .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRvgFRk96J .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRvgFRwlOB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRvgFRwlOB .media-container-row .mbr-text {
  text-align: center;
}
.cid-uRvnYfIaYj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRvnYfIaYj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRvnYfIaYj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRvnYfIaYj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRvnYfIaYj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uRvnYfIaYj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRvnYfIaYj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRvnYfIaYj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRvnYfIaYj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRvnYfIaYj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRvnYfIaYj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRvnYfIaYj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRvnYfIaYj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRvnYfIaYj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRvnYfIaYj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRvnYfIaYj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRvnYfIaYj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRvnYfIaYj .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRvnYfIaYj .navbar-logo {
    padding-left: 0;
  }
}
.cid-uRvnYfIaYj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRvnYfIaYj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRvnYfIaYj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRvnYfIaYj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uRvnYfIaYj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRvnYfIaYj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRvnYfIaYj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRvnYfIaYj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uRvnYfIaYj .nav-item:focus,
.cid-uRvnYfIaYj .nav-link:focus {
  outline: none;
}
.cid-uRvnYfIaYj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRvnYfIaYj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRvnYfIaYj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRvnYfIaYj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRvnYfIaYj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRvnYfIaYj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRvnYfIaYj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRvnYfIaYj .navbar.opened {
  transition: all 0.3s;
}
.cid-uRvnYfIaYj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRvnYfIaYj .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uRvnYfIaYj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRvnYfIaYj .navbar.collapsed {
  justify-content: center;
}
.cid-uRvnYfIaYj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRvnYfIaYj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRvnYfIaYj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRvnYfIaYj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRvnYfIaYj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRvnYfIaYj .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-uRvnYfIaYj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRvnYfIaYj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRvnYfIaYj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRvnYfIaYj .navbar {
    min-height: 72px;
  }
  .cid-uRvnYfIaYj .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRvnYfIaYj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRvnYfIaYj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRvnYfIaYj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRvnYfIaYj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRvnYfIaYj .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-uRvnYfIaYj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRvnYfIaYj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRvnYfIaYj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRvnYfIaYj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRvnYfIaYj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRvnYfIaYj .dropdown-item.active,
.cid-uRvnYfIaYj .dropdown-item:active {
  background-color: transparent;
}
.cid-uRvnYfIaYj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRvnYfIaYj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRvnYfIaYj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRvnYfIaYj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uRvnYfIaYj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRvnYfIaYj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRvnYfIaYj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRvnYfIaYj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRvnYfIaYj .navbar-buttons {
    text-align: left;
  }
}
.cid-uRvnYfIaYj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRvnYfIaYj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRvnYfIaYj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRvnYfIaYj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvnYfIaYj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvnYfIaYj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRvnYfIaYj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvnYfIaYj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRvnYfIaYj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRvnYfIaYj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvnYfIaYj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRvnYfIaYj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRvnYfIaYj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRvnYfIaYj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRvnYfIaYj .navbar {
    height: 70px;
  }
  .cid-uRvnYfIaYj .navbar.opened {
    height: auto;
  }
  .cid-uRvnYfIaYj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRvnYfIaYj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRvnYfIaYj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRvnYfIaYj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRvnYfIaYj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRvnYfIaYj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRvnYfIaYj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRvnYfIaYj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRvnYfIaYj .navbar-brand {
    margin-right: auto;
  }
  .cid-uRvnYfIaYj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uRvnYfIaYj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRvnYfIaYj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRvnYfIaYj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRvnYfIaYj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRvnYfIaYj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRvnYfIaYj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRvnYfIaYj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRvnYfIaYj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRvnYfIaYj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRvnYfIaYj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRvnYg0I3y {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mental-1-760x434.jpg");
}
.cid-uRvnYg0I3y .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRvnYg0I3y {
    align-items: flex-end;
  }
  .cid-uRvnYg0I3y .row {
    justify-content: center;
  }
  .cid-uRvnYg0I3y .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRvnYg0I3y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRvnYg0I3y {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRvnYg0I3y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRvnYg0I3y .content-wrap {
    width: 100%;
  }
}
.cid-uRvnYg0I3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvnYg0I3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvnYg0I3y .mbr-section-title,
.cid-uRvnYg0I3y .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRvnYg0I3y .mbr-text,
.cid-uRvnYg0I3y .mbr-section-btn {
  text-align: left;
}
.cid-uRvnYg0I3y .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRvnYg0I3y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRvnYgdQJY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedec;
}
.cid-uRvnYgdQJY .row {
  flex-direction: row-reverse;
}
.cid-uRvnYgdQJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvnYgdQJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvnYgdQJY .mbr-description {
  text-align: left;
}
.cid-uRvnYgdQJY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRvnYgdQJY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRvnYgdQJY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRvnYgdQJY .card-title,
.cid-uRvnYgdQJY .iconfont-wrapper {
  color: #000000;
}
.cid-uRvnYgdQJY .card-text {
  color: #000000;
}
.cid-uRvnYgdQJY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRvnYgdQJY .mbr-text,
.cid-uRvnYgdQJY .mbr-section-btn {
  text-align: center;
}
.cid-uRvnYgdQJY .card-text,
.cid-uRvnYgdQJY .item .mbr-section-btn {
  text-align: left;
}
.cid-uRvnYgdQJY .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRvnYgdQJY .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRvnYgdQJY .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f80b34;
  background-color: #f80b34;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRvnYgdQJY .mbr-text UL {
  text-align: left;
}
.cid-uRvnYgpxPa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fff3;
}
.cid-uRvnYgpxPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvnYgpxPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvnYgpxPa .mbr-description {
  text-align: left;
}
.cid-uRvnYgpxPa .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRvnYgpxPa .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRvnYgpxPa .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRvnYgpxPa .card-title,
.cid-uRvnYgpxPa .iconfont-wrapper {
  color: #000000;
}
.cid-uRvnYgpxPa .card-text {
  color: #000000;
}
.cid-uRvnYgpxPa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRvnYgpxPa .mbr-text,
.cid-uRvnYgpxPa .mbr-section-btn {
  text-align: center;
}
.cid-uRvnYgpxPa .card-text,
.cid-uRvnYgpxPa .item .mbr-section-btn {
  text-align: left;
}
.cid-uRvnYgpxPa .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRvnYgpxPa .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRvnYgpxPa .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07d327;
  background-color: #07d327;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRvnYgpxPa .mbr-text UL {
  text-align: left;
}
.cid-uRvnYgAodD {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5eef75;
}
.cid-uRvnYgAodD .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRvnYgAodD .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRvnYgAodD {
    align-items: center;
  }
  .cid-uRvnYgAodD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRvnYgAodD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRvnYgAodD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRvnYgAodD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRvnYgAodD .content-wrap {
    width: 100%;
  }
}
.cid-uRvnYgAodD .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uRvnYgAodD .mbr-text,
.cid-uRvnYgAodD .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRvnYgAodD .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRvnYgJwMw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRvnYgJwMw .media-container-row .mbr-text {
  text-align: center;
}
.cid-uRvwvXLfQ0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRvwvXLfQ0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRvwvXLfQ0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRvwvXLfQ0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRvwvXLfQ0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uRvwvXLfQ0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRvwvXLfQ0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRvwvXLfQ0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRvwvXLfQ0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRvwvXLfQ0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRvwvXLfQ0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRvwvXLfQ0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRvwvXLfQ0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRvwvXLfQ0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRvwvXLfQ0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRvwvXLfQ0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRvwvXLfQ0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRvwvXLfQ0 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRvwvXLfQ0 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uRvwvXLfQ0 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRvwvXLfQ0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRvwvXLfQ0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRvwvXLfQ0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uRvwvXLfQ0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRvwvXLfQ0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRvwvXLfQ0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRvwvXLfQ0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uRvwvXLfQ0 .nav-item:focus,
.cid-uRvwvXLfQ0 .nav-link:focus {
  outline: none;
}
.cid-uRvwvXLfQ0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRvwvXLfQ0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRvwvXLfQ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRvwvXLfQ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRvwvXLfQ0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRvwvXLfQ0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRvwvXLfQ0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRvwvXLfQ0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRvwvXLfQ0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRvwvXLfQ0 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uRvwvXLfQ0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRvwvXLfQ0 .navbar.collapsed {
  justify-content: center;
}
.cid-uRvwvXLfQ0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRvwvXLfQ0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRvwvXLfQ0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRvwvXLfQ0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRvwvXLfQ0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRvwvXLfQ0 .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-uRvwvXLfQ0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRvwvXLfQ0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRvwvXLfQ0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRvwvXLfQ0 .navbar {
    min-height: 72px;
  }
  .cid-uRvwvXLfQ0 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRvwvXLfQ0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRvwvXLfQ0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRvwvXLfQ0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRvwvXLfQ0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRvwvXLfQ0 .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-uRvwvXLfQ0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRvwvXLfQ0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRvwvXLfQ0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRvwvXLfQ0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRvwvXLfQ0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRvwvXLfQ0 .dropdown-item.active,
.cid-uRvwvXLfQ0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRvwvXLfQ0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRvwvXLfQ0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRvwvXLfQ0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRvwvXLfQ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uRvwvXLfQ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRvwvXLfQ0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRvwvXLfQ0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRvwvXLfQ0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRvwvXLfQ0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uRvwvXLfQ0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRvwvXLfQ0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRvwvXLfQ0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRvwvXLfQ0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvwvXLfQ0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvwvXLfQ0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRvwvXLfQ0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvwvXLfQ0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRvwvXLfQ0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRvwvXLfQ0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvwvXLfQ0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRvwvXLfQ0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRvwvXLfQ0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRvwvXLfQ0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRvwvXLfQ0 .navbar {
    height: 70px;
  }
  .cid-uRvwvXLfQ0 .navbar.opened {
    height: auto;
  }
  .cid-uRvwvXLfQ0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRvwvXLfQ0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRvwvXLfQ0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRvwvXLfQ0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRvwvXLfQ0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRvwvXLfQ0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRvwvXLfQ0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRvwvXLfQ0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRvwvXLfQ0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uRvwvXLfQ0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uRvwvXLfQ0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRvwvXLfQ0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRvwvXLfQ0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRvwvXLfQ0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRvwvXLfQ0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRvwvXLfQ0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRvwvXLfQ0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRvwvXLfQ0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRvwvXLfQ0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRvwvXLfQ0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRvwvYfxHC {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/caregiver-1-760x513.jpg");
}
.cid-uRvwvYfxHC .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRvwvYfxHC {
    align-items: flex-end;
  }
  .cid-uRvwvYfxHC .row {
    justify-content: center;
  }
  .cid-uRvwvYfxHC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRvwvYfxHC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRvwvYfxHC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRvwvYfxHC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRvwvYfxHC .content-wrap {
    width: 100%;
  }
}
.cid-uRvwvYfxHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvwvYfxHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvwvYfxHC .mbr-section-title,
.cid-uRvwvYfxHC .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRvwvYfxHC .mbr-text,
.cid-uRvwvYfxHC .mbr-section-btn {
  text-align: left;
}
.cid-uRvwvYfxHC .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRvwvYfxHC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRvwvYJthF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedec;
}
.cid-uRvwvYJthF .row {
  flex-direction: row-reverse;
}
.cid-uRvwvYJthF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvwvYJthF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvwvYJthF .mbr-description {
  text-align: left;
}
.cid-uRvwvYJthF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRvwvYJthF .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRvwvYJthF .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRvwvYJthF .card-title,
.cid-uRvwvYJthF .iconfont-wrapper {
  color: #000000;
}
.cid-uRvwvYJthF .card-text {
  color: #000000;
}
.cid-uRvwvYJthF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRvwvYJthF .mbr-text,
.cid-uRvwvYJthF .mbr-section-btn {
  text-align: center;
}
.cid-uRvwvYJthF .card-text,
.cid-uRvwvYJthF .item .mbr-section-btn {
  text-align: left;
}
.cid-uRvwvYJthF .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRvwvYJthF .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRvwvYJthF .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f80b34;
  background-color: #f80b34;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRvwvYJthF .mbr-text UL {
  text-align: left;
}
.cid-uRvwvZau5V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fff3;
}
.cid-uRvwvZau5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvwvZau5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvwvZau5V .mbr-description {
  text-align: left;
}
.cid-uRvwvZau5V .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRvwvZau5V .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRvwvZau5V .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRvwvZau5V .card-title,
.cid-uRvwvZau5V .iconfont-wrapper {
  color: #000000;
}
.cid-uRvwvZau5V .card-text {
  color: #000000;
}
.cid-uRvwvZau5V .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRvwvZau5V .mbr-text,
.cid-uRvwvZau5V .mbr-section-btn {
  text-align: center;
}
.cid-uRvwvZau5V .card-text,
.cid-uRvwvZau5V .item .mbr-section-btn {
  text-align: left;
}
.cid-uRvwvZau5V .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRvwvZau5V .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRvwvZau5V .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07d327;
  background-color: #07d327;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRvwvZau5V .mbr-text UL {
  text-align: left;
}
.cid-uRvww038MP {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5eef75;
}
.cid-uRvww038MP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRvww038MP .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRvww038MP {
    align-items: center;
  }
  .cid-uRvww038MP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRvww038MP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRvww038MP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRvww038MP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRvww038MP .content-wrap {
    width: 100%;
  }
}
.cid-uRvww038MP .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uRvww038MP .mbr-text,
.cid-uRvww038MP .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRvww038MP .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRvww0ieJO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRvww0ieJO .media-container-row .mbr-text {
  text-align: center;
}
.cid-uRvG1xStCU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRvG1xStCU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRvG1xStCU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRvG1xStCU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRvG1xStCU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uRvG1xStCU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRvG1xStCU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRvG1xStCU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRvG1xStCU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRvG1xStCU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRvG1xStCU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRvG1xStCU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRvG1xStCU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRvG1xStCU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRvG1xStCU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRvG1xStCU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRvG1xStCU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRvG1xStCU .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRvG1xStCU .navbar-logo {
    padding-left: 0;
  }
}
.cid-uRvG1xStCU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRvG1xStCU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRvG1xStCU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRvG1xStCU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uRvG1xStCU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRvG1xStCU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRvG1xStCU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRvG1xStCU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uRvG1xStCU .nav-item:focus,
.cid-uRvG1xStCU .nav-link:focus {
  outline: none;
}
.cid-uRvG1xStCU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRvG1xStCU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRvG1xStCU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRvG1xStCU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRvG1xStCU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRvG1xStCU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRvG1xStCU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRvG1xStCU .navbar.opened {
  transition: all 0.3s;
}
.cid-uRvG1xStCU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRvG1xStCU .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uRvG1xStCU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRvG1xStCU .navbar.collapsed {
  justify-content: center;
}
.cid-uRvG1xStCU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRvG1xStCU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRvG1xStCU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRvG1xStCU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRvG1xStCU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRvG1xStCU .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-uRvG1xStCU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRvG1xStCU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRvG1xStCU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRvG1xStCU .navbar {
    min-height: 72px;
  }
  .cid-uRvG1xStCU .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRvG1xStCU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRvG1xStCU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRvG1xStCU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRvG1xStCU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRvG1xStCU .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-uRvG1xStCU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRvG1xStCU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRvG1xStCU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRvG1xStCU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRvG1xStCU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRvG1xStCU .dropdown-item.active,
.cid-uRvG1xStCU .dropdown-item:active {
  background-color: transparent;
}
.cid-uRvG1xStCU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRvG1xStCU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRvG1xStCU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRvG1xStCU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uRvG1xStCU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRvG1xStCU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRvG1xStCU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRvG1xStCU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRvG1xStCU .navbar-buttons {
    text-align: left;
  }
}
.cid-uRvG1xStCU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRvG1xStCU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRvG1xStCU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRvG1xStCU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvG1xStCU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvG1xStCU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRvG1xStCU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvG1xStCU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRvG1xStCU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRvG1xStCU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvG1xStCU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRvG1xStCU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRvG1xStCU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRvG1xStCU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRvG1xStCU .navbar {
    height: 70px;
  }
  .cid-uRvG1xStCU .navbar.opened {
    height: auto;
  }
  .cid-uRvG1xStCU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRvG1xStCU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRvG1xStCU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRvG1xStCU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRvG1xStCU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRvG1xStCU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRvG1xStCU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRvG1xStCU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRvG1xStCU .navbar-brand {
    margin-right: auto;
  }
  .cid-uRvG1xStCU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uRvG1xStCU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRvG1xStCU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRvG1xStCU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRvG1xStCU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRvG1xStCU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRvG1xStCU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRvG1xStCU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRvG1xStCU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRvG1xStCU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRvG1xStCU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRvG1y9w8X {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/religious-1-760x507.jpg");
}
.cid-uRvG1y9w8X .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRvG1y9w8X {
    align-items: flex-end;
  }
  .cid-uRvG1y9w8X .row {
    justify-content: center;
  }
  .cid-uRvG1y9w8X .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRvG1y9w8X .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRvG1y9w8X {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRvG1y9w8X .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRvG1y9w8X .content-wrap {
    width: 100%;
  }
}
.cid-uRvG1y9w8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvG1y9w8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvG1y9w8X .mbr-section-title,
.cid-uRvG1y9w8X .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRvG1y9w8X .mbr-text,
.cid-uRvG1y9w8X .mbr-section-btn {
  text-align: left;
}
.cid-uRvG1y9w8X .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRvG1y9w8X .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRvG1ypv5L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedec;
}
.cid-uRvG1ypv5L .row {
  flex-direction: row-reverse;
}
.cid-uRvG1ypv5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvG1ypv5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvG1ypv5L .mbr-description {
  text-align: left;
}
.cid-uRvG1ypv5L .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRvG1ypv5L .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRvG1ypv5L .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRvG1ypv5L .card-title,
.cid-uRvG1ypv5L .iconfont-wrapper {
  color: #000000;
}
.cid-uRvG1ypv5L .card-text {
  color: #000000;
}
.cid-uRvG1ypv5L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRvG1ypv5L .mbr-text,
.cid-uRvG1ypv5L .mbr-section-btn {
  text-align: center;
}
.cid-uRvG1ypv5L .card-text,
.cid-uRvG1ypv5L .item .mbr-section-btn {
  text-align: left;
}
.cid-uRvG1ypv5L .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRvG1ypv5L .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRvG1ypv5L .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f80b34;
  background-color: #f80b34;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRvG1ypv5L .mbr-text UL {
  text-align: left;
}
.cid-uRvG1yB6Qv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fff3;
}
.cid-uRvG1yB6Qv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvG1yB6Qv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvG1yB6Qv .mbr-description {
  text-align: left;
}
.cid-uRvG1yB6Qv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRvG1yB6Qv .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRvG1yB6Qv .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRvG1yB6Qv .card-title,
.cid-uRvG1yB6Qv .iconfont-wrapper {
  color: #000000;
}
.cid-uRvG1yB6Qv .card-text {
  color: #000000;
}
.cid-uRvG1yB6Qv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRvG1yB6Qv .mbr-text,
.cid-uRvG1yB6Qv .mbr-section-btn {
  text-align: center;
}
.cid-uRvG1yB6Qv .card-text,
.cid-uRvG1yB6Qv .item .mbr-section-btn {
  text-align: left;
}
.cid-uRvG1yB6Qv .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRvG1yB6Qv .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRvG1yB6Qv .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07d327;
  background-color: #07d327;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRvG1yB6Qv .mbr-text UL {
  text-align: left;
}
.cid-uRvG1yMNL3 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #615aaa;
}
.cid-uRvG1yMNL3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRvG1yMNL3 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRvG1yMNL3 {
    align-items: center;
  }
  .cid-uRvG1yMNL3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRvG1yMNL3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRvG1yMNL3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRvG1yMNL3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRvG1yMNL3 .content-wrap {
    width: 100%;
  }
}
.cid-uRvG1yMNL3 .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-uRvG1yMNL3 .mbr-text,
.cid-uRvG1yMNL3 .mbr-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uRvG1yMNL3 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRvG1yW3oE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRvG1yW3oE .media-container-row .mbr-text {
  text-align: center;
}
.cid-uRvLHpA3nB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRvLHpA3nB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRvLHpA3nB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRvLHpA3nB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRvLHpA3nB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uRvLHpA3nB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRvLHpA3nB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRvLHpA3nB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRvLHpA3nB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRvLHpA3nB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRvLHpA3nB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRvLHpA3nB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRvLHpA3nB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRvLHpA3nB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRvLHpA3nB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRvLHpA3nB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRvLHpA3nB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRvLHpA3nB .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRvLHpA3nB .navbar-logo {
    padding-left: 0;
  }
}
.cid-uRvLHpA3nB .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRvLHpA3nB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRvLHpA3nB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRvLHpA3nB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uRvLHpA3nB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRvLHpA3nB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRvLHpA3nB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRvLHpA3nB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uRvLHpA3nB .nav-item:focus,
.cid-uRvLHpA3nB .nav-link:focus {
  outline: none;
}
.cid-uRvLHpA3nB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRvLHpA3nB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRvLHpA3nB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRvLHpA3nB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRvLHpA3nB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRvLHpA3nB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRvLHpA3nB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRvLHpA3nB .navbar.opened {
  transition: all 0.3s;
}
.cid-uRvLHpA3nB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRvLHpA3nB .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uRvLHpA3nB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRvLHpA3nB .navbar.collapsed {
  justify-content: center;
}
.cid-uRvLHpA3nB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRvLHpA3nB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRvLHpA3nB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRvLHpA3nB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRvLHpA3nB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRvLHpA3nB .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-uRvLHpA3nB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRvLHpA3nB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRvLHpA3nB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRvLHpA3nB .navbar {
    min-height: 72px;
  }
  .cid-uRvLHpA3nB .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRvLHpA3nB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRvLHpA3nB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRvLHpA3nB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRvLHpA3nB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRvLHpA3nB .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-uRvLHpA3nB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRvLHpA3nB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRvLHpA3nB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRvLHpA3nB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRvLHpA3nB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRvLHpA3nB .dropdown-item.active,
.cid-uRvLHpA3nB .dropdown-item:active {
  background-color: transparent;
}
.cid-uRvLHpA3nB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRvLHpA3nB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRvLHpA3nB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRvLHpA3nB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uRvLHpA3nB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRvLHpA3nB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRvLHpA3nB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRvLHpA3nB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRvLHpA3nB .navbar-buttons {
    text-align: left;
  }
}
.cid-uRvLHpA3nB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRvLHpA3nB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRvLHpA3nB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRvLHpA3nB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvLHpA3nB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvLHpA3nB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRvLHpA3nB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvLHpA3nB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRvLHpA3nB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRvLHpA3nB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvLHpA3nB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRvLHpA3nB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRvLHpA3nB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRvLHpA3nB .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRvLHpA3nB .navbar {
    height: 70px;
  }
  .cid-uRvLHpA3nB .navbar.opened {
    height: auto;
  }
  .cid-uRvLHpA3nB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRvLHpA3nB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRvLHpA3nB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRvLHpA3nB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRvLHpA3nB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRvLHpA3nB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRvLHpA3nB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRvLHpA3nB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRvLHpA3nB .navbar-brand {
    margin-right: auto;
  }
  .cid-uRvLHpA3nB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uRvLHpA3nB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRvLHpA3nB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRvLHpA3nB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRvLHpA3nB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRvLHpA3nB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRvLHpA3nB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRvLHpA3nB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRvLHpA3nB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRvLHpA3nB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRvLHpA3nB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRvLHpReCf {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/grief-1-760x543.jpg");
}
.cid-uRvLHpReCf .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRvLHpReCf {
    align-items: flex-end;
  }
  .cid-uRvLHpReCf .row {
    justify-content: center;
  }
  .cid-uRvLHpReCf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRvLHpReCf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRvLHpReCf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRvLHpReCf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRvLHpReCf .content-wrap {
    width: 100%;
  }
}
.cid-uRvLHpReCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvLHpReCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvLHpReCf .mbr-section-title,
.cid-uRvLHpReCf .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRvLHpReCf .mbr-text,
.cid-uRvLHpReCf .mbr-section-btn {
  text-align: left;
}
.cid-uRvLHpReCf .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRvLHpReCf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRvLHq3gNh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedec;
}
.cid-uRvLHq3gNh .row {
  flex-direction: row-reverse;
}
.cid-uRvLHq3gNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvLHq3gNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvLHq3gNh .mbr-description {
  text-align: left;
}
.cid-uRvLHq3gNh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRvLHq3gNh .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRvLHq3gNh .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRvLHq3gNh .card-title,
.cid-uRvLHq3gNh .iconfont-wrapper {
  color: #000000;
}
.cid-uRvLHq3gNh .card-text {
  color: #000000;
}
.cid-uRvLHq3gNh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRvLHq3gNh .mbr-text,
.cid-uRvLHq3gNh .mbr-section-btn {
  text-align: center;
}
.cid-uRvLHq3gNh .card-text,
.cid-uRvLHq3gNh .item .mbr-section-btn {
  text-align: left;
}
.cid-uRvLHq3gNh .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRvLHq3gNh .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRvLHq3gNh .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f80b34;
  background-color: #f80b34;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRvLHq3gNh .mbr-text UL {
  text-align: left;
}
.cid-uRvLHqfcgT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fff3;
}
.cid-uRvLHqfcgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvLHqfcgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvLHqfcgT .mbr-description {
  text-align: left;
}
.cid-uRvLHqfcgT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRvLHqfcgT .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRvLHqfcgT .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRvLHqfcgT .card-title,
.cid-uRvLHqfcgT .iconfont-wrapper {
  color: #000000;
}
.cid-uRvLHqfcgT .card-text {
  color: #000000;
}
.cid-uRvLHqfcgT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRvLHqfcgT .mbr-text,
.cid-uRvLHqfcgT .mbr-section-btn {
  text-align: center;
}
.cid-uRvLHqfcgT .card-text,
.cid-uRvLHqfcgT .item .mbr-section-btn {
  text-align: left;
}
.cid-uRvLHqfcgT .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRvLHqfcgT .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRvLHqfcgT .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07d327;
  background-color: #07d327;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRvLHqfcgT .mbr-text UL {
  text-align: left;
}
.cid-uRvLHqqu2g {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #615aaa;
}
.cid-uRvLHqqu2g .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRvLHqqu2g .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRvLHqqu2g {
    align-items: center;
  }
  .cid-uRvLHqqu2g .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRvLHqqu2g .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRvLHqqu2g {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRvLHqqu2g .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRvLHqqu2g .content-wrap {
    width: 100%;
  }
}
.cid-uRvLHqqu2g .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-uRvLHqqu2g .mbr-text,
.cid-uRvLHqqu2g .mbr-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uRvLHqqu2g .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRvLHqAZnm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRvLHqAZnm .media-container-row .mbr-text {
  text-align: center;
}
.cid-uRvQC6XBuG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRvQC6XBuG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRvQC6XBuG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRvQC6XBuG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRvQC6XBuG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uRvQC6XBuG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRvQC6XBuG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRvQC6XBuG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRvQC6XBuG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRvQC6XBuG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRvQC6XBuG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRvQC6XBuG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRvQC6XBuG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRvQC6XBuG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRvQC6XBuG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRvQC6XBuG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRvQC6XBuG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRvQC6XBuG .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRvQC6XBuG .navbar-logo {
    padding-left: 0;
  }
}
.cid-uRvQC6XBuG .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRvQC6XBuG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRvQC6XBuG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRvQC6XBuG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uRvQC6XBuG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRvQC6XBuG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRvQC6XBuG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRvQC6XBuG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uRvQC6XBuG .nav-item:focus,
.cid-uRvQC6XBuG .nav-link:focus {
  outline: none;
}
.cid-uRvQC6XBuG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRvQC6XBuG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRvQC6XBuG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRvQC6XBuG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRvQC6XBuG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRvQC6XBuG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRvQC6XBuG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRvQC6XBuG .navbar.opened {
  transition: all 0.3s;
}
.cid-uRvQC6XBuG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRvQC6XBuG .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uRvQC6XBuG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRvQC6XBuG .navbar.collapsed {
  justify-content: center;
}
.cid-uRvQC6XBuG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRvQC6XBuG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRvQC6XBuG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRvQC6XBuG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRvQC6XBuG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRvQC6XBuG .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-uRvQC6XBuG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRvQC6XBuG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRvQC6XBuG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRvQC6XBuG .navbar {
    min-height: 72px;
  }
  .cid-uRvQC6XBuG .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRvQC6XBuG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRvQC6XBuG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRvQC6XBuG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRvQC6XBuG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRvQC6XBuG .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-uRvQC6XBuG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRvQC6XBuG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRvQC6XBuG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRvQC6XBuG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRvQC6XBuG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRvQC6XBuG .dropdown-item.active,
.cid-uRvQC6XBuG .dropdown-item:active {
  background-color: transparent;
}
.cid-uRvQC6XBuG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRvQC6XBuG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRvQC6XBuG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRvQC6XBuG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uRvQC6XBuG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRvQC6XBuG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRvQC6XBuG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRvQC6XBuG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRvQC6XBuG .navbar-buttons {
    text-align: left;
  }
}
.cid-uRvQC6XBuG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRvQC6XBuG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRvQC6XBuG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRvQC6XBuG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvQC6XBuG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvQC6XBuG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRvQC6XBuG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvQC6XBuG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRvQC6XBuG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRvQC6XBuG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvQC6XBuG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRvQC6XBuG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRvQC6XBuG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRvQC6XBuG .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRvQC6XBuG .navbar {
    height: 70px;
  }
  .cid-uRvQC6XBuG .navbar.opened {
    height: auto;
  }
  .cid-uRvQC6XBuG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRvQC6XBuG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRvQC6XBuG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRvQC6XBuG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRvQC6XBuG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRvQC6XBuG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRvQC6XBuG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRvQC6XBuG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRvQC6XBuG .navbar-brand {
    margin-right: auto;
  }
  .cid-uRvQC6XBuG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uRvQC6XBuG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRvQC6XBuG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRvQC6XBuG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRvQC6XBuG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRvQC6XBuG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRvQC6XBuG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRvQC6XBuG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRvQC6XBuG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRvQC6XBuG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRvQC6XBuG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRvQC7gRAv {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/empty-nest-1-760x426.jpg");
}
.cid-uRvQC7gRAv .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uRvQC7gRAv {
    align-items: flex-end;
  }
  .cid-uRvQC7gRAv .row {
    justify-content: center;
  }
  .cid-uRvQC7gRAv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRvQC7gRAv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRvQC7gRAv {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRvQC7gRAv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRvQC7gRAv .content-wrap {
    width: 100%;
  }
}
.cid-uRvQC7gRAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvQC7gRAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvQC7gRAv .mbr-section-title,
.cid-uRvQC7gRAv .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRvQC7gRAv .mbr-text,
.cid-uRvQC7gRAv .mbr-section-btn {
  text-align: left;
}
.cid-uRvQC7gRAv .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRvQC7gRAv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRvQC7A1RI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedec;
}
.cid-uRvQC7A1RI .row {
  flex-direction: row-reverse;
}
.cid-uRvQC7A1RI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvQC7A1RI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvQC7A1RI .mbr-description {
  text-align: left;
}
.cid-uRvQC7A1RI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRvQC7A1RI .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRvQC7A1RI .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRvQC7A1RI .card-title,
.cid-uRvQC7A1RI .iconfont-wrapper {
  color: #000000;
}
.cid-uRvQC7A1RI .card-text {
  color: #000000;
}
.cid-uRvQC7A1RI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRvQC7A1RI .mbr-text,
.cid-uRvQC7A1RI .mbr-section-btn {
  text-align: center;
}
.cid-uRvQC7A1RI .card-text,
.cid-uRvQC7A1RI .item .mbr-section-btn {
  text-align: left;
}
.cid-uRvQC7A1RI .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRvQC7A1RI .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRvQC7A1RI .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f80b34;
  background-color: #f80b34;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRvQC7A1RI .mbr-text UL {
  text-align: left;
}
.cid-uRvQC7OepN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fff3;
}
.cid-uRvQC7OepN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvQC7OepN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvQC7OepN .mbr-description {
  text-align: left;
}
.cid-uRvQC7OepN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRvQC7OepN .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRvQC7OepN .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRvQC7OepN .card-title,
.cid-uRvQC7OepN .iconfont-wrapper {
  color: #000000;
}
.cid-uRvQC7OepN .card-text {
  color: #000000;
}
.cid-uRvQC7OepN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRvQC7OepN .mbr-text,
.cid-uRvQC7OepN .mbr-section-btn {
  text-align: center;
}
.cid-uRvQC7OepN .card-text,
.cid-uRvQC7OepN .item .mbr-section-btn {
  text-align: left;
}
.cid-uRvQC7OepN .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRvQC7OepN .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRvQC7OepN .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07d327;
  background-color: #07d327;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRvQC7OepN .mbr-text UL {
  text-align: left;
}
.cid-uRvQC80lFn {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #615aaa;
}
.cid-uRvQC80lFn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRvQC80lFn .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRvQC80lFn {
    align-items: center;
  }
  .cid-uRvQC80lFn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRvQC80lFn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRvQC80lFn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRvQC80lFn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRvQC80lFn .content-wrap {
    width: 100%;
  }
}
.cid-uRvQC80lFn .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-uRvQC80lFn .mbr-text,
.cid-uRvQC80lFn .mbr-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uRvQC80lFn .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRvQC8bH0C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRvQC8bH0C .media-container-row .mbr-text {
  text-align: center;
}
.cid-uRuNeKFQqz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRuNeKFQqz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRuNeKFQqz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRuNeKFQqz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRuNeKFQqz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uRuNeKFQqz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRuNeKFQqz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRuNeKFQqz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRuNeKFQqz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRuNeKFQqz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRuNeKFQqz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRuNeKFQqz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRuNeKFQqz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRuNeKFQqz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uRuNeKFQqz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRuNeKFQqz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRuNeKFQqz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRuNeKFQqz .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRuNeKFQqz .navbar-logo {
    padding-left: 0;
  }
}
.cid-uRuNeKFQqz .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRuNeKFQqz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRuNeKFQqz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRuNeKFQqz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uRuNeKFQqz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRuNeKFQqz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRuNeKFQqz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRuNeKFQqz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uRuNeKFQqz .nav-item:focus,
.cid-uRuNeKFQqz .nav-link:focus {
  outline: none;
}
.cid-uRuNeKFQqz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRuNeKFQqz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRuNeKFQqz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRuNeKFQqz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRuNeKFQqz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRuNeKFQqz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRuNeKFQqz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRuNeKFQqz .navbar.opened {
  transition: all 0.3s;
}
.cid-uRuNeKFQqz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRuNeKFQqz .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uRuNeKFQqz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRuNeKFQqz .navbar.collapsed {
  justify-content: center;
}
.cid-uRuNeKFQqz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRuNeKFQqz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRuNeKFQqz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRuNeKFQqz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRuNeKFQqz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRuNeKFQqz .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-uRuNeKFQqz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRuNeKFQqz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRuNeKFQqz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRuNeKFQqz .navbar {
    min-height: 72px;
  }
  .cid-uRuNeKFQqz .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRuNeKFQqz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRuNeKFQqz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRuNeKFQqz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRuNeKFQqz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRuNeKFQqz .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-uRuNeKFQqz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRuNeKFQqz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRuNeKFQqz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRuNeKFQqz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRuNeKFQqz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRuNeKFQqz .dropdown-item.active,
.cid-uRuNeKFQqz .dropdown-item:active {
  background-color: transparent;
}
.cid-uRuNeKFQqz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRuNeKFQqz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRuNeKFQqz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRuNeKFQqz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uRuNeKFQqz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRuNeKFQqz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRuNeKFQqz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRuNeKFQqz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRuNeKFQqz .navbar-buttons {
    text-align: left;
  }
}
.cid-uRuNeKFQqz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRuNeKFQqz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRuNeKFQqz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRuNeKFQqz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRuNeKFQqz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRuNeKFQqz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRuNeKFQqz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRuNeKFQqz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRuNeKFQqz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRuNeKFQqz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRuNeKFQqz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRuNeKFQqz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRuNeKFQqz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRuNeKFQqz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRuNeKFQqz .navbar {
    height: 70px;
  }
  .cid-uRuNeKFQqz .navbar.opened {
    height: auto;
  }
  .cid-uRuNeKFQqz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRuNeKFQqz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRuNeKFQqz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRuNeKFQqz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRuNeKFQqz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRuNeKFQqz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRuNeKFQqz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRuNeKFQqz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRuNeKFQqz .navbar-brand {
    margin-right: auto;
  }
  .cid-uRuNeKFQqz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.8) !important;
    background: rgba(237, 239, 235, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uRuNeKFQqz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRuNeKFQqz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRuNeKFQqz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRuNeKFQqz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRuNeKFQqz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRuNeKFQqz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRuNeKFQqz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRuNeKFQqz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRuNeKFQqz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRuNeKFQqz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRuNeKXCW5 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/crush-by-debt-1-760x507.jpg");
}
.cid-uRuNeKXCW5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRuNeKXCW5 {
    align-items: flex-end;
  }
  .cid-uRuNeKXCW5 .row {
    justify-content: center;
  }
  .cid-uRuNeKXCW5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRuNeKXCW5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRuNeKXCW5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRuNeKXCW5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRuNeKXCW5 .content-wrap {
    width: 100%;
  }
}
.cid-uRuNeKXCW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRuNeKXCW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRuNeKXCW5 .mbr-section-title,
.cid-uRuNeKXCW5 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uRuNeKXCW5 .mbr-text,
.cid-uRuNeKXCW5 .mbr-section-btn {
  text-align: left;
}
.cid-uRuNeKXCW5 .mbr-section-title {
  color: #f7f7f7;
}
.cid-uRuNeKXCW5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRuNeLcSgA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedec;
}
.cid-uRuNeLcSgA .row {
  flex-direction: row-reverse;
}
.cid-uRuNeLcSgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRuNeLcSgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRuNeLcSgA .mbr-description {
  text-align: left;
}
.cid-uRuNeLcSgA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRuNeLcSgA .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRuNeLcSgA .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRuNeLcSgA .card-title,
.cid-uRuNeLcSgA .iconfont-wrapper {
  color: #000000;
}
.cid-uRuNeLcSgA .card-text {
  color: #000000;
}
.cid-uRuNeLcSgA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRuNeLcSgA .mbr-text,
.cid-uRuNeLcSgA .mbr-section-btn {
  text-align: center;
}
.cid-uRuNeLcSgA .card-text,
.cid-uRuNeLcSgA .item .mbr-section-btn {
  text-align: left;
}
.cid-uRuNeLcSgA .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRuNeLcSgA .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRuNeLcSgA .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f80b34;
  background-color: #f80b34;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRuNeLcSgA .mbr-text UL {
  text-align: left;
}
.cid-uRuNeLoCCa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fff3;
}
.cid-uRuNeLoCCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRuNeLoCCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRuNeLoCCa .mbr-description {
  text-align: left;
}
.cid-uRuNeLoCCa .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRuNeLoCCa .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRuNeLoCCa .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRuNeLoCCa .card-title,
.cid-uRuNeLoCCa .iconfont-wrapper {
  color: #000000;
}
.cid-uRuNeLoCCa .card-text {
  color: #000000;
}
.cid-uRuNeLoCCa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRuNeLoCCa .mbr-text,
.cid-uRuNeLoCCa .mbr-section-btn {
  text-align: center;
}
.cid-uRuNeLoCCa .card-text,
.cid-uRuNeLoCCa .item .mbr-section-btn {
  text-align: left;
}
.cid-uRuNeLoCCa .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRuNeLoCCa .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRuNeLoCCa .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07d327;
  background-color: #07d327;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRuNeLoCCa .mbr-text UL {
  text-align: left;
}
.cid-uRuNeLA3ni {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-uRuNeLA3ni .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRuNeLA3ni .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRuNeLA3ni {
    align-items: center;
  }
  .cid-uRuNeLA3ni .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRuNeLA3ni .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRuNeLA3ni {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRuNeLA3ni .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRuNeLA3ni .content-wrap {
    width: 100%;
  }
}
.cid-uRuNeLA3ni .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uRuNeLA3ni .mbr-text,
.cid-uRuNeLA3ni .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRuNeLA3ni .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRuNeLLWyg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRuNeLLWyg .media-container-row .mbr-text {
  text-align: center;
}
